Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 366 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 366 Bytes

AtariDQN

Deep Q Learning model to play atari games based on the paper http://arxiv.org/pdf/1312.5602v1.pdf

This is the tensorflow and openai gym implementation of the deepmind paper.

Prerequisites

tensorflow 1.8 opencv3 3.1.0 gym 0.10.5

training

python trainAgent.py

playing against Agent

...

Todo

play feature add pretrained model show demo gif