Scaling Internal-State Policy-Gradient Methods for POMDPs
Douglas Aberdeen, Jonathan Baxter
TL;DR
The paper tackles learning policies with memory in partially observable settings by introducing three FSC-based policy-gradient algorithms. GAMP uses a known POMDP model to compute low-variance gradient estimates via a matrix-series expansion; IState-GPOMDP and Exp-GPOMDP provide model-free options with variance reduction, including a Rao-Blackwellised variant. Empirical results on large-scale POMDPs, including Heaven/Hell and Pentagon, demonstrate that memory-based approaches substantially outperform memoryless methods and that GAMP scales to thousands of states while model-free variants remain tractable with sparse FSCs. Overall, the work significantly advances scalable, memory-aware policy-gradient methods for large POMDPs and multi-agent domains.
Abstract
Policy-gradient methods have received increased attention recently as a mechanism for learning to act in partially observable environments. They have shown promise for problems admitting memoryless policies but have been less successful when memory is required. In this paper we develop several improved algorithms for learning policies with memory in an infinite-horizon setting -- directly when a known model of the environment is available, and via simulation otherwise. We compare these algorithms on some large POMDPs, including noisy robot navigation and multi-agent problems.
