Skip to content

Latest commit

 

History

113 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Go

Go Engine based on Monte-Carlo using C++ programming language

This is a course final project for Artificial Intelligence (EI339) in Shanghai Jiao Tong University, original project referenced and promoted from https://github.com/antoniogarro/Hara, which was written by Antonio Garro and released under a permissive BSD License.


  • How to play?
    BadukGo-0.1.5-release supports Windows7, Windows8.1 and later.
    You can use any GoGui applications which support the Go Text Protocol (GTP).
    Currently we set the board size 13*13 , the time limit 3 sec and the komi 6.5. Also we do not support any handicaps yet.

  • Version
    This is the 0.1.5-version released, using WIN32 API to support multithreads programming.
    The basic searching strategy is Monte-Carlo based UCT. Some simple pattern are added and some heuristic tricks are used.

  • Copyright
    Released under the MIT License (MIT), Copyright (C) 2016 .
    Please contact us at Github :)

    @Phonicavi @lawinse @Slimpid

  • Acknowledgement
    Technical supports of Go (weiqi, igo, baduk) from YUAN Yuancheng, University of Science and Technology of China.

About

Go Engine based on Monte-Carlo

Resources

Stars

10 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages