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
[bug] Install the Obstacle Tower Environment is missing cd obstacle-tower-env
git clone https://github.com/Unity-Technologies/obstacle-tower-env
pip3 install ./
cd ../
should be
git clone https://github.com/Unity-Technologies/obstacle-tower-env
cd obstacle-tower-env
pip3 install ./
cd ../
[recomendation/discussion] I believe the config will run for 50m steps by default - maybe the tutorial should override this with 10m steps (as this seems to be what was recommended)
The text was updated successfully, but these errors were encountered:
For the config, I've put it to more than 10M intentionally, since depending on environment (e.g. for a fixed seed) the agent may continue to learn well past 10M. I erred on the side of too many steps, as you can always kill a run but it would be very disappointing to wake up in the morning and find that your run has stopped prematurely! I've added a blurb in the documentation describing how to change this.
From GCP tutorial
should be
cd obstacle-tower-env
should be
The text was updated successfully, but these errors were encountered: