Robotics
LeRobot
Safetensors
groot
H2Ozone commited on
Commit
5333716
·
verified ·
1 Parent(s): dde317b

Add LeLab rollout manifest

Browse files
checkpoints/001000/pretrained_model/lelab_rollout.json ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": 1,
3
+ "dataset_repo_id": "H2Ozone/merged_data_2",
4
+ "dataset_revision": "7617155283f2147d5676c05e6f6913fcbc76c71f",
5
+ "model_repo_id": "H2Ozone/merged_data_2-groot",
6
+ "policy_type": "groot",
7
+ "target_profile": "alex_v2_ability_hands",
8
+ "fps": 30.0,
9
+ "robot_type": "alex",
10
+ "features": {
11
+ "observation.images.cam_zed_left": {
12
+ "dtype": "video",
13
+ "shape": [
14
+ 480,
15
+ 640,
16
+ 3
17
+ ],
18
+ "names": [
19
+ "height",
20
+ "width",
21
+ "channel"
22
+ ],
23
+ "fps": 30.0,
24
+ "video_info": {
25
+ "video.fps": 30.0,
26
+ "video.codec": "h264",
27
+ "video.pix_fmt": "yuv420p",
28
+ "video.is_depth_map": false,
29
+ "has_audio": false
30
+ },
31
+ "info": {
32
+ "video.fast_decode": null,
33
+ "video.g": null,
34
+ "video.video_backend": "pyav",
35
+ "video.crf": null,
36
+ "video.extra_options": null,
37
+ "video.preset": null
38
+ }
39
+ },
40
+ "observation.images.cam_zed_right": {
41
+ "dtype": "video",
42
+ "shape": [
43
+ 480,
44
+ 640,
45
+ 3
46
+ ],
47
+ "names": [
48
+ "height",
49
+ "width",
50
+ "channel"
51
+ ],
52
+ "fps": 30.0,
53
+ "video_info": {
54
+ "video.fps": 30.0,
55
+ "video.codec": "h264",
56
+ "video.pix_fmt": "yuv420p",
57
+ "video.is_depth_map": false,
58
+ "has_audio": false
59
+ },
60
+ "info": {
61
+ "video.fast_decode": null,
62
+ "video.g": null,
63
+ "video.video_backend": "pyav",
64
+ "video.crf": null,
65
+ "video.extra_options": null,
66
+ "video.preset": null
67
+ }
68
+ },
69
+ "observation.state": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 48
73
+ ],
74
+ "names": {
75
+ "motors": [
76
+ "left_gripper_x",
77
+ "left_gripper_y",
78
+ "left_gripper_z",
79
+ "left_gripper_qx",
80
+ "left_gripper_qy",
81
+ "left_gripper_qz",
82
+ "left_gripper_qs",
83
+ "right_gripper_x",
84
+ "right_gripper_y",
85
+ "right_gripper_z",
86
+ "right_gripper_qx",
87
+ "right_gripper_qy",
88
+ "right_gripper_qz",
89
+ "right_gripper_qs",
90
+ "left_forearm_qx",
91
+ "left_forearm_qy",
92
+ "left_forearm_qz",
93
+ "left_forearm_qs",
94
+ "right_forearm_qx",
95
+ "right_forearm_qy",
96
+ "right_forearm_qz",
97
+ "right_forearm_qs",
98
+ "head_qx",
99
+ "head_qy",
100
+ "head_qz",
101
+ "head_qs",
102
+ "left_ability_hand_index_q1",
103
+ "left_ability_hand_index_q2",
104
+ "left_ability_hand_middle_q1",
105
+ "left_ability_hand_middle_q2",
106
+ "left_ability_hand_ring_q1",
107
+ "left_ability_hand_ring_q2",
108
+ "left_ability_hand_pinky_q1",
109
+ "left_ability_hand_pinky_q2",
110
+ "left_ability_hand_thumb_q1",
111
+ "left_ability_hand_thumb_q2",
112
+ "right_ability_hand_index_q1",
113
+ "right_ability_hand_index_q2",
114
+ "right_ability_hand_middle_q1",
115
+ "right_ability_hand_middle_q2",
116
+ "right_ability_hand_ring_q1",
117
+ "right_ability_hand_ring_q2",
118
+ "right_ability_hand_pinky_q1",
119
+ "right_ability_hand_pinky_q2",
120
+ "right_ability_hand_thumb_q1",
121
+ "right_ability_hand_thumb_q2",
122
+ "spine_z",
123
+ "spine_y"
124
+ ]
125
+ },
126
+ "fps": 30.0
127
+ },
128
+ "action": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 46
132
+ ],
133
+ "names": {
134
+ "motors": [
135
+ "left_gripper_x",
136
+ "left_gripper_y",
137
+ "left_gripper_z",
138
+ "left_gripper_qx",
139
+ "left_gripper_qy",
140
+ "left_gripper_qz",
141
+ "left_gripper_qs",
142
+ "right_gripper_x",
143
+ "right_gripper_y",
144
+ "right_gripper_z",
145
+ "right_gripper_qx",
146
+ "right_gripper_qy",
147
+ "right_gripper_qz",
148
+ "right_gripper_qs",
149
+ "left_forearm_qx",
150
+ "left_forearm_qy",
151
+ "left_forearm_qz",
152
+ "left_forearm_qs",
153
+ "right_forearm_qx",
154
+ "right_forearm_qy",
155
+ "right_forearm_qz",
156
+ "right_forearm_qs",
157
+ "head_qx",
158
+ "head_qy",
159
+ "head_qz",
160
+ "head_qs",
161
+ "left_ability_hand_index_q1",
162
+ "left_ability_hand_index_q2",
163
+ "left_ability_hand_middle_q1",
164
+ "left_ability_hand_middle_q2",
165
+ "left_ability_hand_ring_q1",
166
+ "left_ability_hand_ring_q2",
167
+ "left_ability_hand_pinky_q1",
168
+ "left_ability_hand_pinky_q2",
169
+ "left_ability_hand_thumb_q1",
170
+ "left_ability_hand_thumb_q2",
171
+ "right_ability_hand_index_q1",
172
+ "right_ability_hand_index_q2",
173
+ "right_ability_hand_middle_q1",
174
+ "right_ability_hand_middle_q2",
175
+ "right_ability_hand_ring_q1",
176
+ "right_ability_hand_ring_q2",
177
+ "right_ability_hand_pinky_q1",
178
+ "right_ability_hand_pinky_q2",
179
+ "right_ability_hand_thumb_q1",
180
+ "right_ability_hand_thumb_q2"
181
+ ]
182
+ },
183
+ "fps": 30.0
184
+ },
185
+ "episode_index": {
186
+ "dtype": "int64",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ },
192
+ "frame_index": {
193
+ "dtype": "int64",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null
198
+ },
199
+ "timestamp": {
200
+ "dtype": "float32",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "names": null
205
+ },
206
+ "next.done": {
207
+ "dtype": "bool",
208
+ "shape": [
209
+ 1
210
+ ],
211
+ "names": null,
212
+ "fps": 30.0
213
+ },
214
+ "index": {
215
+ "dtype": "int64",
216
+ "shape": [
217
+ 1
218
+ ],
219
+ "names": null
220
+ },
221
+ "task_index": {
222
+ "dtype": "int64",
223
+ "shape": [
224
+ 1
225
+ ],
226
+ "names": null
227
+ }
228
+ }
229
+ }