Caesar AI Atlas

Monte Carlo Tree Search

Caesar AI Atlas Definition

Monte Carlo Tree Search is a search algorithm that uses random simulations to evaluate possible actions in a decision tree. It balances exploration of uncertain choices with exploitation of promising choices and is used in planning, games, and reinforcement learning.

Other Definitions

Monte Carlo Tree Search Source

In computer science, Monte Carlo tree search (MCTS) is a heuristic search algorithm for some kinds of decision processes.

Related Terms