Different rendering results for GYM envs when using rgb_array rendering mode #3374
ArgentumWalker
started this conversation in
General
Replies: 1 comment
-
One uses a simple software CPU renderer (tinyrenderer) and the other a nicer OpenGL3 hardware GPU renderer. Do you offer to implement the missing features into tinyrenderer? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am trying to get an image as observation from PyBullet Gym Environments and faced that enabling GUI rendering also changes image rendered by
"rgb_array"
mode. For some environments it is crucial.Code to reproduce:
Example images:


Beta Was this translation helpful? Give feedback.
All reactions