Pre-release versions (alpha/beta/rc) are also published to PyPI and can be installed with
pip install --pre pygambit.
Gambit is the package for doing computation in (non-cooperative) game theory.
- Documentation: for the package is hosted at gambitproject.readthedocs.io.
- The Gambit project: Find out more about the project at gambit-project.org
- Contributors: Please read the code of conduct and contribution guidelines before posting on GitHub.
Gambit provides:
- Structures to represent games in extensive and strategic form
- Methods for building and modifying games
- Representations of mixed strategy and mixed behavior profiles
- Many algorithms for computing one or more Nash equilibria of games
- Facilities for computing quantal response equilibria and fitting QREs to data
Gambit's GitHub repository is at https://github.com/gambitproject/gambit.
Official Gambit releases are available from the releases section of the repository
Gambit offers the Python package pygambit,
installable via PyPI:
pip install pygambit