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

No output shown if dashboard is true, if running SDDP.train a 2nd time #352

Closed
adow031 opened this issue Nov 7, 2020 · 1 comment · Fixed by #538
Closed

No output shown if dashboard is true, if running SDDP.train a 2nd time #352

adow031 opened this issue Nov 7, 2020 · 1 comment · Fixed by #538

Comments

@adow031
Copy link

adow031 commented Nov 7, 2020

I have a model that I was training with dashboard = true, and the first time I run SDDP.train, it will load up a browser and visually show the progress. However, if I try training either the same model or another model in the same Julia session it will load up a new browser tab, but neither show progress visually, nor in the REPL - the training also doesn't end.

I was able to reproduce this issue using the simple_hydro_thermal.jl model, by changing line 91 to:

SDDP.train(model, iteration_limit = 100, dashboard=true)

This isn't really a big deal, since I was just testing out the dashboard, but I had throught I'd broken the model somehow.

@odow
Copy link
Owner

odow commented Nov 7, 2020

Yeah. I think I encountered this before. The dashboard is very much experimental, which is why it's off by default.

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

Successfully merging a pull request may close this issue.

2 participants