sgoodfriend's picture
PPO playing MicrortsDefeatRandomEnemySparseReward-v3 from https://github.com/sgoodfriend/rl-algo-impls/tree/388c8ed9f7db1d5f5c380d981aeb8a85f34eeacb
9fd539b
raw
history blame contribute delete
243 Bytes
ALGO="ppo"
ENVS="HalfCheetahBulletEnv-v0 AntBulletEnv-v0 HopperBulletEnv-v0 Walker2DBulletEnv-v0"
BENCHMARK_MAX_PROCS="${BENCHMARK_MAX_PROCS:-3}"
bash scripts/train_loop.sh -a $ALGO -e "$ENVS" | xargs -I CMD -P $BENCHMARK_MAX_PROCS bash -c CMD