You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tic-tac-toe MCTS adapted to the ruleset of connect four. Averages ~20,000 playouts per game. Can beat every AI I've found, though theoretically the game is solved.
About
A simple Monte Carlo tree search implementation written in rust