PulseAugur
EN
LIVE 14:34:13

LLM Agents Collapse Under Dense Rewards with GRPO, Study Finds

Researchers have identified a critical issue in training large language model agents using dense prediction rewards, particularly when combined with the GRPO algorithm. This method, intended to provide step-by-step supervision, can lead to a phenomenon dubbed the "dark room" pathology, causing agents to enter degenerate states where task success plummets despite high prediction accuracy. The study found that removing GRPO's group normalization resolves this catastrophic failure, suggesting that the normalization amplifies within-group variance in a way that destabilizes the training process. The research proposes a variance-profile criterion to predict and avoid such collapses, indicating that auxiliary-loss channels may be more effective than reward channels for dense signal delivery. AI

IMPACT Identifies a critical training failure mode for LLM agents, potentially impacting future reinforcement learning approaches.

RANK_REASON Academic paper detailing a novel failure mode in LLM agent training. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLM Agents Collapse Under Dense Rewards with GRPO, Study Finds

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Academic paper detailing a novel failure mode in LLM agent training. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, safety
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
64 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Yu Wang ·

    The Dark Room in the Reward Channel: Dense Prediction Rewards Collapse GRPO-Trained LLM Agents -- and What Actually Works

    arXiv:2607.21273v1 Announce Type: new Abstract: Dense per-step supervision is an appealing remedy for sparse-reward, long-horizon LLM agents: reward the agent for predicting its next observation, and memory should follow. We show that under group-normalized RL (GRPO), this recipe…