Skip to content

This assignment’s goal is to develop an MCTS tree search algorithm for the game tic-tac-toe, and the implemented solution should be effective to beat a random agent. For the random agent, this agent’s moves are purely random at all times.

Notifications You must be signed in to change notification settings

qyfHalLu/tic-tac-toe-with-MCTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe with MCTS (Monte Carlo Tree Search)

This assignment’s goal is to develop an MCTS tree search algorithm for the game tic-tac-toe, and the implemented solution should be effective to beat a random agent. For the random agent, this agent’s moves are purely random at all times.

About

This assignment’s goal is to develop an MCTS tree search algorithm for the game tic-tac-toe, and the implemented solution should be effective to beat a random agent. For the random agent, this agent’s moves are purely random at all times.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages