Skip to content
/ mcts Public

Implementation of AlphaGo Zero Montre Carlo Tree Search for TicTacToe and Oware games

Notifications You must be signed in to change notification settings

RomainSa/mcts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonteCarloTreeSearch

Implementation of AlphaGo Zero Monte Carlo Tree Search for TicTacToe and Oware games.

Environment setup:

virtualenv -p /usr/bin/python3 mcts_interpreter
source mcts_interpreter/bin/activate
pip install --upgrade pip
pip install -r MCTS/requirements.txt

About

Implementation of AlphaGo Zero Montre Carlo Tree Search for TicTacToe and Oware games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages