Stable-baselines: Tensorboard add summary image

Created on 10 Sep 2019  路  3Comments  路  Source: hill-a/stable-baselines

In case of visual observation inputs, how can we add images to tensorboard summary so we can understand what the model is seeing?

Thanks.

RTFM question

Most helpful comment

All 3 comments

Tensoboard logs should include your observations as images if you initialize your agent with full_tensorboard_log=True (see e.g. PPO2 docs). Note that this will quickly eat up space, so you might not want to train anything for a long while with this enabled.

Thanks, that's it.

Was this page helpful?
0 / 5 - 0 ratings