ray/rllib/agents/qmix
2022-05-06 12:29:53 +02:00
..
tests [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
__init__.py [rllib] Deprecate policy optimizers (#8345) 2020-05-21 10:16:18 -07:00
mixers.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
model.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
qmix.py [RLlib] Remove execution_plan API code no longer needed. (#24501) 2022-05-06 12:29:53 +02:00
qmix_policy.py [RLlib] QMIX training iteration function and new replay buffer API. (#24164) 2022-04-27 14:24:20 +02:00
README.md [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00

Code in this package is adapted from https://github.com/oxwhirl/pymarl.