ray/rllib/agents/qmix
2019-12-30 12:27:32 -08:00
..
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
apex.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
mixers.py Get utils ready for better Agent torch support. (#6561) 2019-12-30 12:27:32 -08:00
model.py Get utils ready for better Agent torch support. (#6561) 2019-12-30 12:27:32 -08:00
qmix.py Qmix on gpu and with non-stacked-obs environment state support (#5751) 2019-10-08 13:18:07 -07:00
qmix_policy.py rllib: use pytorch's fn to see if gpu is available (#5890) 2019-10-12 00:13:00 -07: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.