Can't use tensorboard
Ma-Ruimin opened this issue · 2 comments
Ma-Ruimin commented
I can't view tensorboard when I run this train_DQN.py(I uncommented the summary_writer line of code)
# summary_writer = tf.summary.create_file_writer(train_dir)
when I type in terminal tensorboard --logdir=Tensorboard/sample_DQN_agent
Click http://localhost:6006/
, can't view tensorboard using Chrome
paulalmasan commented
Hi @Ma-Ruimin , you also need to uncomment the lines from
Line 299 in 17669f2
Ma-Ruimin commented
Thank you very much for replying to me!I successfully solved the problem.