diff --git a/README.md b/README.md index cc58b039..b2890185 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ done by running 1000 (when possible) 1v1 games against previous in list. | ValueFunction | 90% vs GreedyPlayouts(n=25) | 25 | | GreedyPlayouts(n=25) | 100% vs MCTS(n=100) | 25 | | MCTS(n=100) | 60% vs WeightedRandom | 15 | -| WeightedRandom | 53% vs WeightedRandom | 1000 | +| WeightedRandom | 53% vs VictoryPoint | 1000 | | VictoryPoint | 60% vs Random | 1000 | | Random | - | - |