File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ class WorseAndWorse (Player):
7
7
Defects with probability of 'current turn / 1000'. Therefore
8
8
it is more and more likely to defect as the round goes on.
9
9
10
- Source code available at the download tab of [PRISON1998]
10
+ Source code available at the download tab of [PRISON1998]_
11
11
12
12
13
13
Names:
14
- - worse_and_worse : [PRISON1998].
14
+ - Worse and Worse : [PRISON1998]_
15
15
16
16
"""
17
17
@@ -34,7 +34,7 @@ def strategy(self, opponent):
34
34
35
35
class KnowledgeableWorseAndWorse (Player ):
36
36
"""
37
- This strategy is based of 'Worse And Worse' but will defect with probability
37
+ This strategy is based on 'Worse And Worse' but will defect with probability
38
38
of 'current turn / total no. of turns'.
39
39
40
40
Names:
You can’t perform that action at this time.
0 commit comments