Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Agentic Episodic Control

About

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 encoders, and a retrieval dilemma where episodic memory is accessed indiscriminately. To address these challenges, we propose Agentic Episodic Control (AEC), a novel architecture that integrates large language models (LLMs) into episodic RL. AEC uses an LLM-based semantic augmenter to generate semantic representations from raw observations, and a critical state recognizer to selectively retrieve valuable experiences. This transforms memory usage from passive similarity matching into strategic, context-aware recall. Across five BabyAI-Text environments, AEC achieves 2-6x higher data efficiency than baselines and is the only method to solve complex tasks like UnlockLocal with over 90% success. It further demonstrates strong cross-task and cross-environment generalization, maintaining performance even under distribution shifts. AEC shows that combining LLM-derived priors with reinforcement learning yields more sample-efficient and adaptable agents.

Xidong Yang, Wenhao Li, Junjie Sheng, Yun Hua, Haosheng Chen, Chuyun Shen, Xiangfeng Wang• 2025

Related benchmarks

TaskDatasetResultRank
Object PickupBabyAI-Text PickupDist (No Change)
Success Rate75
5
Object PickupBabyAI-Text PickupDist (New Object)
Success Rate71
5
Object PickupBabyAI-Text PickupLocal (No Change)
Success Rate45
5
Obstacle NavigationBabyAI-Text GoToLocal (No Change)
Success Rate84
5
Obstacle NavigationBabyAI-Text GoToLocal (New Object)
Success Rate83
5
Multi-room ExplorationBabyAI-Text FindObj (No Change)
Success Rate23
4
Object PickupBabyAI-Text PickupLocal New Object
Success Rate52
3
Multi-room ExplorationBabyAI-Text FindObj New Object
Success Rate20
2
Multi-step ReasoningBabyAI-Text UnlockLocal (No Change)
Success Rate95
2
Multi-step ReasoningBabyAI-Text UnlockLocal (New Object)
Success Rate95
2
Showing 10 of 10 rows

Other info

Follow for update