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 a50750f commit f7654bcCopy full SHA for f7654bc
axelrod/strategies/selfsteem.py
@@ -45,7 +45,7 @@ def strategy(self, opponent: Player) -> Action:
45
return opponent.history[-1]
46
47
elif sine_value < 0.3 and sine_value > -0.3:
48
- return random.choice((C, D))
+ return random_choice()
49
50
else:
51
return C
0 commit comments