-
Hi @Toni-SM, Thanks for this amazing library. I have a few questions/suggestions.
Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @umfundii
|
Beta Was this translation helpful? Give feedback.
Hi @umfundii
In the Loading checkpoints section of the skrl documentation you can find details about how to load saved models/policies.
Furthermore, you can find some code for loading the saved model/policy in the Isaac Gym examples (this code can be used for other wrapped environments):
skrl/docs/source/examples/isaacgym/jax_cartpole_ppo.py
Lines 124 to 135 in 631613a