usr256864 commited on
Commit
df67e63
·
verified ·
1 Parent(s): 9f99919

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -27
README.md CHANGED
@@ -1,31 +1,31 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: timestamp
5
- dtype: float64
6
- - name: observation.state
7
- sequence: float64
8
- - name: action
9
- sequence: float64
10
- - name: index
11
- dtype: int64
12
- - name: episode_index
13
- dtype: int64
14
- - name: frame_index
15
- dtype: int64
16
- - name: task_index
17
- dtype: int64
18
- - name: observation.image
19
- dtype: image
20
- splits:
21
- - name: train
22
- num_bytes: 88019090.2
23
- num_examples: 4460
24
- download_size: 45945532
25
- dataset_size: 88019090.2
26
  configs:
27
  - config_name: default
28
- data_files:
29
- - split: train
30
- path: data/train-*
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ task_categories:
3
+ - robotics
4
+ tags:
5
+ - LeRobot
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  configs:
7
  - config_name: default
8
+ data_files: data/*/*.parquet
 
 
9
  ---
10
+
11
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
12
+
13
+ ## Dataset Description
14
+
15
+
16
+
17
+ - **Homepage:** [More Information Needed]
18
+ - **Paper:** [More Information Needed]
19
+ - **License:** [More Information Needed]
20
+
21
+ ## Dataset Structure
22
+
23
+ [More Information Needed]
24
+
25
+ ## Citation
26
+
27
+ **BibTeX:**
28
+
29
+ ```bibtex
30
+ [More Information Needed]
31
+ ```