Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 265 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 265 Bytes

DQN

Deep Q-Network in tensorflow.

A Deep Q-Network that learns to play an Atari game through the Atari Learning Environment.

To Train: run python main.py. Currently learns breakout through the breakout.bin ROM.

Requires OpenCV, tensorflow, numpy, and ALE.