Skip to content

Commit

Permalink
Some freshening of README.
Browse files Browse the repository at this point in the history
  • Loading branch information
tturocy committed Sep 14, 2023
1 parent bd85eaa commit ff02e44
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 9 deletions.
37 changes: 30 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,33 @@
# Gambit
<h1 style="text-align: center;">
<img src="https://raw.githubusercontent.com/gambitproject/gambit/master/doc/_static/gambit.png"
width="300" alt="Gambit logo">
</h1>
<br/>

This is the README file for Gambit, software tools for game theory.
![Latest development version](https://img.shields.io/github/downloads-pre/gambitproject/gambit/latest/total?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)

The latest information on Gambit can be obtained from the
Gambit website at
http://www.gambit-project.org

Instructions on installing Gambit can be found in the
file [INSTALL.md](INSTALL.md) in this directory.
**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.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def readme():
setuptools.setup(
name="pygambit",
version="16.1.0a1",
description="Software tools for game theory",
description="Package for computation in game theory",
long_description=readme(),
classifiers=[
"Development Status :: 4 - Beta",
Expand All @@ -93,7 +93,7 @@ def readme():
'Source': 'https://github.com/gambitproject/gambit',
'Tracker': 'https://github.com/gambitproject/gambit/issues',
},
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
'lxml', # used for reading/writing GTE files
'numpy',
Expand Down

0 comments on commit ff02e44

Please sign in to comment.