Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drvinceknight/coopgt

A python library for the study of cooperative game theory.
https://github.com/drvinceknight/coopgt

Last synced: about 1 month ago
JSON representation

A python library for the study of cooperative game theory.

Awesome Lists containing this project

README

        

# CoopGT

A library for the study of cooperative game theory.

## Documentation

Full documentation is available here: http://coopgt.readthedocs.io/ it includes
a theory section.

## Installation

```bash
$ python -m pip install nashpy
```

## Development

Clone the repository and create a virtual environment:

```bash
$ git clone https://github.com/drvinceknight/coopgt.git
$ cd coopgt
$ python -m venv env

```

Activate the virtual environment and install [`tox`](https://tox.readthedocs.io/en/latest/):

```bash
$ source env/bin/activate
$ python -m pip install tox

```

Make modifications.

To run the tests:

```bash
$ python -m tox

```

## Code of conduct

In the interest of fostering an open and welcoming environment, all
contributors, maintainers and users are expected to abide by the Python code of
conduct: https://www.python.org/psf/codeofconduct/