Sim2Real in Isaac Lab

Hello there,

Is there any support for Sim2Real in Isaac Lab? My goal is to perform a task, for example Isaac-Lift-Cube-Franka-v0, with my real Franka robot? I can provide the necessary observations to the model, how can I use weights of the training in a real setup?

Thanks

Hi @pedrosilva7320

That will depend on the RL library you used for training.
A possible solution is to create/replicate a Gymnasium API-based environment where observations/actions come from/control the real robot.

In the skrl’s docs Real-world examples you can find a basic example that, although it was trained with the now deprecated Isaac Gym preview and Omniverse Isaac Gym, is well suited to illustrate the case.

1 Like