Skip to content

codeaudit/deepQN_tensorflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Deep Q Learning in Tensorflow for ATARI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%