ray/python/ray/rllib/agents/qmix
2019-07-25 11:02:53 -07:00
..
__init__.py [rllib] Rename Agent to Trainer (#4556) 2019-04-07 00:36:18 -07:00
apex.py [rllib] Port remainder of algorithms to build_trainer() pattern (#4920) 2019-06-07 16:45:36 -07:00
mixers.py [rllib] Q-Mix implementation (Q-Mix, VDN, IQN, and Ape-X variants) (#3548) 2018-12-18 10:40:01 -08:00
model.py [rllib] ModelV2 support for pytorch (#5249) 2019-07-25 11:02:53 -07:00
qmix.py [rllib] Port remainder of algorithms to build_trainer() pattern (#4920) 2019-06-07 16:45:36 -07:00
qmix_policy.py [rllib] ModelV2 support for pytorch (#5249) 2019-07-25 11:02:53 -07:00
README.md [rllib] Update README.md for qmix (#4101) 2019-02-20 10:21:08 -08:00

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