Recursively-Constrained Partially Observable Markov Decision Processes
Qi Heng Ho, Tyler Becker, Benjamin Kraske, Zakariya Laouar, Martin S. Feather, Federico Rossi, Morteza Lahijanian, Zachary N. Sunberg
TL;DR
Constrained POMDPs can violate the optimal substructure property, leading to unsafe or myopic policies under partial observability. The authors propose Recursively-Constrained POMDPs (RC-POMDPs) with history-dependent cost bounds, prove deterministic optimal policies exist and Bellman consistency holds, and develop ARCS, a point-based DP algorithm that produces admissible, near-optimal policies. Theoretical results show RC-POMDPs admit a contraction Bellman operator on an augmented belief state and ensure a unique fixed point, while experiments across multiple benchmarks demonstrate RC-POMDP policies avoid stochastic self-destruction and match or exceed CP-POMDP performance on key metrics. Overall, RC-POMDPs offer a robust framework for safe, multi-objective planning under partial observability with practical DP-based solution methods and strong empirical support.
Abstract
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 transition uncertainty and partial observability. In this work, we first show that C-POMDPs violate the optimal substructure property over successive decision steps and thus may exhibit behaviors that are undesirable for some (e.g., safety critical) applications. Additionally, online re-planning in C-POMDPs is often ineffective due to the inconsistency resulting from this violation. To address these drawbacks, we introduce the Recursively-Constrained POMDP (RC-POMDP), which imposes additional history-dependent cost constraints on the C-POMDP. We show that, unlike C-POMDPs, RC-POMDPs always have deterministic optimal policies and that optimal policies obey Bellman's principle of optimality. We also present a point-based dynamic programming algorithm for RC-POMDPs. Evaluations on benchmark problems demonstrate the efficacy of our algorithm and show that policies for RC-POMDPs produce more desirable behaviors than policies for C-POMDPs.
