KataGo
KataGo copied to clipboard
GTP engine and self-play learning in Go
Hi, when I run contribution config with openCL version on RX6900XT, as it is still on the tunning range, on gemm at stage 256mv10, the system shutdown suddenly and it...
Not a bug, just for the record. I setup a bot on kgs, with the [NN from Igo Hatsuyoron study](https://github.com/lightvector/KataGo/releases/tag/v1.2-igoh120) , just to see how it plays and if it...
China Wildfox Go platform, flying dagger game, support even 2 moves rule, 11 x 11 road board, who can help me train a, can be paid, micro-signal wsjgya
I have installed cuda11.2 according to the requirements, but katago reminds me that cublasLt64_10.dll is missing, but this is the cuda10 file. On my other computer, katago does not prompt...
Can you exhaustively simulate what the best winning combination is if the opponent passes?
 In introduction K= 1/sqrt(variance) , but in code K= 1/sqrt(index of blocks) . this is the code: for i, block in enumerate(self.blocks): block.initialize(fixup_scale=1.0 / math.sqrt(i + 1.0)) I'm confused....
I only want see the best model b18c384nbt's architecture. But there are too many different config in model_pytorch.py. Various kinds of structures of different model. Make it very very hard...
OS: Windows 11 CUDA: 11.2.2 CUDNN: 8.6.0.163_cuda11 TensorRT: 8.5.3.1 Hello! I've encountered an error while trying to setup KataGo on fresh PC. The app exits almost immediately after getting to...
Although katago is very strong in chess, it is too strong to be of much help to humans. However, some extensions to katago might be better to help us improve...
Hello. I've built KataGo as instructed and got the following result when running `./katago benchmark`. My GPU is Intel Iris Xe Graphics. **Edit:** Forgot to mention possibly relevant info: I'm...