Workspace IndexKnowledge Notes › Microduck — a $399 open-source duck robot turns sim-to-real reinforcement learning into a hobby-budget skill

#89PoC2026-09-19chat

Microduck — a $399 open-source duck robot turns sim-to-real reinforcement learning into a hobby-budget skill

Pollen Robotics, the French robotics team Hugging Face acquired in April 2025, published a YouTube video titled "We made a new robot" on August 27, 2026, introducing Microduck: a 25 cm, 780 g bipedal robot that walks, falls, gets back up, and learns new tricks. The video passed 1.7 million views. Inside the shell: 15 degrees of freedom (15 motors), a front camera, an 8x8 LiDAR, two IMUs, microphones, a speaker, NFC, Wi-Fi and Bluetooth. Pollen's Santiago Pavon put its lifting capacity at roughly 100 grams. Pre-orders are open at $399 before tax and shipping, with first deliveries targeted before Christmas 2026 in North America, Europe and the UK, in four colors: Cream, Graphite, Lavender and Sky.

For Jayverse this is not a robot to buy, it is a cheap, concrete example of the sim-to-real reinforcement-learning loop that Theory and Eng keep referring to in the abstract: train a policy in simulation, deploy it on real hardware with no fine-tuning step required first, then retrain and redeploy as the policy improves.

Why

The reason this item is worth a slot is the price point, not the duck. Reinforcement learning on physical hardware has historically needed a research lab: a robot, a simulator matched to that robot's dynamics, and a pipeline to move a trained policy from sim to real without the "reality gap" destroying it. Pollen ships all three pieces bundled and open: the SDK, a simulation environment, and a full RL training stack, all on GitHub. That turns "physical AI," a phrase Hugging Face CEO Clem Delangue used to describe Microduck as "an open-source robot you can teach new tricks with reinforcement learning," from a research-lab exercise into something a developer can run against a $399 piece of hardware. The target audience the coverage names is developers interested in physical AI and world models — the same audience Jayverse's Theory and Eng sections are written for.

How it works

Body and sensors

15 motors distributed across the legs and beak give Microduck its degrees of freedom; the sensor stack (front camera, 8x8 LiDAR, two IMUs, mics, speaker) is enough for basic perception and balance but modest by robotics-lab standards — this is a hobbyist and developer platform, not a research-grade humanoid. NFC lets it recognize tagged accessories and objects, and it connects over Wi-Fi and Bluetooth, with a game controller as the default input device.

What ships trained, out of the box

Seven trained moves come pre-loaded and are driven by the bundled game controller: walk, sit/stand, kick, grab, roller-skate and self-recovery from a fall. Coverage frames the falling-and-getting-up behavior as a deliberate demo of the RL loop rather than a failure mode — the robot is expected to fall and shows the recovery policy working. Multiple Microducks can be gathered for races and football, and the articulated beak is the robot's manipulator for picking up NFC-tagged objects (within that roughly 100 g lift limit).

The open part is the software stack, not confirmed to be the hardware

"Software fully open source" is the exact claim in Pollen's own description: the SDK, the simulator, and the RL training code are public on github.com/pollen-robotics/microduck. What is not established from the material gathered here is whether the mechanical design (CAD, bill of materials, PCB schematics) is open the way the software is — treat hardware openness as unconfirmed rather than assume it follows from "open source."

Where it fits next to Reachy Mini

Microduck is the third product in Pollen's post-acquisition lineup: Reachy Mini ($499, Raspberry Pi powered, standalone compute) and Reachy Mini Lite ($399, needs a host Mac or PC) came first. Microduck is priced at the Lite tier but is a legged, mobile platform rather than the Reachy Minis' stationary desk-companion form factor — a meaningfully different sim-to-real problem (locomotion and balance versus arm/head manipulation from a fixed base).

Business context, unconfirmed

Press coverage of the Microduck launch also noted that Hugging Face is reportedly in talks to be acquired by Nvidia at a $13B valuation. That report is unconfirmed and orthogonal to Microduck's specs; it is included here only because it appeared in the same coverage window and explains some of the attention the launch got.

