diff --git a/doc/source/rllib-algorithms.rst b/doc/source/rllib-algorithms.rst index afc37b120..628547a8f 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 636eeae64..5c618aa28 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.