ray/rllib/contrib/maddpg
2021-12-04 22:05:26 +01:00
..
__init__.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
maddpg.py [RLlib] Sub-class Trainer (instead of build_trainer()): All remaining classes; soft-deprecate build_trainer. (#20725) 2021-12-04 22:05:26 +01:00
maddpg_policy.py [RLlib] Use SampleBrach instead of input dict whenever possible (#20746) 2021-12-02 13:11:26 +01: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.