You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Temperature while creating a variety of openings does not ensure that openings that leela does not understand are explored and instead is more based on luck.
Instead I suggest that we use the data created for the kdlgain threshold to force openings.
ref: #721#681
Using the knowledge of how well leela understood a position over vast majority of games we should be able to find open sequences that lead to positions that leela does not understand.
With the sequences we can then force them during training to increase knowledge of those positions and openings.
This should also allow us to detect information loss / overfitting is occurring.
But should also help prevent information loss as well as it should play openings that leela is starting to forget.
Steps needed to make this happen:
Need a way to truly quantify leela understanding of a game it played.
The server needs a way to track openings played.
The client needs a way for the server to force openings or (books) on it.
The text was updated successfully, but these errors were encountered:
Temperature while creating a variety of openings does not ensure that openings that leela does not understand are explored and instead is more based on luck.
Instead I suggest that we use the data created for the kdlgain threshold to force openings.
ref: #721 #681
We can compute how well leela understands a position after the fact:
image of eval for game 58 of tcec that leela lost
Using the knowledge of how well leela understood a position over vast majority of games we should be able to find open sequences that lead to positions that leela does not understand.
With the sequences we can then force them during training to increase knowledge of those positions and openings.
This should also allow us to detect information loss / overfitting is occurring.
But should also help prevent information loss as well as it should play openings that leela is starting to forget.
Steps needed to make this happen:
The text was updated successfully, but these errors were encountered: