PPO playing MicrortsDefeatCoacAIShaped-v3 from https://github.com/sgoodfriend/rl-algo-impls/tree/f7c6f26745a35b21529f65cf3c71dfd6bbf33919
0589ae3
ALGO="ppo" | |
ENVS="CarRacing-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 |