sgoodfriend's picture
PPO playing MicrortsDefeatRandomEnemySparseReward-v3 from https://github.com/sgoodfriend/rl-algo-impls/tree/388c8ed9f7db1d5f5c380d981aeb8a85f34eeacb
9fd539b
raw
history blame contribute delete
211 Bytes
ALGO="ppo"
ENVS="SpaceInvadersNoFrameskip-v4 QbertNoFrameskip-v4"
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