cd /news/artificial-intelligence/reinforcement-learning-with-decompos… · home topics artificial-intelligence article
[ARTICLE · art-138804] src=arxiv.org ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

Reinforcement Learning with Decomposed Subtasks

A new arXiv paper (arXiv:2609.27035v1) introduces Reinforcement Learning with Decomposed Subtasks (RLDS), a method that replaces the scalar GRPO advantage with Subtask-Decomposed Advantage Estimation (SDAE), splitting trajectory reward into per-subtask shares on a fixed taxonomy before the policy update. Evaluated on four agentic benchmarks, RLDS gained 11.5 points on ScienceWorld (paired-bootstrap 95% CI [+9.8, +13.3]) and 9.8 points on FrozenLake ([+7.0, +12.8]), with gains within noise on HotpotQA and DeepResearch, and cut wall-clock time per step on ScienceWorld by 10.9% versus scalar GRPO.

by read1 min views2 publishedSep 24, 2026

arXiv:2609.27035v1 Announce Type: new Abstract: Group Relative Policy Optimization (GRPO) and related policy-gradient methods for training language model agents collapse an entire multi-turn rollout into a single scalar trajectory reward before it enters the policy update. When the task composes distinct skills, especially under sparse and delayed environmental feedback, this collapsing is lossy: the optimizer must implicitly infer which competency drove the outcome and how that should change behavior. We argue the right primitive is not a better scalar but a decomposition: trajectory reward should be split along subtasks before it enters the policy update. We introduce Reinforcement Learning with Decomposed Subtasks (RLDS), whose core is Subtask-Decomposed Advantage Estimation (SDAE): a replacement for the scalar GRPO advantage that splits trajectory reward into per-subtask shares on a fixed taxonomy, computes a group-relative advantage per subtask, and distributes per-token credit by weighting each subtask's advantage by its importance, concentrating it around the step where a reflection marks that subtask's execution as consequential. We evaluate on four agentic benchmarks: FrozenLake (sparse grid navigation), HotpotQA (multi-hop QA, one retrieval tool), ScienceWorld (long-horizon embodied science), and DeepResearch (long-form research, four tools, composite rubric reward). Heterogeneity diagnostics emitted during training show where decomposition pays off - gains scale with subtask heterogeneity, largest on the high-heterogeneity tasks ScienceWorld (+11.5 points, paired-bootstrap 95% CI [+9.8, +13.3]) and FrozenLake (+9.8 points, [+7.0, +12.8]), and within noise on HotpotQA and DeepResearch, where the diagnostics predicted little to recover. ScienceWorld is also more compute-efficient under RLDS than scalar GRPO (-10.9% wall-clock per step), as long rollouts amortize the fixed reflect-and-grade overhead.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @rlds 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/reinforcement-learni…] indexed:0 read:1min 2026-09-24 ·