From 583d4b8e4105977d0aebf8b467084af9ac57bebf Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Thu, 10 Sep 2020 16:56:27 +0200 Subject: [PATCH] Minor: fix changelog --- docs/misc/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 0a96b08..fbc4900 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -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: ^^^^^^^^^^ @@ -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: ^^^^^^^^^^