Back to articles
Robotics & Physical AI

A Robot Learns Soccer Through Self-Play: Skild AI’s Embodied AI Experiment

3 min read

Introduction

Self-play, once associated mainly with board games, is increasingly being tested in physical-world robotics. Skild AI recently presented a humanoid robot called Messinator, shown wearing an Argentina jersey and playing soccer after extensive training in simulation. The robot can move toward the ball, shoot, dribble, shield possession, challenge an opponent and recover after falling. These results come primarily from the company’s technical materials and demonstrations, so they should not be interpreted as evidence that the robot can compete with professional players.

How did it learn?

Messinator’s underlying control system is based on Skild AI’s S1 robotic foundation model. A central idea behind S1 is contextual learning: a robot can watch a demonstration of a task, infer the intended goal and translate that intent into movements suited to its own body. This approach aims to make robots more adaptable instead of requiring a new training pipeline for every task.

For the soccer experiment, the team placed the robot in a virtual field built with NVIDIA Isaac Sim. The main objective was simple: score goals. According to Skild AI, the system did not receive separate rewards for dribbling, shielding, tackling or getting back on its feet. Instead, it played against previously saved versions of itself. A newer policy that performed better became a more difficult opponent for the next training cycle, creating an escalating feedback loop.

This setup allows useful behaviors to emerge rather than being explicitly listed by an engineer. Skild AI says the robot initially struggled even to walk reliably. Over time, it learned to stand after falling, move around defenders, protect the ball with its body and attempt interceptions. These actions were retained because they improved the chance of scoring, not because each one had been manually prescribed as a subtask.

A broader foundation-model strategy

Messinator is part of a wider effort by Skild AI to build models that can operate across robot bodies. The company has described Skild Brain as a general-purpose robotic system intended to control different hardware with one model. It has also discussed “omni-bodied” training, in which a model encounters many simulated robot designs and must adapt when a limb fails, a joint locks, a wheel is obstructed or extra weight is added.

The underlying hypothesis is that exposure to many bodies makes memorizing a single gait less effective. The model must instead learn more transferable relationships involving balance, joint motion, center of mass and dynamics. In this division of labor, the foundation model provides general body control, while self-play searches for increasingly effective task strategies.

Why it matters—and what remains unproven

Robotics systems often depend on demonstrations, carefully engineered reward functions and hardware-specific tuning. Soccer is a demanding test because it combines continuous control, collisions, uncertain movement and competition. Skild AI’s result suggests that self-play in simulation may help robots discover behaviors that humans did not explicitly teach.

There are still important limitations. Simulation can control physics, opponents and sensing conditions far more precisely than the real world. The available material is also largely a company demonstration and blog description, without a standardized benchmark, complete training-cost breakdown or long-term reliability data. The most defensible conclusion is therefore that Messinator illustrates a promising embodied-AI training paradigm—not that it has already become a true “Messi terminator.”

Source: QbitAI

Comments

Checking sign-in status...

Loading comments...

Related articles

CCTest · Blog
Former Huawei AI Leaders Bet on a Physics Foundation Model for Embodied AI
Robotics & Physical AI
cctest.ai

Former Huawei AI Leaders Bet on a Physics Foundation Model for Embodied AI

A new startup founded by former Huawei large-model and multimodal AI leaders is pursuing a Large Physics Model, or LPM. Its central hypothesis is that robots may gain reusable, cross-task abilities through large-scale pretraining, much as language models did with text.

Read more