feat: register K1 locomotion deploy task#6
Open
masahiro-kubota wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a deploy-side
k1_walktask so the K1 velocity-commanded locomotion policy trained inbooster_traincan run frombooster_deploy.Related training PR:
Description
For MuJoCo sim2sim checks, this task also aligns K1 stiffness, damping, and effort limits with the actuator profile used during Isaac Lab training.
The source training-side actuator profile is here:
BOOSTER_K1_CFGactuator group definitions:https://github.com/BoosterRobotics/booster_train/blob/d599b2a5bc6de5ad9c66464062e0292313e5aa36/source/booster_train/booster_train/assets/robots/booster.py#L46-L102
Expansion of
effort_limit_sim/stiffness/dampingfrombooster_joint_cfgs:https://github.com/BoosterRobotics/booster_train/blob/d599b2a5bc6de5ad9c66464062e0292313e5aa36/source/booster_train/booster_train/assets/robots/actuator.py#L145-L214
Test performed
With the exported policy placed at
tasks/locomotion/models/k1_locomotion.pt, I checked MuJoCo sim2sim with a forward velocity command.Simulation video:
6.mp4