LGDec 11, 2025

Memoryless Policy Iteration for Episodic POMDPs

arXiv:2512.11082v11 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently solving POMDPs for robotics or AI planning, offering a practical incremental improvement over existing methods.

The paper tackles the challenge of extending policy iteration to memoryless policies in POMDPs by introducing a family of algorithms that alternate between policy improvement and evaluation in a periodic pattern, achieving significant computational speedups over baselines in model-based and model-free settings.

Memoryless and finite-memory policies offer a practical alternative for solving partially observable Markov decision processes (POMDPs), as they operate directly in the output space rather than in the high-dimensional belief space. However, extending classical methods such as policy iteration to this setting remains difficult; the output process is non-Markovian, making policy-improvement steps interdependent across stages. We introduce a new family of monotonically improving policy-iteration algorithms that alternate between single-stage output-based policy improvements and policy evaluations according to a prescribed periodic pattern. We show that this family admits optimal patterns that maximize a natural computational-efficiency index, and we identify the simplest pattern with minimal period. Building on this structure, we further develop a model-free variant that estimates values from data and learns memoryless policies directly. Across several POMDPs examples, our method achieves significant computational speedups over policy-gradient baselines and recent specialized algorithms in both model-based and model-free settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes