Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/drvinceknight/coopgt
- Owner: drvinceknight
- License: mit
- Created: 2024-01-10T15:45:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T17:45:16.000Z (9 months ago)
- Last Synced: 2024-10-01T21:36:59.303Z (3 months ago)
- Language: Python
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/