MAApr 10

Risk-seeking conservative policy iteration with agent-state based policies for Dec-POMDPs with guaranteed convergence

arXiv:2604.0949520.4
AI Analysis

This addresses the need for efficient, memory-limited solutions in decentralized multi-agent systems, though it is incremental as it builds on existing iterated best response methods.

The paper tackles the problem of finding compact policies for decentralized decision-making in Dec-POMDPs under memory constraints, achieving near-optimal performance with polynomial runtime on benchmarks.

Optimally solving decentralized decision-making problems modeled as Dec-POMDPs is known to be NEXP-complete. These optimal solutions are policies based on the entire history of observations and actions of an agent. However, some applications may require more compact policies because of limited compute capabilities, which can be modeled by considering a limited number of memory states (or agent states). While such an agent-state based policy class may not contain the optimal solution, it is still of practical interest to find the best agent-state policy within the class. We focus on an iterated best response style algorithm which guarantees monotonic improvements and convergence to a local optimum in polynomial runtime in the Dec-POMDP model size. In order to obtain a better local optimum, we use a modified objective which incentivizes risk-seeking alongside a conservative policy iteration update. Our empirical results show that our approach performs as well as state-of-the-art approaches on several benchmark Dec-POMDPs, achieving near-optimal performance while having polynomial runtime despite the limited memory. We also show that using more agent states (a larger memory) leads to greater performance. Our approach provides a novel way of incorporating memory constraints on the agents in the Dec-POMDP problem.

Foundations

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

Your Notes