MAPLE: Multi-State Aggregated Policy Evaluation for AlphaZero in Imperfect-Information Games

arXiv cs.AI Papers

Summary

This paper introduces MAPLE, a tree search method that aggregates policy and value evaluations from multiple sampled world states, extending AlphaZero to imperfect-information games. Experiments on Phantom Go and Dark Hex show Elo improvements of 291 and 136 over the PIMC-based AlphaZero baseline.

arXiv:2605.24139v1 Announce Type: new Abstract: Imperfect-information games (IIGs) are challenging, as players must make decisions without fully observing the true game state. While AlphaZero has achieved remarkable success in perfect-information games, extending it to IIGs remains difficult. Existing search-based approaches, such as Perfect Information Monte Carlo (PIMC), suffer from strategy fusion, while Information Set Monte Carlo Tree Search (IS-MCTS) incurs high computational cost when combined with neural networks. In this paper, we propose Multi-State Aggregated PoLicy Evaluation (MAPLE), a tree search method that aggregates policy and value evaluations from multiple sampled world states within a single search tree, combining the advantages of PIMC and IS-MCTS while maintaining a controllable computational cost. We further incorporate a Siamese-based sampling strategy to select informative world states from the information set. Experiments on Phantom Go and Dark Hex show that MAPLE significantly outperforms the PIMC-based AlphaZero baseline, achieving Elo improvements of 291 and 136, respectively. These results demonstrate that MAPLE is an effective approach for AlphaZero-style learning in imperfect-information games.
Original Article
View Cached Full Text

Cached at: 05/26/26, 09:05 AM

# MAPLE: Multi-State Aggregated Policy Evaluation for AlphaZero in Imperfect-Information Games
Source: [https://arxiv.org/abs/2605.24139](https://arxiv.org/abs/2605.24139)
[View PDF](https://arxiv.org/pdf/2605.24139)

> Abstract:Imperfect\-information games \(IIGs\) are challenging, as players must make decisions without fully observing the true game state\. While AlphaZero has achieved remarkable success in perfect\-information games, extending it to IIGs remains difficult\. Existing search\-based approaches, such as Perfect Information Monte Carlo \(PIMC\), suffer from strategy fusion, while Information Set Monte Carlo Tree Search \(IS\-MCTS\) incurs high computational cost when combined with neural networks\. In this paper, we propose Multi\-State Aggregated PoLicy Evaluation \(MAPLE\), a tree search method that aggregates policy and value evaluations from multiple sampled world states within a single search tree, combining the advantages of PIMC and IS\-MCTS while maintaining a controllable computational cost\. We further incorporate a Siamese\-based sampling strategy to select informative world states from the information set\. Experiments on Phantom Go and Dark Hex show that MAPLE significantly outperforms the PIMC\-based AlphaZero baseline, achieving Elo improvements of 291 and 136, respectively\. These results demonstrate that MAPLE is an effective approach for AlphaZero\-style learning in imperfect\-information games\.

## Submission history

From: Qian\-Rong Li \[[view email](https://arxiv.org/show-email/2d3ffef9/2605.24139)\] **\[v1\]**Fri, 22 May 2026 18:59:01 UTC \(269 KB\)

Similar Articles

What to expect from AlphaZero's value predictions [D]

Reddit r/MachineLearning

The article analyzes how AlphaZero's value predictions are shaped by self-play training data and noise, questioning whether they reliably estimate win chances against opponents with different play styles despite AlphaZero's strong empirical performance.