Humanoids

A Booster T1 Learns to Hunt the Ball With Its Eyes, Then Kick

Shar Hendrix 4 min read

A Tsinghua-led team put a vision-driven soccer controller on a Booster T1 and got the cover of Science Robotics’ humanoid special issue. The paper, dated 19 August 2026, trains the whole skill in simulation, then runs it on a physical biped using only onboard vision: find the ball, chase it, and kick from more than one direction.

The platform is about 1.2 m tall and 30 kg. Booster Robotics supplied the hardware and the lab time. Co-authors sit at Tsinghua, China Agricultural University, and ByteDance Seed.

Outdoor kicks, RoboCup matches, and the encoder-decoder controller. Source: project video / YouTube.

What they measured

Compared with a rule-based baseline, the controller cuts ball-position error by 46% and time-to-kick by up to 64%. Frontfield kicking success sits around 90%.

dpa, carried by Süddeutsche Zeitung, adds a 140-shot grid: ten trials at each of 14 spots. Frontfield conversion is about 80–90%, backfield 60–70%. That grid does not mention a goalkeeper.

In a separate interactive setup against a human keeper, the study (as dpa quotes it) says the robot kept tracking the ball, adjusted its steps, and took shots, and that it occasionally beat the human defense. dpa notes the paper does not give a save-or-score count for those keeper trials.

Booster T1 humanoids in RoboCup jerseys on an indoor soccer pitch
T1-class robots in a RoboCup match, from the Science Robotics video still. Source: Science Robotics / X.

How the eyes stay in the loop

Most soccer stacks split perception from walking. This one does not. An encoder-decoder plus a virtual camera during training injects noise and missed detections so the policy has to keep moving when the ball blinks out.

On the real robot, the onboard camera feeds detected ball positions straight into the policy. An odometer estimates the goal from longer-horizon information. Adversarial motion priors are there to keep the gait from looking like a video-game cheat.

It already played for points

Tsinghua Hephaestus used the controller as a module at RoboCup 2025 (adult-size humanoid) and at the 2025 World Humanoid Robot Games. The paper says the team won both, scoring 76 and conceding 11, with robots running fully autonomously on onboard compute and sensing. Extra sensors such as lidar or multi-camera rigs were not allowed.

The authors are clear about the limit: this policy does not model teammates or opponents, so it cannot plan passes or a defensive shape.

A Human’s Take

I like a kick that has to survive motion blur and a missing detection, not a kick that only works when the lab lights are perfect. The RoboCup scoreline is a receipt. The next one I want is a pass that was not in the training set.

Sources