pygambit
Python package#
Gambit provides a Python package, pygambit
, which provides access to
Gambit’s features. pygambit
is available on PyPI
(https://pypi.org/project/pygambit/), and can be installed via pip
.
- User guide
- Example: One-shot trust game with binary actions
- Example: A one-card poker game with private information
- Building a strategic game
- Representation of numerical data of a game
- Reading a game from a file
- Computing Nash equilibria
- Acceptance criteria for Nash equilibria
- Generating starting points for algorithms
- Quantal response equilibrium
- Using external programs to compute Nash equilbria
- API documentation