@@ -1025,13 +1025,13 @@ class Harrington(Player):
1025
1025
2. Check if cooperations are scheduled.
1026
1026
3. Otherwise,
1027
1027
1028
- - If turn < 37, Tit-for-Tat.
1029
- - If turn = 37, defect, mark this move as generous, and schedule two
1030
- more cooperations**.
1031
- - If turn > 37, then if `burned` flag is raised, then Tit-for-Tat.
1032
- Otherwise, Tit-for-Tat with probability 1 - `prob`. And with
1033
- probability `prob`, defect, schedule two cooperations, mark this move
1034
- as generous, and increase `prob` by 5%.
1028
+ - If turn < 37, Tit-for-Tat.
1029
+ - If turn = 37, defect, mark this move as generous, and schedule two
1030
+ more cooperations**.
1031
+ - If turn > 37, then if `burned` flag is raised, then Tit-for-Tat.
1032
+ Otherwise, Tit-for-Tat with probability 1 - `prob`. And with
1033
+ probability `prob`, defect, schedule two cooperations, mark this move
1034
+ as generous, and increase `prob` by 5%.
1035
1035
1036
1036
** Scheduling two cooperations means to set `more_coop` flag to two. If in
1037
1037
Normal mode and no streaks are detected, then the player will cooperate and
0 commit comments