mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-20 12:20:38 +08:00
Update README
This commit is contained in:
+1
-1
@@ -22,4 +22,4 @@ class Logger(object):
|
||||
def histo_summary(self, tag, values, step):
|
||||
if self.skip:
|
||||
return
|
||||
self.writer.add_histogram(tag, values, step)
|
||||
self.writer.add_histogram(tag, values, step, bins=1000)
|
||||
Reference in New Issue
Block a user