diff --git a/doc/source/rllib-algorithms.rst b/doc/source/rllib-algorithms.rst index afc37b12019c..628547a8fbaa 100644 --- a/doc/source/rllib-algorithms.rst +++ b/doc/source/rllib-algorithms.rst @@ -348,7 +348,7 @@ Tuned examples: `Two-step game `__ `[implementation] `__ MADDPG is a specialized multi-agent algorithm. Code here is adapted from https://github.com/openai/maddpg to integrate with RLlib multi-agent APIs. Please check `wsjeon/maddpg-rllib `__ for examples and more information. +`[paper] `__ `[implementation] `__ MADDPG is a specialized multi-agent algorithm. Code here is adapted from https://github.com/openai/maddpg to integrate with RLlib multi-agent APIs. Please check `justinkterry/maddpg-rllib `__ for examples and more information. **MADDPG-specific configs** (see also `common configs `__): diff --git a/rllib/contrib/maddpg/README.md b/rllib/contrib/maddpg/README.md index 636eeae648b3..5c618aa28d13 100644 --- a/rllib/contrib/maddpg/README.md +++ b/rllib/contrib/maddpg/README.md @@ -1,4 +1,4 @@ # Implementation of MADDPG in RLLib -Please check [wsjeon/maddpg-rllib](https://github.com/wsjeon/maddpg-rllib) for more information. +Please check [justinkterry/maddpg-rllib](https://github.com/justinkterry/maddpg-rllib) for more information.