mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 17:34:06 +08:00
2ccf08ad10
* 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.
Code in this package is adapted from https://github.com/oxwhirl/pymarl.