paper-with-me

홈 › Papers

How to Explore with Belief: State Entropy Maximization in POMDPs

2024-06-04 · Riccardo Zamboni, Duilio Cirino, Marcello Restelli, Mirco Mutti

Recent works have studied *state entropy maximization* in reinforcement learning, in which the agent's objective is to learn a policy inducing high entropy over states visitation (Hazan et al., 2019). They typically assume full observability of the state of the system, so that the entropy of the observations is maximized. In practice, the agent may only get *partial* observations, e.g., a robot perceiving the state of a physical space through proximity sensors and cameras. A significant mismatch between the entropy over observations and true states of the system can arise in those settings. In this paper, we address the problem of entropy maximization over the *true states* with a decision policy conditioned on partial observations *only*. The latter is a generalization of POMDPs, which is intractable in general. We develop a memory and computationally efficient *policy gradient* method to address a first-order relaxation of the objective defined on *belief* states, providing various formal characterizations of approximation gaps, the optimization landscape, and the *hallucination* problem. This paper aims to generalize state entropy maximization to more realistic domains that meet the challenges of applications.

📄 PDF Abstract BibTeX arXiv:2406.02295

Code (0)

등록된 구현이 없습니다.

Tasks

Hallucination

Similar Papers 제목 키워드 기반

Smoother Entropy for Active State Trajectory Estimation and Obfuscation in POMDPs

2021-08-19 · Timothy L. Molloy, Girish N. Nair

We study the problem of controlling a partially observed Markov decision process (POMDP) to either aid or hinder the estimation of its state trajectory. We encode the estimation objectives via the smoother entropy, which…

The Limits of Pure Exploration in POMDPs: When the Observation Entropy is Enough

2024-06-18 · Riccardo Zamboni, Duilio Cirino, Marcello Restelli, Mirco Mutti

The problem of pure exploration in Markov decision processes has been cast as maximizing the entropy over the state distribution induced by the agent's policy, an objective that has been extensively studied. However, lit…

Anytime Incremental $ρ$POMDP Planning in Continuous Spaces

2025-02-04 · Ron Benchetrit, Idan Lev-Yehudi, Andrey Zhitnikov, Vadim Indelman

Partially Observable Markov Decision Processes (POMDPs) provide a robust framework for decision-making under uncertainty in applications such as autonomous driving and robotic exploration. Their extension, $\rho$POMDPs, …

Autonomous DrivingDecision MakingDecision Making Under Uncertainty

Monte Carlo Information-Oriented Planning

2021-03-21 · Vincent Thomas, Gérémy Hutin, Olivier Buffet

In this article, we discuss how to solve information-gathering problems expressed as rho-POMDPs, an extension of Partially Observable Markov Decision Processes (POMDPs) whose reward rho depends on the belief state. Point…

Monte Carlo Sampling Methods for Approximating Interactive POMDPs

2014-01-15 · Prashant Doshi, Piotr J. Gmytrasiewicz

Partially observable Markov decision processes (POMDPs) provide a principled framework for sequential planning in uncertain single agent settings. An extension of POMDPs to multiagent settings, called interactive POMDPs …