Coding the AlphaZero search algorithm from scratch - Part 2: Implementing the MCTS algorithm
Now that we’ve seen in the previous article how the MCTS algorithms works, let us implement it on an actual game: chess! The reasons why I chose this game are: I’m familiar with chess, and thus ...