AIJan 15, 2014

Policy Iteration for Decentralized Control of Markov Decision Processes

arXiv:1401.3460v1120 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of optimal multiagent coordination in domains like robotics and networking, though it is incremental as it builds on existing single-agent methods.

The paper tackles the problem of coordinating distributed agents in decentralized partially observable Markov decision processes (DEC-POMDPs) by introducing an optimal policy iteration algorithm that uses stochastic finite-state controllers and value-preserving transformations, with empirical results showing increased value while minimizing controller size.

Coordination of distributed agents is required for problems arising in many areas, including multi-robot systems, networking and e-commerce. As a formal framework for such problems, we use the decentralized partially observable Markov decision process (DEC-POMDP). Though much work has been done on optimal dynamic programming algorithms for the single-agent version of the problem, optimal algorithms for the multiagent case have been elusive. The main contribution of this paper is an optimal policy iteration algorithm for solving DEC-POMDPs. The algorithm uses stochastic finite-state controllers to represent policies. The solution can include a correlation device, which allows agents to correlate their actions without communicating. This approach alternates between expanding the controller and performing value-preserving transformations, which modify the controller without sacrificing value. We present two efficient value-preserving transformations: one can reduce the size of the controller and the other can improve its value while keeping the size fixed. Empirical results demonstrate the usefulness of value-preserving transformations in increasing value while keeping controller size to a minimum. To broaden the applicability of the approach, we also present a heuristic version of the policy iteration algorithm, which sacrifices convergence to optimality. This algorithm further reduces the size of the controllers at each step by assuming that probability distributions over the other agents actions are known. While this assumption may not hold in general, it helps produce higher quality solutions in our test problems.

Foundations

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

Your Notes