Skip to content
Sergey Levine: Robotics and Machine Learning | Lex Fridman Podcast #108
This video isn’t embeddableWatch on YouTube →
Lex Fridman PodcastLex Fridman Podcast

Sergey Levine: Robotics and Machine Learning | Lex Fridman Podcast #108

Sergey Levine is a professor at Berkeley and a world-class researcher in deep learning, reinforcement learning, robotics, and computer vision, including the development of algorithms for end-to-end training of neural network policies that combine perception and control, scalable algorithms for inverse reinforcement learning, and deep RL algorithms. Support this podcast by signing up with these sponsors: - ExpressVPN at https://www.expressvpn.com/lexpod - Cash App - use code "LexPodcast" and download: - Cash App (App Store): https://apple.co/2sPrUHe - Cash App (Google Play): https://bit.ly/2MlvP5w EPISODE LINKS: Sergey's Twitter: https://twitter.com/svlevine Sergey's Website: http://rail.eecs.berkeley.edu/ Sergey's Papers: https://scholar.google.com/citations?user=8R35rCwAAAAJ PODCAST INFO: Podcast website: https://lexfridman.com/podcast Apple Podcasts: https://apple.co/2lwqZIr Spotify: https://spoti.fi/2nEwCF8 RSS: https://lexfridman.com/feed/podcast/ Full episodes playlist: https://www.youtube.com/playlist?list=PLrAXtmErZgOdP_8GztsuKi9nrraNbKKp4 Clips playlist: https://www.youtube.com/playlist?list=PLrAXtmErZgOeciFP3CBCIEElOJeitOr41 OUTLINE: 0:00 - Introduction 3:05 - State-of-the-art robots vs humans 16:13 - Robotics may help us understand intelligence 22:49 - End-to-end learning in robotics 27:01 - Canonical problem in robotics 31:44 - Commonsense reasoning in robotics 34:41 - Can we solve robotics through learning? 44:55 - What is reinforcement learning? 1:06:36 - Tesla Autopilot 1:08:15 - Simulation in reinforcement learning 1:13:46 - Can we learn gravity from data? 1:16:03 - Self-play 1:17:39 - Reward functions 1:27:01 - Bitter lesson by Rich Sutton 1:32:13 - Advice for students interesting in AI 1:33:55 - Meaning of life CONNECT: - Subscribe to this YouTube channel - Twitter: https://twitter.com/lexfridman - LinkedIn: https://www.linkedin.com/in/lexfridman - Facebook: https://www.facebook.com/LexFridmanPage - Instagram: https://www.instagram.com/lexfridman - Medium: https://medium.com/@lexfridman - Support on Patreon: https://www.patreon.com/lexfridman

Lex FridmanhostSergey Levineguest
Jul 14, 20201h 37mWatch on YouTube ↗

