Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,20 +24,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 24 |
[meta/info.json](meta/info.json):
|
| 25 |
```json
|
| 26 |
{
|
| 27 |
-
"codebase_version": "
|
| 28 |
"robot_type": "unknown",
|
| 29 |
"total_episodes": 206,
|
| 30 |
"total_frames": 25650,
|
| 31 |
"total_tasks": 1,
|
| 32 |
-
"total_videos": 0,
|
| 33 |
-
"total_chunks": 1,
|
| 34 |
"chunks_size": 1000,
|
| 35 |
"fps": 10,
|
| 36 |
"splits": {
|
| 37 |
"train": "0:206"
|
| 38 |
},
|
| 39 |
-
"data_path": "data/chunk-{
|
| 40 |
-
"video_path": "videos/chunk-{
|
| 41 |
"features": {
|
| 42 |
"observation.image": {
|
| 43 |
"dtype": "image",
|
|
@@ -50,7 +48,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 50 |
"height",
|
| 51 |
"width",
|
| 52 |
"channel"
|
| 53 |
-
]
|
|
|
|
| 54 |
},
|
| 55 |
"observation.state": {
|
| 56 |
"dtype": "float32",
|
|
@@ -62,7 +61,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 62 |
"motor_0",
|
| 63 |
"motor_1"
|
| 64 |
]
|
| 65 |
-
}
|
|
|
|
| 66 |
},
|
| 67 |
"action": {
|
| 68 |
"dtype": "float32",
|
|
@@ -74,63 +74,72 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 74 |
"motor_0",
|
| 75 |
"motor_1"
|
| 76 |
]
|
| 77 |
-
}
|
|
|
|
| 78 |
},
|
| 79 |
"episode_index": {
|
| 80 |
"dtype": "int64",
|
| 81 |
"shape": [
|
| 82 |
1
|
| 83 |
],
|
| 84 |
-
"names": null
|
|
|
|
| 85 |
},
|
| 86 |
"frame_index": {
|
| 87 |
"dtype": "int64",
|
| 88 |
"shape": [
|
| 89 |
1
|
| 90 |
],
|
| 91 |
-
"names": null
|
|
|
|
| 92 |
},
|
| 93 |
"timestamp": {
|
| 94 |
"dtype": "float32",
|
| 95 |
"shape": [
|
| 96 |
1
|
| 97 |
],
|
| 98 |
-
"names": null
|
|
|
|
| 99 |
},
|
| 100 |
"next.reward": {
|
| 101 |
"dtype": "float32",
|
| 102 |
"shape": [
|
| 103 |
1
|
| 104 |
],
|
| 105 |
-
"names": null
|
|
|
|
| 106 |
},
|
| 107 |
"next.done": {
|
| 108 |
"dtype": "bool",
|
| 109 |
"shape": [
|
| 110 |
1
|
| 111 |
],
|
| 112 |
-
"names": null
|
|
|
|
| 113 |
},
|
| 114 |
"next.success": {
|
| 115 |
"dtype": "bool",
|
| 116 |
"shape": [
|
| 117 |
1
|
| 118 |
],
|
| 119 |
-
"names": null
|
|
|
|
| 120 |
},
|
| 121 |
"index": {
|
| 122 |
"dtype": "int64",
|
| 123 |
"shape": [
|
| 124 |
1
|
| 125 |
],
|
| 126 |
-
"names": null
|
|
|
|
| 127 |
},
|
| 128 |
"task_index": {
|
| 129 |
"dtype": "int64",
|
| 130 |
"shape": [
|
| 131 |
1
|
| 132 |
],
|
| 133 |
-
"names": null
|
|
|
|
| 134 |
},
|
| 135 |
"observation.environment_state": {
|
| 136 |
"dtype": "float32",
|
|
@@ -156,9 +165,12 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 156 |
"motor_14",
|
| 157 |
"motor_15"
|
| 158 |
]
|
| 159 |
-
}
|
|
|
|
| 160 |
}
|
| 161 |
-
}
|
|
|
|
|
|
|
| 162 |
}
|
| 163 |
```
|
| 164 |
|
|
|
|
| 24 |
[meta/info.json](meta/info.json):
|
| 25 |
```json
|
| 26 |
{
|
| 27 |
+
"codebase_version": "v3.0",
|
| 28 |
"robot_type": "unknown",
|
| 29 |
"total_episodes": 206,
|
| 30 |
"total_frames": 25650,
|
| 31 |
"total_tasks": 1,
|
|
|
|
|
|
|
| 32 |
"chunks_size": 1000,
|
| 33 |
"fps": 10,
|
| 34 |
"splits": {
|
| 35 |
"train": "0:206"
|
| 36 |
},
|
| 37 |
+
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 38 |
+
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 39 |
"features": {
|
| 40 |
"observation.image": {
|
| 41 |
"dtype": "image",
|
|
|
|
| 48 |
"height",
|
| 49 |
"width",
|
| 50 |
"channel"
|
| 51 |
+
],
|
| 52 |
+
"fps": 10
|
| 53 |
},
|
| 54 |
"observation.state": {
|
| 55 |
"dtype": "float32",
|
|
|
|
| 61 |
"motor_0",
|
| 62 |
"motor_1"
|
| 63 |
]
|
| 64 |
+
},
|
| 65 |
+
"fps": 10
|
| 66 |
},
|
| 67 |
"action": {
|
| 68 |
"dtype": "float32",
|
|
|
|
| 74 |
"motor_0",
|
| 75 |
"motor_1"
|
| 76 |
]
|
| 77 |
+
},
|
| 78 |
+
"fps": 10
|
| 79 |
},
|
| 80 |
"episode_index": {
|
| 81 |
"dtype": "int64",
|
| 82 |
"shape": [
|
| 83 |
1
|
| 84 |
],
|
| 85 |
+
"names": null,
|
| 86 |
+
"fps": 10
|
| 87 |
},
|
| 88 |
"frame_index": {
|
| 89 |
"dtype": "int64",
|
| 90 |
"shape": [
|
| 91 |
1
|
| 92 |
],
|
| 93 |
+
"names": null,
|
| 94 |
+
"fps": 10
|
| 95 |
},
|
| 96 |
"timestamp": {
|
| 97 |
"dtype": "float32",
|
| 98 |
"shape": [
|
| 99 |
1
|
| 100 |
],
|
| 101 |
+
"names": null,
|
| 102 |
+
"fps": 10
|
| 103 |
},
|
| 104 |
"next.reward": {
|
| 105 |
"dtype": "float32",
|
| 106 |
"shape": [
|
| 107 |
1
|
| 108 |
],
|
| 109 |
+
"names": null,
|
| 110 |
+
"fps": 10
|
| 111 |
},
|
| 112 |
"next.done": {
|
| 113 |
"dtype": "bool",
|
| 114 |
"shape": [
|
| 115 |
1
|
| 116 |
],
|
| 117 |
+
"names": null,
|
| 118 |
+
"fps": 10
|
| 119 |
},
|
| 120 |
"next.success": {
|
| 121 |
"dtype": "bool",
|
| 122 |
"shape": [
|
| 123 |
1
|
| 124 |
],
|
| 125 |
+
"names": null,
|
| 126 |
+
"fps": 10
|
| 127 |
},
|
| 128 |
"index": {
|
| 129 |
"dtype": "int64",
|
| 130 |
"shape": [
|
| 131 |
1
|
| 132 |
],
|
| 133 |
+
"names": null,
|
| 134 |
+
"fps": 10
|
| 135 |
},
|
| 136 |
"task_index": {
|
| 137 |
"dtype": "int64",
|
| 138 |
"shape": [
|
| 139 |
1
|
| 140 |
],
|
| 141 |
+
"names": null,
|
| 142 |
+
"fps": 10
|
| 143 |
},
|
| 144 |
"observation.environment_state": {
|
| 145 |
"dtype": "float32",
|
|
|
|
| 165 |
"motor_14",
|
| 166 |
"motor_15"
|
| 167 |
]
|
| 168 |
+
},
|
| 169 |
+
"fps": 10
|
| 170 |
}
|
| 171 |
+
},
|
| 172 |
+
"data_files_size_in_mb": 100,
|
| 173 |
+
"video_files_size_in_mb": 500
|
| 174 |
}
|
| 175 |
```
|
| 176 |
|