You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

1h 49m 23s logged

The search engine for HexZero is complete!

Over the last few days, I’ve been implementing Monte Carlo Tree Search, which is the algorithm AlphaZero uses to explore possible moves.

Since HeXO has a two-move turns, I had to make some modifications from the original approach, but I think I finally got it working!

With the C++ MCTS implementation complete, the next goal for the project is to make the neural network, that will guide the MCTS on which moves are worth exploring in the first place.

0
1

Comments 0

No comments yet. Be the first!