Skip to content

ProbabilityTable Client

Jacob Schäfer edited this page Apr 18, 2021 · 1 revision

Strategy

The probability tables focuses on our opponents. We calculate for every cell in the field the probability for an opponent to visit it. With this information we can optimize the rollout client. The probability tables on their own don't offer enogh information to determine the next move.

Conclusion

Probability tables produce a good overview for the next couple of turns. Together with the rollout client the results are solid.

Clone this wiki locally