Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

RetroAgent: From Solving to Evolving via Retrospective Dual Intrinsic Feedback

About

Standard reinforcement learning (RL) for large language model (LLM) agents primarily optimizes extrinsic task rewards, often favoring isolated task completion over continual adaptation. This paradigm can cause premature convergence to suboptimal policies and leaves useful experience only implicitly encoded in model parameters, limiting its retrieval and reuse for future decisions. We introduce RetroAgent, an online RL framework that trains agents to master interactive environments not merely by solving tasks, but by evolving across episodes. Inspired by human retrospective self-improvement, RetroAgent augments extrinsic rewards with hindsight-generated dual intrinsic feedback: (1) Intrinsic Numerical Feedback, which rewards beneficial exploration by measuring incremental subtask progress relative to prior attempts; and (2) Intrinsic Language Feedback which distills successes and failures into reusable textual lessons for explicit experience reuse. To leverage these lessons effectively, we propose Similarity & Utility-Aware Upper Confidence Bound (SimUtil-UCB), a retrieval strategy that balances semantic relevance, historical utility, and exploration. Across four challenging agentic benchmarks, RetroAgent achieves new state-of-the-art performance, outperforming GRPO by +18.3% on ALFWorld, +15.4% on WebShop, +27.1% on Sokoban, and +8.9% on MineSweeper, while demonstrating strong test-time adaptation and out-of-distribution generalization.

Xiaoying Zhang, Zichen Liu, Yipeng Zhang, Xia Hu, Wenqi Shao• 2026

Related benchmarks

TaskDatasetResultRank
Web Navigation and ShoppingWebshop
Score88.9
248
Embodied TaskAlfWorld
Overall Success Rate94.9
183
Web Shopping AgentWebshop
Success Rate (SR)82.3
72
Embodied Task CompletionAlfWorld
Pick Success Rate97.9
54
Macro-average Exact MatchShellOps-Pro
Macro-average Exact Match Accuracy20
36
Agentic ReasoningALFWorld (test)
Success Rate95.6
21
Agentic ReasoningWebShop (test)
Success Rate82.3
15
Agentic ReasoningSokoban (test)
Success Rate38.3
12
Agentic ReasoningMinesweeper (test)
Success Rate48.2
12
Agentic task solvingEHRCon
Pass@379.1
9
Showing 10 of 33 rows

Other info

GitHub

Follow for update