David J Wu

Results 304 comments of David J Wu

Right now in particular this affects some of the SGF files from the computer Go server (http://www.yss-aya.com/cgos/), that's where I ran into this issue. Some of these files contain escaped...

FROZEN_SYM_BD is a global defined in the conf/*_pb2.py files that is produced by the hacky protobuf patching system that runs on top of the protobuf compilter that should get run...

Here is where the protobuf message for ParlaiFlags is defined: https://github.com/facebookresearch/diplomacy_cicero/blob/main/conf/agents.proto#L692 In theory if everything is working, this should get compiled by make into various definitions in the autogenerated file...

Yes, KataGo is GPU-training-limited to some extent on my setup, hitting each training sample about 2-4 times, but with 8 symmetries to learn. But this also means it's probably selfplay-limited...