KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

Where can I find blank weights to train a weight that is significantly different from other Katago rules(katago version:1.10.0)

Open zhu0824090 opened this issue 2 years ago • 2 comments

zhu0824090 avatar Jul 14 '23 03:07 zhu0824090

Thanks for adjusting the title to clarify your question - you can also post some text in the main message too, not just the title. :)

You don't need "blank weights", pytorch should randomize things for you already. See documentation here https://github.com/lightvector/KataGo/blob/master/SelfplayTraining.md and the synchronous loop script it describes. If you want to implement different rules though and/or change how the training works, then you'll need to dive in and edit the code yourself, but a good starting point would probably be first making sure you can run training without any changes.

lightvector avatar Jul 15 '23 05:07 lightvector

I am ready for the engine, I just want a new weight that can be adapted to version 1.10.0 for training

zhu0824090 avatar Jul 15 '23 07:07 zhu0824090