Skip to content

Commit 36dc417

Browse files
Update axelrod/strategies/adaptive_cooperator.py
Co-authored-by: Vince Knight <vince@vknight.org>
1 parent cf0f005 commit 36dc417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

axelrod/strategies/adaptive_cooperator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class AdaptiveCooperator(Player):
1414

1515
name = 'Adaptive Cooperator'
1616
classifier = {
17-
'memory': 1,
17+
"memory_depth": 1,
1818
'stochastic': False,
1919
'inspects_source': False,
2020
'manipulates_source': False,

0 commit comments

Comments
 (0)