mirror of
https://github.com/wassname/ray.git
synced 2026-09-10 12:38:43 +08:00
[tune] Clean up result logging: move out of /tmp, add timestamp (#1297)
This commit is contained in:
@@ -153,6 +153,6 @@ workers, we can train the agent in around 25 minutes.
|
||||
|
||||
You can visualize performance by running
|
||||
:code:`tensorboard --logdir [directory]` in a separate screen, where
|
||||
:code:`[directory]` is defaulted to :code:`/tmp/ray/`. If you are running
|
||||
:code:`[directory]` is defaulted to :code:`~/ray_results/`. If you are running
|
||||
multiple experiments, be sure to vary the directory to which Tensorflow saves
|
||||
its progress (found in :code:`a3c.py`).
|
||||
|
||||
Reference in New Issue
Block a user