VadExylos commited on
Commit
ebfe1b2
·
verified ·
1 Parent(s): 4d8f970

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -23
README.md CHANGED
@@ -73,29 +73,6 @@ Exact fields vary by dataset, so each repository includes a dataset-specific car
73
 
74
  ---
75
 
76
- ## Quick start
77
-
78
- Install LeRobot and load one of the public samples:
79
-
80
- ```bash
81
- pip install lerobot
82
- ```
83
-
84
- ```python
85
- from lerobot.datasets.lerobot_dataset import LeRobotDataset
86
-
87
- dataset = LeRobotDataset("ExylosAi/pick_and_place_sample")
88
-
89
- sample = dataset[0]
90
- print(sample.keys())
91
- print(sample["observation.state"].shape)
92
- print(sample["action"].shape)
93
- ```
94
-
95
- Raw Parquet, MP4, and JSON files are also available in each dataset repository.
96
-
97
- ---
98
-
99
  ## Why EXYLOS datasets are different
100
 
101
  - **Structured, not raw:** episodes include synchronized video, actions, state, metadata, annotations, and quality checks.
 
73
 
74
  ---
75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  ## Why EXYLOS datasets are different
77
 
78
  - **Structured, not raw:** episodes include synchronized video, actions, state, metadata, annotations, and quality checks.