Luca15095 commited on
Commit
1c708db
·
verified ·
1 Parent(s): 7994484

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -2,7 +2,27 @@
2
  license: apache-2.0
3
  task_categories:
4
  - robotics
 
 
 
 
 
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  {
7
  "codebase_version": "v3.0",
8
  "robot_type": "so101_follower",
@@ -129,4 +149,12 @@ task_categories:
129
  "names": null
130
  }
131
  }
132
- }
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  task_categories:
4
  - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
  ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "so101_follower",
 
149
  "names": null
150
  }
151
  }
152
+ }
153
+ ```
154
+ ## Citation
155
+
156
+ **BibTeX:**
157
+
158
+ ```bibtex
159
+ [More Information Needed]
160
+ ```