MilkClouds/awesome-vla-study

A structured reading list on Vision-Language-Action (VLA) models β€” from diffusion/flow matching foundations through state-of-the-art robot foundation model architectures to data scaling, RL fine-tuning, and world models. Papers in reading order.

390

13 commits

updated Mar 21, 2026

See the code

README

🦾 Awesome VLA Study

Getting started with VLA? This guide takes you from the foundations to the frontier β€” diffusion and flow matching, state-of-the-art robot foundation model architectures, data scaling, RL fine-tuning, and world models. Papers in reading order.

πŸ“‹ Prerequisites

  • Basic probability & optimization (enough to follow ELBO, score matching derivations)
  • Deep learning fundamentals (Transformers, attention, tokenization)
  • Paper presentation: 1–2 participants per week, 30 min/paper β€” architecture, training, key results
  • Discussion: Compare design choices across the week's papers, discuss limitations and open questions (15–20 min)
PhaseWeeksTopicReadings
Phase 1W1–3Generative Model FoundationsMIT 6.S184 course
Phase 2W4–5Early Foundation RFMs & Robot PolicyRT-1, RT-2, Octo, OpenVLA, BeT, Diffusion Policy, ACT
Phase 3W6–7Current RFM ArchitecturesCogACT, GR00T N1, X-VLA, Ο€0, InternVLA-M1
Phase 4W8–9Data ScalingOXE, AgiBot World, UMI, VITRA, Human to Robot Transfer
Phase 5W10–11Efficient Inference & Dual-SystemRTC, SmolVLA, Helix, Fast-in-Slow
Phase 6W12–14RL Fine-tuning, Reasoning & World ModelHIL-SERL, SimpleVLA-RL, Ο€*0.6, CoT-VLA, ThinkAct, Fast-ThinkAct, UniVLA, Cosmos Policy, DreamZero

Phase 1: Generative Model Foundations (Weeks 1–3)

πŸ“š Core Material: MIT 6.S184 β€” Introduction to Flow Matching and Diffusion Models (Holderrieth & Erives, MIT CSAIL, 2025) | Course notes paper

Week 1: ODE/SDE Foundations & Diffusion Models

MaterialTopic
Lectures 1–2ODE/SDE basics, forward/reverse processes, conditional/marginal probability paths
Lab 1Hands-on SDE simulation

Week 2: Flow Matching, Score Matching & Training

MaterialTopic
Lectures 3–4Flow Matching, Score Matching, guidance, classifier-free guidance
Labs 2–3Building a toy diffusion model from scratch

Week 3: Generative Robotics & Review

MaterialTopic
Lecture 5Guest lecture by Benjamin Burchfiel (Toyota Research): diffusion models for robotics
Lecture 6Generative protein design (optional)

Phase 2: Early Foundation Robot Models & Robot Policy (Weeks 4–5)

Week 4: Early Foundation Robot Models β€” RT-1, RT-2, Octo, OpenVLA

#PaperLinkKey Topic
1RT-1: Robotics Transformer β€” Brohan et al. (2022)2212.06817First large-scale Robotics Transformer (no VLM)
2RT-2: Vision-Language-Action Models β€” Brohan et al. (2023)2307.15818VLM backbone β†’ VLA paradigm
3Octo β€” Ghosh et al. (2024)2405.12213Open-source generalist policy, modular design, pretrained on OXE (no VLM)
4OpenVLA β€” Kim et al. (2024)2406.09246First open-source VLM-based VLA

πŸ“Ž Supplementary video: Stanford CS25 V3 β€” Low-level Embodied Intelligence

Key points: RT-1 (35M, no VLM) β†’ RT-2 (55B VLM, action as text tokens) establishes the VLA concept. Octo (27M–93M, diffusion head, no VLM) and OpenVLA (7B, VLM + 256-bin discretization) are the first open-source generalist robot policies enabling community iteration.

Week 5: Core Robot Policies β€” Diffusion Policy, ACT, BeT

#PaperLinkKey Topic
5Behavior Transformers (BeT) β€” Shafiullah et al. (2022)2206.11251Multimodal action discretization, k-means + offset
6Diffusion Policy β€” Chi et al. (2023)2303.04137Diffusion for robot control, action sequence prediction
7ACT/ALOHA β€” Zhao et al. (2023)2304.13705Action Chunking Transformer, CVAE, bimanual

