We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec2ba9 commit 4bc708dCopy full SHA for 4bc708d
axelrod/strategies/worse_and_worse.py
@@ -7,11 +7,11 @@ class WorseAndWorse (Player):
7
Defects with probability of 'current turn / 1000'. Therefore
8
it is more and more likely to defect as the round goes on.
9
10
- Source code available at the download tab of [PRISON1998]
+ Source code available at the download tab of [PRISON1998]_
11
12
13
Names:
14
- - worse_and_worse: [PRISON1998].
+ - Worse and Worse: [PRISON1998]_
15
16
"""
17
@@ -34,7 +34,7 @@ def strategy(self, opponent):
34
35
class KnowledgeableWorseAndWorse (Player):
36
37
- This strategy is based of 'Worse And Worse' but will defect with probability
+ This strategy is based on 'Worse And Worse' but will defect with probability
38
of 'current turn / total no. of turns'.
39
40
0 commit comments