Open stefanpeidli opened 6 years ago
Could you specifiy the task a bit more?
@Beno71 Build another TrainingData script, that loads sgf Games and saves the boards (+symmetries) this time not with a absolute "move played" distribution, but with a resultvector (amount of games that black wins in the end when this board appears, number of draws in the end, times that white wins). This is needed for the ValueNet. Is this clear enough?
Please do the same as you did for the Policy Net for the Value Net (we won't save Board vectors here, just a triplet ~(black wins, draw, white wins), thus we won't need to use symmetry here).