AI News AI资讯 4h ago Updated 1h ago 更新于 1小时前 48

Hugging Face Unveils Microduck: A $399 Open-Source 25 cm Biped You Train with Reinforcement Learning Hugging Face 发布 Microduck:一款售价 399 美元的开源 25 厘米双足机器人,可通过强化学习进行训练

Hugging Face's Pollen Robotics team released Microduck, a $399 open-source bipedal robot where all locomotion behaviors are trained via neural policies in simulation and deployed to hardware The full training stack — environments, reward functions, domain randomization settings, and sim-to-real pipeline — is publicly available on GitHub under Apache-2.0 Sim-to-real transfer hinges on a detailed BAMM6 actuator model for Dynamixel XL330 servos combined with aggressive domain randomization across v Hugging Face推出Microduck:一款售价仅$399的开源双足机器人,所有训练代码、环境和奖励函数均在GitHub公开 采用mjlab/MuJoCo Warp + PPO训练策略,在CUDA GPU上约1-2小时即可训练出可用步态(4096并行环境) Sim-to-real核心技术在于BAM执行器模型(电压控制、反电动势、摩擦建模)及全面的域随机化(电池电压、延迟、摩擦、±1°齿轮间隙) 硬件配置:15个电机、RK3566芯片、相机、LiDAR、双IMU、NFC、Wi-Fi/蓝牙,续航约1小时 软件开源(Apache-2.0),但机械和电子设计文件不开放,预购于2026年8月27

72
Hot 热度
68
Quality 质量
67
Impact 影响力

Analysis 深度分析

TL;DR

  • Hugging Face's Pollen Robotics team released Microduck, a $399 open-source bipedal robot where all locomotion behaviors are trained via neural policies in simulation and deployed to hardware
  • The full training stack — environments, reward functions, domain randomization settings, and sim-to-real pipeline — is publicly available on GitHub under Apache-2.0
  • Sim-to-real transfer hinges on a detailed BAMM6 actuator model for Dynamixel XL330 servos combined with aggressive domain randomization across voltage sag, command delay, friction, and ±1° gear backlash
  • Policies run on a Rockchip RK3566 with AI accelerator at 50 Hz, using a shared 61-dimensional observation space that enables mid-run hot-swapping between behaviors like walking, recovery, and tricks
  • Training a usable gait takes approximately 1–2 hours on a CUDA GPU with 4096 parallel MuJoCo Warp environments using PPO, or can be offloaded to Hugging Face Jobs

Why It Matters

Microduck represents a paradigm shift in accessible robotics by shipping the complete training loop rather than a closed demo, empowering researchers and hobbyists to reproduce, modify, and extend locomotion policies on real hardware. Its open sim-to-real methodology — particularly the actuator-level modeling and domain randomization strategy — provides a practical blueprint for bridging the simulation gap at consumer-grade price points. This lowers the barrier to entry for embodied AI research and could accelerate the development of affordable, programmable humanoid platforms.

Technical Details

  • Hardware: 25 cm tall, under 800 g, 15 motors across legs/neck/head, articulated beak for object manipulation. Compute: Rockchip RK3566 with AI accelerator, 1 GB RAM, 32 GB storage. Sensors include a front camera, dual IMUs (body + head), compact LiDAR, 8×8 time-of-flight matrix, microphones, speaker, dual NFC antennas, Wi-Fi, and Bluetooth. Powered by a removable 2600 mAh NP-F550 battery (~1 hour runtime).
  • Training Stack: Built on mjlab (MuJoCo Warp) with PPO. 4096 parallel environments yield a usable gait in 1–2 hours on a CUDA GPU. Supports Hugging Face Jobs for GPU-free training via --hf-jobs. Policies export to ONNX with the observation normalizer baked into the computation graph.
  • Sim-to-Real Strategy: Uses the BAMM6 actuator model for Dynamixel XL330 servos, capturing voltage control laws, back-EMF, and Coulomb/Stribeck/load-dependent friction. Domain randomization spans battery voltage, voltage sag under load, command delay, friction magnitude, and ±1° backlash (2° total) per joint. The real encoder sits output-side of the backlash, so observations naturally read through it.
  • Runtime Architecture: A Rust-based runtime drives the 50 Hz control loop and motor bus. Every policy shares a 61-dimensional actor observation (48 proprioceptive dimensions + 3 twist commands + 4 head pose + 6 body pose), enabling hot-swap between walk, recovery, and trick policies. Environments zero-pad unused command slots rather than dropping them.
  • Task Registry: 13 published tasks including velocity tracking, stand-up, sit-stand, ground pick, ball kick (70 mm, 15 g, actor ball-blind), roulade, and five roller-skating environments. Seven behaviors ship pre-trained out of the box.

