Where classical control runs out
The robotics track in this catalog builds control from models: you describe the system's dynamics, then compute the commands that drive it to a goal (PID, state-space control, trajectory tracking). That approach is powerful and, where it applies, hard to beat. It dominates when you can write down the dynamics and the task is well-structured: a robot arm following a known path, a drone holding a setpoint.
It runs out when the task is not cleanly modelable. Consider folding a shirt, threading a needle, or picking a novel object from a cluttered bin using camera images. The dynamics of cloth, the contact forces, the sheer variety of objects, none of these reduce to a tidy equation you can control against. For a growing class of contact-rich, vision-driven, high-variety tasks, the modern answer is to stop hand-designing the controller and instead learn a policy from data. This lesson is where that shift begins.

