|
|
|
|
|
by plancien
2103 days ago
|
|
I agree, this article is well explained but it's not MCTS.
To be more accurate, this is Monte Carlo, and here it is applied to search the tree of game turn possibilities and doing stats on it. But Monte-Carlo Tree Search is a "reserved" name of a specific algorithm, involving more than what is done in the article : some kind of caching, and some optimisations.
In fact, it would be a great addition to this article to do a part 2, and explaining how to extend the code to do MCTS.
I imagine this two way trip would be a better MCTS presentation than the classic ones describing the algorithm step by step in one shot. |
|