Key points: Three approaches to the multimodal action problem. Action chunking (predicting K future actions at once) is foundational for later VLA work.


Phase 3: Current RFM Architectures (Weeks 6–7)

Week 6: VLM + Action Head β€” CogACT, GR00T N1, X-VLA

#PaperLinkKey Topic
8CogACT β€” Li et al. (2024)2411.19650VLM + DiT action head, action token learning
9GR00T N1 β€” Bjorck et al. (2025)2503.147342B diffusion transformer, whole-body humanoid control
10X-VLA β€” Zheng et al. (2025)2510.10274Soft prompts for cross-embodiment, Florence-Large + flow matching

Key points: All three use only the VLM's last hidden state to drive a separate action head.

Week 7: VLM + Action Expert β€” Ο€0, InternVLA-M1

#PaperLinkKey Topic
11Ο€0 β€” Black et al. (2024)2410.24164Flow matching + action expert accessing VLM intermediate features
12InternVLA-M1 β€” Chen et al. (2025)2510.13778Spatial grounding β†’ action generation, AR-based

πŸ“Ž Background: Transfusion β€” Zhou et al. (2024) | 2408.11039 β€” AR + diffusion in one transformer; Ο€0's architectural basis

Key points: Unlike Week 6's action heads that only see the VLM's last hidden state, these action experts access VLM internal hidden states.


Phase 4: Data Scaling (Weeks 8–9)

Week 8: Large-Scale Robot Datasets β€” OXE, AgiBot World

#PaperLinkKey Topic
13Open X-Embodiment (OXE) β€” Open X-Embodiment Collaboration (2023)2310.088641M+ trajectories, 22 embodiments, standardized data format
14AgiBot World β€” Bu et al. (2025)2503.066691M+ trajectories, 217 tasks, 5 deployment scenarios

πŸ“Ž Data formats β€” Recording-oriented: rosbag (ROS 1), mcap (vendor-neutral, ROS 2 default). Training-oriented: RLDS (TensorFlow/OXE standard), LeRobotDataset (HuggingFace, Parquet + video).
πŸ“Ž From the Evolution of Rosbag to the Future of AI Tooling β€” by the original rosbag author; covers rosbag V1β†’V2 β†’ rosbag2 (sqlite3) β†’ MCAP evolution

Key points: Large-scale multi-embodiment datasets that enable generalist robot policy pretraining. OXE standardized the data format across 22 robot embodiments via RLDS; AgiBot World provides high-quality data at scale.

Week 9: Data Collection Methods β€” UMI, VITRA, Human to Robot Transfer

#PaperLinkKey Topic
15UMI β€” Chi et al. (2024)2402.10329Robot-free SE(3) data collection via handheld gripper
16VITRA β€” Li et al. (2025)2510.21571Human video β†’ VLA training data (1M episodes from egocentric human videos)
17Human to Robot Transfer β€” Kareer et al. (2025)2512.22414Human video β†’ robot transfer emerges with VLA scaling

Key points: Three data sources beyond robot teleoperation β€” UMI (embodiment-agnostic physical demos, <$200 hardware), egocentric video, and exocentric video.


Phase 5: Efficient Inference & Dual-System (Weeks 10–11)

Week 10: Fast-Acting VLA β€” SmolVLA & RTC

#PaperLinkKey Topic
18SmolVLA β€” Shukor et al. (2025)2506.01844450M params (~1/7 of Ο€0), model compression + async inference
19RTC β€” Black et al. (2025)2506.07339Async inference β€” freezing + inpainting, no retraining needed

Key points: Two complementary approaches β€” SmolVLA compresses the model itself, RTC optimizes the inference pipeline. Can be combined.

Week 11: Dual-System VLA β€” Helix & Fast-in-Slow

#PaperLinkKey Topic
20Helix β€” Figure AI (2025)figure.ai/news/helixS2: 7B VLM @7-9Hz, S1: 80M @200Hz, humanoid
21Fast-in-Slow β€” Chen et al. (2025)2506.01953Integrated dual-system, end-to-end trainable

Key points: Dual-System separates slow reasoning (VLM) from fast execution (lightweight policy) at different frequencies. Helix (separately trained) vs Fast-in-Slow (end-to-end trainable).


Phase 6: RL Fine-tuning, Reasoning & World Model (Weeks 12–14)

Week 12: RL Fine-tuning & Human-in-the-Loop β€” HIL-SERL, SimpleVLA-RL, Ο€*0.6

