Search - shivamvats/notes GitHub Wiki
MCTS
UCT (Upper Confidence Bound for Trees) is a popular version of MCTS. It uses the UCB algorithm for node selection.
UCT (Upper Confidence Bound for Trees) is a popular version of MCTS. It uses the UCB algorithm for node selection.