Replies: 3 comments
-
render=1/35 means recording video with 35 FPS, see the example scripts or docs |
Beta Was this translation helpful? Give feedback.
-
I want to log video to wandb. Does anyone have any suggestions on how to implement this? something like this works for anyone interested. it ends up not being very pretty on wandb.com but I'm sure that can be fixed up as well.
it saves one episode to video per testing period. With this solution you only have one testing env (not running testing envs in parallel) |
Beta Was this translation helpful? Give feedback.
-
@ikamensh here's a way to do what you're trying to do. It will take some more dependencies but nothing crazy.
Change n_episode for more videos... Cheers 👍 |
Beta Was this translation helpful? Give feedback.
-
I want to record a video with a demo of my agent. Is there a recommended way to do so? I found that I can pass render flag to Collector.collect, but this is not enough.
Beta Was this translation helpful? Give feedback.
All reactions