#PaperLinkKey Topic
22HIL-SERL β€” Luo et al. (2024)2410.21845Human-in-the-loop RL, sample-efficient real-world training
23SimpleVLA-RL β€” Li et al. (2025)2509.09674RL fine-tuning for autoregressive VLA, outcome-based rewards
24Ο€*0.6 / Recap β€” Physical Intelligence (2025)2511.14759RL for flow-based VLA, advantage-conditioned, learns from suboptimal data

Key points: Three RL approaches β€” HIL-SERL (human-in-the-loop, sample-efficient), SimpleVLA-RL (outcome rewards), Ο€*0.6 (advantage-conditioned, learns from suboptimal data).

Week 13: Reasoning VLA β€” CoT-VLA, ThinkAct, Fast-ThinkAct

#PaperLinkKey Topic
25CoT-VLA β€” Zhao et al. (2025)2503.22020Visual chain-of-thought reasoning (future image prediction) before action
26ThinkAct β€” Huang et al. (2025)2507.16815Decouple reasoning from execution; RL grounds plan quality in task success, not language supervision
27Fast-ThinkAct β€” Huang et al. (2026)2601.09708Text-level CoT dispensable β€” latent distillation preserves planning capacity at ~10Γ— speed

πŸ“Ž Fast-ThinkAct's reasoning compression is orthogonal to Week 10's model compression (SmolVLA, RTC) β€” the two can stack.

Key points: Reasoning representation β€” image tokens (CoT-VLA) vs. visual latent (ThinkAct) vs. compressed latent tokens (Fast-ThinkAct). ThinkAct grounds reasoning in task-outcome RL instead of language supervision. Fast-ThinkAct shows planning structure, not verbosity, carries the signal (~10Γ— faster, performance preserved).

Week 14: World Model β€” UniVLA, Cosmos Policy, DreamZero

#PaperLinkKey Topic
28UniVLA β€” Wang et al. (2025)2506.19850Unified AR VLA with world modeling as training objective
29Cosmos Policy β€” Kim et al. (2026)2601.16163Pretrained video foundation model as robot policy backbone
30DreamZero β€” Ye et al. (2026)dreamzero0.github.ioWorld Action Model, joint world+action generation in latent space

Key points: Three ways to leverage world knowledge β€” training regularizer (UniVLA, no world prediction at inference), pretrained video FM as policy backbone (Cosmos Policy), joint world+action generation in latent space (DreamZero).


Contributing

Suggestions for papers, resources, or structural improvements are welcome β€” please open an issue or PR.

See Also

  • πŸ”₯ vla0-trl β€” A complete VLA in ~1,200 lines of Python. Fine-tunes Qwen2.5-VL with TRL's SFTTrainer to predict actions as text, scoring ~90% on LIBERO. Read the entire codebase in an afternoon.
  • πŸ”₯ vla-eval β€” One framework to evaluate any VLA model on any robot simulation benchmark.
  • Awesome-RL-VLA β€” RL for VLA models
  • Awesome-VLA-Robotics β€” Large-scale VLA paper collection
  • awesome-physical-ai β€” A curated list of academic papers and resources on Physical AI

Courses covering the prerequisites for this study guide β€” only those with recent (2023+) video lectures freely available on YouTube. Pick what you need.

AreaCourseInstructorLinkNotes
DL FundamentalsMIT 6.S191: Intro to Deep LearningAlexander Aminiintrotodeeplearning.com Β· YouTube '251-week bootcamp (10 lectures) β€” CNN, Transformer, generative models, RL
Andrej Karpathy: Neural Networks: Zero to HeroAndrej Karpathykarpathy.ai/zero-to-hero.html Β· YouTubeBackprop β†’ GPT, build everything from scratch in code
VisionStanford CS231n: DL for Computer VisionFei-Fei Li et al.cs231n.stanford.edu Β· YouTube '25The canonical CV course β€” backprop to detection/segmentation/video
NLP / TransformersStanford CS224n: NLP with Deep LearningChristopher Manningweb.stanford.edu/class/cs224n Β· YouTube '24Word vectors β†’ Transformers β†’ LLMs
RLUC Berkeley CS285: Deep RLSergey Levinerail.eecs.berkeley.edu/deeprlcourse Β· YouTube '23Policy gradients, Q-learning, model-based & offline RL β€” by a leading robotics RL researcher

Contributors

MilkClouds

13 commits

