Resources

Free courses worth your time.

A hand-picked reading list for the path from PID loops to learned policies. Everything here is free and legally available online, and every entry is something I’d actually recommend to a friend asking where to start.

01 · Classical control

PID, root locus, Bode, Nyquist

Start here if the word 'phase margin' doesn't mean anything yet. These teach feedback from first principles — the same material every controls engineer learned in undergrad, taught well.

02 · Optimal & predictive control

LQR, MPC, trajectory optimization

Where control meets optimization. These assume you're comfortable with the classical stuff and ready to formulate control problems as constrained optimization.

03 · Reinforcement learning

From MDPs to policy gradients

Two tracks: the fundamentals (Sutton & Barto, David Silver) and the modern deep-RL tooling (OpenAI Spinning Up, CS285). Do at least one from each.

04 · Robotics & physical AI

Manipulation, locomotion, learning for control

Where the rubber meets the road. These courses assume control and ML foundations and focus on actually getting things to move.

05 · Math foundations

Linear algebra, probability, optimization

If any of the above feels like hieroglyphs, back up. These three courses cover the math that control and ML both sit on.

Know a free resource that belongs here? Suggest it on GitHub — the list is maintained openly.