Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation and code are inconsistent #325

Open
XiaohanLei opened this issue May 12, 2024 · 1 comment
Open

Documentation and code are inconsistent #325

XiaohanLei opened this issue May 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@XiaohanLei
Copy link

Hi!

Thanks for your team's great work!

I read your docs carefully and see for tasks like, "StackCube-v1", "PickSingleYCB-v1", etc., do support xarm. However, when I run the code like
env = gym.make(
"PickSingleYCB-v1",
obs_mode="state",
robot_uids="xarm",
num_envs=16
)
it still keeps saying the robot is not supported.
So, how can I use xarm for these tasks?
Thanks in advance.

@StoneT2000
Copy link
Member

Looks like we need to add back the xarm in to those tasks as supported. If I recall correctly we needed to fix some parts of the xarm. We will get this fixed soon

@StoneT2000 StoneT2000 self-assigned this May 12, 2024
@StoneT2000 StoneT2000 added the bug Something isn't working label May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants