Download Latest Version Tunix v0.1.6 -- Agentic RL _ VLM source code.tar.gz (28.7 MB)
Email in envelope

Get an email when there's a new version of Tunix

Home / v0.1.5
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-11-21 1.2 kB
Tunix v0.1.5 -- Critical Issue Fix for v0.1.4 source code.tar.gz 2025-11-21 12.6 MB
Tunix v0.1.5 -- Critical Issue Fix for v0.1.4 source code.zip 2025-11-21 12.8 MB
Totals: 3 Items   25.3 MB 0

API Change

This release fixes a critical issue introduced in v0.1.4 that prevented correct functionality. Users are strongly recommended to upgrade to v0.1.5.

# old:
rl_trainer = GrpoLearner(
  grpo_config=grpo_config,
)
# new:
rl_trainer = GrpoLearner(
  algo_config=grpo_config,
)

What's Changed

Full Changelog: https://github.com/google/tunix/compare/v0.1.4...v0.1.5

Source: README.md, updated 2025-11-21