Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
MS Ant walking at 0.5 m/s and running at 4 m/s tasks
antwalk.mp4
command to run (or use example in ppo examples.sh):
for i in {1..3}; do python ppo.py --exp_name="antwalkseed${i}" --env_id="MS-AntWalk-v1" --num_envs=2048 --update_epochs=8 --num_minibatches=32 --total_timesteps=9_000_000 --eval_freq=10 --num_eval_steps=1000 --num_steps=200 --gamma=0.97 --ent_coef=1e-3 --seed=${i}; done
antrun.mp4
command to run (or use example in ppo examples.sh)::
for i in {1..3}; do python ppo.py --exp_name="antrunseed${i}" --env_id="MS-AntRun-v1" --num_envs=2048 --update_epochs=8 --num_minibatches=32 --total_timesteps=30_000_000 --eval_freq=10 --num_eval_steps=1000 --num_steps=200 --gamma=0.97 --ent_coef=1e-3 --seed=${i}; done