Skip to content

Commit

Permalink
removes extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatnagarajan committed Oct 17, 2019
1 parent 54e40a5 commit 21fe7a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chainerrl/agents/categorical_double_dqn.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class CategoricalDoubleDQN(categorical_dqn.CategoricalDQN):
"""


def _compute_target_values(self, exp_batch):
"""Compute a batch of target return distributions."""

Expand Down

0 comments on commit 21fe7a9

Please sign in to comment.