Stanford CS221 | Autumn 2025 | Lecture 5: Search I
Stanford Online · 81:43
Search is the reasoning layer that sits on top of learned predictors: you formalize a problem as states, actions, and costs, then run an algorithm that finds a low-cost action sequence. The lecture shows why that stil...