MilkClouds/awesome-vla-study

A structured reading list on Vision-Language-Action (VLA) models β€” from diffusion/flow matching foundations through state-of-the-art robot foundation model architectures to data scaling, RL fine-tuning, and world models. Papers in reading order.

390

13 commits

updated Mar 21, 2026

See the code

README

🦾 Awesome VLA Study

Getting started with VLA? This guide takes you from the foundations to the frontier β€” diffusion and flow matching, state-of-the-art robot foundation model architectures, data scaling, RL fine-tuning, and world models. Papers in reading order.

πŸ“‹ Prerequisites

  • Basic probability & optimization (enough to follow ELBO, score matching derivations)
  • Deep learning fundamentals (Transformers, attention, tokenization)
  • Paper presentation: 1–2 participants per week, 30 min/paper β€” architecture, training, key results
  • Discussion: Compare design choices across the week's papers, discuss limitations and open questions (15–20 min)
PhaseWeeksTopicReadings
Phase 1W1–3Generative Model FoundationsMIT 6.S184 course
Phase 2W4–5Early Foundation RFMs & Robot PolicyRT-1, RT-2, Octo, OpenVLA, BeT, Diffusion Policy, ACT
Phase 3W6–7Current RFM ArchitecturesCogACT, GR00T N1, X-VLA, Ο€0, InternVLA-M1
Phase 4W8–9Data ScalingOXE, AgiBot World, UMI, VITRA, Human to Robot Transfer
Phase 5W10–11Efficient Inference & Dual-SystemRTC, SmolVLA, Helix, Fast-in-Slow
Phase 6W12–14RL Fine-tuning, Reasoning & World ModelHIL-SERL, SimpleVLA-RL, Ο€*0.6, CoT-VLA, ThinkAct, Fast-ThinkAct, UniVLA, Cosmos Policy, DreamZero

Phase 1: Generative Model Foundations (Weeks 1–3)

πŸ“š Core Material: MIT 6.S184 β€” Introduction to Flow Matching and Diffusion Models (Holderrieth & Erives, MIT CSAIL, 2025) | Course notes paper

Week 1: ODE/SDE Foundations & Diffusion Models

MaterialTopic
Lectures 1–2ODE/SDE basics, forward/reverse processes, conditional/marginal probability paths
Lab 1Hands-on SDE simulation

Week 2: Flow Matching, Score Matching & Training

MaterialTopic
Lectures 3–4Flow Matching, Score Matching, guidance, classifier-free guidance
Labs 2–3Building a toy diffusion model from scratch

Week 3: Generative Robotics & Review

MaterialTopic
Lecture 5Guest lecture by Benjamin Burchfiel (Toyota Research): diffusion models for robotics
Lecture 6Generative protein design (optional)

Phase 2: Early Foundation Robot Models & Robot Policy (Weeks 4–5)

Week 4: Early Foundation Robot Models β€” RT-1, RT-2, Octo, OpenVLA

#PaperLinkKey Topic
1RT-1: Robotics Transformer β€” Brohan et al. (2022)2212.06817First large-scale Robotics Transformer (no VLM)
2RT-2: Vision-Language-Action Models β€” Brohan et al. (2023)2307.15818VLM backbone β†’ VLA paradigm
3Octo β€” Ghosh et al. (2024)2405.12213Open-source generalist policy, modular design, pretrained on OXE (no VLM)
4OpenVLA β€” Kim et al. (2024)2406.09246First open-source VLM-based VLA

πŸ“Ž Supplementary video: Stanford CS25 V3 β€” Low-level Embodied Intelligence

Key points: RT-1 (35M, no VLM) β†’ RT-2 (55B VLM, action as text tokens) establishes the VLA concept. Octo (27M–93M, diffusion head, no VLM) and OpenVLA (7B, VLM + 256-bin discretization) are the first open-source generalist robot policies enabling community iteration.

Week 5: Core Robot Policies β€” Diffusion Policy, ACT, BeT

#PaperLinkKey Topic
5Behavior Transformers (BeT) β€” Shafiullah et al. (2022)2206.11251Multimodal action discretization, k-means + offset
6Diffusion Policy β€” Chi et al. (2023)2303.04137Diffusion for robot control, action sequence prediction
7ACT/ALOHA β€” Zhao et al. (2023)2304.13705Action Chunking Transformer, CVAE, bimanual

