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: docs/misc/changelog.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,10 @@
16
16
17
17
### Bug Fixes:
18
18
19
-
-Fix`MaskablePPO` and `RecurrentPPO` inaccurate `n_updates` counting when `target_kl` early exits the training loop
20
-
-Fix`RecurrentPPO` and `MaskablePPO` forward and predict do not reshape action before clip it (@immortal-boy)
19
+
-Fixed`MaskablePPO` and `RecurrentPPO` inaccurate `n_updates` counting when `target_kl` early exits the training loop
20
+
-Fixed`RecurrentPPO` and `MaskablePPO``forward` and `predict`not reshaping the action before clipping it (@immortal-boy)
21
21
- Do not call `forward()` method directly in `RecurrentPPO` (@immortal-boy)
22
+
- Fixed `MaskableCategorical.apply_masking()` crashing with `ValueError: Simplex` when cached `probs` deviate from sum=1 in float32 with large action spaces (torch 2.9+) (@kirann-05)
0 commit comments