KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

Some questions about training Katago

Open zhu0824090 opened this issue 2 years ago • 1 comments

1.I don’t know what the five parameters of the trin.sh should be filled in.2.How to set a 13 -way chessboard for Katago training.3.How to set a fixed layout for Katago training.

zhu0824090 avatar Jul 24 '23 03:07 zhu0824090

For an overview of self-play training.sh, see https://github.com/lightvector/KataGo/blob/master/SelfplayTraining.md. See in particular:

You probably want to read the comments and edit the parameters in python/selfplay/synchronous_loop.sh and in the selfplay and gatekeeper .cfg files that it points to, to set the board size, the number of parallel threads or other computational parameters, etc.

lightvector avatar Jul 27 '23 14:07 lightvector