From 7a5af7e74443692195d1858c20992e30d38acfac Mon Sep 17 00:00:00 2001 From: Matthew Strawbridge Date: Tue, 25 Aug 2020 19:30:13 +0100 Subject: [PATCH] Fix links to ddpg tuned examples (#9713) --- doc/source/rllib-algorithms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `__):