Skip to content

Commit

Permalink
Merge pull request #146 from mitmul/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
toslunar committed Oct 10, 2017
2 parents f62f460 + ee685fd commit 3cd813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainerrl/agents/ddpg.py
Expand Up @@ -43,7 +43,7 @@ def __init__(self, policy, q_func):
class DDPG(AttributeSavingMixin, Agent):
"""Deep Deterministic Policy Gradients.
This can be used as SVG(0) by specifying a Gaussina policy instead of a
This can be used as SVG(0) by specifying a Gaussian policy instead of a
deterministic policy.
Args:
Expand Down

0 comments on commit 3cd813c

Please sign in to comment.