Hi, I’m using the Isaac Gym for my robot learning program.
I’m trying to do dynamic randomization with the IsaacGymEnvs. However, it seems that only the mass of the robot can be randomized according to the domain_randomization.md. How can I randomize other properties like ‘com’, and ‘inertia’?
By the way, I just want to randomize the properties of one single object (such as a cup) after each episode, instead of everything. Is this supported in the latest Isaac Gym?