de en es fr nl pl pt sv tr zh

The magic of VLAs

Eren

In my last post, I have written about ACT and how it helps robots learn specific tasks, like folding a shirt or putting a cup in a sink. But there was a catch: ACT is a specialist. And from the rise of LLM’s we now know that a specialist cannot compete in this age. We need a generalist policy....

Exploring URDF

Eren

We already had a digital version of our robot: a detailed model built in Fusion 360. But to bring this twin to life in a simulation, especially in PyBullet, we needed something more: a URDF version of the robot. fusion2urdf I loaded a script called fusion2urdf. This is a Fusion add-in meant...

Can RL policies work in real life?

Eren

AlienGo simulation was an interesting journey. But the moment you see it walking, you can’t help but wonder… will it actually work in the real world? Let’s buy a real one and test it in real life! Well, you know what? Maybe we should stick to small DIY projects for now. How about...

Learning CAD to fix my egg cooker

Eren

I had a nice little egg cooker… until I broke its button. You might be surprised how important that button was. I tried all sorts of caveman tactics to turn the thing on. Nothing worked. Apparently, that small plastic button was the gatekeeper to my breakfast. And I told myself, “If I have a 3D...

Exploring schematics

Eren

Schematics might look intimidating at first, but they’re really just guides. In this post, I’ll walk through the basics of schematics, pinouts, and datasheets — using a really simple board to keep things clear. Arduino Pro Mini We will use the Arduino Pro Mini because it’s a simple board,...