[Question] Is it possible to randomize gravity? #2661
-
Hello everyone, I'm working on training a robot to operate in non-Earth environments, so I would like to randomize gravity during training. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
kellyguo11
Jun 11, 2025
Replies: 1 comment 1 reply
-
Yes, this is doable. Here's an example - https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/direct/shadow_hand/shadow_hand_env_cfg.py#L104 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RandomOakForest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this is doable. Here's an example - https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab_tasks/isaaclab_tasks/direct/shadow_hand/shadow_hand_env_cfg.py#L104