PulseAugur
EN
LIVE 07:24:04

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

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…