Closed dmadeka closed 5 years ago
This actually looks like a bokeh - Tornado compatibility issue. See: https://github.com/bokeh/bokeh/issues/7308
coach requires bokeh 0.13.0
or higher and it looks like you've got 0.12.13
installed which isn't compatible with Tornado 5.
If you want finer control over the dashboard serving port, you'll likely need to modify this line it seems: https://github.com/NervanaSystems/coach/blob/master/rl_coach/dashboard.py#L61
Allowing for remote machines with dashboard is fixed with PR #231
Im trying to run the Coach Dashboard for the training happening in a remote machine. Unfortunately, I get the error
Do I need to downgrade Bokeh? How do I control the port that this is associated with?