Linesight-RL / linesight

AI Plays Trackmania with Reinforcement Learning
https://linesight-rl.github.io/linesight/build/html/
516 stars 44 forks source link

tensorboard error #34

Open LWY2012 opened 4 months ago

LWY2012 commented 4 months ago

When I access 127.0.0.1:6006, tensorboard reports the following error:

No dashboards are active for the current data set. Probable causes:

You haven’t written any data to your event files. TensorBoard can’t find your event files. If you’re new to using TensorBoard, and want to find out how to add data and set up your event files, check out the README and perhaps the TensorBoard tutorial. If you think TensorBoard is configured properly, please see the section of the README devoted to missing data problems and consider filing an issue on GitHub.

Last reload: Jul 17, 2024, 4:00:13 PM Log directory: tensorboard

How to solve this problem?Thank you very much!

Wuodan commented 3 months ago

This happens to me when I start the tensorboard from the wrong folder. Start it from the root of the project and it should work.