Skip to content

Commit e32a008

Browse files
yohmdrvinceknight
authored andcommitted
Update docstring for CAPRI
Co-authored-by: Vince Knight <[email protected]>
1 parent e54a9bf commit e32a008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/grudger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def strategy(opponent: Player) -> Action:
346346

347347
class Capri(Player):
348348
"""
349-
CAPRI is a memory-3 strategy proposed in [Murase2020]_. Its behavior is defined by the following five rules.
349+
CAPRI is a memory-3 strategy proposed in [Murase2020]_. Its behavior is defined in[Murase2020]_ by the following five rules applied to the last 3 moves of the player and the opponent:
350350
C: Cooperate at mutual cooperation.
351351
This rule prescribes c at (ccc, ccc).
352352
A: Accept punishment when you mistakenly defected from mutual cooperation.

0 commit comments

Comments
 (0)