diff --git a/doc/source/rllib-algorithms.rst b/doc/source/rllib-algorithms.rst index 6fe0c3a14..13ef655ff 100644 --- a/doc/source/rllib-algorithms.rst +++ b/doc/source/rllib-algorithms.rst @@ -42,7 +42,7 @@ Algorithm Frameworks Discrete Actions Continuous Acti ----------------------------- --------------------------------------------------------------------------------------- `Fully Independent Learning`_ Depends on bootstrapped algorithm ----------------------------- --------------------------------------------------------------------------------------- -`Shared Critic Methods`_ Depends on bootstrapped algorithm +`Shared Critic Methods`_ Depends on bootstrapped algorithm ============================= ======================================================================================= @@ -734,5 +734,6 @@ Tuned examples: `waterworld `__Shared critic methods are when all agents use a single parameter shared critic network (in some cases with access to more of the observation space than agents can see). Note that many specialized multi-agent algorithms such as MADDPG are mostly shared critic forms of their single-agent algorithm (DDPG in the case of MADDPG). -Tuned examples: `TwoStepGame `__ +`[instructions] `__ Shared critic methods are when all agents use a single parameter shared critic network (in some cases with access to more of the observation space than agents can see). Note that many specialized multi-agent algorithms such as MADDPG are mostly shared critic forms of their single-agent algorithm (DDPG in the case of MADDPG). + +Tuned examples: `TwoStepGame `__