Where it lands in Jayverse

  • Theory: a physical instance of the sim-to-real gap. Microduck's GitHub stack (simulator + RL trainer + real-robot deployment, then retrain-and-redeploy) is a concrete worked example for any Theory note on policy transfer, domain randomization, or why a policy trained in sim needs a recovery behavior for the real world's noise.
  • Game: a reference for a physical mirror of the Unity street. The seven-trained-move, game-controller-driven interaction model (bounded behavior set, controller as default input, autonomous mode as an upgrade path) is a useful shape to borrow for how NPCs or player-controlled characters in the Unity street could expose a small fixed move set plus an autonomous fallback.
  • Dark Horse: robotics stays a watch item, not a build. This is the kind of low-cost, open-source robotics signal alice-tech has flagged before; Microduck itself is not a Jayverse build candidate, but it is evidence the hobby-robotics-plus-RL category is maturing fast enough to keep watching.
  • Eng: a ready interview answer for "what is physical AI." Microduck is a concrete, citable example — bundled sim-to-real RL stack, real hardware, $399 — for explaining "physical AI" in a dev/team-lead interview without hand-waving.

Verified and unverified

Verified on 2026-09-19: Pollen Robotics is a real French robotics company acquired by Hugging Face in April 2025; Reachy Mini ($499) and Reachy Mini Lite ($399) are real, documented Pollen/Hugging Face products; a GitHub repository at pollen-robotics/microduck and a product page at pollen-robotics.com/microduck are named consistently across the source material; the general shape of the claim (open SDK, simulator and RL training stack for a small legged robot) is consistent with Hugging Face's existing open-source robotics posture. Taken from the video description and the TechCrunch/Register/MarkTechPost coverage and not independently checked here: the exact 25 cm / 780 g dimensions, the 15-degrees-of-freedom and 8x8 LiDAR specs, the ~100 g lift-capacity figure attributed to Santiago Pavon, the seven-trained-move list, the 1.7 million view count, the $399 pre-order price and Christmas-2026 delivery target, and the reported Nvidia acquisition talks at a $13B valuation (explicitly unconfirmed by the source coverage itself). Whether Microduck's hardware design (not just its software) is open source is not established by any source gathered and should be treated as unknown.

Sources: Pollen Robotics YouTube, "We made a new robot," Aug 27 2026 · pollen-robotics.com/microduck · TechCrunch, "Hugging Face is selling a cute $399 open-source duck robot: Microduck" · The Register, "Hugging Face offers $399 robot duck to help you quack the AI code".

Key expressions

Words and phrases from this page worth keeping, with the Korean meaning and the sentence they come from.

