Skip to content

Commit 04c78b0

Browse files
kjurgielajtismarcharper
authored andcommitted
Changed docstring
1 parent bbd176f commit 04c78b0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

axelrod/strategies/axelrod_first.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,6 @@ class Graaskamp(Player):
211211
212212
This is one of the strategies from Robert Axelrod's first tournament and is described in the literature as:
213213
214-
This strategy came 9th in Axelrod’s original tournament.
215-
216-
This strategy follows the following rules:
217-
218214
1. Plays Tit For Tat for the first 50 rounds;
219215
2. Defects on round 51;
220216
3. Plays 5 further rounds of Tit For Tat;
@@ -224,6 +220,8 @@ class Graaskamp(Player):
224220
tournament called ‘Analogy’ (There is no information about 'Analogy' tournament. Step 5 is not implemented fully.)
225221
If so it plays Tit For Tat. If not it cooperates and randomly defects every 5 to 15 moves.
226222
223+
This strategy came 9th in Axelrod’s original tournament.
224+
227225
Names:
228226
229227
- Graaskamp: [Axelrod1980]_

0 commit comments

Comments
 (0)