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
Hi, I am a MSc student. I am using Mujoco to create an environment with robotic arms (from Mujoco Menagerie) for Reinforcement Learning tasks.
My setup
Mujoco 3.2.3, Python 3.10, Ubuntu 22
My question
Hi!
Is there a way to enable/disable objects in the sim during runtime using Python API? Right now, I am dropping objects below the ground with a negative z value, but I'd like to know if there's a better way to enable/disable objects.
N.B. I found a post with this exact question, but the feature was not available in Mujoco back then: #439
Minimal model and/or code that explain my question
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Intro
Hi, I am a MSc student. I am using Mujoco to create an environment with robotic arms (from Mujoco Menagerie) for Reinforcement Learning tasks.
My setup
Mujoco 3.2.3, Python 3.10, Ubuntu 22
My question
Hi!
Is there a way to enable/disable objects in the sim during runtime using Python API? Right now, I am dropping objects below the ground with a negative z value, but I'd like to know if there's a better way to enable/disable objects.
N.B. I found a post with this exact question, but the feature was not available in Mujoco back then: #439
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions