No More Stale Feedback: Co-Evolving Critics for Open-World Agent Learning
Zhicong Li, Lingjie Jiang, Yulan Hu, Xingchen Zeng, Yixia Li, Xiangwen Zhang, Guanhua Chen, Zheng Pan, Xin Li, Yong Liu
TL;DR
The paper addresses critic staleness in critique-guided RL for open-world LLM agents by introducing ECHO, a synchronized co-evolution framework that jointly optimizes a policy and a critic through cascaded diagnostic rollouts and saturation-aware gains. ECHO uses a two-stage cascaded rollout to generate diverse critiques and refinements, coupled with a saturation-aware reward design and dual-track GRPO updates to keep feedback aligned with the evolving policy. Key contributions include identifying critic staleness under on-policy drift, proposing a synchronized co-evolutionary optimization mechanism, and demonstrating improved stability and long-horizon task success across multiple environments and backbones. The approach has practical impact for data-efficient, robust open-world agent learning, enabling critiques to remain useful as policies advance, though it relies on reliable reward signals and could benefit from unifying scoring and critique generation in future work.
Abstract
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.
