An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


Gambit logo



![Latest stable version](https://img.shields.io/github/v/release/gambitproject/gambit?filter=!*a*&label=Latest%20stable%20version)
![Latest development version](https://img.shields.io/github/v/release/gambitproject/gambit?filter=*b*&label=Latest%20development%20version)
![PyPI - Version](https://img.shields.io/pypi/v/pygambit?label=PyPI%20version)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pygambit?label=PyPI%20downloads)
![PyPI - License](https://img.shields.io/pypi/l/pygambit)

**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.