vix.ing · top · new · best · stats · spec

MemRL: Self-Evolving Agents via Runtime Reinforcement Learning on Episodic Memory

2026/01/06 by Shengtao Zhang, Jiaqian Wang, Ruiwen Zhou +11 · 1 voice · 3 citations
Computer Science · #cs.CL

paper · pdf · doi:10.48550/arxiv.2601.03192

arxiv published 2026/01/06 · arxiv updated 2026/02/12

Abstract

The hallmark of human intelligence is the self-evolving ability to master new skills by learning from past experiences. However, current AI agents struggle to emulate this self-evolution: fine-tuning is computationally expensive and prone to catastrophic forgetting, while existing memory-based methods rely on passive semantic matching that often retrieves noise. To address these challenges, we propose MemRL, a non-parametric approach that evolves via reinforcement learning on episodic memory. By decoupling stable reasoning from plastic memory, MemRL employs a Two-Phase Retrieval mechanism to filter noise and identify high-utility strategies through environmental feedback. Extensive experiments on HLE, BigCodeBench, ALFWorld, and Lifelong Agent Bench demonstrate that MemRL significantly outperforms state-of-the-art baselines, confirming that MemRL effectively reconciles the stability-plasticity dilemma, enabling continuous runtime improvement without weight updates. Code is available at https://github.com/MemTensor/MemRL.

Citations

Cited by

Discussions

Related