Complementary Reinforcement Learning
Dilxat Muhtar, Jiashun Liu, Wei Gao, Weixun Wang, Shaopan Xiong, Ju Huang, Siran Yang, Wenbo Su, Jiamang Wang, Ling Pan, Bo Zheng

TL;DR
Complementary RL introduces a co-evolving experience extractor and policy actor inspired by neuroscience, significantly improving sample efficiency and performance in reinforcement learning tasks by dynamically leveraging experience during training.
Contribution
The paper proposes a novel Complementary RL framework where experience management co-evolves with the policy, addressing limitations of static experience storage and enhancing learning efficiency.
Findings
Achieves 10% performance improvement over baseline in single-task RL.
Demonstrates robust scalability in multi-task RL settings.
Outperforms outcome-based RL agents that do not learn from experience.
Abstract
Reinforcement Learning (RL) has emerged as a powerful paradigm for training LLM-based agents, yet remains limited by low sample efficiency, stemming not only from sparse outcome feedback but also from the agent's inability to leverage prior experience across episodes. While augmenting agents with historical experience offers a promising remedy, existing approaches suffer from a critical weakness: the experience distilled from history is either stored statically or fail to coevolve with the improving actor, causing a progressive misalignment between the experience and the actor's evolving capability that diminishes its utility over the course of training. Inspired by complementary learning systems in neuroscience, we present Complementary RL to achieve seamless co-evolution of an experience extractor and a policy actor within the RL optimization loop. Specifically, the actor is optimized…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Domain Adaptation and Few-Shot Learning · Neural and Behavioral Psychology Studies
