KataGo
KataGo copied to clipboard
GTP engine and self-play learning in Go
Hello, dear authors, could you compile a KataGo version of Raspberry Pi 3B? Or could you introduce how to compile KataGo on Raspberry Pi 3B (In other words, compile KataGo...
I just got a new M2 Mac recently and I tried running KataGo on it through Lizzie. The good thing is it ran without changing any configurations from my Intel...
**Commands:** katago_tensorRT\katago.exe genconfig -model "weights\kata1-b40c256-s11840935168-d2898845681.bin.gz" -output "katago_configs\v130_40b.cfg" **Outputs:** ========================================================================= RULES What rules should KataGo use by default for play and analysis? (chinese, japanese, korean, tromp-taylor, aga, chinese-ogs, new-zealand, bga, stone-scoring,...
When i run " .\katago runselfplayinittests -model .\kata1-b18c384nbt-s7529928448-d3667707199.bin.gz" on katago 1.13 it fails with "Must supply exactly one argument: MODEL_FILE"
Currently text-only attempt of clustering correlation outputs along lines. However, attempts are failing to find clusters in both the (newly written) `ownership_corr` and `futurepos_corr` outputs. Also added a `genmoves` command...
python代码中board.py 996行是否有问题? if libs0 == 0 and libs1 == 0 and self.wouldBeKoCapture(move0,opp) and self.wouldBeKoCapture(move1,opp) : 上面计算board[move0] 和 board[move1] 都是 EMPTY,这样wouldBeKoCapture函数一定返回False
It's all down the 19 now, so what's the point of you releasing the 9 engine, please?
I would like to know if there is an empirically optimal maxVisits value that can yield more accurate winrate data. Setting a higher value requires more time, so I’m looking...
In addition to OpenCL, CUDA and Eigen, AMD ROCm is flourishing nowadays. Maybe it can be added into KataGo's to-do list? Can this function solve the problems with AMD RX...
Hello, sorry to bother you. Not sure if that is even Katago's problem or something else. Have been using kata under Linux for years using OpenCL with an AMD GPU...