[Question] Deploying SKRL Policy from IsaacLab to IsaacSim #3113
Unanswered
AndreaRossetto
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Thank you for posting this. Great work! It seems the issue is that the initial position of the robot in Isaac Sim is not standing. I'll move this post to our Discussions for the team and others to follow up. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've trained a SKRL PPO agent in IsaacLab, I'm able to play it in isaaclab and as you can see is working quite well
Video.del.2025-08-06.08-32-35.webm
I want to validate it in IsaacSim but that the model is moving "randomly" crazy.
Video.del.2025-08-06.08-29-59.webm
This is the code I use to deploy the policy in isaacsim and the configuration from the training
simDeploy.py
config.yaml
In isaacsim I set the same physics_dt and simulation_dt of isaaclab used in training, also the action scale is the same. I'm not able to deploy it in isaacsim correctly. What I can do ?
Beta Was this translation helpful? Give feedback.
All reactions