Reinforcement Learning on Your Desk: Meet the $399 Microduck Biped Robot
Share
Testing reinforcement learning policies on full-sized humanoid robots is terrifying. Every failed balance algorithm or miscalculated step risks shattering thousands of dollars of hardware and sending heavy metal crashing across the lab floor.

Hugging Face and its subsidiary, Pollen Robotics, are democratizing physical AI with a much friendlier alternative: Microduck.
Standing just 25 cm (9.8 in) tall and weighing under 800 grams, Microduck is a mass-produced, bipedal robotic duck designed from the ground up for sim-to-real reinforcement learning, physical manipulation, and desktop robotics experimentation.
Arms Are Out, the Grasping Beak Is In
Instead of adding complex, fragile robotic arms that balloon the price and fail easily, Microduck uses an ingenious single-degree-of-freedom articulated beak:
- Object Manipulation: The robot lowers its body, dips its head, and clamps its motorized beak around small everyday items (like socks, markers, or ping-pong balls) with up to ~100g of lifting capability.
- 15 Total Actuators: High-precision motors articulate whole-body movements across the legs, torso, neck, and head—giving it an expressive, organic waddle.
- Self-Righting Locomotion: If a rogue neural policy causes Microduck to fall flat on its back or chest, it can autonomously get back up on its two feet without human intervention.
Onboard Compute & Dense Perception Stack
Microduck isn't just an animated toy; it's a closed-loop edge AI powerhouse running a 50 Hz neural policy loop right on the device:
- The Silicon Engine: Powered by a Rockchip RK3566 system-on-chip with an integrated AI accelerator (NPU), 1GB RAM, and 32GB onboard storage.
- Vision & Depth Sensing: Equipped with a front-facing wide-angle camera and an 8x8 Time-of-Flight (ToF) mini-LiDAR for spatial distance mapping.
- Balance & Proprioception: Dual IMUs (one in the torso, one in the head) track dynamic balance and tilt angles in real time.
- Sensory Accessories: Features dual NFC antennas (one in the head, one in the beak) to recognize smart tagged objects, plus integrated microphones and a speaker for quirky creature audio.
True Sim-to-Real Open-Source Workflow
The defining superpower of Microduck is its software pipeline. Developers don't train policies on the real motors; they use physics simulators:
- Train in Simulation: Build and refine locomotion, soccer kicking, or roller-skating policies inside physics engines (like Isaac Gym or MuJoCo) either locally on your laptop or via Hugging Face cloud servers.
-
One-Step Sim-to-Real Deployment: Deploy trained neural network weights directly to Microduck using the lightweight
robotctlcommand-line utility. -
100% Open-Source Software: The complete SDK, control firmware (Apache 2.0), and reinforcement learning repositories (
Microduck RL) are hosted openly on GitHub.
Battery Life & Out-of-the-Box Play
You don't have to write a single line of code just to see it move:
- Pre-Trained Behaviors: Ships with seven out-of-the-box behaviors—including gamepad-driven walking, laser-pointer following, and autonomous obstacle reactions.
- Swappable Battery: Powered by a standard, removable NP-F550 camera battery (2,600 mAh) delivering roughly an hour of continuous walking time, with zero downtime if you keep spares on a charger.
- Colorways & Price: Available in four vibrant color finishes (Cream, Graphite, Lavender, and Sky) at an accessible pre-order price of $399.
The Verdict: The "Raspberry Pi Moment" for Robotics
Just as the Raspberry Pi brought Linux computing to makers and students for pennies on the dollar, Microduck lowers the barrier to entry for legged robotics and reinforcement learning. It transforms complex, intimidating physical AI into an accessible, resilient, and charming platform you can safely run on your desktop.