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 d014e39 commit 1971111Copy full SHA for 1971111
axelrod/strategies/titfortat.py
@@ -97,7 +97,7 @@ class DynamicTwoTitsForTat(Player):
97
"""
98
A player starts by cooperating and then punishes its opponent's
99
defections with defections, but with a dynamic bias towards cooperating
100
- based off of the opponent's ratio of cooperations to total moves
+ based on the opponent's ratio of cooperations to total moves
101
(so their current probability of cooperating regardless of the
102
opponent's move (aka: forgiveness)).
103
0 commit comments