-
Notifications
You must be signed in to change notification settings - Fork 8
Supervised Learning
dkappe edited this page Aug 18, 2018
·
10 revisions
After reading this article, you should be able to take a collection of PGN's and train a net using lczero-training.
[Note: this article assumes you are using Linux. Performing the same on Windows is possible, but as I don't use Windows, documenting the details will have to be left to someone else.]
You will need the following software:
-
pgn-extract
- the supervised learning pgn parser is very brittle. As a starting point, I would run your pgn file throughpgn-extract
withpgn-extract -7 -C < input.pgn > output.pgn
. See here for details.
My new (old) blog is at lczero.libertymedia.io