paper-with-me

Papers

Why Generalization in RL is Difficult: Epistemic POMDPs and Implicit Partial Observability

2021-07-13 · NeurIPS 2021 12 · Dibya Ghosh, Jad Rahme, Aviral Kumar, Amy Zhang, Ryan P. Adams, Sergey Levine

Generalization is a central challenge for the deployment of reinforcement learning (RL) systems in the real world. In this paper, we show that the sequential structure of the RL problem necessitates new approaches to generalization beyond the well-studied techniques used in supervised learning. While supervised learning methods can generalize effectively without explicitly accounting for epistemic uncertainty, we show that, perhaps surprisingly, this is not the case in RL. We show that generalization to unseen test conditions from a limited number of training conditions induces implicit partial observability, effectively turning even fully-observed MDPs into POMDPs. Informed by this observation, we recast the problem of generalization in RL as solving the induced partially observed Markov decision process, which we call the epistemic POMDP. We demonstrate the failure modes of algorithms that do not appropriately handle this partial observability, and suggest a simple ensemble-based technique for approximately solving the partially observed problem. Empirically, we demonstrate that our simple algorithm derived from the epistemic POMDP achieves significant gains in generalization over current methods on the Procgen benchmark suite.

📄 PDF Abstract BibTeX arXiv:2107.06277

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

When Is Partially Observable Reinforcement Learning Not Scary?

2022-04-19 · Qinghua Liu, Alan Chung, Csaba Szepesvári, Chi Jin

Applications of Reinforcement Learning (RL), in which agents learn to make a sequence of decisions despite lacking complete information about the latent states of the controlled system, that is, they act under partial ob…

Partially Observable Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Provably Efficient Reinforcement Learning in Partially Observable Dynamical Systems

2022-06-24 · Masatoshi Uehara, Ayush Sekhari, Jason D. Lee, Nathan Kallus 외

We study Reinforcement Learning for partially observable dynamical systems using function approximation. We propose a new \textit{Partially Observable Bilinear Actor-Critic framework}, that is general enough to include m…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Robust Finite-State Controllers for Uncertain POMDPs

2020-09-24 · Murat Cubuktepe, Nils Jansen, Sebastian Junges, Ahmadreza Marandi 외

Uncertain partially observable Markov decision processes (uPOMDPs) allow the probabilistic transition and observation functions of standard POMDPs to belong to a so-called uncertainty set. Such uncertainty, referred to a…

Collision AvoidanceMotion Planning

Learning in POMDPs with Monte Carlo Tree Search

2018-06-14 · ICML 2017 8 · Sammie Katt, Frans A. Oliehoek, Christopher Amato

The POMDP is a powerful framework for reasoning under outcome and information uncertainty, but constructing an accurate POMDP model is difficult. Bayes-Adaptive Partially Observable Markov Decision Processes (BA-POMDPs) …

Synthetic POMDPs to Challenge Memory-Augmented RL: Memory Demand Structure Modeling

2025-08-06 · Yongyi Wang, Lingfeng Li, Bozhou Chen, Ang Li 외 arxiv

Recent benchmarks for memory-augmented reinforcement learning (RL) have introduced partially observable Markov decision process (POMDP) environments in which agents must use historical observations to make decisions. How…

Reinforcement Learning