DeepMind-Atari-Deep-Q-Learner
DeepMind-Atari-Deep-Q-Learner copied to clipboard
The original code from the DeepMind article + my tweaks
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.