Replies: 3 comments 2 replies
-
Thank you for posting this. I'll move this post to our Discussions for follow up. |
Beta Was this translation helpful? Give feedback.
-
Hi @pumfish! |
Beta Was this translation helpful? Give feedback.
-
Hi @ClemensSchwarke @RandomOakForest , |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi, I'm learning to use the RSL-RL Distillation in IsaacLab
I first check source/isaaclab_rl/isaaclab_rl/rsl_rl/rl_cfg.py, and find that
IsaacLab/source/isaaclab_rl/isaaclab_rl/rsl_rl/rl_cfg.py
Lines 150 to 154 in 28ed0bb
Then I checked source/isaaclab_rl/isaaclab_rl/rsl_rl/distillation_cfg.py, but I noticed that
RslRlDistillationStudentTeacherCfg
doesn't include parameters for loading pre-trained teacher model weights - it only contains the hidden layer lists for both teacher and student networks.IsaacLab/source/isaaclab_rl/isaaclab_rl/rsl_rl/distillation_cfg.py
Lines 31 to 35 in 28ed0bb
How should I load the pre-trained teacher network? Or, how does IsaacLab's wrapped policy configuration set up the
Distillation
in RSL-RL?https://github.com/leggedrobotics/rsl_rl/blob/750e84566d91877a8bbabc7971578be24429bca8/rsl_rl/algorithms/distillation.py#L16-L20
Beta Was this translation helpful? Give feedback.
All reactions