Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cross-validation curve #144

Open
ahmad-hl opened this issue Dec 16, 2021 · 1 comment
Open

cross-validation curve #144

ahmad-hl opened this issue Dec 16, 2021 · 1 comment

Comments

@ahmad-hl
Copy link

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?

@ahmad-hl
Copy link
Author

ahmad-hl commented Dec 21, 2021

Hi Hongzi,

I have updated the repo to support both the training & testing curves on tensorboard.
It is now available at this repo: https://github.com/ahmad-hl/pensieve-py38

Should I fork your repo then provide the update in the forked one, or it is okay to keep it like this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant