Abstract
Monte Carlo Tree Search (MCTS) is a popular algorithm used in AI for games. It is most
famous for its implementation in the game Go. Determinization is a technique used to extend
an algorithm for a game of perfect information to a game of imperfect information. It does
this by determinizing the lacking
... read more