Skip to content

Commit

Permalink
[#1079] Remove tester text from overview doc
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballs committed Jul 23, 2017
1 parent 5039fa0 commit e58fce2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 6 additions & 3 deletions axelrod/strategies/axelrod_second.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,12 @@ class Tester(Player):
"""
Submitted to Axelrod's second tournament by David Gladstein.
Defects on the first move and plays Tit For Tat if the opponent ever defects
(after one apology cooperation round). Otherwise alternate cooperation and
defection.
This strategy is a TFT variant that attempts to exploit certain strategies. It
defects on the first move. If the opponent ever defects, TESTER 'apologies' by
cooperating and then plays TFT for the rest of the game. Otherwise TESTER
alternates cooperation and defection.
This strategy came 46th in Axelrod's second tournament.
Names:
Expand Down
9 changes: 0 additions & 9 deletions docs/reference/overview_of_strategies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,6 @@ repository.
"KTF2TC_", "Unknown", ":class:`TitFor2Tats <axelrod.strategies.titfortat.TitFor2Tats>`"
"KTITFORTATC_", Anatol Rapoport, ":class:`TitForTat <axelrod.strategies.titfortat.TitForTat>`"

TESTER
^^^^^^

This strategy is a TFT variant that attempts to exploit certain strategies. It
defects on the first move. If the opponent ever defects, TESTER 'apologies' by
cooperating and then plays TFT for the rest of the game. Otherwise TESTER
alternates cooperation and defection.

*This strategy came 46th in Axelrod's second tournament.*

Stewart and Plotkin's Tournament (2012)
---------------------------------------
Expand Down

0 comments on commit e58fce2

Please sign in to comment.