KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

GTP engine and self-play learning in Go

Results 240 KataGo issues
Sort by recently updated
recently updated
newest added
trafficstars

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: ![image](https://github.com/lightvector/KataGo/assets/95900903/6f3ced61-9750-42a0-b8e4-afae90cb85ad)

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=