Skip to content
forked from chncwang/FoolGo

A Go A.I. based on MCTS(AlphaGo's basic algorithm)

License

Notifications You must be signed in to change notification settings

bentanust/FoolGo

 
 

Repository files navigation

A Monte Carlo Go A.I.

It plays well on 9x9 board currently.

Its Intelligent algorithm is MCTS(Monte Carlo Tree Search), which is AlphaGo based on.

With incremental updating of a data structure called "chian" in the game process, it's able to simulate Monte Carlo game efficiently.

Make

  • cd the project's root directory.
  • cmake .
  • make

Question ?

About

A Go A.I. based on MCTS(AlphaGo's basic algorithm)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.6%
  • CMake 2.2%
  • Shell 0.2%