Skip to content

Project that implements the Othello game, and a game AI using Monte Carlo Tree Search.

Notifications You must be signed in to change notification settings

ccmvanrooij/othello-mcts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello and Game AI's

Project that implements the Othello game, allowing you to play the game against different kinds of AIs.

These different AI's are used to train and improve a MCTS (Monte Carlo Tree Search) model.

To play Othello against an AI, run gui.java

To train the MCTS, run MCTS.java.

About

Project that implements the Othello game, and a game AI using Monte Carlo Tree Search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages