FlashREINFORCE: open-source single-rollout async LLM RL with 6,000+ stable updates

JFPuget · x · 2026-09-14

FlashREINFORCE claims to be the first open-source critic-free, single-rollout asynchronous LLM RL method with 6,000+ stable updates, combining One-Batch REINFORCE, Sequence Trust Region, and sample-mean optimization.

@giffmana breaks down the mechanics: unlike GRPO's 32×4 grouping, each prompt yields one rollout, 128 rollouts form a batch used for a single optimizer step.

The key win is handling stragglers on long rollouts: with no groups, no rollout waits on siblings — 500 runners can feed a queue and the trainer just batches the next 128 that arrive, regardless of order.

Paper and code are open-sourced.

Related event: NVIDIA Open-Sources FlashREINFORCE, a Critic-Free Async RL Framework(3 posts)→

Original post →

More from Research

Research channel →