Roadmap

Embodied AGI Roadmap 2026

Follow the order below — Start with fundamentals and build up to real-world embodied intelligence.

OrderFieldLearn About (Concepts)Learn By Doing (Hands-on Projects)Best Free Resources
1AI & ML FundamentalsNeural networks, supervised/unsupervised learning, reinforcement learning basics, ethics in AIBuild simple ML models in Python (classification, regression)fast.ai Practical Deep Learning
Google ML Crash Course
2Python for RoboticsPython syntax, NumPy, Pandas, OpenCV basics, ROS2 Python APIScript basic robot behaviors and image processing tasksLearnPython.org
OpenCV Python Tutorials
3Robotics Hardware BasicsSensors, actuators, motors, microcontrollers (Arduino/ESP32/RPi), power systemsBuild a simple wheeled robot or robotic arm from kitsArduino Official Tutorials
Raspberry Pi Projects
4Simulation EnvironmentsGazebo, Isaac Sim, MuJoCo, Webots — physics engines and digital twinsCreate and test robot behaviors in simulation before real hardwareGazebo Official Tutorials
NVIDIA Isaac Sim (free tier)
5Sensors & PerceptionComputer vision, LiDAR, IMUs, depth cameras, object detectionBuild vision-based obstacle avoidance or object trackingOpenCV Tutorials
YOLOv8 (Ultralytics)
6Actuation & ControlPID control, kinematics, inverse kinematics, feedback loopsControl a robotic arm or mobile base with precise movementsROS2 Documentation
7ROS2 (Robot Operating System)Nodes, topics, services, actions, TF2, launch filesBuild multi-node robot systems in ROS2ROS2 Documentation
The Construct (free ROS2 courses)
8Navigation & SLAMLocalization, mapping, path planning, Nav2 stackMake a robot autonomously navigate a simulated or real roomNav2 Official Documentation
9Reinforcement Learning for RoboticsRL algorithms, reward shaping, sim-to-real transferTrain a robot to walk, grasp, or navigate using RLOpenAI Spinning Up
Stable-Baselines3 Tutorials
10Hardware Integration & Real RobotsConnecting simulation to real hardware, calibration, safety systemsDeploy a working robot on physical hardware (Turtlebot, custom arm, etc.)The Construct YouTube (ROS2 + real robots)
11Safety, Ethics & Real-World DeploymentHuman-robot interaction, fail-safes, responsible AI, regulatory basicsAdd safety layers and test in real environmentsOpen Robotics Resources
12Advanced Embodied AGIFoundation models for robotics (RT-1, RT-2, etc.), multi-agent systems, long-horizon planningExperiment with latest research papers and modelsGoogle RT-X / Robotics Transformer
arXiv (search "embodied AI")

Disclaimer: This roadmap links to third-party websites and free resources. I do not own or control these external sites. Content and availability may change over time. Use at your own risk.