paper-with-me

홈 › Papers

Learning Markov State Abstractions for Deep Reinforcement Learning

2021-06-08 · NeurIPS 2021 12 · Cameron Allen, Neev Parikh, Omer Gottesman, George Konidaris

A fundamental assumption of reinforcement learning in Markov decision processes (MDPs) is that the relevant decision process is, in fact, Markov. However, when MDPs have rich observations, agents typically learn by way of an abstract state representation, and such representations are not guaranteed to preserve the Markov property. We introduce a novel set of conditions and prove that they are sufficient for learning a Markov abstract state representation. We then describe a practical training procedure that combines inverse model estimation and temporal contrastive learning to learn an abstraction that approximately satisfies these conditions. Our novel training objective is compatible with both online and offline training: it does not require a reward signal, but agents can capitalize on reward information when available. We empirically evaluate our approach on a visual gridworld domain and a set of continuous control benchmarks. Our approach learns representations that capture the underlying structure of the domain and lead to improved sample efficiency over state-of-the-art deep reinforcement learning with visual features -- often matching or exceeding the performance achieved with hand-designed compact state information.

📄 PDF Abstract BibTeX arXiv:2106.04379

Code (1)

camall3n/markov-state-abstractions 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlContrastive LearningDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Markov Abstractions for PAC Reinforcement Learning in Non-Markov Decision Processes

2022-04-29 · Alessandro Ronca, Gabriel Paludo Licks, Giuseppe De Giacomo

Our work aims at developing reinforcement learning algorithms that do not rely on the Markov assumption. We consider the class of Non-Markov Decision Processes where histories can be abstracted into a finite set of state…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Answer-Set-Programming-based Abstractions for Reinforcement Learning

2026-05-29 · Rafael Bankosegger, Thomas Eiter, Johannes Oetsch arxiv

Reinforcement Learning (RL) enables autonomous agents to learn policies from experience, but realistic problems often involve enormous state spaces, making learning and generalisation challenging. Abstraction and approxi…

Reinforcement Learning

RL-CFR: Improving Action Abstraction for Imperfect Information Extensive-Form Games with Reinforcement Learning

2024-03-07 · Boning Li, Zhixuan Fang, Longbo Huang

Effective action abstraction is crucial in tackling challenges associated with large action spaces in Imperfect Information Extensive-Form Games (IIEFGs). However, due to the vast state space and computational complexity…

counterfactualFormReinforcement Learning (RL)

Realizable Abstractions: Near-Optimal Hierarchical Reinforcement Learning

2025-12-04 · Roberto Cipollone, Luca Iocchi, Matteo Leonetti arxiv

The main focus of Hierarchical Reinforcement Learning (HRL) is studying how large Markov Decision Processes (MDPs) can be more efficiently solved when addressed in a modular way, by combining partial solutions computed f…

Hierarchical Reinforcement Learning

Learning Discrete State Abstractions With Deep Variational Inference

2020-03-09 · pproximateinference AABI Symposium 2021 1 · Ondrej Biza, Robert Platt, Jan-Willem van de Meent, Lawson L. S. Wong

Abstraction is crucial for effective sequential decision making in domains with large state spaces. In this work, we propose an information bottleneck method for learning approximate bisimulations, a type of state abstra…

Decision MakingMulti-Goal Reinforcement LearningReinforcement LearningSequential Decision Making+1