Skip to content

andrewkim316/checkers_player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monte Carlo Checkers Player

Watch a computer play checkers against itself, employing Monte Carlo Tree Search as the decision algorithm.

Dependencies

  • numpy

Run Script

Run with:

$ python main.py <starting_player> <seconds_per_turn>

where starting_player == 1 or 2 (denoting player 1 or 2 as the starting player), and seconds_per_turn == amount of seconds each player has to employ Monte Carlo before making a decision each turn.

About

A computer playing checkers against itself using Monte Carlo Tree Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages