env_spacing = 0 leads to an error #56
Closed
dhruvkm2402
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @dhruvkm2402 The problem could be in the way Omniverse Isaac Gym filters collisions between environments so that they are ignored. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
For using Omniverse ISAAC Gym for parallel RL I want to spawn all the robots at one location, I try to set env_Spacing=0 but it leads to an error. How do I change that? If I do env_Spacing = 0.5 as an example, it works.
Beta Was this translation helpful? Give feedback.
All reactions