Playing Atari with Deep Reinforcement Learning
Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Alex Graves, Ioannis Antonoglou, Daan Wierstra, Martin Riedmiller
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/labmlai/annotated_deep_learning_paper_implementationspytorch★ 66,103
- github.com/DLR-RM/stable-baselines3pytorch★ 12,962
- github.com/toni-sm/skrljax★ 1,014
- github.com/proroklab/popgympytorch★ 213
- github.com/michaelnny/deep_rl_zoopytorch★ 122
- github.com/sourenaKhanzadeh/snakeAipytorch★ 18
- github.com/OscarHuangWind/Preference-Guided-DQN-Ataripytorch★ 12
- github.com/rishavb123/MineRLtf★ 7
- github.com/Anshu1245/RL-CourseProjectnone★ 0
- github.com/marload/deep-rl-tf2tf★ 0
Abstract
We present the first deep learning model to successfully learn control policies directly from high-dimensional sensory input using reinforcement learning. The model is a convolutional neural network, trained with a variant of Q-learning, whose input is raw pixels and whose output is a value function estimating future rewards. We apply our method to seven Atari 2600 games from the Arcade Learning Environment, with no adjustment of the architecture or learning algorithm. We find that it outperforms all previous approaches on six of the games and surpasses a human expert on three of them.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| Atari 2600 Beam Rider | DQN Best | Score | 5,184 | — | Unverified |
| Atari 2600 Breakout | DQN Best | Score | 225 | — | Unverified |
| Atari 2600 Enduro | DQN Best | Score | 661 | — | Unverified |
| Atari 2600 Pong | DQN Best | Score | 21 | — | Unverified |
| Atari 2600 Q*Bert | DQN Best | Score | 4,500 | — | Unverified |
| Atari 2600 Seaquest | DQN Best | Score | 1,740 | — | Unverified |
| Atari 2600 Space Invaders | DQN Best | Score | 1,075 | — | Unverified |