Trying to Train a Robot to Disassemble Vapes

At Europe Embodied 2026 in Munich, we tried to train a Franka Panda arm to disassemble disposable vapes. The physical task was simple to describe. A vape sits in a printed holder. The robot has custom printed gripper fingers. The fingers pinch the back cap and pull upward, so the battery can be removed from the vape instead of going into shredded waste. The learned RL policy stayed in simulation. We did not deploy it on the real Franka during the hackathon. ...

June 29, 2026 · 5 min · Jonas

Imitation Learning for a High-Precision Robot Arm Task

At EPFL RoboHack 2026 in Lausanne, Switzerland, our team worked on a physical robot arm challenge: build the arm, record demonstrations, train a policy, and then see whether it could perform a precise manipulation task on the real hardware. The short version is that we built a leader-follower setup, collected teleoperated demonstrations, and trained an imitation-learning policy to pick up a small custom object, insert it into a matching hole, and turn it into place. It was exactly the kind of robotics project where the software only makes sense once the hardware, calibration, cameras, gripper, and task design all work well enough at the same time. ...

May 1, 2026 · 6 min · Jonas