Agentic Episodic Control
- lab arXiv
- lab arXivLabs
- person Xidong Yang
A new architecture called Agentic Episodic Control (AEC) integrates large language models into episodic reinforcement learning to address long-standing problems of data efficiency and generalization, according to a paper posted on arXiv [1][2]. The paper, submitted in June 2025 and revised in June 2026, proposes AEC as a way to overcome two key limitations of prior episodic RL methods: a representation bottleneck from shallow encoders, and a retrieval dilemma where memory is accessed indiscriminately [1][2]. AEC uses an LLM-based semantic augmenter to generate semantic representations from raw observations, and a critical state recognizer to selectively retrieve valuable experiences [2]. This transforms memory usage from passive similarity matching into strategic, context-aware recall [2]. In tests across five BabyAI-Text environments, AEC achieved 2-6x higher data efficiency than baselines and was the only method to solve complex tasks like UnlockLocal with over 90% success [1][2]. The architecture also demonstrated strong cross-task and cross-environment generalization, maintaining performance under distribution shifts [2]. The concept of episodic memory in cognitive science was coined by Endel Tulving in 1972, referring to the recollection of personal experiences tied to specific times and places [3]. Tulving identified three key properties: a subjective sense of time, connection to the self, and autonoetic consciousness [3]. Psychologists later expanded the concept to include mental time travel, the capacity to mentally reconstruct past events and imagine future scenarios [4]. AEC draws on these principles by giving an agent a memory system that recalls strategically rather than by simple similarity [2]. Reinforcement learning, one of the three basic machine learning paradigms alongside supervised and unsupervised learning, trains an agent through interactions with an environment to maximize a reward signal [6]. The field has long grappled with the exploration-exploitation dilemma, where an agent must balance trying new actions against using known strategies [6]. Episodic RL methods attempt to improve sample efficiency by storing past experiences in external memory modules, but AEC's authors argue those methods have been held back by representation and retrieval shortcomings [2]. By combining LLM-derived semantic priors with reinforcement learning, AEC produces agents that are more sample-efficient and adaptable [2]. The work was led by Xidong Yang [1].
research-paperapplication
Background sources we checked (10)
- arxiv.org ↗ Reinforcement learning (RL) remains fundamentally limited by poor data efficiency and weak generalization. Prior episodic RL methods attempt to alleviate this via external memory modules, yet they suffer from two key limitations: a representation bottleneck caused by shallow enco…
- en.wikipedia.org ↗ Episodic memory is the memory of everyday events (such as times, location geography, associated emotions, and other contextual information) that can be explicitly stated or conjured. It is the collection of past personal experiences that occurred at particular times and places; f…
- en.wikipedia.org ↗ In psychology, mental time travel is the capacity to mentally reconstruct personal events from the past (episodic memory) as well as to imagine possible scenarios in the future (episodic foresight/episodic future thinking). The term was coined by Thomas Suddendorf and Michael Cor…
- en.wikipedia.org ↗ Hitman is a 2016 stealth video game developed by IO Interactive and published by Square Enix. The game, which has six episodes, is the sixth mainline entry in the Hitman franchise, the first installment of the World of Assassination trilogy, and the successor to Hitman: Absolutio…
- en.wikipedia.org ↗ In machine learning and optimal control, reinforcement learning (RL) is concerned with how an intelligent agent should take actions in a dynamic environment in order to maximize a reward signal. Reinforcement learning is one of the three basic machine learning paradigms, alongsid…
- en.wikipedia.org ↗ A world model in artificial intelligence is a machine learning system that builds an internal representation of an environment. The model predicts how that environment changes over time in response to actions. Researchers design world models to help agents plan, reason, and act w…
- en.wikipedia.org ↗ A multi-agent system (MAS) or "self-organized system" is a computational system composed of multiple interacting intelligent agents. Multi-agent systems can solve problems that are difficult or impossible for an individual agent or a monolithic system to solve. Intelligence may i…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
Sources
- export.arxiv.org — Agentic Episodic Control ↗