morris821028 / hw-HikaruNoGo

Go Game: Monte - Carlo Tree Search & Upper Confidence Bound
0 stars 0 forks source link

Go

圍棋對局

安裝步驟

其他

若要雙人對戰,則在 command line 下,執行

morris821028@morris821028-PC MINGW64 ~/Desktop/GoGui
$ ./gogui -program "gogui-twogtp -white randomgo_ta.exe -black randomgo_tam.exe -size 9" -computer-both

若要 debug 寫的程序

morris821028@morris821028-PC MINGW64 ~/Desktop/github/hw-HikaruNoGo/source/MCTS (master)
$ ./Stephanie.exe -display

接著藉由 GTP protocol 進行互動

參考

由於沒修課,只好上網搜中文論文,了解概念用途,並沒有完全實作細節。

C++ 編譯參數

GTP 協定參數