Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 556 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 556 Bytes

Rainbow DQN on Atari games

We use the Rainbow DQN model to build agents that play Ms-Pacman, Atlantis and Demon Attack. We make modifications to the model that allow much faster convergence on Ms-Pacman with respect to Deepmind's original paper and obtain comparable performance.

Read our results

Thanks to Max Lapan for his useful starting codebase.