Industry Insight

  • The open sim-to-real recipe — particularly the BAMM6 actuator model and backlash-aware randomization — is directly transferable to other low-cost robotic platforms, potentially becoming a reference implementation for the embodied AI community.
  • By baking the observation normalizer into the ONNX graph and enforcing a shared observation contract across policies, Hugging Face has solved a practical deployment problem (inconsistent preprocessing between training and inference) that plagues many open-source robotics projects.
  • The $399 price point with a complete sensor suite and GPU-accelerated training pipeline positions Microduck as a potential standard educational and research platform, likely driving demand for community-contributed policies and environments that could form a rich ecosystem around affordable bipedal robotics.

TL;DR

  • Hugging Face推出Microduck:一款售价仅$399的开源双足机器人,所有训练代码、环境和奖励函数均在GitHub公开
  • 采用mjlab/MuJoCo Warp + PPO训练策略,在CUDA GPU上约1-2小时即可训练出可用步态(4096并行环境)
  • Sim-to-real核心技术在于BAM执行器模型(电压控制、反电动势、摩擦建模)及全面的域随机化(电池电压、延迟、摩擦、±1°齿轮间隙)
  • 硬件配置:15个电机、RK3566芯片、相机、LiDAR、双IMU、NFC、Wi-Fi/蓝牙,续航约1小时
  • 软件开源(Apache-2.0),但机械和电子设计文件不开放,预购于2026年8月27日开启

为什么值得看

Microduck代表了机器人领域"开源训练闭环"的新范式——不再依赖演示视频建立信任,而是直接交付完整的训练代码和Sim-to-Real配方,让研究者和开发者能够复现、改进和扩展。这对降低机器人AI的研究门槛、加速具身智能迭代具有里程碑意义。

技术解析

  • 训练架构:基于mjlab(MuJoCo Warp)构建训练环境,使用PPO算法进行强化学习训练。4096个并行环境可在1-2小时内产出可用步态策略,支持通过Hugging Face Jobs进行云端训练。
  • Sim-to-Real方案:核心创新在于使用BAM6执行器模型替代理想PD控制器,精确建模Dynamixel XL330伺服电机的电压控制律、反电动势及库仑/斯特里贝克/负载依赖摩擦。域随机化覆盖电池电压、负载压降、命令延迟、摩擦系数及±1°齿轮间隙。
  • 硬件规格:25cm高、14cm宽、<800g,搭载15个电机(腿部、颈部、头部)及可动喙部。计算平台为Rockchip RK3566(含AI加速器、1GB RAM、32GB存储)。传感器包括前置相机、双IMU(机身+头部)、紧凑型LiDAR、8×8 TOF矩阵、麦克风、扬声器、双NFC天线、Wi-Fi/蓝牙。
  • 运行时架构:Rust运行时驱动50Hz控制循环,所有策略共享61维观测空间(48维本体感觉+3维摇杆+4维头部姿态+6维身体姿态),实现策略热切换。策略导出为ONNX格式,观测归一化器嵌入计算图。

行业启示

  • 开源机器人硬件+软件栈将成为具身智能研究的基础设施:Hugging Face通过开放训练闭环而非仅开放硬件设计,降低了机器人AI的研究门槛,预示"可复现的机器人学习"将成为新标准。
  • Sim-to-Real的工程化突破点在于执行器建模与域随机化:Microduck证明精确的电机物理模型(BAM)结合全面的域随机化比单纯增加仿真保真度更有效,这一思路可推广至其他机器人平台。
  • 低价开源机器人将催生新的应用生态:$399的价格点使Microduck成为教育和研究的可及工具,预计将推动基于双足机器人的AI训练数据集、基准测试和应用场景的快速发展。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Open Source 开源 Robotics 机器人 Training 训练 Product Launch 产品发布 Agent Agent