go-explore
go-explore copied to clipboard
There is no atari_reset in robustified
Hi, I am trying to run Phase 2 (e.g., phase2_atari_test.sh) but I realized that there is no 'atari_reset' directory in the folder 'robustified'. Am I missing something or is the repository missing some folders? FYI, here is the command that runs a python file that is in phase2_atari_test.sh:
python atari_reset/check_atari.py --num_timesteps=100000000000 --noops --sticky --num_per_noop=1000 --load_path=$source --game=$game --save_path=$results
Thank you!