fracapuano/robot-learning-tutorial
All the source code for "Robot Learning: A Tutorial". Get involved to be featured in the next iteration!
This tutorial provides a deep dive into modern robot learning techniques, showing engineers how to develop intelligent robotic systems. It takes raw robot sensor data and desired task outcomes as input, and outputs trained models and practical code examples for robot control. Robotics engineers, researchers, and students interested in developing autonomous robots would find this valuable.
477 stars.
Use this if you are a robotics engineer or researcher looking to understand and implement advanced robot learning models for real-world applications.
Not ideal if you are looking for a high-level overview of robotics concepts without diving into code and practical implementations.
Stars
477
Forks
54
Language
TeX
License
—
Category
Last pushed
Feb 04, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/fracapuano/robot-learning-tutorial"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
google-deepmind/dm_control
Google DeepMind's software stack for physics-based simulation and Reinforcement Learning...
Denys88/rl_games
RL implementations
pytorch/rl
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
yandexdataschool/Practical_RL
A course in reinforcement learning in the wild