File tree 5 files changed +9
-8
lines changed
5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -244,8 +244,8 @@ class Joss(MemoryOnePlayer):
244
244
245
245
Names:
246
246
247
- - Joss [Axelrod1980]_
248
- - Hard Joss [Stewart2012]_
247
+ - Joss: [Axelrod1980]_
248
+ - Hard Joss: [Stewart2012]_
249
249
"""
250
250
251
251
name = "Joss"
@@ -504,7 +504,7 @@ class SteinAndRapoport(Player):
504
504
505
505
Names:
506
506
507
- - SteinAndRapoport [Axelrod1980]_
507
+ - SteinAndRapoport: [Axelrod1980]_
508
508
"""
509
509
510
510
name = 'Stein and Rapoport'
Original file line number Diff line number Diff line change @@ -224,7 +224,8 @@ class Pun1(FSMPlayer):
224
224
"""FSM player described in [Ashlock2006].
225
225
226
226
Names:
227
- - Pun1 [Ashlock2006]_
227
+
228
+ - Pun1: [Ashlock2006]_
228
229
"""
229
230
230
231
name = 'Pun1'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class MEM2(Player):
16
16
17
17
Names:
18
18
19
- - MEM2 [Li2014]_
19
+ - MEM2: [Li2014]_
20
20
"""
21
21
22
22
name = 'MEM2'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class CollectiveStrategy(Player):
17
17
18
18
Names:
19
19
20
- - Collective Strategy [Li2009]_
20
+ - Collective Strategy: [Li2009]_
21
21
22
22
"""
23
23
@@ -53,7 +53,7 @@ class Prober(Player):
53
53
54
54
Names:
55
55
56
- - Prober [Li2011]_
56
+ - Prober: [Li2011]_
57
57
"""
58
58
59
59
name = 'Prober'
Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ class SpitefulTitForTat(Player):
607
607
608
608
Names:
609
609
610
- - Spiteful Tit For Tat [Prison1998]_
610
+ - Spiteful Tit For Tat: [Prison1998]_
611
611
"""
612
612
613
613
name = 'Spiteful Tit For Tat'
You can’t perform that action at this time.
0 commit comments