From 97bf79917c8625ca6d768c428c9c720059c39c9d Mon Sep 17 00:00:00 2001 From: Justin Terry Date: Sat, 18 Jan 2020 16:08:27 -0500 Subject: [PATCH] [RLlib] Update MADDPG example repo to maintained fork (#6831) --- doc/source/rllib-algorithms.rst | 2 +- rllib/contrib/maddpg/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.