-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Tensorboard is showing no data #6884
Comments
Can you please provide more information about what you are doing? |
Sure. I am trying to train a vehicle based on ray library algorithm in CARLA simulator. PPO_HomoNcomIndePOIntrxMASS3CTWN3-v0_0_2024-07-18_09-15-57gj89sys7.zip This is my log file. Please tell me if you need any other information. |
There doesn't seem to be any events written to your events file (you can even see the file is only 25 bytes). I'm not sure what's going on here, but it doesn't seem like your model is being trained. |
Okay. Thanks. Do I need to include the summary writer explicitly in my code to view data in Tensorboard. I am using ray rllib to train model. Thanks for your help. |
Probably? I really have no idea how rllib works as we have no relationship with them. |
Hello,
I am running the PPO algorithm of Ray RL lib. When I run the code the screen is like this:
So I feel that model is getting trained.
Later when I start to visualization using tensorboard I got this screen:
So I check the ray result folder and I see that these files are generated:
But when I insect the data the results is like this:
What is going on here?
Is the model is getting trained or not?
Why no data is showing and how to get the data?
Please I need a help as this the last step I am stuck from days..
The text was updated successfully, but these errors were encountered: