Skip to content

Commit

Permalink
Merge pull request #412 from prabhatnagarajan/typo
Browse files Browse the repository at this point in the history
fixes typo
  • Loading branch information
muupan committed Mar 13, 2019
2 parents 3522f58 + cbb5e37 commit 95460e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainerrl/agents/dqn.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def compute_weighted_value_loss(y, t, weights,
t (Variable or ndarray): Target values.
weights (ndarray): Weights for y, t.
clip_delta (bool): Use the Huber loss function if set True.
batch_accumulator (str): 'mean' will devide loss by batchsize
batch_accumulator (str): 'mean' will divide loss by batchsize
Returns:
(Variable) scalar loss
"""
Expand Down

0 comments on commit 95460e9

Please sign in to comment.