MCTS book, tutorial, university material

Started by
1 comment, last by sefiroths 11 years, 7 months ago
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
Advertisement
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.
thank you very much. i have downloaded and studied a lot of documentation, but all that was for people who already know about the algorithm. "a modern approach" speak about the algorithm, but, for me, is not very clear
thanks again

This topic is closed to new replies.

Advertisement