Skip to content

MoritzGoeckel/TickTackToePayoffMaximization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages