devsisters / DQN-tensorflow

Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning
MIT License
2.48k stars 764 forks source link

How can you see the results during the run? #7

Closed oronanschel closed 8 years ago

oronanschel commented 8 years ago

or how did you plot all of your figures

carpedm20 commented 8 years ago

Add --display=True when do python main or run tensorboard --logdir ./logs to run tensorboard for visualization of training details.

bigcat77 commented 7 years ago

Is there anyway you could elaborate on how to use tensorboard to get the graphs that you show?

I get it to run in a browser. but I have no idea how to get the plots.

douglasrizzo commented 6 years ago

Me too. I point tensorboard to ./logs and it shows me a very simple graph, but no graphs.