entity-neural-network / incubator

Collection of in-progress libraries for entity neural networks.
Apache License 2.0
29 stars 10 forks source link

Option to record videos in evaluation episodes #152

Closed Bam4d closed 2 years ago

Bam4d commented 2 years ago

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.