ray/rllib/contrib/maddpg
2022-05-02 12:51:14 +02:00
..
__init__.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
maddpg.py [RLlib] Deprecate timesteps_per_iteration config key (in favor of min_[sample|train]_timesteps_per_reporting. (#24372) 2022-05-02 12:51:14 +02:00
maddpg_policy.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
README.md [spelling] Add linter rule for mis-capitalizations of RLLib -> RLlib (#23817) 2022-04-10 16:12:53 -07:00

Implementation of MADDPG in RLlib

Please check justinkterry/maddpg-rllib for more information.