Open
Description
Now the log for python run_job.py -n 5 -g 60 -c 12 --simulator_procs 10 --use_sync --name breakout --short
looks better. But I don't know how to view the plots.
I noticed that in the experiments/breakout_1517329773.87/storage/atari_trainlog
there are 4 directories corresponding to workers and each of them has a TensorBoard events file, e.g. events.out.tfevents.1517329790.p0112
.
I downloaded with scp
the whole experiments
directory and run tensorboard --logdir=experiments
to view it in the browser:
After 40 minutes of training on 4 workers I would expect to see the full mean_score
plot, not only 1 data point with value 1.8 for step 100. Whereas one can see from the log that each worker made about 1800 steps.
How to see the training plots?
Metadata
Metadata
Assignees
Labels
No labels