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 09a94eb commit 90b8bd8Copy full SHA for 90b8bd8
axelrod/strategies/selfsteem.py
@@ -18,6 +18,9 @@ class SelfSteem(Player):
18
If 0.3 > f > -0.3; random behavior.
19
If f < -0.95, algorithm is at rock bottom; always cooperates.
20
21
+ Futhermore, the algorithm implements a retaliation policy, if the opponent
22
+ defects; the sin curve is shifted. But due to lack of further information,
23
+ this implementation does not include a sin phase change.
24
Names:
25
26
- SelfSteem: [Andre2013]_
0 commit comments