uber-research / go-explore

Code for Go-Explore: a New Approach for Hard-Exploration Problems
https://arxiv.org/abs/1901.10995
Other
553 stars 99 forks source link

There is no atari_reset in robustified #51

Open minori5214 opened 1 year ago

minori5214 commented 1 year ago

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!