Skip to content

Commit

Permalink
[RLlib] Update MADDPG example repo to maintained fork (#6831)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkterry1 authored and ericl committed Jan 18, 2020
1 parent 9b1d295 commit 97bf799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/rllib-algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ Tuned examples: `Two-step game <https://github.com/ray-project/ray/blob/master/r

Multi-Agent Deep Deterministic Policy Gradient (contrib/MADDPG)
---------------------------------------------------------------
`[paper] <https://arxiv.org/abs/1706.02275>`__ `[implementation] <https://github.com/ray-project/ray/blob/master/rllib/contrib/maddpg/maddpg.py>`__ 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 <https://github.com/wsjeon/maddpg-rllib>`__ for examples and more information.
`[paper] <https://arxiv.org/abs/1706.02275>`__ `[implementation] <https://github.com/ray-project/ray/blob/master/rllib/contrib/maddpg/maddpg.py>`__ 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 <https://github.com/justinkterry/maddpg-rllib>`__ for examples and more information.

**MADDPG-specific configs** (see also `common configs <rllib-training.html#common-parameters>`__):

Expand Down
2 changes: 1 addition & 1 deletion rllib/contrib/maddpg/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 97bf799

Please sign in to comment.