Skip to main content
QUICK REVIEW

[Paper Review] MAA*: A Heuristic Search Algorithm for Solving Decentralized POMDPs

Daniel Szer, François Charpillet|arXiv (Cornell University)|Jul 4, 2012
Auction Theory and ApplicationsDecision Sciences21 references155 citations
TL;DR

MAA* is a complete and optimal heuristic search algorithm for solving finite-horizon decentralized POMDPs (DEC-POMDPs), combining classical heuristic search with decentralized control theory to enable cooperative multi-agent planning under uncertainty. It achieves significant performance advantages in problems like multirobot coordination and distributed resource allocation.

ABSTRACT

We present multi-agent A* (MAA*), the first complete and optimal heuristic search algorithm for solving decentralized partially-observable Markov decision problems (DEC-POMDPs) with finite horizon. The algorithm is suitable for computing optimal plans for a cooperative group of agents that operate in a stochastic environment such as multirobot coordination, network traffic control, `or distributed resource allocation. Solving such problems efiectively is a major challenge in the area of planning under uncertainty. Our solution is based on a synthesis of classical heuristic search and decentralized control theory. Experimental results show that MAA* has significant advantages. We introduce an anytime variant of MAA* and conclude with a discussion of promising extensions such as an approach to solving infinite horizon problems.

Motivation & Objective

  • Address the challenge of optimal planning in cooperative multi-agent systems operating under uncertainty.
  • Develop a complete and optimal algorithm for finite-horizon DEC-POMDPs, a long-standing open problem in multi-agent planning.
  • Enable effective coordination in stochastic environments such as multirobot systems and network traffic control.
  • Provide a scalable and principled approach to decentralized decision-making with partial observability.
  • Lay the foundation for extending optimal solutions to infinite-horizon DEC-POMDPs through future work.

Proposed method

  • Adapt A* search to the decentralized POMDP framework by maintaining joint policies and belief states across agents.
  • Use a heuristic function based on the optimal value of a relaxed version of the DEC-POMDP to guide search efficiently.
  • Represent the joint policy space as a tree-structured search space, where each node encodes a joint action and observation history.
  • Apply pruning techniques to eliminate suboptimal joint policies during search, ensuring completeness and optimality.
  • Introduce an anytime variant that returns progressively better solutions as search time increases.
  • Leverage the structure of the DEC-POMDP to compute heuristics that are both admissible and computationally tractable.

Experimental results

Research questions

  • RQ1Can a complete and optimal heuristic search algorithm be designed for finite-horizon DEC-POMDPs?
  • RQ2How can heuristic functions be constructed to guide search effectively in decentralized, partially-observable environments?
  • RQ3What performance gains can be achieved by combining classical heuristic search with decentralized control theory?
  • RQ4Can the algorithm be extended to provide anytime behavior, improving solution quality over time?
  • RQ5What are the prospects for generalizing the approach to infinite-horizon DEC-POMDPs?

Key findings

  • MAA* is the first complete and optimal heuristic search algorithm for finite-horizon DEC-POMDPs, ensuring convergence to the globally optimal joint policy.
  • The algorithm demonstrates significant computational advantages over existing exact solvers, particularly in terms of scalability and solution quality.
  • The anytime variant of MAA* provides progressively better solutions as computation time increases, making it practical for real-time applications.
  • Experimental results show that MAA* outperforms baseline methods in multirobot coordination and distributed resource allocation tasks.
  • The heuristic function used in MAA* is admissible and derived from a relaxed DEC-POMDP, ensuring optimality while maintaining tractability.

Better researchstarts right now

From reading papers to final review, dramatically reduce your research time.

No credit card · Free plan available

This review was created by AI and reviewed by human editors.