Expression뜻 · 쓰이는 자리
sim-to-real시뮬레이션에서 실제로(학습된 정책을 시뮬레이터에서 실기로 옮기는 과정) · 강화학습 로보틱스의 핵심 용어. "the sim-to-real reinforcement-learning loop"
reality gap리얼리티 갭(시뮬레이션과 실제 물리의 차이로 정책이 무너지는 현상) · sim-to-real 전이의 실패 원인을 가리킬 때. "without the 'reality gap' destroying it"
physical AI물리적 AI(로봇 등 실제 하드웨어에서 동작하는 AI) · Hugging Face CEO가 Microduck을 설명하며 쓴 표현. "developers interested in physical AI and world models"
degrees of freedom자유도(관절·모터가 독립적으로 움직일 수 있는 축의 수) · 로봇의 움직임 능력을 세는 표준 단위. "15 degrees of freedom (15 motors)"
IMUInertial Measurement Unit(관성 측정 장치, 가속도·자세를 재는 센서) · 균형 제어에 쓰이는 센서. "two IMUs"
NFCNear Field Communication(근거리 무선 통신) · 태그된 액세서리·물체 인식에 쓰임. "NFC lets it recognize tagged accessories"
LiDARLight Detection and Ranging(레이저로 거리를 재는 센서) · Microduck의 8x8 배열 거리 센서. "an 8x8 LiDAR"
RLReinforcement Learning(강화학습, 보상으로 정책을 학습시키는 기법) · Microduck의 학습·재학습 스택의 핵심. "a full RL training stack"
SDKSoftware Development Kit(소프트웨어 개발 키트) · GitHub에 공개된 오픈소스 구성 요소 중 하나. "the SDK, a simulation environment"
CADComputer-Aided Design(컴퓨터 지원 설계, 기계·부품 도면 소프트웨어) · 하드웨어 개방성 미확인을 설명할 때. "CAD, bill of materials, PCB schematics"
PCBPrinted Circuit Board(인쇄 회로 기판) · 하드웨어 오픈소스 여부를 논할 때 쓰이는 부품 예시. "PCB schematics"
bill of materials부품 명세서(제품을 구성하는 모든 부품의 목록) · 하드웨어를 완전히 재현하는 데 필요한 문서. "CAD, bill of materials, PCB schematics"
domain randomization도메인 랜덤화(시뮬레이션의 물리·시각 조건을 무작위로 바꿔 정책을 더 강건하게 만드는 기법) · sim-to-real 전이를 다루는 Theory 노트의 용어. "domain randomization"
policy transfer정책 전이(학습된 제어 정책을 한 환경에서 다른 환경으로 옮기는 것) · 시뮬레이터에서 실기로 옮기는 것을 가리킬 때. "a Theory note on policy transfer"
fixed base고정 베이스(로봇이 바닥에 고정되어 이동하지 않는 형태) · Reachy Mini와 Microduck의 폼팩터 차이를 설명할 때. "manipulation from a fixed base"
hobby-budget취미 예산 수준의(비싼 연구 장비가 아니라 개인이 감당할 가격대) · 이 항목의 핵심 앵글을 요약하는 표현. "a hobby-budget skill"
bundled함께 묶여 제공되는(제품에 기본 포함된) · SDK·시뮬레이터·트레이너가 한 세트로 오는 것을 설명. "Pollen ships all three pieces bundled and open"
pre-order사전주문(정식 출시 전에 미리 주문하는 것) · Microduck의 현재 판매 방식. "Pre-orders are open at $399"
orthogonal무관한, 별개의(수학의 '직교'에서 온 비유, 서로 영향을 주지 않는다는 뜻) · Nvidia 인수설이 사양과 상관없다고 밝힐 때. "orthogonal to Microduck's specs"
hand-waving손짓만으로 얼버무리기(근거 없이 대충 설명하는 것) · 인터뷰에서 막연한 설명을 피한다는 의미로. "without hand-waving"
watch item(당장 만들지 않고) 지켜보는 항목 · Dark Horse 섹션에서 빌드 후보가 아니라 관찰 대상임을 표시할 때. "robotics stays a watch item, not a build"

← All Knowledge Notes · Workspace Index · Top ↑

Microduck — 399달러짜리 오픈소스 오리 로봇이 시뮬레이션-투-리얼 강화학습을 취미 예산 기술로 만든다

2025년 4월 Hugging Face가 인수한 프랑스 로보틱스 팀 Pollen Robotics가 2026년 8월 27일 "We made a new robot"이라는 YouTube 영상을 공개하며 Microduck을 소개했다. 25cm, 780g짜리 두 발 로봇으로 걷고, 넘어지고, 스스로 일어나고, 새로운 동작을 배운다. 영상은 조회수 170만을 넘겼다. 껍데기 안에는 15자유도(모터 15개), 전방 카메라, 8x8 LiDAR, IMU 두 개, 마이크, 스피커, NFC, Wi-Fi, Bluetooth가 들어 있다. Pollen의 Santiago Pavon은 들어 올릴 수 있는 무게를 약 100g으로 밝혔다. 사전주문은 세금·배송비 별도 399달러이며, 북미·유럽·영국에서 2026년 크리스마스 전 첫 배송을 목표로 하고, 색상은 Cream, Graphite, Lavender, Sky 네 가지다.

Jayverse에서 이것은 살 로봇이 아니라, Theory와 Eng가 추상적으로 계속 언급해 온 시뮬레이션-투-리얼 강화학습 루프의 싸고 구체적인 예시다. 시뮬레이션에서 정책을 학습하고, 별도의 미세조정 없이 실제 하드웨어에 배포하고, 정책이 개선되면 다시 학습·재배포한다.