Key points: Three approaches to the multimodal action problem. Action chunking (predicting K future actions at once) is foundational for later VLA work.


Phase 3: Current RFM Architectures (Weeks 6–7)

Week 6: VLM + Action Head β€” CogACT, GR00T N1, X-VLA

#PaperLinkKey Topic
8CogACT β€” Li et al. (2024)2411.19650VLM + DiT action head, action token learning
9GR00T N1 β€” Bjorck et al. (2025)2503.147342B diffusion transformer, whole-body humanoid control
10X-VLA β€” Zheng et al. (2025)2510.10274Soft prompts for cross-embodiment, Florence-Large + flow matching

Key points: All three use only the VLM's last hidden state to drive a separate action head.

Week 7: VLM + Action Expert β€” Ο€0, InternVLA-M1

#PaperLinkKey Topic
11Ο€0 β€” Black et al. (2024)2410.24164Flow matching + action expert accessing VLM intermediate features
12InternVLA-M1 β€” Chen et al. (2025)2510.13778Spatial grounding β†’ action generation, AR-based

πŸ“Ž Background: Transfusion β€” Zhou et al. (2024) | 2408.11039 β€” AR + diffusion in one transformer; Ο€0's architectural basis

Key points: Unlike Week 6's action heads that only see the VLM's last hidden state, these action experts access VLM internal hidden states.


Phase 4: Data Scaling (Weeks 8–9)

Week 8: Large-Scale Robot Datasets β€” OXE, AgiBot World

#PaperLinkKey Topic
13Open X-Embodiment (OXE) β€” Open X-Embodiment Collaboration (2023)2310.088641M+ trajectories, 22 embodiments, standardized data format
14AgiBot World β€” Bu et al. (2025)2503.066691M+ trajectories, 217 tasks, 5 deployment scenarios

πŸ“Ž Data formats β€” Recording-oriented: rosbag (ROS 1), mcap (vendor-neutral, ROS 2 default). Training-oriented: RLDS (TensorFlow/OXE standard), LeRobotDataset (HuggingFace, Parquet + video).
πŸ“Ž From the Evolution of Rosbag to the Future of AI Tooling β€” by the original rosbag author; covers rosbag V1β†’V2 β†’ rosbag2 (sqlite3) β†’ MCAP evolution

Key points: Large-scale multi-embodiment datasets that enable generalist robot policy pretraining. OXE standardized the data format across 22 robot embodiments via RLDS; AgiBot World provides high-quality data at scale.

Week 9: Data Collection Methods β€” UMI, VITRA, Human to Robot Transfer

#PaperLinkKey Topic
15UMI β€” Chi et al. (2024)2402.10329Robot-free SE(3) data collection via handheld gripper
16VITRA β€” Li et al. (2025)2510.21571Human video β†’ VLA training data (1M episodes from egocentric human videos)
17Human to Robot Transfer β€” Kareer et al. (2025)2512.22414Human video β†’ robot transfer emerges with VLA scaling

Key points: Three data sources beyond robot teleoperation β€” UMI (embodiment-agnostic physical demos, <$200 hardware), egocentric video, and exocentric video.


Phase 5: Efficient Inference & Dual-System (Weeks 10–11)

Week 10: Fast-Acting VLA β€” SmolVLA & RTC

#PaperLinkKey Topic
18SmolVLA β€” Shukor et al. (2025)2506.01844450M params (~1/7 of Ο€0), model compression + async inference
19RTC β€” Black et al. (2025)2506.07339Async inference β€” freezing + inpainting, no retraining needed

Key points: Two complementary approaches β€” SmolVLA compresses the model itself, RTC optimizes the inference pipeline. Can be combined.

Week 11: Dual-System VLA β€” Helix & Fast-in-Slow

#PaperLinkKey Topic
20Helix β€” Figure AI (2025)figure.ai/news/helixS2: 7B VLM @7-9Hz, S1: 80M @200Hz, humanoid
21Fast-in-Slow β€” Chen et al. (2025)2506.01953Integrated dual-system, end-to-end trainable

Key points: Dual-System separates slow reasoning (VLM) from fast execution (lightweight policy) at different frequencies. Helix (separately trained) vs Fast-in-Slow (end-to-end trainable).


Phase 6: RL Fine-tuning, Reasoning & World Model (Weeks 12–14)

Week 12: RL Fine-tuning & Human-in-the-Loop β€” HIL-SERL, SimpleVLA-RL, Ο€*0.6

