Game Playing with Monte-Carlo Tree Search Aims: To design and implement game playing program(s) with Monte-Carlo Tree Search. Background: Monte-Carlo Tree Search (MCTS) is a newly developed class of methods for heuristic search in game trees, and for other problems in which tree search is used. In a nutshell, the idea is to explore the game tree
Read More