Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikoleta-v3/inferring-strategies-in-repeated-games
https://github.com/nikoleta-v3/inferring-strategies-in-repeated-games
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikoleta-v3/inferring-strategies-in-repeated-games
- Owner: Nikoleta-v3
- Created: 2023-03-29T11:10:47.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-22T13:06:00.000Z (over 1 year ago)
- Last Synced: 2024-04-14T20:15:19.348Z (9 months ago)
- Language: Jupyter Notebook
- Size: 1.58 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inferring-strategies-in-repeated-games
Test suite
----------In the directory `tests` find all the implemented tests for
the code of this project. To run the test suite we use the
package `pytest`. You need to run the following command from
the root of the directory:```
$ pytest tests
```