How to play the trained agent from SKRL in Isaac Lab #349
Unanswered
Sanjay1911
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @Sanjay1911 Basically you can use the code from the same file: skrl/docs/source/examples/isaaclab/torch_lift_franka_ppo.py Lines 122 to 133 in 90adbbc And load a trained checkpoint from persistent storage and agent.load(PATH_TO_CHECKPOINT)
# run evaluation
trainer.eval() |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello everyone,
I trained a SKRL PPO agent for my task and would like to evaluate the agent. I use Isaac Lab environment and there is a train and play script for training and evaluating the models.
However since I had to use a custom network for embedding, I adapted the skrl style isaac lab training script. However I'm not sure how I can evaluate the agent since I get configuration missing errors when I use the original play.py from isaac lab with my model.pt.
Any help/suggestion would be very helpful.
-Sanjay
Beta Was this translation helpful? Give feedback.
All reactions