KataGo
KataGo copied to clipboard
GTP engine and self-play learning in Go
Hi LV, Maybe you can suggest a CMakeList mod? This very same hardware compiles in earlier toolkits/libs - i.e. CUDA 11/cudNN 8.2 but I need this version of CUDA as...
The following figure shows a wonderful search path that could never have been reached in the previous version. (Although in the actual game move-3 is D6 and move-4 is D8,...
Loaded model ../katago_weights/b18c384nbt-optimisticv13-s5971M.bin.gz Model name: kata1-b18c384nbt-softplusfixv13-s5971481344-d3261785976 GTP ready, beginning main protocol loop katago 18 block> komi 6.5 = katago 18 block> boardsize 19 = katago 18 block> clear_board = ○...
Hello, Mr. Wu Could you tell me the b18c384nbt network structure? Is it like this: {384 X 1 X 1 X 192, 192 X 3 X 3 X 192, 192...
This is a procedure that the zero-based-AI completely overlooked in a phase that appeared in a recent actual game.  The black player, Yu pro, had discovered the procedure...
There is a example of cases where a wrong conclusion is reached by choosing a clearly ludicrous progression in 28b, when it could resolve in 18b. #796  ...
Now that the likes of KataGo is superhuman and probably near AlphaGoMaster/AlphaGoZero strength, is there a way to generate 'beautiful' Go games that have it playing against itself (but with...
On kata-get-param in `docs/GTP_Extensions.md`, is the sentence "Current supported PARAMs are:" outdated? Many more PARAMs are listed by kata-list-params. Are these also supported by kata-set-param? On rootNumSymmetriesToSample in `cpp/configs/gtp_human5k_example.cfg`, is...
Hello! As NVIDIA has finally released TensorRT 10.0 and made it publicly available on their website, I did some research on the now improved engine refitting API. The result is...
Hello, With, cmake . -DUSE_BACKEND=CUDA and then, make I have this error In file included from /home/jim/KataGo/cpp/neuralnet/cudabackend.cpp:2: /home/jim/KataGo/cpp/neuralnet/cudabackend.cpp: In constructor ‘Buffers::Buffers(CudaHandles*, const Model&, const ScratchBuffers&)’: /home/jim/KataGo/cpp/neuralnet/cudabackend.cpp:2240:37: error: invalid conversion from...