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
First, thank you for developing and maintaining this fantastic robotics simulation environment! The FetchPickAndPlace task has been incredibly valuable for our research.
In the FetchPickAndPlace-v3 environment from gymnasium-robotics, the block (object) sometimes spawns under the table instead of on top of it. This makes the task impossible since the robot cannot reach objects below the table surface.
The text was updated successfully, but these errors were encountered:
I use mujoco210. I do not set a seed in specific, the block always locates at the bottom inside the table where the robot can't reach. I tried to find where to set the initial position of block, but seems that it's set by the xml file which is not included in the repo
First, thank you for developing and maintaining this fantastic robotics simulation environment! The FetchPickAndPlace task has been incredibly valuable for our research.
In the FetchPickAndPlace-v3 environment from gymnasium-robotics, the block (object) sometimes spawns under the table instead of on top of it. This makes the task impossible since the robot cannot reach objects below the table surface.
The text was updated successfully, but these errors were encountered: