KataGo
KataGo copied to clipboard
GTP engine and self-play learning in Go
Are there plans to create a TPU backend? [https://coral.ai/docs/edgetpu/tflite-cpp/](https://coral.ai/docs/edgetpu/tflite-cpp/)
When I run the standalone synchronized self-play training, the following error is reported: The format of the padding parameter of conv_spatial should not be a string but rather an integer...
after downloading katago and running command .\katago under win11, found no output: 
In the file `cpp/search/searchexplorehelpers.cpp`, we have the following line: ```cpp parentUtilityStdevFactor = 1.0 + searchParams.cpuctUtilityStdevScale * (parentUtilityStdev / searchParams.cpuctUtilityStdevPrior - 1.0); ``` During the process of searching for optimal parameters,...
I need the simplest method to call the AI model. For example, I directly input the black piece's position, such as[4,5], and the AI model gives the white piece's position,...
MPS/Metal suppport for training and inference would be amazing! There are a lot more of these devices popping up these days.
please support arm 64 linux,thank you
If I want to evaluate KataGo via a python method, what would be the best way to do that. For example, lets say I have an in-memory board state, and...
How can I use katago from other applications on Linux? I am not very familiar with programming, but I would like to create a GUI side application that uses katago...
++ git rev-parse --show-toplevel fatal: not a git repository (or any of the parent directories): .git + GITROOTDIR=