hi, i've searched over the net some site, book, everything that can explain MCTS and a basic implementation examples.
i have found many thesis and pdf that explain the basic of the method with pseudocode.
exists some tutorial, book, that explain tic-tac-toe first in theory then in practise, so...some very basic to understand well the method...
thanks
MCTS book, tutorial, university material
I don't know of any such resource. The people that wrote the go program called MoGo published this paper, which describes an algorithm called UCT. MCTS is a more recent term for a set of techniques that include UCT.
I have implemented MCTS for tic-tac-toe before. Maybe I should write something about it... We'll see if I find the time.
I have implemented MCTS for tic-tac-toe before. Maybe I should write something about it... We'll see if I find the time.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement