We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b17e01 commit fefacd1Copy full SHA for fefacd1
axelrod/tests/strategies/test_armed_bandits.py
@@ -9,7 +9,7 @@
9
10
class TestEpsilonGreedy(TestPlayer):
11
12
- name = "$\varepsilon$-greedy: 0.1, 0.0, 0.0, inf"
+ name = "$\varepsilon$-greedy: 0.1, 0.0, 0.0, -1.0"
13
player = axl.EpsilonGreedy
14
expected_classifier = {
15
"memory_depth": float("inf"),
0 commit comments