File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class SelfSteem(Player):
1414 with the current iteration.
1515
1616 If f > 0.95, 'ego' of the algorithm is inflated; always defects.
17- If 0.95 > |f| > 0.3, rational behavior; follows TitForTat algortithm.
17+ If 0.95 > abs(f) > 0.3, rational behavior; follows TitForTat algortithm.
1818 If 0.3 > f > -0.3; random behavior.
1919 If f < -0.95, algorithm is at rock bottom; always cooperates.
2020
File renamed without changes.
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ Here are the docstrings of all the strategies in the library.
136136 :members:
137137 :undoc-members:
138138.. automodule :: axelrod.strategies.selfsteem
139- :members:
140- :undoc-members:
139+ :members:
140+ :undoc-members:
141141.. automodule :: axelrod.strategies.titfortat
142142 :members:
143143 :undoc-members:
You can’t perform that action at this time.
0 commit comments