This repo contains documentation and references that can be used to learn a lot of the most popular robot learning topics.
The papers/resources within each topic are roughly organized by date, so you can easily follow the development of each topic over time
- Background Info (math and ML basics)
- Introduction to Classical Robotics
- Computer Vision
- Generative Models
- Large Language Models (LLMs)
- Vision-Language-Action Models
- Reinforcement Learning
- World Models
- General ML Reference (Very Long)
- ML Basics
- Perceptrons
- Convolutional Neural Networks (CNNs)
- Recurrent Neural Networks (RNNs)
- Proportional-Integral-Derivative (PID) Control
- Linear-Quadratic Regulator (LQR)
- Model Predictive Control (MPC)
- Kalman Filter
- Extended Kalman Filter
- Unscented Kalman Filter
- Particle Filter Algorithm
- Particle Filter Derivation/Math
- Simultaneous Localization and Mapping (SLAM)
- State Space Modeling
- Transfer Functions, Frequency Domain Modeling
- System Identification (Deep Dive)
- Frequency Domain System Identification
- Diffusion Tutorial (2022)
- Diffusion Tutorial (2024)
- Diffusion From Thermodynamics (2015)
- Score-Based Diffusion (2020)
- Denoising Diffusion (2020)
- Classifier Guidance (2021)
- Latent Diffusion (2022)
- Diffusion Policy (2023)
- Diffusion Posterior Sampling (2023)
- Transformers (2017)
- BERT (2018)
- GPT (2018)
- GPT-2 (2019)
- T5 (2020)
- GPT-3 (2020)
- Scaling Laws (2021)
- Instruction Tuning (2021)
- RLHF (2022)
- Flash Attention (2022)
- LLaMA (2023)
- Mixture of Experts (2024)
- ALIGN (2021)
- CLIP (2021)
- SimVLM (2021)
- BLIP (2022)
- Flamingo (2022)
- CoCa (2022)
- PaLI (2022)
- PaLM-E (2023)
- LLaVA (2023)
- BLIP-2 (2023)
- GPT-4V (2023)
- Qwen2.5-VL (2025)
- RT-1 (2022)
- PaLM-E (2023)
- RT-2 (2023)
- Open X-Embodiment (2023)
- OpenVLA (2024)
- pi0 (2024)
- pi0.5 (2025)
- FAST (2025)
- GROOT-N1 (2025)
- pi0.6 (2025)
- pi0.7 (2026)
- GROOT-Dreamer (2026)
- Temporal Difference (1988)
- Q-Learning (1989)
- Policy Gradient (1992)
- REINFORCE (1999)
- Deep Q-Network (2013)
- Double Deep Q-Network (2015)
- Trust Region Policy Optimization (2015)
- Asynchronous Advantage Actor-Critic (2016)
- Deep Deterministic Policy Gradient (2016)
- Proximal Policy Optimization (2017)
- Soft Actor-Critic (2018)
- MuZero (2019)
- Decision Transformer (2021)
- Direct Preference Optimization (2023)