ppo-MicrortsMining-v1 / colab /colab_carracing.sh
sgoodfriend's picture
PPO playing MicrortsMining-v1 from https://github.com/sgoodfriend/rl-algo-impls/tree/1d9c411313d64f925d31e3c0b9bc132fa170a3cc
c18d83f
raw
history blame
176 Bytes
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