mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-22 19:23:49 +00:00
Fix changelog (#760)
This commit is contained in:
parent
5143cd19f7
commit
9ff26dafed
1 changed files with 1 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ Bug Fixes:
|
|||
|
||||
Deprecations:
|
||||
^^^^^^^^^^^^^
|
||||
- Switched minimum Gym version to 0.21.0.
|
||||
|
||||
Others:
|
||||
^^^^^^^
|
||||
|
|
@ -119,7 +120,6 @@ Release 1.3.0 (2021-10-23)
|
|||
|
||||
Breaking Changes:
|
||||
^^^^^^^^^^^^^^^^^
|
||||
- Support for Python 3.6 was removed.
|
||||
- ``sde_net_arch`` argument in policies is deprecated and will be removed in a future version.
|
||||
- ``_get_latent`` (``ActorCriticPolicy``) was removed
|
||||
- All logging keys now use underscores instead of spaces (@timokau). Concretely this changes:
|
||||
|
|
@ -147,7 +147,6 @@ Bug Fixes:
|
|||
|
||||
Deprecations:
|
||||
^^^^^^^^^^^^^
|
||||
- Switched minimum Gym version to 0.21.0.
|
||||
|
||||
Others:
|
||||
^^^^^^^
|
||||
|
|
|
|||
Loading…
Reference in a new issue