Skip to content

Commit 812afc8

Browse files
committed
v1: changelog [ci skip]
1 parent fd93ab3 commit 812afc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
as the actor parameters are intended to be handled via natural gradients internally
2222
- `data`:
2323
- `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.
2426
- Tests:
2527
- We have introduced extensive **determinism tests** which allow to validate whether
2628
training processes deterministically compute the same results across different development branches.
@@ -53,6 +55,8 @@
5355

5456
## Release 1.1.0
5557

58+
**NOTE**: This release introduced (potentially severe) performance regressions in data collection, please switch to a newer release for better performance.
59+
5660
### Highlights
5761

5862
#### Evaluation Package

0 commit comments

Comments
 (0)