File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.14.0 (2026-03-04)
5+
6+ ### Features
7+
8+ - Add dual training backend support (standalone + verl-agent)
9+ ([ #51 ] ( https://github.com/OpenAdaptAI/openadapt-ml/pull/51 ) ,
10+ [ ` 4419b21 ` ] ( https://github.com/OpenAdaptAI/openadapt-ml/commit/4419b21eaae9ee2e984d27cc7f2f877a03182b54 ) )
11+
12+ * feat: add dual training backend support (standalone + verl-agent)
13+
14+ Add ` backend ` field to GRPOConfig ("standalone" or "verl") to support switching between training
15+ backends:
16+
17+ - standalone: existing trainer.py (single-GPU, episode-level rewards) - verl: verl-agent/VAGEN
18+ integration (multi-GPU, GiGPO per-step credit)
19+
20+ New verl_backend.py provides build_vagen_config() to map GRPOConfig to VAGEN-compatible config, and
21+ train_with_verl() as the integration point (placeholder until full end-to-end is wired up).
22+
23+ No existing function signatures or behavior modified.
24+
25+ Co-Authored-By: Claude Opus 4.6 < noreply@anthropic.com >
26+
27+ * style: format verl_backend.py with ruff
28+
29+ ---------
30+
31+ Co-authored-by: Claude Opus 4.6 < noreply@anthropic.com >
32+
33+
434## v0.13.0 (2026-03-03)
535
636### Features
Original file line number Diff line number Diff line change 11[project ]
22name = " openadapt-ml"
3- version = " 0.13 .0"
3+ version = " 0.14 .0"
44description = " Model-agnostic, domain-agnostic ML engine for GUI automation agents"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments