ray/rllib/contrib/maddpg
mvindiola1 170366fbf1
[RLlib] contrib/MADDPG: Make get_weights and set_weights use dictionaries rather than lists. (#14903)
Co-authored-by: Manny Vindiola <manuel.m.vindiola.civ@mail.mil>
2021-05-04 13:26:39 +02:00
..
__init__.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
maddpg.py [RLlib] Remove all (already soft-deprecated) SampleBatch.data from code. (#15335) 2021-04-15 19:19:51 +02:00
maddpg_policy.py [RLlib] contrib/MADDPG: Make get_weights and set_weights use dictionaries rather than lists. (#14903) 2021-05-04 13:26:39 +02: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.