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 3b43fef commit 8467a1fCopy full SHA for 8467a1f
axelrod/strategies/epsilon_greedy.py
@@ -13,7 +13,7 @@ class EpsilonGreedy(Player):
13
14
Names:
15
16
- # TODO: reference Sutton & Barto's Reinforcement Learning: an Introduction
+ # TODO: reference Sutton & Barto's Reinforcement Learning: an Introduction 2nd Ed.
17
"""
18
19
name = "$\varepsilon$-greedy"
0 commit comments