Monte Carlo *-Minimax Search

Abstract

This paper introduces Monte Carlo *-Minimax Search (MCMS), a Monte Carlo search algorithm for turned-based, stochastic, two-player, zero-sum games of perfect information. The algorithm is designed for the class of of densely stochastic games; that is, games where one would rarely expect to sample the same successor state multiple times at any particular chance node. Our approach combines sparse sampling techniques from MDP planning with classic pruning techniques developed for adversarial expectimax planning. We compare and contrast our algorithm to the traditional *-Minimax approaches, as well as MCTS enhanced with the Double Progressive Widening, on four games: Pig, EinStein Wurfelt Nicht!, Can't Stop, and Ra. Our results show that MCMS can be competitive with enhanced MCTS variants in some domains, while consistently outperforming the equivalent classic approaches given the same amount of thinking time.

Cite

Text

Lanctot et al. "Monte Carlo *-Minimax Search." International Joint Conference on Artificial Intelligence, 2013.

Markdown

[Lanctot et al. "Monte Carlo *-Minimax Search." International Joint Conference on Artificial Intelligence, 2013.](https://mlanthology.org/ijcai/2013/lanctot2013ijcai-monte-a/)

BibTeX

@inproceedings{lanctot2013ijcai-monte-a,
  title     = {{Monte Carlo *-Minimax Search}},
  author    = {Lanctot, Marc and Saffidine, Abdallah and Veness, Joel and Archibald, Christopher and Winands, Mark H. M.},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2013},
  pages     = {580-586},
  url       = {https://mlanthology.org/ijcai/2013/lanctot2013ijcai-monte-a/}
}