File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,11 @@ def strategy(self, opponent: Player) -> Action:
208
208
209
209
class Graaskamp (Player ):
210
210
"""
211
+
212
+ This is one of the strategies from Robert Axelrod's first tournament and is described in the literature as:
213
+
214
+ This strategy came 9th in Axelrod’s original tournament.
215
+
211
216
This strategy follows the following rules:
212
217
213
218
1. Plays Tit For Tat for the first 50 rounds;
@@ -219,8 +224,6 @@ class Graaskamp(Player):
219
224
tournament called ‘Analogy’ (There is no information about 'Analogy' tournament. Step 5 is not implemented fully.)
220
225
If so it plays Tit For Tat. If not it cooperates and randomly defects every 5 to 15 moves.
221
226
222
- This strategy came 9th in Axelrod’s original tournament.
223
-
224
227
Names:
225
228
226
229
- Graaskamp: [Axelrod1980]_
You can’t perform that action at this time.
0 commit comments