File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ New Features:
14
14
^^^^^^^^^^^^^
15
15
- Added ``unwrap_vec_wrapper() `` to ``common.vec_env `` to extract ``VecEnvWrapper `` if needed
16
16
- Added ``StopTrainingOnMaxEpisodes `` to callback collection (@xicocaio)
17
+ - Callbacks have access to rollout collection locals as in SB2. (@PartiallyTyped)
17
18
18
19
Bug Fixes:
19
20
^^^^^^^^^^
@@ -59,7 +60,6 @@ New Features:
59
60
- Refactored opening paths for saving and loading to use strings, pathlib or io.BufferedIOBase (@PartiallyTyped)
60
61
- Added ``DDPG `` algorithm as a special case of ``TD3 ``.
61
62
- Introduced ``BaseModel `` abstract parent for ``BasePolicy ``, which critics inherit from.
62
- - Callbacks have access to rollout collection locals as in SB2. (@PartiallyTyped)
63
63
64
64
Bug Fixes:
65
65
^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments