We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c879bed commit f6e15a7Copy full SHA for f6e15a7
axelrod/strategies/titfortat.py
@@ -671,14 +671,14 @@ class EugineNier(Player):
671
"""
672
Plays similar to Tit-for-Tat, but with two conditions:
673
1) Always Defect on Last Move
674
- 2) If other player defects five times, switch to all defect.
+ 2) If other player defects five times, switch to all defects.
675
676
Names:
677
678
- EugineNier Strategy: [LessWrong2011]_
679
680
681
- name = 'Alexei'
+ name = 'EugineNier'
682
classifier = {
683
'memory_depth': float('inf'),
684
'stochastic': False,
0 commit comments