Skip to content

Commit 583d4b8

Browse files
committed
Minor: fix changelog
1 parent 4fd408b commit 583d4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/misc/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ New Features:
1414
^^^^^^^^^^^^^
1515
- Added ``unwrap_vec_wrapper()`` to ``common.vec_env`` to extract ``VecEnvWrapper`` if needed
1616
- Added ``StopTrainingOnMaxEpisodes`` to callback collection (@xicocaio)
17+
- Callbacks have access to rollout collection locals as in SB2. (@PartiallyTyped)
1718

1819
Bug Fixes:
1920
^^^^^^^^^^
@@ -59,7 +60,6 @@ New Features:
5960
- Refactored opening paths for saving and loading to use strings, pathlib or io.BufferedIOBase (@PartiallyTyped)
6061
- Added ``DDPG`` algorithm as a special case of ``TD3``.
6162
- Introduced ``BaseModel`` abstract parent for ``BasePolicy``, which critics inherit from.
62-
- Callbacks have access to rollout collection locals as in SB2. (@PartiallyTyped)
6363

6464
Bug Fixes:
6565
^^^^^^^^^^

0 commit comments

Comments
 (0)