Skip to content

A simple Monte Carlo tree search implementation written in rust

License

Notifications You must be signed in to change notification settings

starryangt/mcts-connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##mcts-connect-four

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.