KataGo
KataGo copied to clipboard
GTP engine and self-play learning in Go
It seems katago has peaked, and kata1-b18c384nbt-s9555257600-d4198296303 is my personal favorite. Lizzie gui hasn't been updated in years, and doesn't work with this modern katago network at all... Katrain is...
cast to void** in cudaMalloc calls.
## Bug description Suppose we are running `match` with 3 bots called bot0, bot1, and bot2. bot0 and bot1 use the same model file. Due to model file deduping in...
Hello, Thank you for developing this excellent bot program. I'm conducting a personal research project using KataGo and have encountered a problem for which I seek advice. I have around...
**Summary:** KataGo harnesses the advanced capabilities of Apple Silicon through the integration of the [Metal Performance Shaders Graph](https://developer.apple.com/documentation/metalperformanceshadersgraph) and [CoreML](https://developer.apple.com/documentation/coreml). This integration empowers KataGo with GPU acceleration and compatibility with...
I have an AMD 5700G CPU with internal GPU. There is no official driver from AMD to support OpenCL, but there is an OpenCL implementation that does: http://portablecl.org/index.html I installed...
 
version of KataGo: 1.14.0 version of torch: 1.12.1+cu113 I encountered a compatibility issue when loading the kata1-b18c384nbt-s9402410496-d4158172623/model.ckpt checkpoint with the original b18c384nbt model configuration. The initial setup did not align...
Hi. Recently I am testing some custom modification via KataGo's "match" module. There are 2 bots in my test, which use the same NN model, with different param settings. The...
I found that KataGo conducts self-play and then generates a large number of rows, which are then uploaded. What are these data used for? Because it doesn't seem to be...