This is a simple game theory solver which could implement:
Regret Matching
- rock paper scissors
- colonel game
Basic CFR Algorithems
- Kuhn Poker
- Dudo
By the way, the algorithm and the game environment have been implemented respectively, and are inherited through their respective base classes.
Use the three ipynb in the game_thory document to see the visual results.