Skip to content
/ mcts Public

MCTS is a Monte Carlo Tree Search implementation.

License

Notifications You must be signed in to change notification settings

mraufc/mcts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCTS

MCTS is a Monte Carlo Tree Search implementation.

Usage

See here for an example that demonstrates 2 "AI" players backed with pure Monte Carlo Tree Search playing TicTacToe against each other.

First scenario is played on a 3x3 board where 3 in a row vertically, horizontally or diagonally wins the game. With ideal moves, this game should always end in a draw.

Second scenario is played on a 4x4 board where 3 in a row vertically, horizontally or diagonally wins the game. With ideal moves, first player (X) should always be able to generate a double attack and win in 3 first player (X) moves or 5 total moves.

Documentation

See here for GoDoc.

About

MCTS is a Monte Carlo Tree Search implementation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages