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
The node scoring simply considers its own score in competitive game. It should probably consider the differences between itself and other opponents, e.g.
stats(i) += result(i) * result.length - result.sum
(PITreeNode also experience the same problem.)
The text was updated successfully, but these errors were encountered:
acquire/src/mcts/ISTreeNode.scala
Line 51 in ea1b0af
The node scoring simply considers its own score in competitive game. It should probably consider the differences between itself and other opponents, e.g.
stats(i) += result(i) * result.length - result.sum
(PITreeNode also experience the same problem.)
The text was updated successfully, but these errors were encountered: