Closed Bam4d closed 2 years ago
We should add an option to Rollout to record a video using env.render()
env.render()
Theres some generic tooling in griddly that will record a video of anything thats put out by env.render('rgb-array'). This can then be uploaded to wandb to analyse.
env.render('rgb-array')
We should add an option to Rollout to record a video using
env.render()
Theres some generic tooling in griddly that will record a video of anything thats put out by
env.render('rgb-array')
. This can then be uploaded to wandb to analyse.