Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change best bot to MCTS (UCT), 100 rollouts, greedy rollout
``` [SUMMARY] [challenge1]: 0 Sampling wins, 6 ties, 19 Uct100RolloutsSqrt2CGreedyNotDead wins -- Uct100RolloutsSqrt2CGreedyNotDead better than Sampling (p-value=0.000) [challenge2]: 0 Sampling wins, 25 ties, 0 Uct100RolloutsSqrt2CGreedyNotDead wins -- not significant (p-value=1.000) [challenge3]: 0 Sampling wins, 21 ties, 4 Uct100RolloutsSqrt2CGreedyNotDead wins -- not significant (p-value=0.125) [challenge4]: 0 Sampling wins, 21 ties, 4 Uct100RolloutsSqrt2CGreedyNotDead wins -- not significant (p-value=0.125) [challenge5]: 0 Sampling wins, 12 ties, 13 Uct100RolloutsSqrt2CGreedyNotDead wins -- Uct100RolloutsSqrt2CGreedyNotDead better than Sampling (p-value=0.000) [challenge6]: 0 Sampling wins, 2 ties, 23 Uct100RolloutsSqrt2CGreedyNotDead wins -- Uct100RolloutsSqrt2CGreedyNotDead better than Sampling (p-value=0.000) Sampling: 0 wins, ties: 87, Uct100RolloutsSqrt2CGreedyNotDead: 63 wins -- Uct100RolloutsSqrt2CGreedyNotDead better than Sampling (p-value=0.000) ```
- Loading branch information