We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65eeb2e commit bdc3ca9Copy full SHA for bdc3ca9
1 file changed
docs/content/docs/dev/changelog.md
@@ -5,6 +5,16 @@ weight: 3
5
6
---
7
8
+## Version 1.3.4
9
+
10
+- Fix the bug of loading heterogeneous models and reform the loading logics.
11
+- Enable MBGD in MAGRPO to align with MAAC and IAC.
12
+- Remove redundant and legacy hyperparameters (e.g., model kwargs, patching hyperparameters).
13
+- Clean multi-device legacy, like drop last and num_workers.
14
+- Add unit tests for model loading and separate it from CI as a badge.
15
+- Clean short functions.
16
+- Reorganize the docs and align the parameters.
17
18
## Version 1.3.3
19
- Compact MAREINFORCETrainer derivation, and move to the new folder.
20
- Unify the interface for different trainers.
0 commit comments