mirror of
https://github.com/wassname/ray.git
synced 2026-07-09 01:51:38 +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.
Implementation of Soft Actor-Critic (https://arxiv.org/abs/1812.05905.pdf).