이 항목이 자리를 차지할 가치가 있는 이유는 오리 자체가 아니라 가격이다. 물리 하드웨어 위 강화학습은 역사적으로 연구실이 필요했다. 로봇 한 대, 그 로봇의 동역학에 맞춘 시뮬레이터, 그리고 학습된 정책을 "리얼리티 갭"에 무너지지 않고 시뮬레이션에서 실제로 옮기는 파이프라인. Pollen은 이 세 조각을 모두 번들로, 그리고 오픈으로 내놓는다. SDK, 시뮬레이션 환경, 완전한 RL 학습 스택 전부가 GitHub에 있다. 이는 Hugging Face CEO Clem Delangue가 Microduck을 "강화학습으로 새 동작을 가르칠 수 있는 오픈소스 로봇"이라 부르며 쓴 "물리적 AI(physical AI)"라는 표현을, 연구실 실습에서 399달러짜리 하드웨어로 돌려볼 수 있는 것으로 바꾼다. 보도가 지목하는 대상은 물리적 AI와 월드 모델에 관심 있는 개발자다. Jayverse의 Theory와 Eng 섹션이 쓰인 대상과 같다.

동작 방식

몸체와 센서

다리와 부리에 분산된 모터 15개가 Microduck의 자유도를 만든다. 센서 스택(전방 카메라, 8x8 LiDAR, IMU 두 개, 마이크, 스피커)은 기본적인 지각과 균형에는 충분하지만 로보틱스 연구실 기준으로는 수수하다. 이것은 연구용 휴머노이드가 아니라 취미·개발자용 플랫폼이다. NFC로 태그된 액세서리와 물체를 인식하고, Wi-Fi와 Bluetooth로 연결되며, 기본 입력 장치는 게임 컨트롤러다.

박스 밖에서 이미 학습되어 나오는 것

학습된 동작 7가지가 미리 탑재되어 번들 게임 컨트롤러로 구동된다: 걷기, 앉기/서기, 발차기, 잡기, 롤러스케이트, 넘어짐에서의 자가 복구. 보도는 넘어지고 일어나는 동작을 실패 모드가 아니라 RL 루프를 보여주는 의도된 데모로 그린다. 로봇이 넘어지는 것은 예상된 일이고 복구 정책이 작동하는 것을 보여준다. 여러 대의 Microduck을 모아 경주와 축구를 할 수 있고, 관절형 부리가 NFC 태그 물체를 집는 매니퓰레이터 역할을 한다(약 100g 들어 올림 한도 안에서).

오픈된 부분은 소프트웨어 스택이지, 하드웨어는 확인되지 않았다

"소프트웨어는 완전히 오픈소스"라는 것이 Pollen 자체 설명의 정확한 문구다. SDK, 시뮬레이터, RL 학습 코드가 github.com/pollen-robotics/microduck에 공개되어 있다. 여기서 모은 자료로 확립되지 않은 것은 기계 설계(CAD, 부품 명세, PCB 회로도)가 소프트웨어와 같은 방식으로 열려 있는지다. 하드웨어 개방성은 "오픈소스"에서 자동으로 따라오는 것으로 가정하지 말고 미확인으로 취급해야 한다.

Reachy Mini 옆에서의 위치

Microduck은 인수 이후 Pollen 라인업의 세 번째 제품이다. Reachy Mini(499달러, Raspberry Pi 내장, 독립 컴퓨트)와 Reachy Mini Lite(399달러, Mac이나 PC 호스트 필요)가 먼저 나왔다. Microduck은 Lite와 같은 가격대이지만 Reachy Mini들의 고정된 데스크 동반자 폼팩터가 아니라 다리로 움직이는 모바일 플랫폼이다. 의미 있게 다른 시뮬레이션-투-리얼 문제다(고정된 베이스에서의 팔·머리 조작이 아니라 보행과 균형).

사업 맥락, 미확인

