Replies: 1 comment
-
|
Hi @PabloVD You can rely on skrl's standalone scripts for Isaac Lab in order to define your custom model. https://skrl.readthedocs.io/en/latest/intro/examples.html#nvidia-isaac-lab |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm training PPO with skrl in IsaacLab, using this script. All the tasks use by default a yaml config file for the models and agent, which are instantiated through the Runner class. However, I would like to define a custom model in torch (for instance a resnet) to have more flexibility instead of relying on the yaml config. Which is the best way to define that, while keeping the Runner usage?
Beta Was this translation helpful? Give feedback.
All reactions