Monte Carlo Tree Search

This is the Monte Carlo tree search module, which explore and expand the game tree in a monte-carlo fashion.

Features

Framework Architecture

The MCTS algorithm are separated from different application-specific settings/configurations. The application-specific settings are collected in the config header file, and all related classes are collected in the policy namespace.

Thread Safety

Reference

  1. Information Set Monte Carlo Tree Search