Use the run.py script with the following arguments to produce benchmarks:
python run.py --agent benchmarks/configs/ppo.json --environment gym --level CartPole-v1 \
--episodes 100 --repeat 10 --path benchmarks/gym-cartpole/ppoTo run a full benchmark of a config in the configs subfolder, call the benchmark.sh bash script with the config name:
benchmarks/benchmark.sh ppo