acquire icon indicating copy to clipboard operation
acquire copied to clipboard

The AI is not competitive

Open chu1248 opened this issue 6 years ago • 0 comments

https://github.com/zou3519/acquire/blob/ea1b0af7c09b31e554d68af7da85e92b37902507/src/mcts/ISTreeNode.scala#L51

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.)

chu1248 avatar Feb 18 '19 09:02 chu1248