File size: 188 Bytes
b05c680 |
1 2 3 4 5 |
source benchmarks/train_loop.sh
ALGOS="ppo"
ENVS="CarRacing-v0"
BENCHMARK_MAX_PROCS="${BENCHMARK_MAX_PROCS:-3}"
train_loop $ALGOS "$ENVS" | xargs -I CMD -P $BENCHMARK_MAX_PROCS bash -c CMD |