ray/rllib/algorithms/maddpg
2022-06-14 13:59:15 -07:00
..
tests [RLlib] Trainer to Algorithm renaming. (#25539) 2022-06-11 15:10:39 +02:00
__init__.py [RLlib] Move all remaining algos into algorithms directory. (#25366) 2022-06-04 07:35:24 +02:00
maddpg.py Revert "[RLlib] Remove execution plan code no longer used by RLlib. (#25624)" (#25776) 2022-06-14 13:59:15 -07:00
maddpg_tf_policy.py [RLlib] MADDPG: Move into main algorithms folder and add proper unit and learning tests. (#24579) 2022-05-24 12:53:53 +02:00
README.md [RLlib] MADDPG: Move into main algorithms folder and add proper unit and learning tests. (#24579) 2022-05-24 12:53:53 +02:00

Implementation of MADDPG in RLlib

Please check justinkterry/maddpg-rllib for more information.