mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-09 11:13:47 +08:00
Update README
This commit is contained in:
@@ -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
@@ -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