yilundu / DQN-DDQN-on-Space-Invaders
Implementation of Double Deep Q Networks and Dueling Q Networks using Keras on Space Invaders using OpenAI Gym. Code can be easily generalized to other Atari games.
☆37Updated 6 years ago
Alternatives and similar repositories for DQN-DDQN-on-Space-Invaders:
Users that are interested in DQN-DDQN-on-Space-Invaders are comparing it to the libraries listed below
- A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow☆181Updated 5 years ago
- Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment☆103Updated 5 years ago
- An implementation of the A3C deep reinforcement learning method using a LSTM layer. Created with Tensorflow.☆29Updated 7 years ago
- An implement of DQfD(Deep Q-learning from Demonstrations) raised by DeepMind:Learning from Demonstrations for Real World Reinforcement Le…☆132Updated 7 years ago
- Proximal Policy Optimization implementation with TensorFlow☆105Updated 6 years ago
- Simple grid-world environment compatible with OpenAI-gym☆49Updated 4 years ago
- Deep reinforcement learning using an asynchronous advantage actor-critic (A3C) model.☆66Updated 6 years ago
- Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout☆90Updated 6 years ago
- Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.☆150Updated last year
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆175Updated 2 years ago
- RainBow, Tensorflow☆49Updated 6 years ago
- DQN implementation in Keras + TensorFlow + OpenAI Gym☆158Updated 7 years ago
- A3C-LSTM algorithm tested on CartPole OpenAI Gym environment☆48Updated 6 years ago
- Simplest Version of playing Atari with Deep Q Learning in Tensorflow☆158Updated 7 years ago
- Implementation of DDPG (Modified from the work of Patrick Emami) - Tensorflow (no TFLearn dependency), Ornstein Uhlenbeck noise function,…☆64Updated 7 years ago
- implement of prioritized experience replay☆158Updated 6 years ago
- Hindsight Experience Replay - Bit flipping experiment in Tensorflow☆59Updated 6 years ago
- Deep Recurrent Attention Reinforcement Learning in Atari☆83Updated 6 years ago
- Repository for codes of 'Deep Reinforcement Learning'☆215Updated 5 years ago
- some Multiagent enviroment in 《Multi-agent Reinforcement Learning in Sequential Social Dilemmas》 and 《Value-Decomposition Networks For Co…☆131Updated 2 years ago
- C51-DDQN in Keras☆125Updated 7 years ago
- Tensorflow Implementation for "Noisy network for exploration"☆32Updated 7 years ago
- This is an implementation of Deep Q Learning (DQN) playing Breakout from OpenAI's gym with Keras.☆30Updated 6 years ago
- Actor-critic with experience replay☆251Updated 2 years ago
- A continuous action space version of A3C LSTM in pytorch plus A3G design☆258Updated 3 months ago
- Atari - Deep Reinforcement Learning algorithms in TensorFlow☆135Updated 10 months ago
- ☆69Updated 6 years ago
- Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advanta…☆177Updated 4 months ago
- A basic 2D maze environment where an agent start from the top left corner and try to find its way to the bottom left corner.☆357Updated last year
- Pytorch implementation of Distributed Proximal Policy Optimization: https://arxiv.org/abs/1707.02286☆181Updated 6 years ago