Upload info.json with huggingface_hub
Browse files
info.json
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codebase_version": "v2.0",
|
3 |
+
"robot_type": "so-100",
|
4 |
+
"total_episodes": 1,
|
5 |
+
"total_frames": 19,
|
6 |
+
"total_tasks": 1,
|
7 |
+
"total_videos": 1,
|
8 |
+
"total_chunks": 1,
|
9 |
+
"chunks_size": 1000,
|
10 |
+
"fps": 10,
|
11 |
+
"splits": {
|
12 |
+
"train": "0:206"
|
13 |
+
},
|
14 |
+
"data_path": "data/episode_{episode_index:06d}.parquet",
|
15 |
+
"video_path": "videos/{video_key}/episode_{episode_index:06d}.mp4",
|
16 |
+
"features": {
|
17 |
+
"observation.image": {
|
18 |
+
"dtype": "video",
|
19 |
+
"shape": [
|
20 |
+
224,
|
21 |
+
224,
|
22 |
+
3
|
23 |
+
],
|
24 |
+
"names": [
|
25 |
+
"height",
|
26 |
+
"width",
|
27 |
+
"channel"
|
28 |
+
],
|
29 |
+
"video_info": {
|
30 |
+
"video.fps": 10,
|
31 |
+
"video.codec": "av1",
|
32 |
+
"video.pix_fmt": "yuv420p",
|
33 |
+
"video.is_depth_map": false,
|
34 |
+
"has_audio": false
|
35 |
+
}
|
36 |
+
},
|
37 |
+
"observation.state": {
|
38 |
+
"dtype": "float32",
|
39 |
+
"shape": [
|
40 |
+
6
|
41 |
+
],
|
42 |
+
"names": {
|
43 |
+
"motors": [
|
44 |
+
"motor_0",
|
45 |
+
"motor_1",
|
46 |
+
"motor_2",
|
47 |
+
"motor_3",
|
48 |
+
"motor_4",
|
49 |
+
"motor_5"
|
50 |
+
]
|
51 |
+
}
|
52 |
+
},
|
53 |
+
"action": {
|
54 |
+
"dtype": "float32",
|
55 |
+
"shape": [
|
56 |
+
6
|
57 |
+
],
|
58 |
+
"names": {
|
59 |
+
"motors": [
|
60 |
+
"motor_0",
|
61 |
+
"motor_1",
|
62 |
+
"motor_2",
|
63 |
+
"motor_3",
|
64 |
+
"motor_4",
|
65 |
+
"motor_5"
|
66 |
+
]
|
67 |
+
}
|
68 |
+
},
|
69 |
+
"observation.action": {
|
70 |
+
"dtype": "float32",
|
71 |
+
"shape": [
|
72 |
+
7
|
73 |
+
],
|
74 |
+
"names": [
|
75 |
+
"x",
|
76 |
+
"y",
|
77 |
+
"z",
|
78 |
+
"rx",
|
79 |
+
"ry",
|
80 |
+
"rz",
|
81 |
+
"gripper"
|
82 |
+
]
|
83 |
+
},
|
84 |
+
"episode_index": {
|
85 |
+
"dtype": "int64",
|
86 |
+
"shape": [
|
87 |
+
1
|
88 |
+
],
|
89 |
+
"names": null
|
90 |
+
},
|
91 |
+
"frame_index": {
|
92 |
+
"dtype": "int64",
|
93 |
+
"shape": [
|
94 |
+
1
|
95 |
+
],
|
96 |
+
"names": null
|
97 |
+
},
|
98 |
+
"timestamp": {
|
99 |
+
"dtype": "float32",
|
100 |
+
"shape": [
|
101 |
+
1
|
102 |
+
],
|
103 |
+
"names": null
|
104 |
+
},
|
105 |
+
"next.reward": {
|
106 |
+
"dtype": "float32",
|
107 |
+
"shape": [
|
108 |
+
1
|
109 |
+
],
|
110 |
+
"names": null
|
111 |
+
},
|
112 |
+
"next.done": {
|
113 |
+
"dtype": "bool",
|
114 |
+
"shape": [
|
115 |
+
1
|
116 |
+
],
|
117 |
+
"names": null
|
118 |
+
},
|
119 |
+
"next.success": {
|
120 |
+
"dtype": "bool",
|
121 |
+
"shape": [
|
122 |
+
1
|
123 |
+
],
|
124 |
+
"names": null
|
125 |
+
},
|
126 |
+
"index": {
|
127 |
+
"dtype": "int64",
|
128 |
+
"shape": [
|
129 |
+
1
|
130 |
+
],
|
131 |
+
"names": null
|
132 |
+
},
|
133 |
+
"task_index": {
|
134 |
+
"dtype": "int64",
|
135 |
+
"shape": [
|
136 |
+
1
|
137 |
+
],
|
138 |
+
"names": null
|
139 |
+
}
|
140 |
+
}
|
141 |
+
}
|