Skip to content

Commit

Permalink
Remove spaces in empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
muupan committed Nov 14, 2017
1 parent b61769b commit baf4f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chainerrl/explorers/additive_gaussian.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

class AdditiveGaussian(explorer.Explorer):
"""Additive Gaussian noise to actions.
Each action must be numpy.ndarray.
Args:
scale (float or array_like of floats): Scale parameter.
"""
Expand Down

0 comments on commit baf4f92

Please sign in to comment.