MishaLaskin / rad

RAD: Reinforcement Learning with Augmented Data
400 stars 71 forks source link

Tensorboard Visualization #6

Closed HosseinSheikhi closed 3 years ago

HosseinSheikhi commented 4 years ago

Thanks for sharing the code. I have just got in trouble to visualize the training process using tensorboard. I must run tensorboard --logdir log --port 6006 in /tmp/cartpolblahblah/ folder, right? Where log folder will appear, can't find any trace?

MishaLaskin commented 4 years ago

yes - make sure there's a train.log file in there.

HosseinSheikhi commented 4 years ago

Don't know what's the problem, I cant visualize the log file. However, I added summurywriter() and went ahead with that.

MishaLaskin commented 3 years ago

I see, it may be a tb version issue? Closing since this seems resolved