double-deep-q-network
There are 18 repositories under double-deep-q-network topic.
KodAgge/Reinforcement-Learning-for-Market-Making
Using tabular and deep reinforcement learning methods to infer optimal market making strategies
ImanRHT/QECO
A QoE-Oriented Computation Offloading Algorithm based on Deep Reinforcement Learning (DRL) for Mobile Edge Computing (MEC) | This algorithm captures the dynamics of the MEC environment by integrating the Dueling Double Deep Q-Network (D3QN) model with Long Short-Term Memory (LSTM) networks.
Alberto-00/Super-Mario-Bros-AI
The following project concerns the development of an intelligent agent for the famous game produced by Nintendo Super Mario Bros. More in detail: the goal of this project was to design, implement and train an agent with the Q-learning reinforcement learning algorithm.
amirmirzaei79/CartPole-DQN-And-DDQN
Deep Q Network and Double DQN implementation for OpenAI gym CartPole
bmaxdk/DeepRL-ND-Navigation
Project1 Navigation
bmaxdk/OpenAI-Gym-LunarLander-v2-Double-DQN
Apply Double Deep Q Learning
fischly/tetris-ai
A Tetris AI using convolutional neuronal networks.
daniel-furman/HyperSpectralDRL
Deep RL for unsupervised hyperspectral band selection.
arorashu/rl-car
Reinforcement learning agent for OpenAI's Car Racing environment
NikolaMr/Deep-Reinforcement-Learning
Deep reinforcement learning agent
TYJUN1201/Minesweeper_DoubleDQN
Using Double Deep Q-Network to learn to play Minesweeper game
aniruddhapal211316/mario_DDQN
Play Super Mario Bros Game using Double Deep Q Network implemented in PyTorch.
byrnesy924/Yahtzee_Deep_Learning_Agent
This project is a Double Deep Q learning Agent that learns to play the dice game Yahtzee
naivoder/DDQN
Pytorch implementation of Double Deep Q Network (DDQN) learning with vectorized environments
alessandroleite/navigation-drl
This project trains an agent to navigate and to collect bananas in a continuous square environment. The environment is based on the Unity Machine Learning Agents Toolkit
davidmrau/quirky-quokka
Environment-related difference of Deep Q-Learning and Deep Double Q-Learning
krawat10/Deep-Reinforcement-Trading
Trading Bot using Double Deep Reinfocement Learning
Mehrab-Kalantari/Mountain-Car-DDQN
Double deep q network implementation in OpenAI Gym's "Mountain Car" environment