Skip to content

Solving for TickTackToe with Payoff Maximization and self play in C++11

Notifications You must be signed in to change notification settings

MoritzGoeckel/TickTackToePayoffMaximization

Repository files navigation

TickTackToePayoffMaximization

Solving for TickTackToe with Payoff Maximization and self play in C++11

Algorithm

The software plays tick tack toe against itself and rewards every action on an information set that leads to a victory. After some time of self play it can recall from experience which action to choose in which situations to win the game. The PayoffMaximization is general and could be used for many different games and even other problems.

About

Solving for TickTackToe with Payoff Maximization and self play in C++11

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages