-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
acquire/src/mcts/ISTreeNode.scala
Line 51 in ea1b0af
| stats(i) += result(i) |
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.)
linanqiu
Metadata
Metadata
Assignees
Labels
No labels