All Projects → jmichaux → dqn-pytorch

jmichaux / dqn-pytorch

Licence: other
DQN to play Atari Pong

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dqn-pytorch

breakout-Deep-Q-Network
Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout
Stars: ✭ 69 (-10.39%)
Mutual labels:  dqn, atari
Tianshou
An elegant PyTorch deep reinforcement learning library.
Stars: ✭ 4,109 (+5236.36%)
Mutual labels:  dqn, atari
DQN-Atari
Deep Q-Learning (DQN) implementation for Atari pong.
Stars: ✭ 53 (-31.17%)
Mutual labels:  dqn, atari
DQN-pytorch
A PyTorch implementation of Human-Level Control through Deep Reinforcement Learning
Stars: ✭ 23 (-70.13%)
Mutual labels:  dqn, atari
ElegantRL
Scalable and Elastic Deep Reinforcement Learning Using PyTorch. Please star. 🔥
Stars: ✭ 2,074 (+2593.51%)
Mutual labels:  dqn
BlueRetro
Multiplayer Bluetooth controllers adapter for retro video game consoles
Stars: ✭ 520 (+575.32%)
Mutual labels:  atari
pytorch-rl
Pytorch Implementation of RL algorithms
Stars: ✭ 15 (-80.52%)
Mutual labels:  dqn
distributedRL
A framework for easy prototyping of distributed reinforcement learning algorithms
Stars: ✭ 93 (+20.78%)
Mutual labels:  dqn
ReinforcementLearningZoo.jl
juliareinforcementlearning.org/
Stars: ✭ 46 (-40.26%)
Mutual labels:  dqn
Paddle-RLBooks
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
Stars: ✭ 113 (+46.75%)
Mutual labels:  dqn
zpacker
very simple LZ77-based compression
Stars: ✭ 15 (-80.52%)
Mutual labels:  atari
AtariAlgos.jl
Arcade Learning Environment (ALE) wrapped as a Reinforce.jl environment
Stars: ✭ 38 (-50.65%)
Mutual labels:  atari
playing-mario-with-deep-reinforcement-learning
An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.
Stars: ✭ 55 (-28.57%)
Mutual labels:  dqn
Deep-rl-mxnet
Mxnet implementation of Deep Reinforcement Learning papers, such as DQN, PG, DDPG, PPO
Stars: ✭ 26 (-66.23%)
Mutual labels:  dqn
VolksForth
volksFORTH is a 16bit Forth System maintained by the German Forth Gesellschaft e.V.
Stars: ✭ 41 (-46.75%)
Mutual labels:  atari
Pytorch-RL-CPP
A Repository with C++ implementations of Reinforcement Learning Algorithms (Pytorch)
Stars: ✭ 73 (-5.19%)
Mutual labels:  atari
Galaxy-Attack
An inspiration of the original Atari Space Invaders game built in pygame 👾 🎮
Stars: ✭ 32 (-58.44%)
Mutual labels:  atari
Reinforcement Learning
Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3
Stars: ✭ 61 (-20.78%)
Mutual labels:  atari
Explorer
Explorer is a PyTorch reinforcement learning framework for exploring new ideas.
Stars: ✭ 54 (-29.87%)
Mutual labels:  dqn
dqn-tensorflow
Deep Q Network implements by Tensorflow
Stars: ✭ 25 (-67.53%)
Mutual labels:  dqn

DQN PyTorch

This is a simple implementation of the Deep Q-learning algorithm on the Atari Pong environment.

References

  1. Playing Atari with Deep Reinforcement Learning, Mnih et al., 2013
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].