You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the best way to render and stack multiple image frames e.g. 4 into a single observation?
For the Camera Cartpole task (code), a pytorch_listener (docs) is used to get the images:
# retrieve RGB data from all render products
images = self.pytorch_listener.get_rgb_data()
However I am not sure how to have multiple images returned. I tried lowering the rendering_dt to a fraction of the sim dt but the function still only returns 1 image. If you could point me to some documentation that would be great. Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
What is the best way to render and stack multiple image frames e.g. 4 into a single observation?
For the Camera Cartpole task (code), a
pytorch_listener
(docs) is used to get the images:However I am not sure how to have multiple images returned. I tried lowering the
rendering_dt
to a fraction of the simdt
but the function still only returns 1 image. If you could point me to some documentation that would be great. Thanks!The text was updated successfully, but these errors were encountered: