You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@
21
21
as the actor parameters are intended to be handled via natural gradients internally
22
22
-`data`:
23
23
-`ReplayBuffer`: Fix collection of empty episodes being disallowed
24
+
- Collection was slow due to `isinstance` checks on Protocols and due to Buffer integrity validation. This was solved
25
+
by no longer performing `isinstance` on Protocols and by making the integrity validation disabled by default.
24
26
- Tests:
25
27
- We have introduced extensive **determinism tests** which allow to validate whether
26
28
training processes deterministically compute the same results across different development branches.
@@ -53,6 +55,8 @@
53
55
54
56
## Release 1.1.0
55
57
58
+
**NOTE**: This release introduced (potentially severe) performance regressions in data collection, please switch to a newer release for better performance.
0 commit comments