## Overview Rerun has a built in importer to visualize [LeRobot](https://github.com/huggingface/lerobot) datasets. ## Try it out Here is a sample dataset used in [SmolVLA](https://huggingface.co/blog/smolvla) ```bash git lfs install # If not already installed git clone https://huggingface.co/datasets/satvikahuja/mixer_on_off_new_1 ``` Then you can open the Viewer and select the directory to load the dataset, or you can open it directly from the terminal: ```bash rerun mixer_on_off_new_1 ``` ### SDK support Since this importer is included other SDK functionalities should work similar to loading a rerun file but pointing at the directory instead.