Skip to content

Commit

Permalink
Merge pull request #585 from prabhatnagarajan/typo_fix
Browse files Browse the repository at this point in the history
Minor Typo Fix
  • Loading branch information
prabhatnagarajan authored Dec 16, 2019
2 parents 5d833d6 + 37d5b08 commit 294ff3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainerrl/explorers/epsilon_greedy.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __repr__(self):


class LinearDecayEpsilonGreedy(explorer.Explorer):
"""Epsilon-greedy with linearyly decayed epsilon
"""Epsilon-greedy with linearly decayed epsilon
Args:
start_epsilon: max value of epsilon
Expand Down

0 comments on commit 294ff3c

Please sign in to comment.