tud-airlab / mppi-isaac

Model Predictive Path Integral Control using isaacgym for rollouts, gpu-accelerated
166 stars 19 forks source link

Domain randomization #37

Closed cpezzato closed 1 year ago

cpezzato commented 1 year ago

The current IsaacGym wrapper does not support domain randomization for each rollout in terms of object size. In addition, current randomization in ft-add-pulling branch only changes friction and mass for the pushed object once. Meaning all rollouts will have a certain value for mass and friction, while the main sim will have something else. so all rollouts are equally wrong.

cpezzato commented 1 year ago

cb0bb7c addressed this