FlashREINFORCE: critic-free single-rollout async RL stabilizes 6,000+ agentic updates

青稞AI · wechat · 2026-09-17

A technical deep-dive into FlashREINFORCE (open-sourced by the NVIDIA NeMo team), reportedly the first critic-free, single-rollout, one-pass asynchronous RL method for LLMs with 6,000+ stable reported updates.

Three components: One-Batch REINFORCE builds signed feedback across independent prompts using the batch mean reward as baseline; Sequence Trust Region screens whole trajectories via a Bernoulli KL proxy to handle async policy drift; Sample-Mean Optimization normalizes loss per trajectory so long failed trajectories don't dominate updates. No critic, ratio clipping, or reference-model forward pass needed.

Results:

Ablations confirm each design choice (36.2 vs 9.8 without negative feedback; trajectory-level admission more stable than token-level). Paper and code are open source.

Original post →

More from coding & agent

coding & agent channel →