LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.36k stars 519 forks source link

Save undecided games as draws #2027

Open hans-ekbrand opened 2 months ago

hans-ekbrand commented 2 months ago

For context see https://discord.com/channels/425419482568196106/427066771627966466/1236740483091533825 but in short this patch makes sure that training games that are undecided after 450 are still saved (with game outcome DRAW). If that is a bad outcome, then the rescorer will likely be able to improve on it.

Without this patch, such long training games are not saved at all.