ray/rllib/agents/qmix
2021-04-16 09:16:24 +02:00
..
tests [RLlib] Issue 8384: QMIX doesn't learn anything. (#9527) 2020-07-17 12:14:34 +02:00
__init__.py [rllib] Deprecate policy optimizers (#8345) 2020-05-21 10:16:18 -07:00
mixers.py [RLlib] SAC algo cleanup. (#10825) 2020-09-20 11:27:02 +02:00
model.py [RLlib] Attention Net prep PR #3. (#12450) 2020-12-07 13:08:17 +01:00
qmix.py [RLlib] Batch-size for truncate_episode batch_mode should be confgurable in agent-steps (rather than env-steps), if needed. (#12420) 2020-12-08 16:41:45 -08:00
qmix_policy.py [RLlib] Multi-GPU support for Torch algorithms. (#14709) 2021-04-16 09:16:24 +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.