https://github.com/gambitproject/gambit
Gambit: The package for computation in game theory
https://github.com/gambitproject/gambit
game-theory game-theory-algorithms game-theory-framework
Last synced: 3 months ago
JSON representation
Gambit: The package for computation in game theory
- Host: GitHub
- URL: https://github.com/gambitproject/gambit
- Owner: gambitproject
- License: gpl-2.0
- Created: 2011-05-06T08:49:15.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T09:40:39.000Z (3 months ago)
- Last Synced: 2025-02-05T10:26:34.438Z (3 months ago)
- Topics: game-theory, game-theory-algorithms, game-theory-framework
- Language: C++
- Homepage: http://www.gambit-project.org
- Size: 27.3 MB
- Stars: 423
- Watchers: 25
- Forks: 154
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
![]()




**Gambit** is the package for doing computation in (non-cooperative) game theory.
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## How to get Gambit
Gambit's GitHub repository is at https://github.com/gambitproject/gambit.
Official Gambit releases are available from
[the releases section of the repository](https://github.com/gambitproject/gambit/releases)Gambit offers [the Python package `pygambit`](https://pypi.org/project/pygambit/),
installable via PyPI.