paper-with-me

Papers

Perseus: Randomized Point-based Value Iteration for POMDPs

2011-09-09 · M. T. J. Spaan, N. Vlassis

Partially observable Markov decision processes (POMDPs) form an attractive and principled framework for agent planning under uncertainty. Point-based approximate techniques for POMDPs compute a policy based on a finite set of points collected in advance from the agents belief space. We present a randomized point-based value iteration algorithm called Perseus. The algorithm performs approximate value backup stages, ensuring that in each backup stage the value of each point in the belief set is improved; the key observation is that a single backup may improve the value of many belief points. Contrary to other point-based methods, Perseus backs up only a (randomly selected) subset of points in the belief set, sufficient for improving the value of each belief point in the set. We show how the same idea can be extended to dealing with continuous action spaces. Experimental results show the potential of Perseus in large scale POMDP problems.

📄 PDF Abstract BibTeX arXiv:1109.2145

Code (1)

ilyasshaloui/research-topics

Similar Papers 제목 키워드 기반

ChronosPerseus: Randomized Point-based Value Iteration with Importance Sampling for POSMDPs

2022-07-16 · Richard Kohar, François Rivest, Alain Gosselin

In reinforcement learning, agents have successfully used environments modeled with Markov decision processes (MDPs). However, in many problem domains, an agent may suffer from noisy observations or random times until its…

Decision Making

Point Based Value Iteration with Optimal Belief Compression for Dec-POMDPs

2013-12-01 · NeurIPS 2013 12 · Liam C. Macdermed, Charles L. Isbell

This paper presents four major results towards solving decentralized partially observable Markov decision problems (DecPOMDPs) culminating in an algorithm that outperforms all existing algorithms on all but one standard …

Point-Based Value Iteration for POMDPs with Neural Perception Mechanisms

2023-06-30 · Rui Yan, Gabriel Santos, Gethin Norman, David Parker 외

The increasing trend to integrate neural networks and conventional software components in safety-critical settings calls for methodologies for their formal modelling, verification and correct-by-construction policy synth…

Collision AvoidanceDecision MakingDecision Making Under Uncertainty

Neural Value Iteration

2025-11-11 · Yang You, Ufuk Çakır, Alex Schutz, Nick Hawes arxiv

The value function of a POMDP exhibits the piecewise-linear-convex (PWLC) property and can be represented as a finite set of hyperplanes, known as $α$-vectors. Most state-of-the-art POMDP solvers (offline planners) follo…

Sound Heuristic Search Value Iteration for Undiscounted POMDPs with Reachability Objectives

2024-06-05 · Qi Heng Ho, Martin S. Feather, Federico Rossi, Zachary N. Sunberg 외

Partially Observable Markov Decision Processes (POMDPs) are powerful models for sequential decision making under transition and observation uncertainties. This paper studies the challenging yet important problem in POMDP…

Decision MakingEfficient ExplorationHeuristic SearchSequential Decision Making