ray/rllib/agents/qmix
2022-04-18 12:20:12 +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] Replay Buffer API and Training Iteration Fn for DQN. (#23420) 2022-04-18 12:20:12 +02:00
qmix_policy.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08: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.