Replies: 1 comment
-
Hey @Privilger this erorr appears as the manager is trying to stack all your observations in the PolicyCfg ObsGroup. you can avoid this error by creating an ObsGroup for every observation tensor that have the same size. From what I see you could possible have rgb and D data in ObsGroup and the other observation tensors in one ObsGroup each. For example,
|
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
-
Describe the bug
When adding the camera sensor to obtain rgbd data, observation_manager can not parse the dimention well.
Steps to reproduce
define rgbd data
define the rgb and depth observation
error
System Info
Describe the characteristic of your environment:
Additional context
I think this bug is due to the observation_manager code does not consider this rgbd data type.
Checklist
Acceptance Criteria
Add the criteria for which this task is considered done. If not known at issue creation time, you can add this once the issue is assigned.
Beta Was this translation helpful? Give feedback.
All reactions