DexDribbler: Learning Dexterous Soccer Manipulation via Dynamic Supervision
Yutong Hu, Kehan Wen, Fisher Yu
TL;DR
DexDribbler tackles the challenge of learning dynamic, dexterous ball manipulation with legged robots by injecting a body-level dynamic supervision signal into reinforcement learning. The framework couples a context estimator with a policy, uses domain randomization, and employs a neural-aided Kalman filter to enable robust sim-to-real transfer, achieving faster convergence and the ability to perform sharp cuts and turns on flat surfaces. Real-world deployment demonstrates zero-shot transfer across terrains with a perception fusion pipeline, outperforming prior soccer-based learning approaches in both simulation and hardware. This work broadens the scope of legged manipulation by integrating high-level dynamical guidance into learning, with potential applicability to a wide range of multi-task, contact-rich robotic tasks.
Abstract
Learning dexterous locomotion policy for legged robots is becoming increasingly popular due to its ability to handle diverse terrains and resemble intelligent behaviors. However, joint manipulation of moving objects and locomotion with legs, such as playing soccer, receive scant attention in the learning community, although it is natural for humans and smart animals. A key challenge to solve this multitask problem is to infer the objectives of locomotion from the states and targets of the manipulated objects. The implicit relation between the object states and robot locomotion can be hard to capture directly from the training experience. We propose adding a feedback control block to compute the necessary body-level movement accurately and using the outputs as dynamic joint-level locomotion supervision explicitly. We further utilize an improved ball dynamic model, an extended context-aided estimator, and a comprehensive ball observer to facilitate transferring policy learned in simulation to the real world. We observe that our learning scheme can not only make the policy network converge faster but also enable soccer robots to perform sophisticated maneuvers like sharp cuts and turns on flat surfaces, a capability that was lacking in previous methods. Video and code are available at https://github.com/SysCV/soccer-player
