Commit 6f6ed05
committed
docs: update changelog for buffer optimization
Add changelog entry documenting the performance optimization of buffer
array allocations. The change uses np.asarray() instead of np.array()
to avoid unnecessary copies when input is already a numpy array.
This optimization provides significant performance improvements in
reinforcement learning training loops with minimal risk as it maintains
identical functional behavior.1 parent 7708e80 commit 6f6ed05
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
1844 | 1845 | | |
1845 | 1846 | | |
1846 | 1847 | | |
1847 | | - | |
| 1848 | + | |
0 commit comments