Skip to content

Commit

Permalink
Minor: fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Sep 10, 2020
1 parent 4fd408b commit 583d4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ New Features:
^^^^^^^^^^^^^
- Added ``unwrap_vec_wrapper()`` to ``common.vec_env`` to extract ``VecEnvWrapper`` if needed
- Added ``StopTrainingOnMaxEpisodes`` to callback collection (@xicocaio)
- Callbacks have access to rollout collection locals as in SB2. (@PartiallyTyped)

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

Bug Fixes:
^^^^^^^^^^
Expand Down

0 comments on commit 583d4b8

Please sign in to comment.