File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,12 @@ class Tester(Player):
100
100
"""
101
101
Submitted to Axelrod's second tournament by David Gladstein.
102
102
103
- Defects on the first move and plays Tit For Tat if the opponent ever defects
104
- (after one apology cooperation round). Otherwise alternate cooperation and
105
- defection.
103
+ This strategy is a TFT variant that attempts to exploit certain strategies. It
104
+ defects on the first move. If the opponent ever defects, TESTER 'apologies' by
105
+ cooperating and then plays TFT for the rest of the game. Otherwise TESTER
106
+ alternates cooperation and defection.
107
+
108
+ This strategy came 46th in Axelrod's second tournament.
106
109
107
110
Names:
108
111
Original file line number Diff line number Diff line change @@ -170,15 +170,6 @@ repository.
170
170
"KTF2TC _", "Unknown", ":class: `TitFor2Tats <axelrod.strategies.titfortat.TitFor2Tats> `"
171
171
"KTITFORTATC _", Anatol Rapoport, ":class: `TitForTat <axelrod.strategies.titfortat.TitForTat> `"
172
172
173
- TESTER
174
- ^^^^^^
175
-
176
- This strategy is a TFT variant that attempts to exploit certain strategies. It
177
- defects on the first move. If the opponent ever defects, TESTER 'apologies' by
178
- cooperating and then plays TFT for the rest of the game. Otherwise TESTER
179
- alternates cooperation and defection.
180
-
181
- *This strategy came 46th in Axelrod's second tournament. *
182
173
183
174
Stewart and Plotkin's Tournament (2012)
184
175
---------------------------------------
You can’t perform that action at this time.
0 commit comments