paper-with-me

Papers

ConstrainedZero: Chance-Constrained POMDP Planning using Learned Probabilistic Failure Surrogates and Adaptive Safety Constraints

2024-05-01 · Robert J. Moss, Arec Jamgochian, Johannes Fischer, Anthony Corso, Mykel J. Kochenderfer

To plan safely in uncertain environments, agents must balance utility with safety constraints. Safe planning problems can be modeled as a chance-constrained partially observable Markov decision process (CC-POMDP) and solutions often use expensive rollouts or heuristics to estimate the optimal value and action-selection policy. This work introduces the ConstrainedZero policy iteration algorithm that solves CC-POMDPs in belief space by learning neural network approximations of the optimal value and policy with an additional network head that estimates the failure probability given a belief. This failure probability guides safe action selection during online Monte Carlo tree search (MCTS). To avoid overemphasizing search based on the failure estimates, we introduce $\Delta$-MCTS, which uses adaptive conformal inference to update the failure threshold during planning. The approach is tested on a safety-critical POMDP benchmark, an aircraft collision avoidance system, and the sustainability problem of safe CO$_2$ storage. Results show that by separating safety constraints from the objective we can achieve a target level of safety without optimizing the balance between rewards and costs.

📄 PDF Abstract BibTeX arXiv:2405.00644

Code (1)

sisl/ConstrainedZero.jl 공식 구현

Tasks

Collision Avoidance

Similar Papers 제목 키워드 기반

Risk Aware Adaptive Belief-dependent Probabilistically Constrained Continuous POMDP Planning

2022-09-06 · Andrey Zhitnikov, Vadim Indelman

Although risk awareness is fundamental to an online operating agent, it has received less attention in the challenging continuous domain and under partial observability. This paper presents a novel formulation and soluti…

Online Planning for Constrained POMDPs with Continuous Spaces through Dual Ascent

2022-12-23 · Arec Jamgochian, Anthony Corso, Mykel J. Kochenderfer

Rather than augmenting rewards with penalties for undesired behavior, Constrained Partially Observable Markov Decision Processes (CPOMDPs) plan safely by imposing inviolable hard constraint value budgets. Previous work p…

Risk-aware Integrated Task and Motion Planning for Versatile Snake Robots under Localization Failures

2025-02-27 · Ashkan Jasour, Guglielmo Daddi, Masafumi Endo, Tiago S. Vaquero 외

Snake robots enable mobility through extreme terrains and confined environments in terrestrial and space applications. However, robust perception and localization for snake robots remain an open challenge due to the prox…

Motion PlanningTask and Motion Planning

VOiLA: Vectorized Online Planning with Learned Diffusion Models for POMDP Agents

2026-06-18 · Marcus Hoerger, Rishikesh Joshi, Rahul Shome, Ian Manchester 외 arxiv

Planning under uncertainty is an essential capability for autonomous robots. The Partially Observable Markov Decision Process (POMDP) provides a powerful framework for such a capability. Although POMDP-based planning has…

Constrained Hierarchical Monte Carlo Belief-State Planning

2023-10-30 · Arec Jamgochian, Hugo Buurmeijer, Kyle H. Wray, Anthony Corso 외

Optimal plans in Constrained Partially Observable Markov Decision Processes (CPOMDPs) maximize reward objectives while satisfying hard cost constraints, generalizing safe planning under state and transition uncertainty. …