google / dopamine

Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
https://github.com/google/dopamine
Apache License 2.0
10.5k stars 1.37k forks source link

Visualizing results with Tensorboard #141

Open VishnuJayanand opened 4 years ago

VishnuJayanand commented 4 years ago

Hi,

I have trained the train C51 on Cartpole with default settings. I would like to visualize the results with tensorboard. How do I get started?

nhewitt99 commented 4 years ago

I know this is an old issue, but if anyone else is confused where to start: you can simply run tensorboard --logdir /base/dir/used/in/training Then point a web browser to the address that Tensorboard outputs. Hope this helps. Many simple questions like this are answered in the docs for this repo, which are pretty thorough and worth a read.