Multi-Agent Planning under Uncertainty with Monte Carlo Q-Value Function

Jian Zhang,Yaozong Pan,Ruili Wang,Yuqiang Fang,Haitao Yang
DOI: https://doi.org/10.3390/app9071430
2019-01-01
Applied Sciences
Abstract:Decentralized partially observable Markov decision processes (Dec-POMDPs) are general multi-agent models for planning under uncertainty, but are intractable to solve. Doubly exponential growth of the search space as the horizon increases makes a brute-force search impossible. Heuristic methods can guide the search towards the right direction quickly and have been successful in different domains. In this paper, we propose a new Q-value function representationMonte Carlo Q-value function QMC, which is proved to be an upper bound of the optimal Q-value function Q*We introduce two Monte Carlo tree search enhancementsheavy playout for a simulation policy and adaptive samplesto speed up computation of QMC. Then, we present a clustering and expansion with Monte-Carlo algorithm (CEMC)an offline planning algorithm using QMCas Q-value function, which is based on the generalized multi-agent A* with incremental clustering and expansion (GMAA*-ICE or ICE). CEMC calculates Q-value functions as required, without computing and storing all Q-value functions. An extended policy pruning strategy is used in CEMC. Finally, we present empirical results demonstrating that CEMC outperforms the best heuristic algorithm with a compact Q-value presentation in term of runtime for the same horizon, and has less memory usage for larger problems.
What problem does this paper attempt to address?