fix emoji and formatting

This commit is contained in:
Nikodem Bartnik
2026-07-29 13:11:36 +02:00
parent 17d5675738
commit e548375e4c
+4 -5
View File
@@ -68,9 +68,9 @@ New here? [Install LeRobot](./installation), then pick your path:
</ul> </ul>
<p class="text-gray-700 dark:text-gray-300 text-sm"> <p class="text-gray-700 dark:text-gray-300 text-sm">
Once it's assembled and calibrated, record a dataset and train your first Once it's assembled and calibrated, record a dataset and train your first
policy with the <a href="./il_robots">imitation learning tutorial</a> - policy with the <a href="./il_robots">imitation learning tutorial</a> - or
or skip the CLI entirely with <a href="./lelab">LeLab</a>, a browser GUI skip the CLI entirely with <a href="./lelab">LeLab</a>, a browser GUI for
for the same workflow. the same workflow.
</p> </p>
</div> </div>
<div class="border dark:border-gray-700 rounded-lg p-4 shadow"> <div class="border dark:border-gray-700 rounded-lg p-4 shadow">
@@ -140,7 +140,7 @@ New here? [Install LeRobot](./installation), then pick your path:
class="!no-underline border dark:border-gray-700 rounded-lg p-4 shadow hover:shadow-lg" class="!no-underline border dark:border-gray-700 rounded-lg p-4 shadow hover:shadow-lg"
href="./lelab" href="./lelab"
> >
<div class="font-semibold mb-1">🖱️ LeLab</div> <div class="font-semibold mb-1">🖼 LeLab</div>
<p class="text-gray-700 dark:text-gray-300 text-sm"> <p class="text-gray-700 dark:text-gray-300 text-sm">
A browser GUI for calibrating, recording, and training - no CLI required. A browser GUI for calibrating, recording, and training - no CLI required.
</p> </p>
@@ -175,4 +175,3 @@ Running into issues? A few of the most frequent ones:
- **Build or install errors** (`cmake`, `ffmpeg`, CUDA) - see the Troubleshooting section of the [Installation guide](./installation). - **Build or install errors** (`cmake`, `ffmpeg`, CUDA) - see the Troubleshooting section of the [Installation guide](./installation).
- **Not sure which policy fits your GPU** - check the [Compute & Hardware Guide](./hardware_guide). - **Not sure which policy fits your GPU** - check the [Compute & Hardware Guide](./hardware_guide).
- **Still stuck?** Ask on [Discord](https://discord.gg/s3KuuzsPFb) - the community (and the LeRobot team) is there to help. - **Still stuck?** Ask on [Discord](https://discord.gg/s3KuuzsPFb) - the community (and the LeRobot team) is there to help.