Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 730 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 730 Bytes

Status: Archive (code is provided as-is, no updates expected)

Yuri Burda*, Harri Edwards*, Amos Storkey, Oleg Klimov
*equal contribution

OpenAI
University of Edinburgh

Installation and Usage

The following command should train an RND agent on Montezuma's Revenge

python run_atari.py --gamma_ext 0.999

To use more than one gpu/machine, use MPI (e.g. mpiexec -n 8 python run_atari.py --num_env 128 --gamma_ext 0.999 should use 1024 parallel environments to collect experience on an 8 gpu machine).