Explore sensors, write your own if-then driving rules, then switch to an AI learned policy โ and discover why you can never write enough rules for every situation!
LiDAR, cameras, and radar scan the environment 360ยฐ hundreds of times per second, building a 3D map.
AI classifies what each sensor reading means: pedestrian, car, road edge, traffic sign.
Path planning algorithms choose the safest route โ balancing speed, safety, comfort, and traffic rules.
Steer, accelerate, brake โ smooth and safe commands to the vehicle's physical control systems.
You explored sensors, wrote driving rules, and compared them to AI policies!
Fires 128+ laser beams per rotation, measuring distances to build a precise 3D point cloud of the environment.
Rich Sutton's famous insight: general methods that learn from data beat hand-crafted approaches โ every time, at scale.
Rare situations that rarely appear in training but must be handled safely. The "long tail" is why self-driving is so hard.
Combining LiDAR + camera + radar gives a richer picture than any single sensor. Each compensates for the others' weaknesses.
Train the AI by imitating how human drivers behave โ a key technique used by Tesla's Autopilot system.
Waymo has driven 20M+ miles. Certifying a system safe enough to deploy requires billions of simulated miles first.