Skip to content

Commit 191f841

Browse files
meatballsmarcharper
authored andcommitted
[#1079] Remove tester text from overview doc
1 parent 8731c7a commit 191f841

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

axelrod/strategies/axelrod_second.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,12 @@ class Tester(Player):
100100
"""
101101
Submitted to Axelrod's second tournament by David Gladstein.
102102
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.
106109
107110
Names:
108111

docs/reference/overview_of_strategies.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,6 @@ repository.
170170
"KTF2TC_", "Unknown", ":class:`TitFor2Tats <axelrod.strategies.titfortat.TitFor2Tats>`"
171171
"KTITFORTATC_", Anatol Rapoport, ":class:`TitForTat <axelrod.strategies.titfortat.TitForTat>`"
172172

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.*
182173

183174
Stewart and Plotkin's Tournament (2012)
184175
---------------------------------------

0 commit comments

Comments
 (0)