Skip to content

Commit

Permalink
Fixing broken table in pd_grid example
Browse files Browse the repository at this point in the history
Fixing broken table in pd_grid example.. this is a very small change.
  • Loading branch information
jackiekazil authored Apr 28, 2020
1 parent ee6ed7f commit a02a891
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/pd_grid/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ The Demographic Prisoner's Dilemma is a family of variants on the classic two-pl

The model payoff table is:

| Cooperate | Defect|
------------:|:---------:|:-----:|
**Cooperate**| 1, 1 | 0, D |
**Defect** | D, 0 | 0, 0 |
| | Cooperate | Defect|
|:-------------:|:---------:|:-----:|
| **Cooperate** | 1, 1 | 0, D |
| **Defect** | D, 0 | 0, 0 |

Where *D* is the defection bonus, generally set higher than 1. In these runs, the defection bonus is set to $D=1.6$.

Expand Down

0 comments on commit a02a891

Please sign in to comment.