MoofireX commited on
Commit
f3712b5
1 Parent(s): 03f5af1

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -4,6 +4,35 @@ task_categories:
4
  tags:
5
  - LeRobot
6
  - tutorial
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
9
 
 
4
  tags:
5
  - LeRobot
6
  - tutorial
7
+ dataset_info:
8
+ features:
9
+ - name: observation.state
10
+ sequence: float32
11
+ length: 6
12
+ - name: action
13
+ sequence: float32
14
+ length: 6
15
+ - name: episode_index
16
+ dtype: int64
17
+ - name: frame_index
18
+ dtype: int64
19
+ - name: timestamp
20
+ dtype: float32
21
+ - name: next.done
22
+ dtype: bool
23
+ - name: index
24
+ dtype: int64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 136036
28
+ num_examples: 1787
29
+ download_size: 72730
30
+ dataset_size: 136036
31
+ configs:
32
+ - config_name: default
33
+ data_files:
34
+ - split: train
35
+ path: data/train-*
36
  ---
37
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
38