First, please check `requirements.txt` for all the required python packages.

To reproduce the results in the paper, run the following command:

python train.py --env <environment> --config <config_file>

<environment> can be one of the following:
Asterix-MinAtar-v0
Breakout-MinAtar-v0
Freeway-MinAtar-v0
Seaquest-MinAtar-v0
SpaceInvaders-MinAtar-v0

See directory `./config/` for available config files. The files are organized by `<backup_method>_<backup_length>.yaml`
