4/ Monte-Carlo Tree What? Monte-Carlo Tree Search (MCTS) is a heuristic search algorithm used in decision-making processes. In LATS, MCTS selects the best candidate using an Upper Confidence Bound for Trees (UCT).
This balances exploration and exploitation of a policy.
Monte-Carlo Tree Search: UCT Algorithm for Decision-Making
By
–
