paper-with-me

Papers

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

2026-01-06 · Shengtao Zhang, Jiaqian Wang, Ruiwen Zhou, Junwei Liao, Yuchen Feng, Zhuo Li, Yujie Zheng, Weinan Zhang, Ying Wen, Zhiyu Li, Feiyu Xiong, Yutao Qi, Bo Tang, Muning Wen arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.03192

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

On First-Order Meta-Reinforcement Learning with Moreau Envelopes

2023-05-20 · Mohammad Taha Toghani, Sebastian Perez-Salazar, César A. Uribe

Meta-Reinforcement Learning (MRL) is a promising framework for training agents that can quickly adapt to new environments and tasks. In this work, we study the MRL problem under the policy gradient formulation, where we …

Meta Reinforcement Learningreinforcement-learningReinforcement Learning

Rethinking Experience Utilization in Self-Evolving Language Model Agents

2026-05-08 · Weixiang Zhao, Yingshuo Wang, Yichen Zhang, Yanyan Zhao 외 arxiv

Self-evolving agents improve by accumulating and reusing experience from past interactions. Existing work has largely focused on how experience is constructed, represented, and updated, while paying less attention to how…

Reinforcement Learning

Beyond Handcrafted Security: Towards Self-Evolving Defense for LLM Agents

2026-08-13 · Jiajun Ruan, Peiyang Li, Yukun Chen, Fengting Li 외 arxiv

The expanding operational capabilities of large language model (LLM) agents introduce sophisticated security threats. Runtime defenses have emerged as an effective approach to mitigating these risks by integrating securi…

WebRL: Training LLM Web Agents via Self-Evolving Online Curriculum Reinforcement Learning

2024-11-04 · Zehan Qi, Xiao Liu, Iat Long Iong, Hanyu Lai 외

Large language models (LLMs) have shown remarkable potential as autonomous agents, particularly in web-based tasks. However, existing LLM web agents heavily rely on expensive proprietary LLM APIs, while open LLMs lack th…

EvoSkill Injection: Red-Teaming Autonomous Skill Generation and Evolution in Self-Evolving Agents

2026-08-31 · Doyun Kim, Chanwoo Kim, Sugyeong Eo, Yeo-Chan Yoon 외 arxiv

LLM-based agent systems increasingly adopt skill-based architectures to reduce repetitive reasoning costs and improve stable, efficient task execution. Recent studies propose self-evolving agents that autonomously genera…