Microduck 출시를 다룬 보도는 Hugging Face가 Nvidia에 130억 달러 밸류에이션으로 인수 협상 중이라는 보도가 있었다고도 언급한다. 이 보도는 미확인이며 Microduck 사양과는 무관하다. 같은 보도 시점에 함께 등장해 출시가 받은 관심의 일부를 설명해 주기 때문에 여기 포함했을 뿐이다.

Jayverse에서의 위치

  • Theory: 시뮬레이션-투-리얼 갭의 물리적 사례. Microduck의 GitHub 스택(시뮬레이터 + RL 트레이너 + 실기 배포, 이후 재학습·재배포)은 정책 전이, 도메인 랜덤화, 혹은 시뮬레이션에서 학습한 정책이 왜 실제 세계의 노이즈를 위한 복구 동작을 필요로 하는지를 다루는 Theory 노트의 구체적인 사례가 된다.
  • Game: Unity 거리의 물리적 거울을 위한 참조. 학습된 동작 7가지, 게임 컨트롤러 구동이라는 상호작용 모델(제한된 동작 집합, 기본 입력으로서의 컨트롤러, 업그레이드 경로로서의 자율 모드)은 Unity 거리의 NPC나 플레이어 조작 캐릭터가 작은 고정 동작 집합에 자율 폴백을 더해 노출하는 방식을 빌려올 만한 유용한 형태다.
  • Dark Horse: 로보틱스는 여전히 빌드가 아니라 관찰 항목. 이는 alice-tech가 전에도 표시한 종류의 저비용 오픈소스 로보틱스 신호다. Microduck 자체는 Jayverse 빌드 후보가 아니지만, 취미 로보틱스+RL 카테고리가 계속 지켜볼 만큼 빠르게 성숙하고 있다는 증거다.
  • Eng: "물리적 AI가 무엇인가"에 대한 준비된 답. Microduck은 번들된 시뮬레이션-투-리얼 RL 스택, 실제 하드웨어, 399달러라는 구체적이고 인용 가능한 예시다. 개발자·팀 리드 인터뷰에서 손짓만으로 넘어가지 않고 "물리적 AI"를 설명할 수 있게 해 준다.

확인된 것과 미확인

2026-09-19 확인: Pollen Robotics는 2025년 4월 Hugging Face가 인수한 실제 프랑스 로보틱스 회사이고, Reachy Mini(499달러)와 Reachy Mini Lite(399달러)는 실제로 문서화된 Pollen/Hugging Face 제품이며, pollen-robotics/microduck GitHub 저장소와 pollen-robotics.com/microduck 제품 페이지가 출처 자료 전반에서 일관되게 언급된다. 주장의 전반적 형태(작은 다리 로봇을 위한 오픈 SDK, 시뮬레이터, RL 학습 스택)는 Hugging Face의 기존 오픈소스 로보틱스 방향과 일치한다. 영상 설명과 TechCrunch/The Register/MarkTechPost 보도에서 가져왔고 여기서 독립 확인하지 않은 것: 정확한 25cm/780g 치수, 15자유도와 8x8 LiDAR 사양, Santiago Pavon이 밝혔다는 약 100g 들어 올림 능력 수치, 학습된 동작 7가지 목록, 조회수 170만, 399달러 사전주문가와 2026년 크리스마스 배송 목표, 그리고 130억 달러 밸류에이션의 Nvidia 인수 협상 보도(출처 보도 자체가 명시적으로 미확인이라고 밝힘). Microduck의 하드웨어 설계(소프트웨어뿐 아니라)가 오픈소스인지는 모은 어떤 출처에서도 확립되지 않았으므로 불명으로 취급해야 한다.

출처: Pollen Robotics YouTube, "We made a new robot," 2026년 8월 27일 · pollen-robotics.com/microduck · TechCrunch, "Hugging Face is selling a cute $399 open-source duck robot: Microduck" · The Register, "Hugging Face offers $399 robot duck to help you quack the AI code".

핵심 표현

이 페이지의 영어 본문에서 배울 만한 단어와 표현, 뜻과 나온 자리.

