Papers › Selective Rollout: Mid-Trajectory Termination for Multi-Sample Agent RL

Selective Rollout: Mid-Trajectory Termination for Multi-Sample Agent RL

7 May 2026arXiv:2605.05802added by Syntology

Zhiyuan Zhai, Xin Wang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Group-relative RL training (GRPO) samples a small group of parallel rollouts for every training prompt and uses their within-group reward spread to compute per-trajectory advantages. In agentic environments each rollout is a long multi-turn dialogue with one LLM call per step, so this multi-sample multiplier dominates the total training cost. When every rollout of a prompt ends with the same reward, the group has zero reward variance and contributes no gradient, so the extra rollouts add no information; such groups are common in practice (typically around 40% of all groups), so the wasted-compute fraction is substantial rather than marginal. Existing methods filter such groups at the prompt level, either after their rollouts are paid for or before any rollout begins, but both decide without using information that becomes available during the rollout itself. We instead ask whether the in-group divergence between the partial trajectories at an intermediate step can already predict that the group will be zero-variance: when the parallel rollouts have already converged on the same action prefix, the group is on track to produce a single reward, and we can stop early. We propose a one-parameter gate that stops a group when the mean pairwise prefix edit distance between its partial action sequences falls below a threshold. On a 60-iteration on-policy GRPO run on ALFWorld with Qwen2.5-7B, averaged over four random seeds, the gated arm finishes 10.7% faster in wall-clock (bootstrap 95% CI excludes 0) and shifts held-out success rate on 50 unseen tasks by +2.5 pp, with the held-out gain tracing to a measurable reduction in zero-advantage gradient-batch dilution. Code is available at https://github.com/zhiyuanZhai20/selective-rollout.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.05802")

Code

Syntology Ran 13 of 13 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zhiyuanZhai20/selective-rollout found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 13 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from zhiyuanZhai20/selective-rollout. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

divergence_at_K zhiyuanZhai20/selective-rollout/src/divergence.py found in paper text by Syntology ran no licence file found · pointer only · d17f3c5d626195d7 · report
followup_user_message zhiyuanZhai20/selective-rollout/src/prompts.py found in paper text by Syntology ran no licence file found · pointer only · 0c516a2e6bb36237 · report
group_reward_stats zhiyuanZhai20/selective-rollout/src/divergence.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 5b8db30b398f2e3f · report
group_reward_variance zhiyuanZhai20/selective-rollout/src/divergence.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 5819c3b6f199f733 · report
initial_user_message zhiyuanZhai20/selective-rollout/src/prompts.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 4d7355c6280bd225 · report
list_games zhiyuanZhai20/selective-rollout/src/env.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · c7553a721db08d21 · report
parse_action zhiyuanZhai20/selective-rollout/src/prompts.py found in paper text by Syntology ran no licence file found · pointer only · 17942fd27330ceb9 · report
pop zhiyuanZhai20/selective-rollout/src/queue_fs.py found in paper text by Syntology ran no licence file found · pointer only · 2cacdba9dec0b207 · report
remaining zhiyuanZhai20/selective-rollout/src/queue_fs.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 13a91532a4ad9bc2 · report
safe_savefig zhiyuanZhai20/selective-rollout/src/figutil.py found in paper text by Syntology ran no licence file found · pointer only · 35c1f7ccae9126e3 · report
spearman_by_task_type zhiyuanZhai20/selective-rollout/src/analysis.py found in paper text by Syntology ran no licence file found · pointer only · 683c94d9c4222b3e · report
spearman_table zhiyuanZhai20/selective-rollout/src/analysis.py found in paper text by Syntology ran no licence file found · pointer only · 5609356339d9cacb · report
verdict zhiyuanZhai20/selective-rollout/src/analysis.py found in paper text by Syntology ran no licence file found · pointer only · 5fc62a7556363e8d · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.05802, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections