LGAIJan 21

Memory Retention Is Not Enough to Master Memory Tasks in Reinforcement Learning

arXiv:2601.15086v1h-index: 8
Originality Incremental advance
AI Analysis

This work addresses a fundamental limitation in RL for agents operating in dynamic environments, though it is incremental as it builds on existing memory-augmented approaches.

The paper tackles the problem of memory in reinforcement learning, showing that existing methods focus on retention but fail at adaptive memory rewriting, and finds that classic recurrent models outperform modern structured and transformer-based architectures in rewriting tasks.

Effective decision-making in the real world depends on memory that is both stable and adaptive: environments change over time, and agents must retain relevant information over long horizons while also updating or overwriting outdated content when circumstances shift. Existing Reinforcement Learning (RL) benchmarks and memory-augmented agents focus primarily on retention, leaving the equally critical ability of memory rewriting largely unexplored. To address this gap, we introduce a benchmark that explicitly tests continual memory updating under partial observability, i.e. the natural setting where an agent must rely on memory rather than current observations, and use it to compare recurrent, transformer-based, and structured memory architectures. Our experiments reveal that classic recurrent models, despite their simplicity, demonstrate greater flexibility and robustness in memory rewriting tasks than modern structured memories, which succeed only under narrow conditions, and transformer-based agents, which often fail beyond trivial retention cases. These findings expose a fundamental limitation of current approaches and emphasize the necessity of memory mechanisms that balance stable retention with adaptive updating. Our work highlights this overlooked challenge, introduces benchmarks to evaluate it, and offers insights for designing future RL agents with explicit and trainable forgetting mechanisms. Code: https://quartz-admirer.github.io/Memory-Rewriting/

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes