Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 333 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 333 Bytes

DQN Atari Tensorflow

This project is a implementation of the DeepMind's 2013 paper "Playing Atari with Deep Reinforcement Learning" with Tensorflow.

Usage

  1. git clone https://github.com/ethanscho/dqn-atari-tensorflow.git

  2. cd dqn-atari-tensorflow

  3. python agent.py

History

v1.0 - Mar. 14. 2017

Credits

Ethan Cho.