Skip to content
forked from jbradberry/mcts

Board game AI implementations using Monte Carlo Tree Search

License

Notifications You must be signed in to change notification settings

ypwangnexus/mcts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monte Carlo Tree Search

This is an implementation of an AI in Python using the UCT Monte Carlo Tree Search algorithm.

Requirements

You need to have the following system packages installed:

  • Python >= 2.7

Getting Started

To set up your local environment you should create a virtualenv and install everything into it.

$ mkvirtualenv mcts

Pip install this repo, either from a local copy,

$ pip install -e mcts

or from github,

$ pip install git+https://github.com/jbradberry/mcts#egg=mcts

The Monte Carlo Tree Search AIs included here are designed to work with jbradberry/boardgame-socketserver and jbradberry/boardgame-socketplayer.

Games

Compatible games that have been implemented include:

About

Board game AI implementations using Monte Carlo Tree Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%