Skip to content

MPARASHA/Gomoku-Players

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gomoku-Players

Implementation of 3 Search based players for the game of Gomoku:

  • Random Player - Chooses next move randomly
  • Flat Monte-Carlo Player - Chooes next move by conducting a 1-ply search over all the legal moves
  • MCTS based player - Chooses next move by using the Monte-Carlo tree search algorithm with random rollouts and UCB Tree Policy.

About

Implementation of Monte-Carlo Tree Search for the game of Gomoku

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages