Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 293 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 293 Bytes

An implementation of Deep Q Learning from scratch with PyTorch and OpenAI gym on the ATARI environment (Breakout). The author of this code is Bryan Thornbury (@brthor) and all credit goes to him. I did some minor adjustments needed to keep up with numpy / gym and added some QoL improvements.