ray/rllib/contrib/maddpg
2020-06-12 20:17:27 -07:00
..
__init__.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
maddpg.py [rllib] Flexible multi-agent replay modes and replay_sequence_length (#8893) 2020-06-12 20:17:27 -07:00
maddpg_policy.py Fixed: contrib/MADDPG MADDPGTFPolicy missing self.config assignment (#8343) 2020-05-08 12:05:06 -07:00
README.md [RLlib] Update MADDPG example repo to maintained fork (#6831) 2020-01-18 13:08:27 -08:00

Implementation of MADDPG in RLLib

Please check justinkterry/maddpg-rllib for more information.