Sim2Real understanding using PyTorch #82
Replies: 1 comment
-
Hi @dhruvkm2402 In the simplest implementation, torch is required to load the agent checkpoint (which, apart from the state dictionary of the models, may contain the state dictionary of the input preprocessor, if one was defined during training). For an example using ROS/ROS2, you can visit the KUKA LBR iiwa real-world example in skrl's docs. If you define your environment to inherit from |
Beta Was this translation helpful? Give feedback.
-
Hi @Toni-SM
I have a trained PyTorch model for a mobile robot using SKRL module. I want to now deploy it on the actual robot using ROS1. I have gone through the scripts of the real-world for FRANKA robot. One question I had was that the eval script uses torch to load the model. The task script does not have pytorch based implementation. Is there a wrapper you use to convert numpy to pytorch for using it as inputs to the trained agent?
Beta Was this translation helpful? Give feedback.
All reactions