
Demonstration of Mimic Baseline Humanoid Motion Control Effect
On October 30, 2025, the "Mini Pi+ Mimic Baseline Training" hosted by High Torque was successfully held, attracting nearly 100 participants including university research teams, robot enthusiasts, and industry developers.
This training was delivered by technical operation engineers from High Torque. The content covered open-source datasets, the principles and practical operations of motion retargeting, the Mimic training framework, Sim2Real deployment, and sharing of engineering experience. Practical demonstrations were also conducted on the real High Torque Mini Pi+ robot. The training aimed to help developers gain an in-depth understanding of the application of imitation learning in the whole-body motion control of humanoid robots, master the complete implementation path from data to real robots, and get started with humanoid robot development with low thresholds and high efficiency.The training fully presented the implementation process of the Mimic Baseline, covering key links such as datasets, model training, and real-robot verification. Through a combination of theory and practical operation, it helped developers gain an in-depth understanding of the core principles of imitation learning and the implementation path of key technologies. Relying on High Torque’s self-developed humanoid robot platform, developers can quickly reproduce mainstream algorithm frameworks and support flexible secondary development and real-machine verification.
Take the GMR retargeting segment as an example: the training systematically explained robot coordinate systems and rotation transformations, and conducted an in-depth analysis of the application of Euler angles and quaternions in posture representation. Combined with the GMR retargeting process, it demonstrated the complete implementation path—from motion capture data format conversion to skeleton proportion adjustment and inverse kinematics solution—and provided guidance on the optimized implementation of humanoid data retargeting from a principle-based perspective.
【Mimic Baseline Online Training Playback: Dataset, Retargeting, Training and Sim2Real - Bilibili】 https://b23.tv/ErLpw8I
In robot simulation training, PD parameter matching, command definition, and motion capture dataset processing are common high-frequency pain points encountered by developers. Below is a summary and explanation of several typical issues discussed during the training:
The key lies in parameter identification: 1.Send periodic position signals (e.g., trigonometric function signals) to each joint motor to make it track the target position. 2.Focus on high-load joints (such as ankle joints) — these joints bear the full-body torque and impact, and are crucial for verifying the tracking effect. 3.Backfill the measured PD values into the simulation model, which can significantly narrow the performance gap between the simulated and real systems. While the robustness of reinforcement learning can offset parameter deviations to a certain extent, real PD values can double the training efficiency and convergence effect.
Here, the "command" is not a speed-based adversarial command used in traditional Reinforcement Learning (RL) or AMP frameworks, but an imitation learning input based on reference motion data: 1.The robot has a total of 22 degrees of freedom (DoF), and each degree of freedom includes 2 dimensions: "angle + velocity". 2.Therefore: 22 × 2 = 44-dimensional reference motion features. The core of this design is to enable the robot to learn the imitation of "posture and dynamics", rather than simply competing against speed targets.
According to the accuracy requirements, two processing methods can be divided as follows:
It is only necessary to directly ensure that the robot's movements are roughly consistent with the dataset's posture to the naked eye, without complex correction. A unified coordinate specification can significantly improve data reusability and model migration stability.
We are committed to enabling every developer
to have their own humanoid robot.