public void ResetPlayer()
 {
     mcts.UpdateWithMove(-1);
 }