lightvector / KataGo

GTP engine and self-play learning in Go
https://katagotraining.org/
Other
3.57k stars 564 forks source link

Documentation for "katago.exe contribute" #647

Open Gargantuar314 opened 2 years ago

Gargantuar314 commented 2 years ago

Are the options for katago.exe contribute documented anywhere? Or even all commands for katago.exe?

Would be very nice. AFAIK, the katago.exe analysis is already documented.

lightvector commented 2 years ago

Right now, the documentation is just running it with the "-help" flag on the command line, together with the comments currently within the contribute_example.cfg that comes with the release: https://github.com/lightvector/KataGo/blob/master/cpp/configs/contribute_example.cfg

There may be a few minor things for the contribute command missing that pertain to very rare use cases, but generally all the options you might normally want to consider should be documented in these ways already.

Are there major things missing from these sources or documentation missing for other commands that you think would be very useful to add? If you find something important missing, I would be happy to know so I can add it.