Skip to content

Commit

Permalink
Merge pull request #341 from muupan/count-updates-of-dqn
Browse files Browse the repository at this point in the history
Count updates of DQN
  • Loading branch information
toslunar authored Oct 25, 2018
2 parents 8809b65 + 5762dba commit a54268a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chainerrl/agents/dqn.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,4 +438,5 @@ def get_statistics(self):
return [
('average_q', self.average_q),
('average_loss', self.average_loss),
('n_updates', self.optimizer.t),
]

0 comments on commit a54268a

Please sign in to comment.