diff --git a/doc/source/rllib-algorithms.rst b/doc/source/rllib-algorithms.rst index f027db6f8..09d94730b 100644 --- a/doc/source/rllib-algorithms.rst +++ b/doc/source/rllib-algorithms.rst @@ -246,7 +246,7 @@ DDPG is implemented similarly to DQN (below). The algorithm can be scaled by inc DDPG architecture (same as DQN) -Tuned examples: `Pendulum-v0 `__, `MountainCarContinuous-v0 `__, `HalfCheetah-v2 `__, `TD3 Pendulum-v0 `__, `TD3 InvertedPendulum-v2 `__, `TD3 Mujoco suite (Ant-v2, HalfCheetah-v2, Hopper-v2, Walker2d-v2) `__. +Tuned examples: `Pendulum-v0 `__, `MountainCarContinuous-v0 `__, `HalfCheetah-v2 `__, `TD3 Pendulum-v0 `__, `TD3 InvertedPendulum-v2 `__, `TD3 Mujoco suite (Ant-v2, HalfCheetah-v2, Hopper-v2, Walker2d-v2) `__. **DDPG-specific configs** (see also `common configs `__):