a2c-AntBulletEnv-v0 / benchmarks /colab_atari2.sh
sgoodfriend's picture
A2C playing AntBulletEnv-v0 from https://github.com/sgoodfriend/rl-algo-impls/tree/0760ef7d52b17f30219a27c18ba52c8895025ae3
0126ac9
raw
history blame
223 Bytes
source benchmarks/train_loop.sh
ALGOS="ppo"
ENVS="SpaceInvadersNoFrameskip-v4 QbertNoFrameskip-v4"
BENCHMARK_MAX_PROCS="${BENCHMARK_MAX_PROCS:-3}"
train_loop $ALGOS "$ENVS" | xargs -I CMD -P $BENCHMARK_MAX_PROCS bash -c CMD