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
I'm interested in how to generate more training data from existing .sgf file, especially for the policy_target and value_target attribute. Is there some code already implemented this feature?
The text was updated successfully, but these errors were encountered:
What do you mean more training data ?
Do you mean to have more information on what was the policy target and value_target on each move ?
You can add them in the comments as there are already some information in there. (The full policy is a bit hard to read which is why I removed it). Also, I am looking into adding this info into sabaki (via the gtp play) to have prettier information while it is playing. https://github.com/yishn/LeelaSabaki
Note, that I won't implement that right away as it seems that my network is a bit stuck, so I will probably look into why first.
Btw if you are using sgf files, I do recommend sabaki, it is the less annoying one concerning self sucide (which is a legal move with the Tromp-Taylor ruleset)
I'm interested in how to generate more training data from existing
.sgf
file, especially for thepolicy_target
andvalue_target
attribute. Is there some code already implemented this feature?The text was updated successfully, but these errors were encountered: