Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -29,15 +29,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 29 |
{
|
| 30 |
"codebase_version": "v3.0",
|
| 31 |
"robot_type": "unknown",
|
| 32 |
-
"total_episodes":
|
| 33 |
-
"total_frames":
|
| 34 |
"total_tasks": 1,
|
| 35 |
"chunks_size": 1000,
|
| 36 |
"data_files_size_in_mb": 100,
|
| 37 |
"video_files_size_in_mb": 200,
|
| 38 |
"fps": 20,
|
| 39 |
"splits": {
|
| 40 |
-
"train": "0:
|
| 41 |
},
|
| 42 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 43 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
|
@@ -45,13 +45,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 45 |
"action": {
|
| 46 |
"dtype": "float32",
|
| 47 |
"names": [
|
| 48 |
-
"
|
| 49 |
-
"
|
| 50 |
-
"
|
| 51 |
-
"
|
| 52 |
-
"
|
| 53 |
-
"
|
| 54 |
-
"
|
| 55 |
],
|
| 56 |
"shape": [
|
| 57 |
7
|
|
@@ -60,15 +60,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 60 |
"observation.state": {
|
| 61 |
"dtype": "float32",
|
| 62 |
"names": [
|
| 63 |
-
"
|
| 64 |
-
"
|
| 65 |
-
"
|
| 66 |
-
"
|
| 67 |
-
"
|
| 68 |
-
"
|
| 69 |
-
"
|
| 70 |
-
"
|
| 71 |
-
"
|
| 72 |
],
|
| 73 |
"shape": [
|
| 74 |
9
|
|
|
|
| 29 |
{
|
| 30 |
"codebase_version": "v3.0",
|
| 31 |
"robot_type": "unknown",
|
| 32 |
+
"total_episodes": 2,
|
| 33 |
+
"total_frames": 316,
|
| 34 |
"total_tasks": 1,
|
| 35 |
"chunks_size": 1000,
|
| 36 |
"data_files_size_in_mb": 100,
|
| 37 |
"video_files_size_in_mb": 200,
|
| 38 |
"fps": 20,
|
| 39 |
"splits": {
|
| 40 |
+
"train": "0:2"
|
| 41 |
},
|
| 42 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 43 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
|
|
|
| 45 |
"action": {
|
| 46 |
"dtype": "float32",
|
| 47 |
"names": [
|
| 48 |
+
"joint_00",
|
| 49 |
+
"joint_01",
|
| 50 |
+
"joint_02",
|
| 51 |
+
"joint_03",
|
| 52 |
+
"joint_04",
|
| 53 |
+
"joint_05",
|
| 54 |
+
"joint_06"
|
| 55 |
],
|
| 56 |
"shape": [
|
| 57 |
7
|
|
|
|
| 60 |
"observation.state": {
|
| 61 |
"dtype": "float32",
|
| 62 |
"names": [
|
| 63 |
+
"joint_00",
|
| 64 |
+
"joint_01",
|
| 65 |
+
"joint_02",
|
| 66 |
+
"joint_03",
|
| 67 |
+
"joint_04",
|
| 68 |
+
"joint_05",
|
| 69 |
+
"joint_06",
|
| 70 |
+
"joint_07",
|
| 71 |
+
"joint_08"
|
| 72 |
],
|
| 73 |
"shape": [
|
| 74 |
9
|