Soft ground can destabilize a bipedal robot because each foot sinks, twists, and encounters changing resistance across its contact area. MILD addresses that problem with a tractable foot–terrain model and a reinforcement-learning controller that estimates compliance online, enabling more stable, energy-conscious walking and fast transitions between deformable surfaces in simulation and hardware.
What Did the Researchers Build?
MILD is a combined terrain model and walking-control system for bipedal robots operating on deformable surfaces such as soil, sand, foam, or other compliant ground. The system targets a major weakness in conventional legged-robot simulation: most simulators model the floor as rigid, so they cannot reproduce how a soft surface deforms, absorbs impact, or pushes back unevenly against a robot’s foot.
The terrain model focuses on a robot footplate with a substantial contact area rather than treating the foot as a single point. It represents eccentric insertion, where the foot enters the surface away from its geometric center, and spatially varying penetration, where different parts of the foot sink by different amounts. It also accounts for changes over time, including fast impacts and evolving resistance as the foot loads the surface.
MILD then uses reinforcement learning to train a walking policy inside this more realistic simulation. An encoder-modulation architecture converts observations of the robot’s interaction with the ground into an internal representation of terrain compliance. The controller uses that representation to adjust its behavior without requiring a separate hand-designed controller for every surface.
The result is a system designed to bridge the gap between simplified simulation and real deformable-ground walking.

What Results Did MILD Achieve?
MILD outperformed the compared terrain models in the reported simulation studies, with advantages in walking robustness, energy efficiency, and dynamic stability. The comparisons used policies trained for the same episodes on their respective models, giving the evaluation a consistent test setup rather than comparing unrelated training conditions.
The study evaluated MILD against five model-based baselines: a concentric spring model, a cone model that represents added substrate mass, a rigid-ground simulator, an eccentric quasi-static model based on resistive-force theory, and an eccentric spring model. These alternatives simplify the interaction in different ways. Some assume force acts through the foot’s center, some ignore penetration-depth variation, and some omit the changing inertial effect of displaced substrate.
MILD also compared against a passivity-based whole-body controller designed for compliant terrain. That controller performs computationally expensive online optimization to prioritize stability. MILD instead uses a pre-optimized reinforcement-learning policy, and the reported tests showed smaller center-of-mass oscillations and more stable dynamic walking.
Hardware experiments provided the most practical result: the controller adapted to abrupt changes in surface stiffness, moved between distinct deformable levels without losing stable motion, and classified the mechanical properties of those surfaces online.

How Does MILD Model Soft Ground and Adapt?
Rigid-ground simulation usually treats contact as a short, localized collision. That approximation works reasonably well for a hard floor, but it breaks down when a bipedal foot presses into a soft surface. A real footplate can penetrate over a broad area, with one edge entering first, different regions sinking to different depths, and the substrate producing forces that change as the foot moves.
MILD addresses this with a contact model that distributes interaction forces across the footplate. The model captures three important effects:
- Eccentric penetration: The foot can enter the terrain away from its center, creating uneven loading and torque.
- Spatially varying penetration: Every part of the contact area can experience a different depth and therefore a different force.
- Time-varying interaction: High-speed impacts and substrate displacement alter the force during the contact event.
This approach is more detailed than a single spring while remaining tractable enough for large-scale reinforcement-learning training. “Tractable” means the model balances physical realism with simulation speed; a fully granular simulation of soil or sand would be too expensive for repeated policy training.
The learned controller adds adaptation on top of the contact model. Its encoder processes observations such as body motion, foot interaction, and contact response, then compresses the relevant terrain information into a latent representation. The modulation mechanism uses that representation to influence the policy’s decisions, allowing the same controller to change foot placement, body motion, and force management as compliance changes.
The policy does not need an explicit terrain label before walking. Instead, it identifies the surface from the robot’s physical response. That design is important for sudden stiffness transitions, where a predefined terrain category would become outdated immediately.

Why Does This Matter for Robotics?
Deformable terrain is common in the environments where legged robots are expected to work: construction sites, disaster zones, agricultural fields, beaches, forests, loose gravel, and unfinished industrial spaces. A robot trained only on rigid floors can experience unexpected sinking, slipping, body pitching, or excessive energy use when its feet encounter soft ground.
MILD offers a practical route to training controllers for those conditions without relying exclusively on expensive real-world data collection. A better contact model can expose the policy to realistic failure modes before hardware testing, while online compliance estimation can help one controller handle several surfaces instead of requiring a separate policy for each terrain type.
The work is especially relevant to humanoid platforms, which must manage large footplates and balance an upright body over changing support conditions. Organizations evaluating these systems can browse humanoid robots on BotMarket to compare current platforms and form factors.
The same principles also matter for industrial automation. A biped that can handle variable ground conditions could operate beyond carefully engineered factory floors, complementing robots already listed among used industrial robots. More broadly, the research shows that terrain modeling is not merely a simulation detail; it directly affects controller reliability, energy consumption, and deployment risk.
Which Limitations and Open Questions Remain for MILD?
The reported system focuses on deformable-ground locomotion and does not yet provide a complete solution for every outdoor terrain condition. Surface deformation is inferred from physical interaction, so visual information about terrain shape, material boundaries, or hidden soft spots is not yet integrated into the controller.
The hardware results demonstrate transitions between distinct deformable stiffness levels, but broader validation across weather, moisture, slopes, irregular terrain, and long-duration operation would strengthen the case for field deployment. The source also does not report a universal performance table covering every baseline and test condition, so the scale of the improvement is clearer qualitatively than numerically.
Future work identified by the researchers includes visual terrain-deformation perception, multi-gait generalization to running and jumping, and integration with model-based control. Those extensions will test whether the learned compliance representation transfers beyond walking and beyond the current robot configuration.
What Questions Do Buyers and Engineers Ask About MILD?
What problem does MILD solve? MILD helps bipedal robots maintain stable, efficient walking when their feet penetrate and interact unevenly with soft or deformable ground.
Does MILD require a separate controller for every terrain type? No. The controller estimates terrain compliance from interaction data and adapts one learned policy to changing surface properties.
Why is a footplate model better than a point-contact model? A footplate model captures uneven forces across the entire contact area, including off-center insertion and different penetration depths under each region of the foot.
Has MILD been tested on a physical robot? Yes. Hardware experiments demonstrated adaptation to abrupt stiffness changes and transitions between distinct deformable surface levels.
Conclusion
MILD combines a higher-fidelity deformable-contact model with reinforcement learning that identifies terrain compliance during walking. Its simulation and hardware results indicate that realistic foot–terrain interaction can improve stability, reduce center-of-mass motion, and support rapid adaptation when a biped moves across changing soft surfaces.
