mrkulk / deepQN_tensorflow

Unfinished. Deep Q Learning in Tensorflow for ATARI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Deep Q Learning for ATARI using Tensorflow

Usage : 'python main.py (ckpt file)'

This version is still under test.

If 'Memory Error' arises, change the value of 'db_size' in main.py

if anyone does experiment with db size = 1000000, Please let me know the results.

Requirements

  1. Tensorflow
  2. opencv2
  3. Arcade Learning Environment ( https://github.com/mgbellemare/Arcade-Learning-Environment )

About

Unfinished. Deep Q Learning in Tensorflow for ATARI.


Languages

Language:Python 100.0%