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 5ca735c commit 3b0ac2cCopy full SHA for 3b0ac2c
axelrod/strategies/titfortat.py
@@ -951,3 +951,4 @@ def strategy(self, opponent):
951
return self._random.random_choice(0.9)
952
# Else TFT. Opponent played D, so play D in return.
953
return D
954
+
0 commit comments