Releases: OpenMLRL/LLM_Collab_Code_Generation
Releases · OpenMLRL/LLM_Collab_Code_Generation
Release list
v1.3.9
v.1.3.8
v.1.3.6
This version provides the coding collaboration environments for CoMLRL v1.3.6 with aligned interfaces.
Changelog
- Fixed critical error in hetero model loading, and allows more flexible critics and agents (see docs/model-loading).
- Change downstreaming repos' interfaces accordingly (align them into v1.3.6) and polish docs.
v1.3.2
v1.3.1
Changelog
- Allow batch training in MAGRPOTrainer, IACTrainer and MAACTrainer
- Allow multi-turn training in IACTrainer and MAACTrainer
- Change the x-axis from data_step to env_step
- Pair with CoMLRL v1.3.1

v1.1.7
Remove the memory mode in 1.1.6, just using the full history.
60% succ (12/20).
v1.1.6
v1.1.5
Ryan fixed the joint mode for single-agent case, and I changed the readme
v1.1.4
v1.1.3
This version should work with CoMLRL v1.1.3.
Changelog
- Remove the hard-coded code-level-logging at each node, since we don't expect users to inspect the details during training, at the cost of huge VRAM usage.
- Change the default value of hyperparameters according to the Dr. GRPO style, and learning rate to be 2e-5 and no more bandit external mode since it is equivalent to the magrpo in single-turn.
- Optimize the code format and group the closed params together.
- Add MBPP dataset.
Plain fails 2; expert fails 1; level feedback not fail yet.

