paper-with-me

홈 › Papers

Provable Reinforcement Learning with a Short-Term Memory

2022-02-08 · Yonathan Efroni, Chi Jin, Akshay Krishnamurthy, Sobhan Miryoosefi

Real-world sequential decision making problems commonly involve partial observability, which requires the agent to maintain a memory of history in order to infer the latent states, plan and make good decisions. Coping with partial observability in general is extremely challenging, as a number of worst-case statistical and computational barriers are known in learning Partially Observable Markov Decision Processes (POMDPs). Motivated by the problem structure in several physical applications, as well as a commonly used technique known as "frame stacking", this paper proposes to study a new subclass of POMDPs, whose latent states can be decoded by the most recent history of a short length $m$. We establish a set of upper and lower bounds on the sample complexity for learning near-optimal policies for this class of problems in both tabular and rich-observation settings (where the number of observations is enormous). In particular, in the rich-observation setting, we develop new algorithms using a novel "moment matching" approach with a sample complexity that scales exponentially with the short length $m$ rather than the problem horizon, and is independent of the number of observations. Our results show that a short-term memory suffices for reinforcement learning in these environments.

📄 PDF Abstract BibTeX arXiv:2202.03983

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Similar Papers 제목 키워드 기반

Benchmarking Partial Observability in Reinforcement Learning with a Suite of Memory-Improvable Domains

2025-07-31 · Ruo Yu Tao, Kaicheng Guo, Cameron Allen, George Konidaris arxiv

Mitigating partial observability is a necessary but challenging task for general reinforcement learning algorithms. To improve an algorithm's ability to mitigate partial observability, researchers need comprehensive benc…

General Reinforcement Learning

A Machine with Short-Term, Episodic, and Semantic Memory Systems

2022-12-05 · Taewoon Kim, Michael Cochez, Vincent François-Lavet, Mark Neerincx 외

Inspired by the cognitive science theory of the explicit human memory systems, we have modeled an agent with short-term, episodic, and semantic memory systems, each of which is modeled with a knowledge graph. To evaluate…

Q-LearningReinforcement Learning (RL)RoomEnv-v1

Consciousness as a Functor

2025-08-25 · Sridhar Mahadevan arxiv

We propose a novel theory of consciousness as a functor (CF) that receives and transmits contents from unconscious memory into conscious memory. Our CF framework can be seen as a categorial formulation of the Global Work…

Reinforcement Learning

Short-Term-to-Long-Term Memory Transfer for Knowledge Graphs under Partial Observability

2026-05-21 · Taewoon Kim, Vincent François-Lavet, Michael Cochez arxiv

Reinforcement learning under partial observability requires deciding what information to retain, yet most memory-based approaches do not explicitly model short-term-to-long-term transfer of symbolic observations. We stud…

Reinforcement LearningKnowledge Graphs

FALCON: Feedback-driven Adaptive Long/short-term memory reinforced Coding Optimization system

2024-10-28 · Zeyuan Li, Yangfan He, Lewei He, Jianhui Wang 외

Recently, large language models (LLMs) have achieved significant progress in automated code generation. Despite their strong instruction-following capabilities, these models frequently struggled to align with user intent…

Code GenerationHumanEvalInstruction Followingmbpp+3