Ya Tienna
Ya Tienna
Thanks for open & further. - Actually, strong bots after 2016 supply **not only strength but also analytic features, e.g. suggesting moves series instead of single moves**. - On the...
It looks like you are not familiar with "the Go in the post-AlphaGo era". Roughly for short: bot | milestone | year --- | --- | --- AlphaGo | defeat...
For someone, who has experience in developing GoTextProtocol and SmartGameFormat, wants to develop KataGo, here are required documents: - Run KataGo GTP Mode: `path/to/katago.exe gtp -model path/to/.bin.gz -config path/to/gtp_custom.cfg` -...
Sounds like a A-B-testing. From my poor programming experience, I think it is not hard to implement, just display diff in the A/B way only, and do not display A...
Is it possible to program a SGF markup system, so that users can add or delete their own markup symbols, i.e. any unicode char?
Be careful, they are different. - C[] is a Node Annotation Property - VW[] is a Miscellaneous Property (for printing) - DD[] is a Markup Property - LB[] is a...
You don't know how to control KataGo? Do you ever read KataGo mainpage? See the section: https://github.com/lightvector/KataGo#features-for-developers
As you use Python, you can look the code of KaTrain: https://github.com/sanderland/katrain/blob/070420941c117e2ca2fdff8e0c7521566149e760/katrain/core/engine.py#L149-L156 And KataGo's stdout is enough, one can code a whole KataGo GUI without stderr as far as I...
Because the err info is too poor, people can not help you. But you can search `0xc000007b` on Google or Bing to solve it. Or you can try WSL2 or...
#611 for reference