ray/rllib/agents/qmix
Sven Mika 2ccf08ad10
[RLlib] Bug fix: DQN goes into negative epsilon values after reaching explora… (#6971)
* Bug fix: DQN goes into negative epsilon values after reaching exploration percentage.

* Add `epsilon_initial_eps` to SAC to pass test_nested_spaces.py.

* Add `exploration_initial_eps` to QMIX default config.
2020-01-31 09:54:12 -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] Policy-classes cleanup and torch/tf unification. (#6770) 2020-01-17 22:26:28 -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.