We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b940b39 commit 9c59b20Copy full SHA for 9c59b20
docs/reference/play_contexts.rst
@@ -6,7 +6,7 @@ Play Contexts and Generic Prisoner's Dilemma
6
There are four possible round outcomes:
7
8
- Mutual cooperation: :math:`(C, C)`
9
-- Defection: :math:`(C, D)` or :math:`(D, C)`
+- Defection: :math`(C, D)` or :math:`(D, C)`
10
- Mutual defection: :math:`(D, D)`
11
12
Each of these corresponds to one particular set of payoffs in the following
@@ -15,7 +15,7 @@ generic Prisoner's dilemma:
15
16
+----------+---------------+---------------+
17
| | Cooperate | Defect |
18
-+==========+===============+===============+
++========+===============+===============+
19
|Cooperate | (R,R) | (S,T) |
20
21
|Defect | (T,S) | (P,P) |
0 commit comments