kuz / DeepMind-Atari-Deep-Q-Learner

The original code from the DeepMind article + my tweaks
http://www.nature.com/nature/journal/v518/n7540/full/nature14236.html
1.83k stars 532 forks source link

Fixed install_depends.sh to work in multiuser environments #6

Open papamoose opened 8 years ago

papamoose commented 8 years ago

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.