You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Arcade Learning Environment](http://www.arcadelearningenvironment.org/) ([https://github.com/sygi/Arcade-Learning-Environment](https://github.com/sygi/Arcade-Learning-Environment) (we use our fork of ALE which draws state of the RAM))
26
24
27
25
The script `dep_script.sh` can be used to install all dependencies under Ubuntu.
28
26
29
27
30
28
# Running
31
29
32
-
Use the scripts `run_nips.py` or `run_nature.py` to start all the necessary processes:
33
-
34
-
`$ ./run_nips.py --rom breakout`
35
-
36
-
`$ ./run_nature.py --rom breakout`
37
-
38
-
The `run_nips.py` script uses parameters consistent with the original
39
-
NIPS workshop paper. This code should take 2-4 days to complete. The
40
-
`run_nature.py` script uses parameters consistent with the Nature
41
-
paper. The final policies should be better, but it will take 6-10
42
-
days to finish training.
43
-
44
-
Either script will store output files in a folder prefixed with the
45
-
name of the ROM. Pickled version of the network objects are stored
46
-
after every epoch. The file `results.csv` will contain the testing
47
-
output. You can plot the progress by executing `plot_results.py`:
0 commit comments