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
Originally posted by 403forbiddennn April 19, 2023
In the Isaac Gym wrapper class, the render method is inappropriately overridden by your wrapper and thus can not render successfully. For example, the render method of IsaacGymPreview3Wrapper is:
defrender(self, *args, **kwargs) ->None:
"""Render the environment """pass
which overrides the render() in VecTask.
The text was updated successfully, but these errors were encountered:
Discussed in #70
Originally posted by 403forbiddennn April 19, 2023
In the Isaac Gym wrapper class, the
render
method is inappropriately overridden by your wrapper and thus can not render successfully. For example, the render method ofIsaacGymPreview3Wrapper
is:which overrides the
render()
inVecTask
.The text was updated successfully, but these errors were encountered: