DeepMind-Atari-Deep-Q-Learner icon indicating copy to clipboard operation
DeepMind-Atari-Deep-Q-Learner copied to clipboard

The original code from the DeepMind article + my tweaks

Results 23 DeepMind-Atari-Deep-Q-Learner issues
Sort by recently updated
recently updated
newest added

I cloned the repository and ran in my ubuntu 14.04. I installed every dependencies and when I run the run_cpu file, the os crashes. What can be the problem?

If the install script fails in the middle, you have to fix the error and rerun the entire thing. I like makefile way of handling dependencies. I just translated install...

Removed 'sudo apt-get install dependency' to the README because one may not have sudo. Moved temp directory to /tmp/$USER because $USER may not be the only one using this script.