Skip to content

Commit 6b8905a

Browse files
authored
Release v1.7.0 (#1268)
1 parent 5aa6e7d commit 6b8905a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/misc/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Changelog
44
==========
55

66

7-
Release 1.7.0a12 (WIP)
7+
Release 1.7.0 (2023-01-10)
88
--------------------------
99

1010
.. warning::
11-
11+
1212
Shared layers in MLP policy (``mlp_extractor``) are now deprecated for PPO, A2C and TRPO.
1313
This feature will be removed in SB3 v1.8.0 and the behavior of ``net_arch=[64, 64]``
1414
will create **separate** networks with the same architecture, to be consistent with the off-policy algorithms.
@@ -53,7 +53,7 @@ New Features:
5353

5454
Bug Fixes:
5555
^^^^^^^^^^
56-
- Updated ``ProgressBarCallback`` to more accurately display the proportion of remaining timesteps (@dominicgkerr)
56+
- Fixed ``ProgressBarCallback`` under-reporting (@dominicgkerr)
5757
- Fixed return type of ``evaluate_actions`` in ``ActorCritcPolicy`` to reflect that entropy is an optional tensor (@Rocamonde)
5858
- Fixed type annotation of ``policy`` in ``BaseAlgorithm`` and ``OffPolicyAlgorithm``
5959
- Allowed model trained with Python 3.7 to be loaded with Python 3.8+ without the ``custom_objects`` workaround

stable_baselines3/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0a12
1+
1.7.0

0 commit comments

Comments
 (0)