typoverflow commited on
Commit
1568121
·
verified ·
1 Parent(s): a0f9915

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +60 -9
README.md CHANGED
@@ -36,15 +36,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
36
  {
37
  "codebase_version": "v3.0",
38
  "robot_type": "widowx_250",
39
- "total_episodes": 20562,
40
- "total_frames": 2242341,
41
- "total_tasks": 299,
42
  "chunks_size": 1000,
43
  "data_files_size_in_mb": 100,
44
  "video_files_size_in_mb": 200,
45
  "fps": 5,
46
  "splits": {
47
- "train": "0:20562"
48
  },
49
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
50
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
@@ -72,7 +72,38 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
72
  "has_audio": false
73
  }
74
  },
75
- "state.eef_xyz": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  "dtype": "float32",
77
  "shape": [
78
  3
@@ -83,7 +114,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
83
  "z"
84
  ]
85
  },
86
- "state.eef_rpy": {
87
  "dtype": "float32",
88
  "shape": [
89
  3
@@ -94,6 +125,26 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
94
  "yaw"
95
  ]
96
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  "state.eef_rot6d": {
98
  "dtype": "float32",
99
  "shape": [
@@ -117,7 +168,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
117
  "gripper"
118
  ]
119
  },
120
- "action.eef_xyz": {
121
  "dtype": "float32",
122
  "shape": [
123
  3
@@ -128,7 +179,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
128
  "z"
129
  ]
130
  },
131
- "action.eef_rot6d": {
132
  "dtype": "float32",
133
  "shape": [
134
  6
@@ -142,7 +193,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
142
  "rot6"
143
  ]
144
  },
145
- "action.gripper_state": {
146
  "dtype": "float32",
147
  "shape": [
148
  1
 
36
  {
37
  "codebase_version": "v3.0",
38
  "robot_type": "widowx_250",
39
+ "total_episodes": 19565,
40
+ "total_frames": 2039741,
41
+ "total_tasks": 190,
42
  "chunks_size": 1000,
43
  "data_files_size_in_mb": 100,
44
  "video_files_size_in_mb": 200,
45
  "fps": 5,
46
  "splits": {
47
+ "train": "0:19565"
48
  },
49
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
50
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
 
72
  "has_audio": false
73
  }
74
  },
75
+ "raw_state.eef_xyz": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 3
79
+ ],
80
+ "names": [
81
+ "x",
82
+ "y",
83
+ "z"
84
+ ]
85
+ },
86
+ "raw_state.eef_rpy": {
87
+ "dtype": "float32",
88
+ "shape": [
89
+ 3
90
+ ],
91
+ "names": [
92
+ "roll",
93
+ "pitch",
94
+ "yaw"
95
+ ]
96
+ },
97
+ "raw_state.gripper_state": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": [
103
+ "gripper"
104
+ ]
105
+ },
106
+ "raw_target.eef_xyz": {
107
  "dtype": "float32",
108
  "shape": [
109
  3
 
114
  "z"
115
  ]
116
  },
117
+ "raw_target.eef_rpy": {
118
  "dtype": "float32",
119
  "shape": [
120
  3
 
125
  "yaw"
126
  ]
127
  },
128
+ "raw_target.gripper_state": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": [
134
+ "gripper"
135
+ ]
136
+ },
137
+ "state.eef_xyz": {
138
+ "dtype": "float32",
139
+ "shape": [
140
+ 3
141
+ ],
142
+ "names": [
143
+ "x",
144
+ "y",
145
+ "z"
146
+ ]
147
+ },
148
  "state.eef_rot6d": {
149
  "dtype": "float32",
150
  "shape": [
 
168
  "gripper"
169
  ]
170
  },
171
+ "target.eef_xyz": {
172
  "dtype": "float32",
173
  "shape": [
174
  3
 
179
  "z"
180
  ]
181
  },
182
+ "target.eef_rot6d": {
183
  "dtype": "float32",
184
  "shape": [
185
  6
 
193
  "rot6"
194
  ]
195
  },
196
+ "target.gripper_state": {
197
  "dtype": "float32",
198
  "shape": [
199
  1