#PaperLinkKey Topic
22HIL-SERL β€” Luo et al. (2024)2410.21845Human-in-the-loop RL, sample-efficient real-world training
23SimpleVLA-RL β€” Li et al. (2025)2509.09674RL fine-tuning for autoregressive VLA, outcome-based rewards
24Ο€*0.6 / Recap β€” Physical Intelligence (2025)2511.14759RL for flow-based VLA, advantage-conditioned, learns from suboptimal data

Key points: Three RL approaches β€” HIL-SERL (human-in-the-loop, sample-efficient), SimpleVLA-RL (outcome rewards), Ο€*0.6 (advantage-conditioned, learns from suboptimal data).

Week 13: Reasoning VLA β€” CoT-VLA, ThinkAct, Fast-ThinkAct

#PaperLinkKey Topic
25CoT-VLA β€” Zhao et al. (2025)2503.22020Visual chain-of-thought reasoning (future image prediction) before action
26ThinkAct β€” Huang et al. (2025)2507.16815Decouple reasoning from execution; RL grounds plan quality in task success, not language supervision
27Fast-ThinkAct β€” Huang et al. (2026)2601.09708Text-level CoT dispensable β€” latent distillation preserves planning capacity at ~10Γ— speed

πŸ“Ž Fast-ThinkAct's reasoning compression is orthogonal to Week 10's model compression (SmolVLA, RTC) β€” the two can stack.

Key points: Reasoning representation β€” image tokens (CoT-VLA) vs. visual latent (ThinkAct) vs. compressed latent tokens (Fast-ThinkAct). ThinkAct grounds reasoning in task-outcome RL instead of language supervision. Fast-ThinkAct shows planning structure, not verbosity, carries the signal (~10Γ— faster, performance preserved).

Week 14: World Model β€” UniVLA, Cosmos Policy, DreamZero

#PaperLinkKey Topic
28UniVLA β€” Wang et al. (2025)2506.19850Unified AR VLA with world modeling as training objective
29Cosmos Policy β€” Kim et al. (2026)2601.16163Pretrained video foundation model as robot policy backbone
30DreamZero β€” Ye et al. (2026)dreamzero0.github.ioWorld Action Model, joint world+action generation in latent space

Key points: Three ways to leverage world knowledge β€” training regularizer (UniVLA, no world prediction at inference), pretrained video FM as policy backbone (Cosmos Policy), joint world+action generation in latent space (DreamZero).


Contributing

Suggestions for papers, resources, or structural improvements are welcome β€” please open an issue or PR.

See Also

  • πŸ”₯ vla0-trl β€” A complete VLA in ~1,200 lines of Python. Fine-tunes Qwen2.5-VL with TRL's SFTTrainer to predict actions as text, scoring ~90% on LIBERO. Read the entire codebase in an afternoon.
  • πŸ”₯ vla-eval β€” One framework to evaluate any VLA model on any robot simulation benchmark.
  • Awesome-RL-VLA β€” RL for VLA models
  • Awesome-VLA-Robotics β€” Large-scale VLA paper collection
  • awesome-physical-ai β€” A curated list of academic papers and resources on Physical AI

Courses covering the prerequisites for this study guide β€” only those with recent (2023+) video lectures freely available on YouTube. Pick what you need.

AreaCourseInstructorLinkNotes
DL FundamentalsMIT 6.S191: Intro to Deep LearningAlexander Aminiintrotodeeplearning.com Β· YouTube '251-week bootcamp (10 lectures) β€” CNN, Transformer, generative models, RL
Andrej Karpathy: Neural Networks: Zero to HeroAndrej Karpathykarpathy.ai/zero-to-hero.html Β· YouTubeBackprop β†’ GPT, build everything from scratch in code
VisionStanford CS231n: DL for Computer VisionFei-Fei Li et al.cs231n.stanford.edu Β· YouTube '25The canonical CV course β€” backprop to detection/segmentation/video
NLP / TransformersStanford CS224n: NLP with Deep LearningChristopher Manningweb.stanford.edu/class/cs224n Β· YouTube '24Word vectors β†’ Transformers β†’ LLMs
RLUC Berkeley CS285: Deep RLSergey Levinerail.eecs.berkeley.edu/deeprlcourse Β· YouTube '23Policy gradients, Q-learning, model-based & offline RL β€” by a leading robotics RL researcher

Contributors

MilkClouds

13 commits