diff --git a/docs/guide/quickstart.rst b/docs/guide/quickstart.rst index 91ed42965..79bdb074d 100644 --- a/docs/guide/quickstart.rst +++ b/docs/guide/quickstart.rst @@ -3,7 +3,7 @@ Getting Started =============== -Here is a quick example of how to train a PPO2 agent on Mobile Robot environment for 10 000 steps using 4 parallel processes: +Here is a quick example of how to train a PPO2 agent on ``MobileRobotGymEnv-v0`` environment for 10 000 steps using 4 parallel processes: :: @@ -17,4 +17,4 @@ The complete command (logs will be saved in `logs/` folder): python -m rl_baselines.train --algo rl_algo --env env1 --log-dir logs/ --srl-model raw_pixels --num-timesteps 10000 --no-vis -To use the robot's position as input instead of pixels, just pass `--srl-model ground_truth` instead of `--srl-model raw_pixels` +To use the robot's position as input instead of pixels, just pass ``--srl-model ground_truth`` instead of ``--srl-model raw_pixels``