paper-with-me

홈 › Papers

Reference-Based POMDPs

2023-09-21 · NeurIPS 2023 11

Making good decisions in partially observable and non-deterministic scenarios is a crucial capability for robots. A Partially Observable Markov Decision Process (POMDP) is a general framework for the above problem. Despite advances in POMDP solving, problems with long planning horizons and evolving environments remain difficult to solve even by the best approximate solvers today. To alleviate this difficulty, we propose a slightly modified POMDP problem, called a Reference-Based POMDP, where the POMDP objective function is slightly modified to balance between maximizing the expected total reward and being close to a given reference (stochastic) policy. The optimal policy of a Reference-Based POMDP can be computed via iterative expectations using the given reference policy, thereby avoiding exhaustive enumeration of actions at each belief node of the search tree. We demonstrate theoretically that the standard POMDP under stochastic policies is related to the Reference-Based POMDP under suitable conditions. To demonstrate the feasibility of exploiting the Reference-Based POMDP formulation, we present a basic algorithm RefSolver. Results from experiments on long-horizon navigation problems indicate that this basic algorithm substantially outperforms POMCP.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Others' Intentional Models in Multi-Agent Settings Using Interactive POMDPs

2018-12-01 · NeurIPS 2018 12 · Yanlin Han, Piotr Gmytrasiewicz

Interactive partially observable Markov decision processes (I-POMDPs) provide a principled framework for planning and acting in a partially observable, stochastic and multi-agent environment. It extends POMDPs to multi-a…

Bayesian Inference

Think Fast and Far: Long-Horizon Online POMDP Planning via Rapid State Sampling

2026-06-03 · Yuanchu Liang, Edward Kim, J. Arden Knoll, Wil Thomason 외 arxiv

Partially Observable Markov Decision Processes (POMDPs) are a general and principled framework for motion planning under uncertainty. Despite tremendous improvement in the scalability of POMDP solvers, long-horizon POMDP…

Motion Planning

Multi-Environment POMDPs: Discrete Model Uncertainty Under Partial Observability

2025-10-27 · Eline M. Bovy, Caleb Probine, Marnix Suilen, Ufuk Topcu 외 arxiv

Multi-environment POMDPs (ME-POMDPs) extend standard POMDPs with discrete model uncertainty. ME-POMDPs represent a finite set of POMDPs that share the same state, action, and observation spaces, but may arbitrarily vary …

\textsc{rfPG}: Robust Finite-Memory Policy Gradients for Hidden-Model POMDPs

2025-05-14 · Maris F. L. Galesloot, Roman Andriushchenko, Milan Češka, Sebastian Junges 외

Partially observable Markov decision processes (POMDPs) model specific environments in sequential decision-making under uncertainty. Critically, optimal policies for POMDPs may not be robust against perturbations in the …

Decision Making Under UncertaintySequential Decision Making

Finite-State Controllers for (Hidden-Model) POMDPs using Deep Reinforcement Learning

2026-02-09 · David Hudák, Maris F. L. Galesloot, Martin Tappler, Martin Kurečka 외 arxiv

Solving partially observable Markov decision processes (POMDPs) requires computing policies under imperfect state information. Despite recent advances, the scalability of existing POMDP solvers remains limited. Moreover,…

Reinforcement Learning