The mechanisms of locomotion in mammals have been extensively studied and inspire the related researches on designing the control architectures for the legged robots. Reinforcement learning (RL) is a promising approach allowing robots to automatically learn locomotion policies. However, careful reward-function adjustments are often required via trial-and-error until achieving a desired behavior, as RL policy behaviors are sensitive to the rewards. In this paper, we draw inspiration from the rhythmic locomotion behaviors of animals and propose a new control architecture by incorporating a rhythm generator to naturally stimulate periodic motor patterns, which actively participates in the timing of phase transitions in the robot step cycle. To speed up training, we use the joint position increments rather than the conventional joint positions as the outputs of the RL policy. During deployment, the rhythm generator can be reused for the state estimation of quadruped robots. We validate our method by realizing the full spectrum of quadruped locomotion in both simulated and real-world scenarios.
Left: The hierarchical control architecture in the spinal cord strongly contributes the rhythmic locomotion behaviors of animals, which consists of
the rhythm generator (RG) and the pattern formation (PF) networks. Both networks can be modulated by the command signals and the sensory feedback to
generate different motor patterns.
Right: The proposed control architecture also consists of the RG and the PF networks. The RG network modulates the
leg phases alternating between the swing and the stance phases, and rewards the robots for lifting feet or holding feet firmly to the ground correspondingly,
as shown in the “behavior specification” box. The PF network defined in the new action space of joint position increments outputs motor commands to
control robots. During deployment, the RG phases are reused in the state estimator for the accurate estimation of the linear velocities of the base.