Skip to content

Go program, pure randome playout + MCTS + RAVE.

Notifications You must be signed in to change notification settings

yssaya/go_mcts_rave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Go prorgam, pure random playout + MCTS + RAVE

Go program with pure random playout + MCTS.
Also RAVE is used. No Go knowledge is used.
With 10000 playout/move in 9x9, it is about 6kyu, similar strength to GNU Go.

Original RAVE(Rapid Action Value Estimate)
Combining Online and Offline Knowledge in UCT
https://inria.hal.science/file/index/docid/164003/filename/GellySilverICML2007.pdf

Compile

$ make

Run

$ ./go11

100 playout/move. (default is 1000 playouts/move)
$ ./go11 -p100

About

Go program, pure randome playout + MCTS + RAVE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published