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 54b7124 commit 1cec30eCopy full SHA for 1cec30e
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