Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikoleta-v3/conditional-cooperation-with-longer-memory
https://github.com/nikoleta-v3/conditional-cooperation-with-longer-memory
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikoleta-v3/conditional-cooperation-with-longer-memory
- Owner: Nikoleta-v3
- License: mit
- Created: 2022-06-02T12:31:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T12:02:28.000Z (about 2 months ago)
- Last Synced: 2024-11-21T12:19:16.465Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 126 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conditional Cooperation with Longer Memory
This repository contains files for the project `Conditional Cooperation with
Longer Memory`.More specifically, it includes all the files necessary to compile the written
notes and for our analysis.### Manuscript
The written notes are in LaTeX. To compile the document, one needs the
`main.tex`, the `bibliography.bib`, and the folder `figures`.### Code
The analysis has been carried out using Python and MATLAB.
The evolutionary simulations have been performed in MATLAB. The files can be
found in `src/evolution_simulations`.Python was used to numerically explore Nash equilibria. The source code can be
found in `src/numerical_nash`. For exploring Nash strategies numerically, we
used another Python package that we implemented named [repeated_play](https://github.com/Nikoleta-v3/repeated_play).The analysis was done in Jupyter Notebooks. These can be found in the folder
`notebooks`. One can run these notebooks as normal. No special packages were used.### Data
The data generated by the simulations and analyses can be found here:
https://zenodo.org/records/10605988.