You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to monitor the TD_loss and rewards using tensorboard by launching it using this command: sim> tensorboard logdir=./results
However, I couldn't see the validation curve with the testing. In other words, there is no summary writer in rl-test.py that write the summary [TD_loss, entropy, and reward] of testing!
I can only see the summary [TD_loss, entropy, and reward] of learning from sim/multi-agent.py.
How can I enable and show the cross-validation curve to monitor the model convergence?
The text was updated successfully, but these errors were encountered:
I was trying to monitor the TD_loss and rewards using tensorboard by launching it using this command:
sim> tensorboard logdir=./results
However, I couldn't see the validation curve with the testing. In other words, there is no summary writer in
rl-test.py
that write the summary[TD_loss, entropy, and reward]
of testing!I can only see the summary
[TD_loss, entropy, and reward]
of learning fromsim/multi-agent.py
.How can I enable and show the cross-validation curve to monitor the model convergence?
The text was updated successfully, but these errors were encountered: