Update README

This commit is contained in:
Shangtong Zhang
2018-01-01 22:49:19 -07:00
parent b85ec446aa
commit 8224a41ba9
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -94,9 +94,7 @@ Prediction is sampled after 110K iterations and I only implemented one-step trai
* [Roboschool](https://github.com/openai/roboschool) (Optional)
* PyTorch v0.3.0
* Python 2.7 or Python 3.6
* Tensorflow (Optional, but tensorboard is awesome)
> If you want to use Roboschool, you have to use Python3. And don't try to use Roboschool with parallelized algorithms,
> there is a known [critical bug](https://github.com/openai/roboschool/issues/86).
* [TensorboardX](https://github.com/lanpa/tensorboard-pytorch)
# Usage
+1 -1
View File
@@ -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)