danielegrattarola / deep-q-atari
Keras and OpenAI Gym implementation of the Deep Q-learning algorithm to play Atari games.
☆50Updated 7 years ago
Alternatives and similar repositories for deep-q-atari:
Users that are interested in deep-q-atari are comparing it to the libraries listed below
- DQN, DDDQN, A3C, PPO, Curiosity applied to the game DOOM☆84Updated 4 years ago
- Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment☆105Updated 5 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆174Updated 2 years ago
- ☆69Updated 6 years ago
- Reinforcement Learning using Policy Gradient to solve OpenAI Gym games☆113Updated 7 years ago
- Deep Q Learning via Pytorch☆86Updated 7 years ago
- Random Network Distillation pytorch☆247Updated 6 years ago
- General implementation of Advantage Actor Critic using Pytorch☆27Updated 3 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…