Matthies / RubiChess

Another chess engine
GNU General Public License v3.0
150 stars 16 forks source link

Network data source #467

Closed mibere closed 1 week ago

mibere commented 2 weeks ago

Hello,

I would like to know what data is the source for the network used by RubiChess. Is it a self-trained / self-played network or is it based on data from another source (Lc0, ...)?

Thank you for your work, keep it up!

Matthies commented 1 week ago

Network is trained on data created by RubiChess exclusively using a modified trainer based on the SF pytorch one. You can find some more information about training here: https://github.com/Matthies/NN

mibere commented 1 week ago

Thank you / Danke dir