English

Re-determinizing Information Set Monte Carlo Tree Search in Hanabi

Artificial Intelligence 2019-05-16 v2 Machine Learning

Abstract

This technical report documents the winner of the Computational Intelligence in Games(CIG) 2018 Hanabi competition. We introduce Re-determinizing IS-MCTS, a novel extension of Information Set Monte Carlo Tree Search (IS-MCTS) that prevents a leakage of hidden information into opponent models that can occur in IS-MCTS, and is particularly severe in Hanabi. Re-determinizing IS-MCTS scores higher in Hanabi for 2-4 players than previously published work at the time of the competition. Given the 40ms competition time limit per move we use a learned evaluation function to estimate leaf node values and avoid full simulations during MCTS. For the Mixed track competition, in which the identity of the other players is unknown, a simple Bayesian opponent model is used that is updated as each game proceeds.

Cite

@article{arxiv.1902.06075,
  title  = {Re-determinizing Information Set Monte Carlo Tree Search in Hanabi},
  author = {James Goodman},
  journal= {arXiv preprint arXiv:1902.06075},
  year   = {2019}
}
R2 v1 2026-06-23T07:42:34.941Z