Closed StepHaze closed 2 years ago
Also what are Lv, Lp, Lreg, Linv, Hp, Hpnet ?
These abbreviations are the properties of the Monte Carlo Tree Search.... If you check out the paper, there is an explanation of the MCTS algorithm: https://www.nature.com/articles/nature24270
It will become clear.... N is the visit count, V the value (win/loss), ...
When exploring a position, what these abbreviations mean:
Nmcts Vnet Pmcts Pnet UCT (I believe it's Upper Confidence bounds applied to Trees) Qmcts Qnet