AIApr 14

No More Stale Feedback: Co-Evolving Critics for Open-World Agent Learning

arXiv:2601.0679481.21 citationsh-index: 6
Predicted impact top 35% in AI · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the problem of static critics in on-policy RL for LLM agents, which is a known bottleneck in open-world learning.

ECHO introduces a co-evolving critic that stays synchronized with the policy during RL training, preventing stale feedback. It achieves more stable training and higher long-horizon task success in open-world environments.

Critique-guided reinforcement learning (RL) has emerged as a powerful paradigm for training LLM agents by augmenting sparse outcome rewards with natural-language feedback. However, current methods often rely on static or offline critic models, which fail to adapt as the policy evolves. In on-policy RL, the agent's error patterns shift over time, causing stationary critics to become stale and providing feedback of diminishing utility. To address this, we introduce ECHO (Evolving Critic for Hindsight-Guided Optimization)}, a framework that jointly optimizes the policy and critic through a synchronized co-evolutionary loop. ECHO utilizes a cascaded rollout mechanism where the critic generates multiple diagnoses for an initial trajectory, followed by policy refinement to enable group-structured advantage estimation. We address the challenge of learning plateaus via a saturation-aware gain shaping objective, which rewards the critic for inducing incremental improvements in high-performing trajectories. By employing dual-track GRPO updates, ECHO ensures the critic's feedback stays synchronized with the evolving policy. Experimental results show that ECHO yields more stable training and higher long-horizon task success across open-world environments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes