-
Notifications
You must be signed in to change notification settings - Fork 678
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
Video upload Issue - wandb #397
Comments
You can probably do this cleanrl/cleanrl/ppo_continuous_action.py Line 325 in b558b2b
there are some ongoing gymnasium migration stuff that might have broken the Wandb gym integration. |
I've also realized that if I change the command from:
to
It works! I wondered why that happened and realized it was because of the gymnasium migration, as you mentioned. I've also added the following condition (in ppo_continuous_action.py) to ppo.py. It works now! Thanks, |
Hi, I appreciate the work, and I really love to work with cleanRL, especially for research purposes. When do you think you can complete the gymnasium migration for all algorithms? It is hard to follow the examples when they give errors related to Gymnasium and Gym discrepancies. Best, |
#424 should have completed the migration for almost all. |
Hi,
I was following the "Experiment Tracking" at https://docs.cleanrl.dev/get-started/experiment-tracking/
In this example, the captured videos are also uploaded to wandb. However, although I followed the exact same command, my wandb project missed the "Media" folder in "Files", hence the videos do not show up in the browser. What could be the issue here? Could you try to rerun the command in the docs page of cleanRL and see if the videos are uploaded on your side?
Thanks,
The text was updated successfully, but these errors were encountered: