Looks very fun, while being minimal, clever, and with personality. In addition to a Humanoid Scale, we could use an Animoid Scale to rate & rank robots.
Animoid Scale attributes that Microduck has:
https://makethings.make.co/p/walks-like-a-microduck
https://www.youtube.com/watch?v=aG5BV0e-GrQ
Said to be open source, reinforcement learning capable. Seems like a nice hobbyist platform.
Stephen
Previously, I wrote about Reachy, a desktop robot from Pollen Robotics in association with HuggingFace. That partnership has come up with a new kind of open-source robot — the Microduck. “At 25 cm tall, 14 cm wide and under 800 g, Microduck is built for the messy reality of reinforcement learning,” says the press release.
Reinforcement learning is a way that robots can learn to do something instead of being taught or programmed to do it. The key is that they can try a million ways until finding something that works. It’s like a child learning to walk and falling all the time until they figure it out. They call this kind of learned behavior a policy. They explain that doing reinforcement learning on the robot itself is slow. Their solution is to “train the robot in simulation and transfer the learned policy to the real world, known as sim-to-real transfer.”
A typical development loop looks like this: train in simulation (on your computer), deploy on the real-world robot, observe the behavior, refine the simulation parameters, repeat the process, share the policy with the community.
The results looks like a lot of fun but it should be fun for developers to train. There’s something a lot more playful with a robot that looks like an animal rather than a human. Maybe there are lessons to be learned from cartoon characters, the world of animation is a lot more fun and playful rather than “realistic” characters.
Stephen
|
Stephen D.
Williams
Founder: VolksDroid, Blue Scholar Foundation |
$399 preorders: https://pollen-robotics.com/microduck/
https://github.com/pollen-robotics/microduck
The hardware does not seem to be open source. Maybe that doesn't matter as much or all of it may be obvious, easy enough to reproduce & hack.
This much is open source:
The SDK, the simulation and the full RL training stack are on GitHub. What the robot runs is what you can read, fork and retrain.
Apache-2.0
The whole software stack, permissively licensed
Stephen
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/hbrobotics/09dffdd4-53ee-4bb9-ad89-0c23befdc9ad%40lig.net.
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/hbrobotics/21aa8684-a155-43dd-b979-aab46c14cff5%40lig.net.
![]() | |
On Aug 29, 2026, at 1:00 PM, 'Stephen Williams' via HomeBrew Robotics Club <hbrob...@googlegroups.com> wrote:Looks very fun, while being minimal, clever, and with personality. In addition to a Humanoid Scale, we could use an Animoid Scale to rate & rank robots.