Update changelog

This commit is contained in:
Antonin Raffin 2022-07-12 23:15:14 +02:00
parent 087951d34b
commit 5ec9e01b44
No known key found for this signature in database
GPG Key ID: B8B48F65CAD6232C
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Release 1.6.0 (2022-07-11)
Breaking Changes:
^^^^^^^^^^^^^^^^^
- Upgraded to Stable-Baselines3 >= 1.5.1a7
- Upgraded to Stable-Baselines3 >= 1.6.0
- Changed the way policy "aliases" are handled ("MlpPolicy", "CnnPolicy", ...), removing the former
``register_policy`` helper, ``policy_base`` parameter and using ``policy_aliases`` static attributes instead (@Gregwar)
- Renamed ``rollout/exploration rate`` key to ``rollout/exploration_rate`` for QRDQN (to be consistent with SB3 DQN)