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 c342743 commit e60c63cCopy full SHA for e60c63c
axelrod/strategies/axelrod_second.py
@@ -1466,9 +1466,9 @@ class Leyvraz(Player):
1466
1467
1. If opponent Defected last two turns, then Defect with prob 75%.
1468
2. If opponent Defected three turns ago, then Cooperate.
1469
- 3a. If opponent Defected two turns ago, then Defect.
1470
- 3b. If opponent Defected last turn, then Defect with prob 50%.
1471
- 4. Otherwise (all Coopertaions), then Cooperate.
+ 3. If opponent Defected two turns ago, then Defect.
+ 4. If opponent Defected last turn, then Defect with prob 50%.
+ 5. Otherwise (all Coopertaions), then Cooperate.
1472
1473
Names:
1474
0 commit comments