steveKapturowski / tensorflow-rl

Implementations of deep RL papers and random experimentation
Apache License 2.0
177 stars 47 forks source link

Tensorboard summaries not appearing #19

Open mabirck opened 7 years ago

mabirck commented 7 years ago

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

hammertime89 commented 6 years ago

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.