Skip to content

Commit 69412fe

Browse files
author
semantic-release
committed
chore: release 0.14.0
1 parent 4419b21 commit 69412fe

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openadapt-ml"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = "Model-agnostic, domain-agnostic ML engine for GUI automation agents"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)