A pytorch implementation of the deep Q-network (DQN) as introduced in the "Human-level control through deep reinforcement learning" Nature paper. In my implementation, I used the "Space Invaders" Atari game as my main environment.
- Introduction
- Requirements
- Training and Evaluation Results
- Reference