ray/rllib/agents/qmix
2020-02-19 12:18:45 -08:00
..
__init__.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
apex.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
mixers.py [RLlib] from_config util method for framework agnostic components; start moving RLlib tests into Bazel. (#6865) 2020-01-22 17:02:58 -08:00
model.py [RLlib] from_config util method for framework agnostic components; start moving RLlib tests into Bazel. (#6865) 2020-01-22 17:02:58 -08:00
qmix.py [RLlib] Bug fix: DQN goes into negative epsilon values after reaching explora… (#6971) 2020-01-31 09:54:12 -08:00
qmix_policy.py [RLlib] Exploration API: merge deterministic flag with exploration classes (SoftQ and StochasticSampling). (#7155) 2020-02-19 12:18:45 -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.