ray/rllib/agents/maddpg
2022-05-17 13:43:49 +02:00
..
__init__.py [RLlib] MADDPG: Move into agents folder (from contrib) and use training_iteration method. (#24502) 2022-05-06 12:35:21 +02:00
maddpg.py [RLlib] Replay Buffer API and Ape-X. (#24506) 2022-05-17 13:43:49 +02:00
maddpg_tf_policy.py [RLlib] MADDPG: Move into agents folder (from contrib) and use training_iteration method. (#24502) 2022-05-06 12:35:21 +02:00
README.md [RLlib] MADDPG: Move into agents folder (from contrib) and use training_iteration method. (#24502) 2022-05-06 12:35:21 +02:00

Implementation of MADDPG in RLlib

Please check justinkterry/maddpg-rllib for more information.