Replies: 4 comments
-
Thanks for posting this. Are you doing the imports after the launching the app? That is, you need to have the following before your imports:
|
Beta Was this translation helpful? Give feedback.
-
As I said in the explanation, I can start the rl_games training |
Beta Was this translation helpful? Give feedback.
-
Hi @RandomOakForest, I've been looking into some related issues like #1850 and #126 and saw that there's ongoing development mentioned for enabling surface grippers in a parallelized setup. This is a key feature for my daily work, and I imagine it's a common problem for many others relying on similar gripper types. Currently, the grasping doesn't happen in GPU mode and it forces me to run all simulation on CPU, which introduces a major performance bottleneck. When combined with the surface gripper limitations, it significantly slows down development and experimentation. Is parallelized surface gripper support something planned for an upcoming release? If not, are there any recommended workarounds or alternative approaches for simulating surface or suction grippers in the meantime? Appreciate the support! |
Beta Was this translation helpful? Give feedback.
-
Thank you for following up on this. There is current work by the team on the surface gripper with GPU support. It is hard to say when this will be available, but it is in our current roadmap. I will move this issue to our Discussions for follow up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
IsaacLab can't access to isaacsim.robot during headless training
I am currently running an experiment using my custom robot and custom grippers.
I have implemented the
DirectRLEnv
as demonstrated in the tutorials and I can start the policy training without--headless
but when I use headless I am getting the following error:I didn't change anything in the code and non-headless version works as expected but
headless
version crashes as I described. One thing I noticed, I also have other imports from isaac-sim likeand they are being imported as expected. I don't know if this is a bug or I am doing something wrong.
Using IsaacLab 2.0 and IsaacSim 4.5(local non pip installation).
Beta Was this translation helpful? Give feedback.
All reactions