paper-with-me

홈 › Papers

Shielding in Resource-Constrained Goal POMDPs

2022-11-28 · Michal Ajdarów, Šimon Brlej, Petr Novotný

We consider partially observable Markov decision processes (POMDPs) modeling an agent that needs a supply of a certain resource (e.g., electricity stored in batteries) to operate correctly. The resource is consumed by agent's actions and can be replenished only in certain states. The agent aims to minimize the expected cost of reaching some goal while preventing resource exhaustion, a problem we call \emph{resource-constrained goal optimization} (RSGO). We take a two-step approach to the RSGO problem. First, using formal methods techniques, we design an algorithm computing a \emph{shield} for a given scenario: a procedure that observes the agent and prevents it from using actions that might eventually lead to resource exhaustion. Second, we augment the POMCP heuristic search algorithm for POMDP planning with our shields to obtain an algorithm solving the RSGO problem. We implement our algorithm and present experiments showing its applicability to benchmarks from the literature.

📄 PDF Abstract BibTeX arXiv:2211.15349

Code (1)

xbrlej/fipomdp 공식 구현

Tasks

Heuristic Search

Similar Papers 제목 키워드 기반

Safe POMDP Online Planning via Shielding

2023-09-19 · Shili Sheng, David Parker, Lu Feng

Partially observable Markov decision processes (POMDPs) have been widely used in many robotic applications for sequential decision-making under uncertainty. POMDP online planning algorithms such as Partially Observable M…

Autonomous DrivingDecision MakingDecision Making Under UncertaintySequential Decision Making

Monte-Carlo Tree Search for Constrained POMDPs

2018-12-01 · NeurIPS 2018 12 · Jongmin Lee, Geon-Hyeong Kim, Pascal Poupart, Kee-Eung Kim

Monte-Carlo Tree Search (MCTS) has been successfully applied to very large POMDPs, a standard model for stochastic sequential decision-making problems. However, many real-world problems inherently have multiple goals, wh…

Decision MakingSequential Decision Making

Bounded Policy Synthesis for POMDPs with Safe-Reachability Objectives

2018-01-29 · Yue Wang, Swarat Chaudhuri, Lydia E. Kavraki

Planning robust executions under uncertainty is a fundamental challenge for building autonomous robots. Partially Observable Markov Decision Processes (POMDPs) provide a standard framework for modeling uncertainty in man…

valid

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…

Recursively-Constrained Partially Observable Markov Decision Processes

2023-10-15 · Qi Heng Ho, Tyler Becker, Benjamin Kraske, Zakariya Laouar 외

Many sequential decision problems involve optimizing one objective function while imposing constraints on other objectives. Constrained Partially Observable Markov Decision Processes (C-POMDP) model this case with transi…