How to add my own robot and train it through this pipeline? #130
-
|
I'm trying to add my own robot to the existing training pipeline but encountering some configuration issues. My robot uses motor-type actuators, while the current demo appears to use a PD-based position controller. I need to understand:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @vegfood, thank you for posting that! In For motor-type actuators, as it is and depending on what you want your policy to output, it would require some changes:
For now the public examples currently targets Unitree G1 and Go1, with impedance via position actuators We plan to expand actuator configurations, once that lands, the workflow above will be much more plug and play. |
Beta Was this translation helpful? Give feedback.
Hi @vegfood, thank you for posting that!
In
mjlabyou can skip actuator injection and rely on the actuators defined in your XML by leaving theEntityArticulationInfoCfg’sactuatorsfield empty in the asset config so controls are forwarded to your MJCF actuators (e.g., motor-type).For motor-type actuators, as it is and depending on what you want your policy to output, it would require some changes:
For now the public examples currently targets Unitree G1 a…