ray/rllib/contrib/maddpg
2021-01-19 14:22:36 +01:00
..
__init__.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
maddpg.py [RLlib] Minor fixes (torch GPU bugs + some cleanup). (#11609) 2020-10-27 10:00:24 +01:00
maddpg_policy.py [RLlib] Issue 9071 A3C w/ RNN not working due to VF assuming no RNN. (#13238) 2021-01-19 14:22:36 +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.