Lerobot Hackathon
Mistral AI - Huggingface - Robotics Hackathon
The idea behind the hackathon was to create something interesting with a Lerobot robotic arm and Mistral AI models. We decided to create an agentic AI robotic pipeline for the game “Guess who?”.
Our goal is to create a system able to play “Guess who” against a human. In our version of the game, only the human choose a character and the goal of the robot is to find this character. The system is made of two main blocs : a physical part made of the Lerobot arm controled with an autonomous Imitation Learning policy (ACT in our case) - And an interface through which the human player interacts with our system.
Each round, the game asks a question, for example: Does your character wear glasses? Then, using the robotic arm, it eliminates people based on the answer—to ultimately guess which card is the right one. The vision part of the analysis (which question to ask, which people to eliminate) is performed by a Mistral VLM, and the LLM agent orchestration is also handled by a Mistral LLM. The robotic arm policy obtains the position of the person to be eliminated and executes it as shown in the video.