CHAPTERS

  1. 0:00 – 3:00

    Podcast setup: Sergey Levine’s background + sponsor messages

    Lex introduces Sergey Levine’s research areas (deep learning, reinforcement learning, robotics, computer vision) and frames the conversation’s focus on end-to-end learning for robotic control. He also delivers sponsor messages and explains the ad format (no mid-roll interruptions).

    • Sergey Levine’s work: end-to-end policies combining perception and control
    • Scalable algorithms for inverse RL and deep RL
    • Sponsor messages (Cash App, ExpressVPN) and ways to support the podcast
    • Transition into the main discussion
  2. 3:00 – 6:03

    Robots vs humans: hardware is close, intelligence is the gap

    Sergey contrasts robotic hardware capability with autonomy, arguing the “body” gap can be narrowed with engineering, but the “mind” gap remains large. The PR1 home-assistant demo illustrates how impressive robot behavior can still be human teleoperation behind the scenes.

    • Hardware vs autonomy: physical capability isn’t the main blocker
    • PR1 (Stanford, 2004) as an example of teleoperation disguised as autonomy
    • Robustness/resilience of human bodies vs engineered bodies
    • The central challenge is intelligence and adaptability
  3. 6:03 – 16:10

    Nature vs nurture for intelligence: the “iceberg” of experience and active learning

    They discuss whether human common sense is innate or accumulated through life experience, and what that implies for AI. Sergey emphasizes massive experiential learning and raises the open question of whether passive data (e.g., internet-scale) can substitute for embodied interaction and counterfactual feedback.

    • Humans show flexibility in novel tasks (e.g., learning a joystick quickly under pressure)
    • Common sense as distilled lifetime experience (“iceberg”)
    • Limitations of rigid supervised learning (X→Y framing)
    • Embodied interaction may provide crucial “hard negative mining” and counterfactual grounding
    • Exploration as building coverage + periodic reality-checks of the agent’s world model
  4. 16:10 – 22:49

    Why robotics matters for understanding intelligence (and Moravec’s paradox)

    Lex asks what robotics is ultimately trying to solve, and Sergey offers a pragmatic goal (do tasks humans want) and a scientific one (use robotics to study intelligence). Robotics forces integration of perception and control and highlights Moravec’s paradox—machines excel at abstract tasks but struggle with everyday physical skills.

    • Two goals: useful robots vs robotics as a lens on intelligence
    • Robotics removes “crutches” by requiring integrated perception-action systems
    • Modular pipelines vs holistic solutions
    • Moravec’s paradox: easy-for-humans physical tasks are hard for machines
    • Manipulation is hard partly because supervision is ill-posed compared to vision benchmarks
  5. 22:49 – 27:02

    End-to-end learning in robotics: combining perception and control can reduce complexity

    Sergey describes early end-to-end RL work mapping pixels to torques and argues joint optimization can outperform separated perception-then-control pipelines. The discussion includes how integrated systems can tolerate perceptual errors by exploiting task structure, paralleling biological heuristics like the gaze heuristic for intercepting objects.

    • 2014-era end-to-end RL for vision-based manipulation was controversial but instructive
    • Pixels-to-torques vs pose-estimation + controller pipelines
    • Joint training can redistribute error tolerances across perception/control
    • Perceptual precision is task-dependent (some errors matter more than others)
    • Biological analogy: gaze heuristic for catching/interception without explicit physics solving
  6. 27:02 – 34:26

    Canonical robotics challenges: grasping, generalization, and “common sense” in action

    They explore whether there’s a single canonical robotics task; Sergey argues adaptability matters more than perfect execution of one skill. Robotic grasping is used as an example: once treated as inverse physics/geometry, it increasingly succeeds via large-scale learning from simulation and real-world trial and error—revealing how “common sense” pressures emerge from real interaction.

    • No single canonical task; the core is flexibility across new tasks
    • Robotic grasping: high utility, high variety, historically difficult
    • Object variety beyond geometry (flexibility, stability, contents spilling, etc.)
    • Learning-based approaches can outperform hand-modeled physics pipelines
    • Common sense as an emergent property of living in the real world, not just pixels+labels
  7. 34:26 – 44:40

    Can robotics be solved purely through learning? From optimal control to symbolic descendants

    Sergey argues the learning vs engineering dichotomy is overstated: control has long been framed as optimization (optimal control), with modern ML pushing optimization deeper into the stack. They also discuss symbolic AI’s legacy—probabilistic models, Bayes nets, and neural nets as descendants—and the tension between performance, verification, and human-desired explainability/storytelling.

    • “Pure learning” is plausible in spirit, though humans always design parts of the system
    • Optimal control vs RL: often similar goals, different representations and scaling
    • Learning systems can improve with experience—key advantage over fixed controllers
    • Symbolic AI → probabilistic inference → learned graphical models → neural nets
    • Explainability as verification/validation vs storytelling for human consumption
  8. 44:40 – 53:08

    What reinforcement learning is: policies, utility maximization, and deep RL representations

    Lex asks for a grounding definition of RL; Sergey frames it as modern learning-based control—making sequential decisions to maximize utility. They clarify policies, states/observations, and why deep networks matter: RL historically suffered from feature design bottlenecks more severely than supervised learning.

    • RL as learning-based control: improve decision-making from experience
    • Rational decisions defined by maximizing a utility (reward) measure
    • Policy = mapping from observation/state to action
    • Deep RL = RL with high-capacity neural networks that learn features automatically
    • Hand-designed features were a major historical bottleneck in RL (even in games)
  9. 53:08 – 1:02:26

    Offline/off-policy RL: learning from logged data and the challenge of counterfactuals

    They dig into the practical gap between RL’s promise and deployment: real systems can’t safely explore randomly, so they must learn from prior logs (offline/off-policy RL). Sergey explains why this is hard—models must answer “what-if” questions outside the data distribution—and outlines approaches like uncertainty estimation, regularization, and links to causal inference.

    • Why RL lags supervised learning in adoption: safety and data constraints
    • Offline/off-policy RL uses data generated by other behaviors/policies
    • Core issue: unreliable predictions for out-of-distribution actions (counterfactuals)
    • Need methods to detect when predictions are trustworthy (density/uncertainty estimation)
    • Algorithmic focus area; connections to causal inference and spurious correlations
  10. 1:02:26 – 1:06:37

    Real-world RL bottlenecks: broken dishes, reward design, and meta-learning as reuse of experience

    Sergey explains why deep RL’s limits in robotics aren’t mainly network size but the realities of trial-and-error in the physical world. Practical constraints (breaking objects, needing resets, defining reward signals) expose missing “scaffolding” outside classic RL formulations and motivate multitask/meta-learning: building an experience ‘iceberg’ that makes new tasks cheaper.

    • Real-world trial-and-error is constrained by irreversible damage and limited resets
    • Human learners use scaffolding: caution, seeking help, recovering from mistakes
    • Reward functions are nontrivial to obtain (often require additional perception systems)
    • These issues point to deeper formulation gaps, not just engineering inconveniences
    • Multitask learning/meta-learning as a path to sample efficiency via experience reuse
  11. 1:06:37 – 1:12:14

    Autonomy at scale: Tesla data, simulation’s limits, and the “are we in a simulation?” detour

    Using Tesla Autopilot as a motivating example, they discuss learning from large-scale human driving data and the importance of knowing when to trust models in safety-critical settings. They examine simulation as a pragmatic accelerator but argue it cannot be the long-term foundation—eventually the simulator becomes the bottleneck—then briefly detour into simulation-hypothesis implications for AI and VR realism.

    • Fleet-scale data as an opportunity and a challenge (safety-critical trust)
    • Deployment parallels offline RL: trust/calibration at the edge of experience
    • Simulation is useful now, but cannot replace learning from real data indefinitely
    • Human-built bottlenecks (simulators/controllers) eventually cap progress
    • Simulation-hypothesis/VR discussion reframes how “hard” realism vs intelligence might be
  12. 1:12:14 – 1:17:39

    Learning physics and interaction: humans-in-the-loop, gravity from data, and self-play limits

    They explore whether machines must explicitly encode physics (e.g., gravity) or can learn it from abundant experience, and how local optima can still mislead both machines and humans. The conversation touches on multi-agent/human interaction as another learning domain and evaluates self-play as powerful but dependent on the “mediating rules” of the environment.

    • Many important world regularities may be easy to learn because they are ubiquitous
    • Hand-specifying known truths isn’t always optimal; learning can be simpler/robuster
    • Risk of local optima in learned “theories” (mirrored in human scientific history)
    • Human interaction might emerge from general learning, given enough experience
    • Self-play works when rules mediate interaction; robotics lacks clean rule boundaries
  13. 1:17:39 – 1:28:51

    Reward functions, curiosity, alignment concerns, and the ‘Bitter Lesson’

    Sergey argues reward specification is not a side issue: rewards can be viewed as communication, intrinsic motivation, or unsupervised capability-building objectives. They discuss avoiding unintended behaviors, how alignment risks look different when systems aren’t yet optimizing well enough, and interpret Sutton’s ‘Bitter Lesson’ as a call to build general methods—and especially methods that autonomously gather real-world experience.

    • Reward design as a central challenge, not an external given
    • Unsupervised RL and intrinsic objectives (e.g., information-theoretic surprise minimization)
    • Curiosity may be emergent from a broader capability objective
    • Mitigations for reward hacking: constraints like avoiding low-probability states
    • Alignment framing: near-term risks from insufficient reliability vs over-optimization
    • Bitter Lesson: general methods + compute/data win; bottleneck is autonomous real-world data collection
  14. 1:28:51 – 1:37:30

    Books, career origin story, advice for students, and meaning of life as choosing what matters

    Sergey cites Isaac Asimov as formative inspiration and describes coming to AI relatively late, motivated by a sense (via Andrew Ng’s seminar) that major progress could happen within his lifetime. He advises students to imagine meaningful end goals beyond benchmarks and backchain to the real bottlenecks—ending with a personal “reward function” focused on working on problems that matter and building machines that improve without hitting human-made ceilings.

    • Influential reading: Isaac Asimov and imagining technological futures
    • Career turning point: deciding in grad school as AI began to feel imminently impactful
    • Student advice: visualize impactful outcomes, then backtrack to necessary breakthroughs
    • Avoid benchmark-chasing as the primary motivator; target real capability gaps
    • Personal meaning: satisfaction from working on important problems
    • Long-term dream: machines that keep improving over their lifetime, limited only by the universe’s complexity

Get more out of YouTube videos.

High quality summaries for YouTube videos. Accurate transcripts to search & find moments. Powered by ChatGPT & Claude AI.