The AI is not competitive
chu1248 opened this issue · 0 comments
chu1248 commented
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.)