Closed prabhatnagarajan closed 3 years ago
/test
Successfully created a job for commit 79a512e:
/test
Successfully created a job for commit f57b3d2:
Thanks! Glad that you find this change useful. Currently these custom statistics should actually be available in scores.txt
so you should already be able to use them. Though this PR makes it visible in Tensorboard.
Currently, environment statistics are not being incorporated into the tensorboard output.
I modified
train_dqn_ale.py
by adding a dummy wrapper:The wrapper itself is useless, but it returns environment statistics. I've confirmed they appear in tensorboard when I run an experiment with
use_tensorboard
: