capstone53 commited on
Commit
77c317b
·
verified ·
1 Parent(s): 654f5d5

Upload dataset

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