Expression뜻 · 쓰이는 자리
sim-to-real시뮬레이션에서 실제로(학습된 정책을 시뮬레이터에서 실기로 옮기는 과정) · 강화학습 로보틱스의 핵심 용어. "the sim-to-real reinforcement-learning loop"
reality gap리얼리티 갭(시뮬레이션과 실제 물리의 차이로 정책이 무너지는 현상) · sim-to-real 전이의 실패 원인을 가리킬 때. "without the 'reality gap' destroying it"
physical AI물리적 AI(로봇 등 실제 하드웨어에서 동작하는 AI) · Hugging Face CEO가 Microduck을 설명하며 쓴 표현. "developers interested in physical AI and world models"
degrees of freedom자유도(관절·모터가 독립적으로 움직일 수 있는 축의 수) · 로봇의 움직임 능력을 세는 표준 단위. "15 degrees of freedom (15 motors)"
IMUInertial Measurement Unit(관성 측정 장치, 가속도·자세를 재는 센서) · 균형 제어에 쓰이는 센서. "two IMUs"
NFCNear Field Communication(근거리 무선 통신) · 태그된 액세서리·물체 인식에 쓰임. "NFC lets it recognize tagged accessories"
LiDARLight Detection and Ranging(레이저로 거리를 재는 센서) · Microduck의 8x8 배열 거리 센서. "an 8x8 LiDAR"
RLReinforcement Learning(강화학습, 보상으로 정책을 학습시키는 기법) · Microduck의 학습·재학습 스택의 핵심. "a full RL training stack"
SDKSoftware Development Kit(소프트웨어 개발 키트) · GitHub에 공개된 오픈소스 구성 요소 중 하나. "the SDK, a simulation environment"
CADComputer-Aided Design(컴퓨터 지원 설계, 기계·부품 도면 소프트웨어) · 하드웨어 개방성 미확인을 설명할 때. "CAD, bill of materials, PCB schematics"
PCBPrinted Circuit Board(인쇄 회로 기판) · 하드웨어 오픈소스 여부를 논할 때 쓰이는 부품 예시. "PCB schematics"
bill of materials부품 명세서(제품을 구성하는 모든 부품의 목록) · 하드웨어를 완전히 재현하는 데 필요한 문서. "CAD, bill of materials, PCB schematics"
domain randomization도메인 랜덤화(시뮬레이션의 물리·시각 조건을 무작위로 바꿔 정책을 더 강건하게 만드는 기법) · sim-to-real 전이를 다루는 Theory 노트의 용어. "domain randomization"
policy transfer정책 전이(학습된 제어 정책을 한 환경에서 다른 환경으로 옮기는 것) · 시뮬레이터에서 실기로 옮기는 것을 가리킬 때. "a Theory note on policy transfer"
fixed base고정 베이스(로봇이 바닥에 고정되어 이동하지 않는 형태) · Reachy Mini와 Microduck의 폼팩터 차이를 설명할 때. "manipulation from a fixed base"
hobby-budget취미 예산 수준의(비싼 연구 장비가 아니라 개인이 감당할 가격대) · 이 항목의 핵심 앵글을 요약하는 표현. "a hobby-budget skill"
bundled함께 묶여 제공되는(제품에 기본 포함된) · SDK·시뮬레이터·트레이너가 한 세트로 오는 것을 설명. "Pollen ships all three pieces bundled and open"
pre-order사전주문(정식 출시 전에 미리 주문하는 것) · Microduck의 현재 판매 방식. "Pre-orders are open at $399"
orthogonal무관한, 별개의(수학의 '직교'에서 온 비유, 서로 영향을 주지 않는다는 뜻) · Nvidia 인수설이 사양과 상관없다고 밝힐 때. "orthogonal to Microduck's specs"
hand-waving손짓만으로 얼버무리기(근거 없이 대충 설명하는 것) · 인터뷰에서 막연한 설명을 피한다는 의미로. "without hand-waving"
watch item(당장 만들지 않고) 지켜보는 항목 · Dark Horse 섹션에서 빌드 후보가 아니라 관찰 대상임을 표시할 때. "robotics stays a watch item, not a build"

← 전체 기술 노트 · 워크스페이스 인덱스 · 맨 위 ↑