gjoliver d81885c1f1 [RLlib] Fix all the CI tests that were broken by is_training and replay buffer changes; re-comment-in the failing RLlib tests (#19809) 3 年之前
..
README.md 97bf79917c [RLlib] Update MADDPG example repo to maintained fork (#6831) 4 年之前
__init__.py 60d4d5e1aa Remove future imports (#6724) 4 年之前
maddpg.py d81885c1f1 [RLlib] Fix all the CI tests that were broken by is_training and replay buffer changes; re-comment-in the failing RLlib tests (#19809) 3 年之前
maddpg_policy.py ed85f59194 [RLlib] Unify all RLlib Trainer.train() -> results[info][learner][policy ID][learner_stats] and add structure tests. (#18879) 3 年之前

README.md

Implementation of MADDPG in RLLib

Please check justinkterry/maddpg-rllib for more information.