lightvector / KataGo

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

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

Open zhu0824090 opened 1 year ago

lightvector commented 1 year ago

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.

zhu0824090 commented 1 year ago

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