Skip to content

Commit 53262ba

Browse files
committed
update README
1 parent 36122a5 commit 53262ba

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Conditional Cooperation with Longer Memory
22

33
This repository contains files for the project `Conditional Cooperation with
4-
Longer Memory`. More specifically, it includes all the files necessary to
5-
compile the written notes and for our analysis.
4+
Longer Memory`.
5+
6+
More specifically, it includes all the files necessary to compile the written
7+
notes and for our analysis.
68

79
### Manuscript
810

@@ -18,7 +20,7 @@ found in `src/evolution_simulations`.
1820

1921
Python was used to numerically explore Nash equilibria. The source code can be
2022
found in `src/numerical_nash`. For exploring Nash strategies numerically, we
21-
used another Python package that we implemented named `repeated_play`.
23+
used another Python package that we implemented named [repeated_play](https://github.com/Nikoleta-v3/repeated_play).
2224

2325
The analysis was done in Jupyter Notebooks. These can be found in the folder
2426
`notebooks`. One can run these notebooks as normal. No special packages were used.

0 commit comments

Comments
 (0)