Python implementations of algorithms in game theory
This implementation uses the Gambit NFG format for representation.
Algorithms currently implemented
- Pure strategy Nash equilibrium for n-player games
- Dominant strategies for n-player games
- Minmax values
- Maxmin values