Factored Online Planning in Many-Agent POMDPs
Maris F. L. Galesloot, Thiago D. Simão, Sebastian Junges, Nils Jansen
TL;DR
This work tackles the dual challenges of value estimation and belief estimation in online planning for many-agent MPOMDPs. It introduces four algorithms that combine coordination-graph based value factorization with weighted particle filtering to scale both value and belief estimates, including FS-W-POMCP, FT-W-POMCP, FS-PFT, and FT-PFT. Empirical results demonstrate that using structured value decomposition and weighted offline beliefs yields improvements over state-of-the-art baselines, enabling planning with dozens of agents in benchmarks like FireFightingGraph and MARS. The proposed methods offer a scalable pathway for centralized planning in dynamic, multi-agent partially observable environments, with potential extensions to continuous spaces and learned coordination graphs.
Abstract
In centralized multi-agent systems, often modeled as multi-agent partially observable Markov decision processes (MPOMDPs), the action and observation spaces grow exponentially with the number of agents, making the value and belief estimation of single-agent online planning ineffective. Prior work partially tackles value estimation by exploiting the inherent structure of multi-agent settings via so-called coordination graphs. Additionally, belief estimation methods have been improved by incorporating the likelihood of observations into the approximation. However, the challenges of value estimation and belief estimation have only been tackled individually, which prevents existing methods from scaling to settings with many agents. Therefore, we address these challenges simultaneously. First, we introduce weighted particle filtering to a sample-based online planner for MPOMDPs. Second, we present a scalable approximation of the belief. Third, we bring an approach that exploits the typical locality of agent interactions to novel online planning algorithms for MPOMDPs operating on a so-called sparse particle filter tree. Our experimental evaluation against several state-of-the-art baselines shows that our methods (1) are competitive in settings with only a few agents and (2) improve over the baselines in the presence of many agents.
