File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ class FirstByDowning(Player):
130
130
playing C and the second D etc...
131
131
In this case the author uses an argument based on the sequence of plays by
132
132
the player (S) so #CC denotes the number of times the player plays C twice
133
- in a row. This is then used to
133
+ in a row.
134
134
135
135
On the second page of the appendix, figure 4 (page 390)
136
136
identifies an expression for EV_TOT.
@@ -217,7 +217,8 @@ class FirstByDowning(Player):
217
217
Then the opponent's first cooperation counts as a cooperation in response to
218
218
the non existent cooperation of round 0. The total number of cooperations in
219
219
response to a cooperation is 1. We need to take in to account that extra
220
- phantom cooperation to estimate the probability alpha=P(C|C) as 1 / 1 = 1.
220
+ phantom cooperation to estimate the probability alpha=P(C_o | C_s) as 1 / 1
221
+ = 1.
221
222
222
223
This is an assumption with no clear indication from the literature.
223
224
You can’t perform that action at this time.
0 commit comments