File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ Changelog
4
4
==========
5
5
6
6
7
- Release 1.7.0a12 (WIP )
7
+ Release 1.7.0 (2023-01-10 )
8
8
--------------------------
9
9
10
10
.. warning ::
11
-
11
+
12
12
Shared layers in MLP policy (``mlp_extractor ``) are now deprecated for PPO, A2C and TRPO.
13
13
This feature will be removed in SB3 v1.8.0 and the behavior of ``net_arch=[64, 64] ``
14
14
will create **separate ** networks with the same architecture, to be consistent with the off-policy algorithms.
@@ -53,7 +53,7 @@ New Features:
53
53
54
54
Bug Fixes:
55
55
^^^^^^^^^^
56
- - Updated ``ProgressBarCallback `` to more accurately display the proportion of remaining timesteps (@dominicgkerr)
56
+ - Fixed ``ProgressBarCallback `` under-reporting (@dominicgkerr)
57
57
- Fixed return type of ``evaluate_actions `` in ``ActorCritcPolicy `` to reflect that entropy is an optional tensor (@Rocamonde)
58
58
- Fixed type annotation of ``policy `` in ``BaseAlgorithm `` and ``OffPolicyAlgorithm ``
59
59
- Allowed model trained with Python 3.7 to be loaded with Python 3.8+ without the ``custom_objects `` workaround
Original file line number Diff line number Diff line change 1
- 1.7.0a12
1
+ 1.7.0
You can’t perform that action at this time.
0 commit comments