tensorflow-rl
tensorflow-rl copied to clipboard
Tensorboard summaries not appearing
No scalar data was found.
How did you guys get the code to work with tensorboard? the summary part seems to be not working when training.
....................................................................... python main.py Pong-v0 --alg_type a3c -n 8
I had this same problem, I was able to get Tensorboard working by calling Tensorboard from inside the folder with the summaries, i.e., assuming you left the summaries directory as default,
cd /tmp/summary_logs/Pong-v0/...
tensorboard --logdir='./'
It may complain about more than one graph event, but you should see the data.