Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,13 +9,6 @@ pinned: false
|
|
| 9 |
|
| 10 |

|
| 11 |
|
| 12 |
-
<div style="width: 100%; border: 1px solid #ccc; padding: 20px; margin: 20px auto; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); background-color: lightgoldenrodyellow; border-radius: 8px;">
|
| 13 |
-
<img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62d648291fa3e4e7ae3fa6e8/Jm3GYn6LHuasiLSlj03hd.png" alt="Course Image" style="width: 7em; border-radius: 5px 5px 0 0;">
|
| 14 |
-
<h2 style="color: #333; margin-bottom: 10px;">🎓 Chapters 1 and 2 are now available! If you want to join in, follow this org!</h2>
|
| 15 |
-
<a href="https://huggingface.co/learn/robotics-course/en/chapter0/1" style="display: inline-block; padding: 10px 20px; background-color: lightcoral; color: white; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease;" onmouseover="this.style.backgroundColor='#0056b3'" onmouseout="this.style.backgroundColor='#007bff'">Learn it now</a>
|
| 16 |
-
</div>
|
| 17 |
-
|
| 18 |
-
|
| 19 |
# Welcome to the 🤗 Robotics Course
|
| 20 |
|
| 21 |

|
|
@@ -29,6 +22,12 @@ This first unit will help you onboard. You’ll see the course syllabus and lear
|
|
| 29 |
> [!TIP]
|
| 30 |
> This course bridges theory and practice in Robotics! It's designed for students interested in understanding how machine learning is transforming robotics. Whether you're new to robotics or looking to understand learning-based approaches, this course will guide you step by step.
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
## What to expect from this course?
|
| 33 |
|
| 34 |
Across the course you will study classical robotics foundations and modern learning‑based approaches, learn to use LeRobot, work with real robotics datasets, and implement state‑of‑the‑art algorithms. The emphasis is on practical skills you can apply to real robotic systems.
|
|
|
|
| 9 |
|
| 10 |

|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
# Welcome to the 🤗 Robotics Course
|
| 13 |
|
| 14 |

|
|
|
|
| 22 |
> [!TIP]
|
| 23 |
> This course bridges theory and practice in Robotics! It's designed for students interested in understanding how machine learning is transforming robotics. Whether you're new to robotics or looking to understand learning-based approaches, this course will guide you step by step.
|
| 24 |
|
| 25 |
+
<div style="width: 100%; border: 1px solid #ccc; padding: 20px; margin: 20px auto; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); background-color: lightgoldenrodyellow; border-radius: 8px;">
|
| 26 |
+
<img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62d648291fa3e4e7ae3fa6e8/Jm3GYn6LHuasiLSlj03hd.png" alt="Course Image" style="width: 7em; border-radius: 5px 5px 0 0;">
|
| 27 |
+
<h2 style="color: #333; margin-bottom: 10px;">🎓 Chapters 1 and 2 are now available! If you want to join in, follow this org!</h2>
|
| 28 |
+
<a href="https://huggingface.co/learn/robotics-course/unit0/1" style="display: inline-block; padding: 10px 20px; background-color: lightcoral; color: white; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease;" onmouseover="this.style.backgroundColor='#0056b3'" onmouseout="this.style.backgroundColor='#007bff'">Learn it now</a>
|
| 29 |
+
</div>
|
| 30 |
+
|
| 31 |
## What to expect from this course?
|
| 32 |
|
| 33 |
Across the course you will study classical robotics foundations and modern learning‑based approaches, learn to use LeRobot, work with real robotics datasets, and implement state‑of‑the‑art algorithms. The emphasis is on practical skills you can apply to real robotic systems.
|