Sequential Monte Carlo for Policy Optimization in Continuous POMDPs
Hany Abdulsamad, Sahel Iqbal, Simo Särkkä
TL;DR
The paper tackles optimal decision-making under partial observability in continuous POMDPs by casting policy optimization as probabilistic inference in a belief-space Feynman–Kac model. It develops a nested Sequential Monte Carlo framework (P3O) that samples from the optimal trajectory distribution and yields a policy gradient via Fisher's identity, enabling deliberate information gathering rather than relying on suboptimal approximations. Empirical results show improved performance on challenging tasks requiring exploration (e.g., light-dark, triangulation) and robustness across baselines that use QMDP approximations. The work advances the state of offline, belief-space policy optimization for continuous POMDPs and highlights practical considerations such as variance control, particle counts, and η-tuning. It lays a foundation for principled, information-seeking control in partially observable environments with potential extensions to higher dimensions and learning-based state estimators.
Abstract
Optimal decision-making under partial observability requires agents to balance reducing uncertainty (exploration) against pursuing immediate objectives (exploitation). In this paper, we introduce a novel policy optimization framework for continuous partially observable Markov decision processes (POMDPs) that explicitly addresses this challenge. Our method casts policy learning as probabilistic inference in a non-Markovian Feynman--Kac model that inherently captures the value of information gathering by anticipating future observations, without requiring suboptimal approximations or handcrafted heuristics. To optimize policies under this model, we develop a nested sequential Monte Carlo (SMC) algorithm that efficiently estimates a history-dependent policy gradient under samples from the optimal trajectory distribution induced by the POMDP. We demonstrate the effectiveness of our algorithm across standard continuous POMDP benchmarks, where existing methods struggle to act under uncertainty.
