Perception to Policy: From a Sensor to a VLA
The ladder from a raw sensor to a vision-language-action policy, one rung at a time, with a model you train on-device at every step: turn a sensor stream into features, train a kilobyte classifier, wire perception into a decision, clone a policy from demonstrations, hit the generalization wall and see what a VLA adds, learn a world model and plan a policy inside it, then learn a reward model to judge and improve any behaviour. The bridge nobody teaches whole.
▶ Start the course ← All coursesThe credential the ecosystem leaves on the table.
The $100 SO-101 arm, Hugging Face's LeRobot, and the worldwide hackathons made teleoperate → record → train → deploy something anyone can do. What they do not give you is a credential — the LeRobot course issues none, by design. This course credentials the same skills, assessed on your own runs: pass the labs and claim a verifiable, standards-aligned certificate you can take anywhere. We certify what you demonstrate here, not a course we did not run.
Perception, learned on-device
Turn a raw sensor into features, then train a tiny classifier on them the way a $16 vision module does.
From perception to a general policy
Wire perception into a decision, clone a policy from demonstrations, then hit the generalization wall and see what a VLA adds.
- L2Perception becomes a decisionClose the loop: turn the classifier's output into an action so the agent reaches its goal.→
- L2Clone the expertFit a policy to recorded demonstrations and deploy the clone on goals it never saw.→
- L3The generalization wall, and what a VLA addsSee a cloned policy fail outside the world it was trained in, then fix it with diverse data -- the honest reason VLAs exist.→
- L3Learn in imaginationLearn a model of the world's hidden dynamics from random play, then plan a policy that acts correctly in reality -- without ever training in the real world.→
- L3Learn the rewardLearn a reward model from preferences, so you can judge and improve any behaviour without hand-writing what good looks like.→