David J Wu

Results 304 comments of David J Wu

Cool idea. Could you PM me with an example SGF file with a horizon effect so that I can test it out? On Tue, Jan 23, 2018 at 9:06 AM,...

Suicide is legal in tromp-taylor rules, so no this is not a bug. You should set the rules to be whatever the correct rules are.

Hehe, it's probably not a cgos bug. I bet they don't use tromp-taylor rules.

Yep, here: http://www.yss-aya.com/cgos/ see CGOS Rules of Play. The server explicitly states that it "very similar to the Tromp/Taylor rules (sometimes referred to as "The Logical Rules") **but prohibit suicide**"...

Eh, pretty minor. Self-capture definitely doesn't come up very much in normal games. I guess KataGo could try to clean up more efficiently too. :)

GoGUI works yes, but really play.py is a very barebones GTP interface. All you can do is request it to play moves and manually run various debugging commands to inspect...

Cool, did the link solve the issue for you?

@KWH20081104 - OpenCL is a common interface that many different companies can each choose to implement in the way they choose. So OpenCL allows KataGo to use AMD's drivers on...

Use python/export_model.py. See https://github.com/lightvector/KataGo/blob/master/SelfplayTraining.md for some scripts that use it and look at those source code of those scripts for further examples.