YuhDuh commited on
Commit
ec21304
·
verified ·
1 Parent(s): 1fc0f99

Upload fine-tuned GR-1 model for drawer task (500 epochs, loss: 0.0045)

Browse files
Files changed (39) hide show
  1. checkpoint-1000/config.json +64 -0
  2. checkpoint-1000/experiment_cfg/metadata.json +907 -0
  3. checkpoint-1000/model-00001-of-00002.safetensors +3 -0
  4. checkpoint-1000/model-00002-of-00002.safetensors +3 -0
  5. checkpoint-1000/model.safetensors.index.json +0 -0
  6. checkpoint-1000/optimizer.pt +3 -0
  7. checkpoint-1000/rng_state_0.pth +3 -0
  8. checkpoint-1000/rng_state_1.pth +3 -0
  9. checkpoint-1000/rng_state_2.pth +3 -0
  10. checkpoint-1000/rng_state_3.pth +3 -0
  11. checkpoint-1000/rng_state_4.pth +3 -0
  12. checkpoint-1000/rng_state_5.pth +3 -0
  13. checkpoint-1000/rng_state_6.pth +3 -0
  14. checkpoint-1000/rng_state_7.pth +3 -0
  15. checkpoint-1000/scheduler.pt +3 -0
  16. checkpoint-1000/trainer_state.json +734 -0
  17. checkpoint-500/config.json +64 -0
  18. checkpoint-500/experiment_cfg/metadata.json +907 -0
  19. checkpoint-500/model-00001-of-00002.safetensors +3 -0
  20. checkpoint-500/model-00002-of-00002.safetensors +3 -0
  21. checkpoint-500/model.safetensors.index.json +0 -0
  22. checkpoint-500/optimizer.pt +3 -0
  23. checkpoint-500/rng_state_0.pth +3 -0
  24. checkpoint-500/rng_state_1.pth +3 -0
  25. checkpoint-500/rng_state_2.pth +3 -0
  26. checkpoint-500/rng_state_3.pth +3 -0
  27. checkpoint-500/rng_state_4.pth +3 -0
  28. checkpoint-500/rng_state_5.pth +3 -0
  29. checkpoint-500/rng_state_6.pth +3 -0
  30. checkpoint-500/rng_state_7.pth +3 -0
  31. checkpoint-500/scheduler.pt +3 -0
  32. checkpoint-500/trainer_state.json +384 -0
  33. config.json +64 -0
  34. experiment_cfg/metadata.json +907 -0
  35. model-00001-of-00002.safetensors +3 -0
  36. model-00002-of-00002.safetensors +3 -0
  37. model.safetensors.index.json +0 -0
  38. trainer_state.json +743 -0
  39. training_args.bin +3 -0
checkpoint-1000/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_dim": 32,
3
+ "action_head_cfg": {
4
+ "action_dim": 32,
5
+ "action_horizon": 16,
6
+ "add_pos_embed": true,
7
+ "backbone_embedding_dim": 2048,
8
+ "diffusion_model_cfg": {
9
+ "attention_head_dim": 48,
10
+ "cross_attention_dim": 2048,
11
+ "dropout": 0.2,
12
+ "final_dropout": true,
13
+ "interleave_self_attention": true,
14
+ "norm_type": "ada_norm",
15
+ "num_attention_heads": 32,
16
+ "num_layers": 16,
17
+ "output_dim": 1024,
18
+ "positional_embeddings": null
19
+ },
20
+ "hidden_size": 1024,
21
+ "input_embedding_dim": 1536,
22
+ "max_action_dim": 32,
23
+ "max_state_dim": 64,
24
+ "model_dtype": "float32",
25
+ "noise_beta_alpha": 1.5,
26
+ "noise_beta_beta": 1.0,
27
+ "noise_s": 0.999,
28
+ "num_inference_timesteps": 4,
29
+ "num_target_vision_tokens": 32,
30
+ "num_timestep_buckets": 1000,
31
+ "tune_diffusion_model": true,
32
+ "tune_projector": true,
33
+ "use_vlln": true,
34
+ "vl_self_attention_cfg": {
35
+ "attention_head_dim": 64,
36
+ "dropout": 0.2,
37
+ "final_dropout": true,
38
+ "num_attention_heads": 32,
39
+ "num_layers": 4,
40
+ "positional_embeddings": null
41
+ }
42
+ },
43
+ "action_horizon": 16,
44
+ "architectures": [
45
+ "GR00T_N1_5"
46
+ ],
47
+ "attn_implementation": null,
48
+ "backbone_cfg": {
49
+ "eagle_path": "NVEagle/eagle_er-qwen3_1_7B-Siglip2_400M_stage1_5_128gpu_er_v7_1mlp_nops",
50
+ "load_bf16": false,
51
+ "project_to_dim": null,
52
+ "reproject_vision": false,
53
+ "select_layer": 12,
54
+ "tune_llm": false,
55
+ "tune_visual": true,
56
+ "use_flash_attention": true
57
+ },
58
+ "compute_dtype": "bfloat16",
59
+ "hidden_size": 2048,
60
+ "model_dtype": "float32",
61
+ "model_type": "gr00t_n1_5",
62
+ "torch_dtype": "bfloat16",
63
+ "transformers_version": "4.51.3"
64
+ }
checkpoint-1000/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,907 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gr1": {
3
+ "statistics": {
4
+ "state": {
5
+ "left_arm": {
6
+ "max": [
7
+ 1.3570959568023682,
8
+ 1.5781080722808838,
9
+ 1.7425614595413208,
10
+ 0.04977008327841759,
11
+ 2.521491289138794,
12
+ 1.5104753971099854,
13
+ 1.3451268672943115
14
+ ],
15
+ "min": [
16
+ -1.7593636512756348,
17
+ -0.08899051696062088,
18
+ -1.6571800708770752,
19
+ -2.516343355178833,
20
+ -2.307133436203003,
21
+ -1.4132264852523804,
22
+ -1.4408576488494873
23
+ ],
24
+ "mean": [
25
+ -0.1721954196691513,
26
+ 0.18329788744449615,
27
+ -0.13603615760803223,
28
+ -1.0807313919067383,
29
+ 0.14450088143348694,
30
+ 0.1319544017314911,
31
+ -0.08306947350502014
32
+ ],
33
+ "std": [
34
+ 0.40682145953178406,
35
+ 0.18259239196777344,
36
+ 0.25132784247398376,
37
+ 0.5786943435668945,
38
+ 0.33050763607025146,
39
+ 0.28609949350357056,
40
+ 0.30134323239326477
41
+ ],
42
+ "q01": [
43
+ -1.6011584222316741,
44
+ -0.0004831812286283818,
45
+ -0.9488833963871002,
46
+ -2.43623423576355,
47
+ -0.940359205007553,
48
+ -0.648951044678688,
49
+ -0.9641011685132981
50
+ ],
51
+ "q99": [
52
+ 0.6305126994848265,
53
+ 0.7966297268867493,
54
+ 0.3873166218400004,
55
+ -0.07399308793246723,
56
+ 1.0455405175685888,
57
+ 0.8574009954929354,
58
+ 0.48388660699129127
59
+ ]
60
+ },
61
+ "left_hand": {
62
+ "max": [
63
+ 2.8765757083892822,
64
+ 2.6975045204162598,
65
+ 3.3291828632354736,
66
+ 2.7148845195770264,
67
+ 3.664421558380127,
68
+ 3.5466625690460205
69
+ ],
70
+ "min": [
71
+ -3.262805700302124,
72
+ -2.7771592140197754,
73
+ -3.4712820053100586,
74
+ -2.7828404903411865,
75
+ -2.197380781173706,
76
+ -2.636387825012207
77
+ ],
78
+ "mean": [
79
+ 0.21940384805202484,
80
+ 0.21819256246089935,
81
+ 0.20426052808761597,
82
+ 0.22833923995494843,
83
+ 0.06841608136892319,
84
+ 0.9091449975967407
85
+ ],
86
+ "std": [
87
+ 0.4278457462787628,
88
+ 0.41304099559783936,
89
+ 0.3710329830646515,
90
+ 0.42297253012657166,
91
+ 0.18603332340717316,
92
+ 0.7297042012214661
93
+ ],
94
+ "q01": [
95
+ -0.17130047902464868,
96
+ -0.002568027237430215,
97
+ -0.002998544566798955,
98
+ -0.0024907408631406726,
99
+ -0.14894675761461257,
100
+ -0.0002731013679294847
101
+ ],
102
+ "q99": [
103
+ 1.5014824867248535,
104
+ 1.5016536712646484,
105
+ 1.404326802492144,
106
+ 1.5127789616584781,
107
+ 0.7817099303007136,
108
+ 1.872669064998627
109
+ ]
110
+ },
111
+ "left_leg": {
112
+ "max": [
113
+ 0.0,
114
+ 0.0,
115
+ 0.0,
116
+ 0.0,
117
+ 5.186659473110922e-05,
118
+ 0.0
119
+ ],
120
+ "min": [
121
+ 0.0,
122
+ 0.0,
123
+ 0.0,
124
+ 0.0,
125
+ -2.446335656713927e-06,
126
+ -1.6033794963732362e-05
127
+ ],
128
+ "mean": [
129
+ 0.0,
130
+ 0.0,
131
+ 0.0,
132
+ 0.0,
133
+ 7.68979953136295e-06,
134
+ -2.6351963242632337e-06
135
+ ],
136
+ "std": [
137
+ 0.0,
138
+ 0.0,
139
+ 0.0,
140
+ 0.0,
141
+ 1.7361962818540633e-05,
142
+ 5.2996829253970645e-06
143
+ ],
144
+ "q01": [
145
+ 0.0,
146
+ 0.0,
147
+ 0.0,
148
+ 0.0,
149
+ -2.446335656713927e-06,
150
+ -1.6033794963732362e-05
151
+ ],
152
+ "q99": [
153
+ 0.0,
154
+ 0.0,
155
+ 0.0,
156
+ 0.0,
157
+ 5.186659473110922e-05,
158
+ 0.0
159
+ ]
160
+ },
161
+ "neck": {
162
+ "max": [
163
+ 0.01535311620682478,
164
+ 0.05556071177124977,
165
+ 0.008969387039542198
166
+ ],
167
+ "min": [
168
+ -0.23586410284042358,
169
+ -0.03865945711731911,
170
+ -0.06754876673221588
171
+ ],
172
+ "mean": [
173
+ -0.0008622645400464535,
174
+ 5.3951262088958174e-05,
175
+ -0.00013521323853638023
176
+ ],
177
+ "std": [
178
+ 0.01196372415870428,
179
+ 0.0034790514037013054,
180
+ 0.0031053286511451006
181
+ ],
182
+ "q01": [
183
+ -0.00492388429120183,
184
+ -0.0027977502904832363,
185
+ 0.0
186
+ ],
187
+ "q99": [
188
+ 2.9924885893706232e-06,
189
+ 0.0002969176275655627,
190
+ 0.0
191
+ ]
192
+ },
193
+ "right_arm": {
194
+ "max": [
195
+ 1.7399436235427856,
196
+ 0.07876992970705032,
197
+ 2.5426626205444336,
198
+ 0.048908114433288574,
199
+ 3.000918388366699,
200
+ 1.4513440132141113,
201
+ 1.5000383853912354
202
+ ],
203
+ "min": [
204
+ -2.2743337154388428,
205
+ -2.999122142791748,
206
+ -1.7424250841140747,
207
+ -2.536545753479004,
208
+ -2.6034910678863525,
209
+ -1.5032434463500977,
210
+ -1.4913568496704102
211
+ ],
212
+ "mean": [
213
+ -0.1590277999639511,
214
+ -0.2511773109436035,
215
+ 0.08599518239498138,
216
+ -1.1420482397079468,
217
+ 0.21259814500808716,
218
+ 0.04237671568989754,
219
+ 0.03427042067050934
220
+ ],
221
+ "std": [
222
+ 0.563156247138977,
223
+ 0.24450603127479553,
224
+ 0.32825493812561035,
225
+ 0.7310536503791809,
226
+ 0.4813914895057678,
227
+ 0.35611921548843384,
228
+ 0.509053111076355
229
+ ],
230
+ "q01": [
231
+ -1.4233640372753142,
232
+ -1.0436977982521056,
233
+ -0.7169023394584656,
234
+ -2.4936094284057617,
235
+ -0.7377233326435089,
236
+ -0.8036172896623611,
237
+ -0.9991738587617874
238
+ ],
239
+ "q99": [
240
+ 1.1677674055099487,
241
+ 0.0006303858070168663,
242
+ 0.8771779745817194,
243
+ -0.0582109544426202,
244
+ 1.4707317113876357,
245
+ 0.8474899172782919,
246
+ 1.2271583080291748
247
+ ]
248
+ },
249
+ "right_hand": {
250
+ "max": [
251
+ 2.397510290145874,
252
+ 2.4422738552093506,
253
+ 3.0158462524414062,
254
+ 2.457378625869751,
255
+ 1.4605257511138916,
256
+ 2.168534278869629
257
+ ],
258
+ "min": [
259
+ -1.7595213651657104,
260
+ -1.8982670307159424,
261
+ -1.8622381687164307,
262
+ -1.8314869403839111,
263
+ -1.0045679807662964,
264
+ -0.31411829590797424
265
+ ],
266
+ "mean": [
267
+ 0.34993353486061096,
268
+ 0.3412855267524719,
269
+ 0.3271332383155823,
270
+ 0.3575766980648041,
271
+ 0.09723818302154541,
272
+ 1.0641368627548218
273
+ ],
274
+ "std": [
275
+ 0.4914742112159729,
276
+ 0.4654525816440582,
277
+ 0.4451630115509033,
278
+ 0.4866269826889038,
279
+ 0.1814946085214615,
280
+ 0.573503315448761
281
+ ],
282
+ "q01": [
283
+ -0.004218762856908143,
284
+ -0.004575904295779765,
285
+ -0.005576773989014327,
286
+ -0.004707079078070819,
287
+ -0.18967307358980176,
288
+ 0.03200087323784828
289
+ ],
290
+ "q99": [
291
+ 1.4994217157363892,
292
+ 1.5029035806655884,
293
+ 1.661455136537552,
294
+ 1.5188306391239168,
295
+ 0.6953653633594525,
296
+ 1.8182492077350618
297
+ ]
298
+ },
299
+ "right_leg": {
300
+ "max": [
301
+ 0.0,
302
+ 0.0,
303
+ 0.0,
304
+ 0.0,
305
+ 5.369959126255708e-06,
306
+ 0.0
307
+ ],
308
+ "min": [
309
+ 0.0,
310
+ 0.0,
311
+ 0.0,
312
+ 0.0,
313
+ -2.446335656713927e-06,
314
+ -5.166131450096145e-05
315
+ ],
316
+ "mean": [
317
+ 0.0,
318
+ 0.0,
319
+ 0.0,
320
+ 0.0,
321
+ 8.152188684107387e-07,
322
+ -7.940252544358373e-06
323
+ ],
324
+ "std": [
325
+ 0.0,
326
+ 0.0,
327
+ 0.0,
328
+ 0.0,
329
+ 1.92081461136695e-06,
330
+ 1.7361962818540633e-05
331
+ ],
332
+ "q01": [
333
+ 0.0,
334
+ 0.0,
335
+ 0.0,
336
+ 0.0,
337
+ -2.446335656713927e-06,
338
+ -5.166131450096145e-05
339
+ ],
340
+ "q99": [
341
+ 0.0,
342
+ 0.0,
343
+ 0.0,
344
+ 0.0,
345
+ 5.369959126255708e-06,
346
+ 0.0
347
+ ]
348
+ },
349
+ "waist": {
350
+ "max": [
351
+ 1.0323854684829712,
352
+ 0.7102982997894287,
353
+ 0.43762317299842834
354
+ ],
355
+ "min": [
356
+ -0.8131351470947266,
357
+ -0.4901888370513916,
358
+ -0.7304351925849915
359
+ ],
360
+ "mean": [
361
+ 0.014510802924633026,
362
+ 0.014398206025362015,
363
+ -0.00020241182937752455
364
+ ],
365
+ "std": [
366
+ 0.12270263582468033,
367
+ 0.032448362559080124,
368
+ 0.00728295324370265
369
+ ],
370
+ "q01": [
371
+ -0.3365072563290596,
372
+ -0.0290498711168766,
373
+ -0.026060330495238305
374
+ ],
375
+ "q99": [
376
+ 0.48663658648729347,
377
+ 0.12612193301320096,
378
+ 0.02228020317852497
379
+ ]
380
+ }
381
+ },
382
+ "action": {
383
+ "left_arm": {
384
+ "max": [
385
+ 1.4113223552703857,
386
+ 1.8901419639587402,
387
+ 1.7754145860671997,
388
+ 7.309383363462985e-05,
389
+ 2.563594102859497,
390
+ 1.5000243186950684,
391
+ 1.4908421039581299
392
+ ],
393
+ "min": [
394
+ -2.291214942932129,
395
+ -0.001746351015754044,
396
+ -2.4999990463256836,
397
+ -2.814260482788086,
398
+ -2.3611011505126953,
399
+ -1.4937989711761475,
400
+ -1.4969758987426758
401
+ ],
402
+ "mean": [
403
+ -0.17771673202514648,
404
+ 0.18351773917675018,
405
+ -0.1372099369764328,
406
+ -1.0842658281326294,
407
+ 0.14675945043563843,
408
+ 0.1292145699262619,
409
+ -0.09504522383213043
410
+ ],
411
+ "std": [
412
+ 0.4174487590789795,
413
+ 0.18478454649448395,
414
+ 0.25687918066978455,
415
+ 0.5807053446769714,
416
+ 0.3365735411643982,
417
+ 0.2984270751476288,
418
+ 0.3153652846813202
419
+ ],
420
+ "q01": [
421
+ -1.6055770933628082,
422
+ -7.429541994952153e-07,
423
+ -0.9837155520915984,
424
+ -2.480029511451721,
425
+ -0.9457575023174285,
426
+ -0.7192997813224793,
427
+ -1.008323037624359
428
+ ],
429
+ "q99": [
430
+ 0.6335921049118056,
431
+ 0.8018405169248584,
432
+ 0.39303458780050327,
433
+ -0.0636610623449087,
434
+ 1.0508334636688232,
435
+ 0.8918659299612055,
436
+ 0.5138001590967183
437
+ ]
438
+ },
439
+ "left_hand": {
440
+ "max": [
441
+ 1.5707963705062866,
442
+ 1.646651268005371,
443
+ 1.709236979484558,
444
+ 2.0620639324188232,
445
+ 3.0,
446
+ 3.0
447
+ ],
448
+ "min": [
449
+ -1.9597030878067017,
450
+ -1.8635213375091553,
451
+ -1.9709523916244507,
452
+ -1.5,
453
+ -3.0,
454
+ 0.0
455
+ ],
456
+ "mean": [
457
+ -0.22721463441848755,
458
+ -0.21956320106983185,
459
+ -0.2144497036933899,
460
+ -0.21446840465068817,
461
+ -0.48631641268730164,
462
+ 1.6838233470916748
463
+ ],
464
+ "std": [
465
+ 1.0050891637802124,
466
+ 1.012416124343872,
467
+ 1.0138051509857178,
468
+ 1.020043969154358,
469
+ 2.066762685775757,
470
+ 1.4588384628295898
471
+ ],
472
+ "q01": [
473
+ -1.5,
474
+ -1.5,
475
+ -1.5,
476
+ -1.5,
477
+ -3.0,
478
+ 0.0
479
+ ],
480
+ "q99": [
481
+ 1.5,
482
+ 1.5,
483
+ 1.5,
484
+ 1.5,
485
+ 3.0,
486
+ 3.0
487
+ ]
488
+ },
489
+ "left_leg": {
490
+ "max": [
491
+ 0.0,
492
+ 0.0,
493
+ 0.0,
494
+ 0.0,
495
+ 0.0,
496
+ 0.0
497
+ ],
498
+ "min": [
499
+ 0.0,
500
+ 0.0,
501
+ 0.0,
502
+ 0.0,
503
+ 0.0,
504
+ 0.0
505
+ ],
506
+ "mean": [
507
+ 0.0,
508
+ 0.0,
509
+ 0.0,
510
+ 0.0,
511
+ 0.0,
512
+ 0.0
513
+ ],
514
+ "std": [
515
+ 0.0,
516
+ 0.0,
517
+ 0.0,
518
+ 0.0,
519
+ 0.0,
520
+ 0.0
521
+ ],
522
+ "q01": [
523
+ 0.0,
524
+ 0.0,
525
+ 0.0,
526
+ 0.0,
527
+ 0.0,
528
+ 0.0
529
+ ],
530
+ "q99": [
531
+ 0.0,
532
+ 0.0,
533
+ 0.0,
534
+ 0.0,
535
+ 0.0,
536
+ 0.0
537
+ ]
538
+ },
539
+ "neck": {
540
+ "max": [
541
+ 0.0,
542
+ 0.0,
543
+ 0.0
544
+ ],
545
+ "min": [
546
+ 0.0,
547
+ 0.0,
548
+ 0.0
549
+ ],
550
+ "mean": [
551
+ 0.0,
552
+ 0.0,
553
+ 0.0
554
+ ],
555
+ "std": [
556
+ 0.0,
557
+ 0.0,
558
+ 0.0
559
+ ],
560
+ "q01": [
561
+ 0.0,
562
+ 0.0,
563
+ 0.0
564
+ ],
565
+ "q99": [
566
+ 0.0,
567
+ 0.0,
568
+ 0.0
569
+ ]
570
+ },
571
+ "right_arm": {
572
+ "max": [
573
+ 1.7834906578063965,
574
+ 0.0002448999439366162,
575
+ 2.549729585647583,
576
+ 7.45560391806066e-05,
577
+ 3.0000460147857666,
578
+ 1.4975632429122925,
579
+ 1.4998434782028198
580
+ ],
581
+ "min": [
582
+ -2.318650960922241,
583
+ -2.9999561309814453,
584
+ -1.9257696866989136,
585
+ -2.8759055137634277,
586
+ -2.620600461959839,
587
+ -1.5001521110534668,
588
+ -1.4994292259216309
589
+ ],
590
+ "mean": [
591
+ -0.16953834891319275,
592
+ -0.2535267770290375,
593
+ 0.08221600204706192,
594
+ -1.1492931842803955,
595
+ 0.21761417388916016,
596
+ 0.0431099571287632,
597
+ 0.041337188333272934
598
+ ],
599
+ "std": [
600
+ 0.5752111673355103,
601
+ 0.2584686279296875,
602
+ 0.341155469417572,
603
+ 0.7394758462905884,
604
+ 0.48707106709480286,
605
+ 0.3721199631690979,
606
+ 0.5423213839530945
607
+ ],
608
+ "q01": [
609
+ -1.4375487387180328,
610
+ -1.0682010412216187,
611
+ -0.7535711079835892,
612
+ -2.6383612155914307,
613
+ -0.7471688866615296,
614
+ -0.8604200631380081,
615
+ -1.090039813518524
616
+ ],
617
+ "q99": [
618
+ 1.1753968834877018,
619
+ -9.999999974752427e-07,
620
+ 0.8976036489009873,
621
+ -0.05795218236744387,
622
+ 1.4876463234424593,
623
+ 0.877433916926385,
624
+ 1.464138692617417
625
+ ]
626
+ },
627
+ "right_hand": {
628
+ "max": [
629
+ 1.5707963705062866,
630
+ 1.7183797359466553,
631
+ 3.979951858520508,
632
+ 3.9879753589630127,
633
+ 3.0,
634
+ 3.0
635
+ ],
636
+ "min": [
637
+ -1.5,
638
+ -1.5,
639
+ -1.5,
640
+ -1.5,
641
+ -3.0,
642
+ 4.470348358154297e-08
643
+ ],
644
+ "mean": [
645
+ -0.5435706377029419,
646
+ -0.5304322242736816,
647
+ -0.5179098844528198,
648
+ -0.4968528747558594,
649
+ -1.1343770027160645,
650
+ 2.1282095909118652
651
+ ],
652
+ "std": [
653
+ 1.1248024702072144,
654
+ 1.1392076015472412,
655
+ 1.1426663398742676,
656
+ 1.3018625974655151,
657
+ 2.1998753547668457,
658
+ 0.9186902642250061
659
+ ],
660
+ "q01": [
661
+ -1.5,
662
+ -1.5,
663
+ -1.5,
664
+ -1.5,
665
+ -3.0,
666
+ 0.0433624254539609
667
+ ],
668
+ "q99": [
669
+ 1.5,
670
+ 1.5,
671
+ 1.5,
672
+ 1.5,
673
+ 3.0,
674
+ 3.0
675
+ ]
676
+ },
677
+ "right_leg": {
678
+ "max": [
679
+ 0.0,
680
+ 0.0,
681
+ 0.0,
682
+ 0.0,
683
+ 0.0,
684
+ 0.0
685
+ ],
686
+ "min": [
687
+ 0.0,
688
+ 0.0,
689
+ 0.0,
690
+ 0.0,
691
+ 0.0,
692
+ 0.0
693
+ ],
694
+ "mean": [
695
+ 0.0,
696
+ 0.0,
697
+ 0.0,
698
+ 0.0,
699
+ 0.0,
700
+ 0.0
701
+ ],
702
+ "std": [
703
+ 0.0,
704
+ 0.0,
705
+ 0.0,
706
+ 0.0,
707
+ 0.0,
708
+ 0.0
709
+ ],
710
+ "q01": [
711
+ 0.0,
712
+ 0.0,
713
+ 0.0,
714
+ 0.0,
715
+ 0.0,
716
+ 0.0
717
+ ],
718
+ "q99": [
719
+ 0.0,
720
+ 0.0,
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0
725
+ ]
726
+ },
727
+ "waist": {
728
+ "max": [
729
+ 1.049119234085083,
730
+ 0.6198405623435974,
731
+ 0.45177245140075684
732
+ ],
733
+ "min": [
734
+ -0.8292319774627686,
735
+ -0.5185094475746155,
736
+ -0.37811079621315
737
+ ],
738
+ "mean": [
739
+ 0.014836843125522137,
740
+ 0.01042813528329134,
741
+ -0.00014937532250769436
742
+ ],
743
+ "std": [
744
+ 0.12568794190883636,
745
+ 0.030695030465722084,
746
+ 0.004574332851916552
747
+ ],
748
+ "q01": [
749
+ -0.3402548208832741,
750
+ -0.025130789913237094,
751
+ -0.016220059804618357
752
+ ],
753
+ "q99": [
754
+ 0.4959896907210364,
755
+ 0.12137954644858845,
756
+ 0.010726323025301111
757
+ ]
758
+ }
759
+ }
760
+ },
761
+ "modalities": {
762
+ "video": {
763
+ "ego_view": {
764
+ "resolution": [
765
+ 256,
766
+ 256
767
+ ],
768
+ "channels": 3,
769
+ "fps": 16.0
770
+ }
771
+ },
772
+ "state": {
773
+ "left_arm": {
774
+ "absolute": true,
775
+ "rotation_type": null,
776
+ "shape": [
777
+ 7
778
+ ],
779
+ "continuous": true
780
+ },
781
+ "left_hand": {
782
+ "absolute": true,
783
+ "rotation_type": null,
784
+ "shape": [
785
+ 6
786
+ ],
787
+ "continuous": true
788
+ },
789
+ "left_leg": {
790
+ "absolute": true,
791
+ "rotation_type": null,
792
+ "shape": [
793
+ 6
794
+ ],
795
+ "continuous": true
796
+ },
797
+ "neck": {
798
+ "absolute": true,
799
+ "rotation_type": null,
800
+ "shape": [
801
+ 3
802
+ ],
803
+ "continuous": true
804
+ },
805
+ "right_arm": {
806
+ "absolute": true,
807
+ "rotation_type": null,
808
+ "shape": [
809
+ 7
810
+ ],
811
+ "continuous": true
812
+ },
813
+ "right_hand": {
814
+ "absolute": true,
815
+ "rotation_type": null,
816
+ "shape": [
817
+ 6
818
+ ],
819
+ "continuous": true
820
+ },
821
+ "right_leg": {
822
+ "absolute": true,
823
+ "rotation_type": null,
824
+ "shape": [
825
+ 6
826
+ ],
827
+ "continuous": true
828
+ },
829
+ "waist": {
830
+ "absolute": true,
831
+ "rotation_type": null,
832
+ "shape": [
833
+ 3
834
+ ],
835
+ "continuous": true
836
+ }
837
+ },
838
+ "action": {
839
+ "left_arm": {
840
+ "absolute": true,
841
+ "rotation_type": null,
842
+ "shape": [
843
+ 7
844
+ ],
845
+ "continuous": true
846
+ },
847
+ "left_hand": {
848
+ "absolute": true,
849
+ "rotation_type": null,
850
+ "shape": [
851
+ 6
852
+ ],
853
+ "continuous": true
854
+ },
855
+ "left_leg": {
856
+ "absolute": true,
857
+ "rotation_type": null,
858
+ "shape": [
859
+ 6
860
+ ],
861
+ "continuous": true
862
+ },
863
+ "neck": {
864
+ "absolute": true,
865
+ "rotation_type": null,
866
+ "shape": [
867
+ 3
868
+ ],
869
+ "continuous": true
870
+ },
871
+ "right_arm": {
872
+ "absolute": true,
873
+ "rotation_type": null,
874
+ "shape": [
875
+ 7
876
+ ],
877
+ "continuous": true
878
+ },
879
+ "right_hand": {
880
+ "absolute": true,
881
+ "rotation_type": null,
882
+ "shape": [
883
+ 6
884
+ ],
885
+ "continuous": true
886
+ },
887
+ "right_leg": {
888
+ "absolute": true,
889
+ "rotation_type": null,
890
+ "shape": [
891
+ 6
892
+ ],
893
+ "continuous": true
894
+ },
895
+ "waist": {
896
+ "absolute": true,
897
+ "rotation_type": null,
898
+ "shape": [
899
+ 3
900
+ ],
901
+ "continuous": true
902
+ }
903
+ }
904
+ },
905
+ "embodiment_tag": "gr1"
906
+ }
907
+ }
checkpoint-1000/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7531485bfa125fc4e6c16cb3d2f7227fa702da4bc7f8092b491f368ffa7fd60b
3
+ size 4999367032
checkpoint-1000/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f006d0630f8948e13c7bed3398d81a8f06ab18560f9af3bc498f0de4ccac933
3
+ size 2586705312
checkpoint-1000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e8d94294e1c230f5a9b321f23a2f414059dae89f587df6d3f6ea98e245fb509
3
+ size 8550719757
checkpoint-1000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24aa6ff701ad854181a6e51a8144ec08925aac417295d6f054fb78e0b8c312fc
3
+ size 16185
checkpoint-1000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fefd53a185f71dc4a33a4c1eb6b9ed5b7a66cb56aa74c047cb6789ad0888c52
3
+ size 16185
checkpoint-1000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3c2f239d36c391f40dda362eab3c1ce1e12bc90e5064d5e76eaa881c8e73e6b
3
+ size 16185
checkpoint-1000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d4e4db87391dc1656acc167889740d74ed7f0dee0ecceefb2aa39f232114789
3
+ size 16185
checkpoint-1000/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd6a8f0ae4bf37515fae0cf49da114c1432552e406bcbf15b6826c66fe4fce36
3
+ size 16185
checkpoint-1000/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:442703f94b355f2353a3a30a20fc3b2bd08f2817460a8d7cfafc3b1f9a6a1313
3
+ size 16185
checkpoint-1000/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d49e781e6bd7d60647550a437e4c467230f51014c1ba5ca5ade7d9c9dba761a3
3
+ size 16185
checkpoint-1000/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6def6fdb8bc7e69124735f36c6e4b003a4c3b93a3e9c8e491659a9a7311241ea
3
+ size 16185
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dac8d75be86cf06a433e976a433bfb6a041bbd27f1ca55b95bd5fe9203262e2
3
+ size 1263
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,734 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 500.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 5.0,
14
+ "grad_norm": 5.397169589996338,
15
+ "learning_rate": 1.8000000000000001e-06,
16
+ "loss": 0.2919,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 10.0,
21
+ "grad_norm": 0.9353181719779968,
22
+ "learning_rate": 3.8000000000000005e-06,
23
+ "loss": 0.1739,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 15.0,
28
+ "grad_norm": 0.7328904271125793,
29
+ "learning_rate": 5.8e-06,
30
+ "loss": 0.0652,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 20.0,
35
+ "grad_norm": 0.4074712097644806,
36
+ "learning_rate": 7.800000000000002e-06,
37
+ "loss": 0.0404,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 25.0,
42
+ "grad_norm": 0.2423805147409439,
43
+ "learning_rate": 9.800000000000001e-06,
44
+ "loss": 0.0316,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 30.0,
49
+ "grad_norm": 0.2766434848308563,
50
+ "learning_rate": 9.997785653888835e-06,
51
+ "loss": 0.0298,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 35.0,
56
+ "grad_norm": 0.13297130167484283,
57
+ "learning_rate": 9.990133642141359e-06,
58
+ "loss": 0.0188,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 40.0,
63
+ "grad_norm": 0.14956459403038025,
64
+ "learning_rate": 9.977024992520604e-06,
65
+ "loss": 0.0215,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 45.0,
70
+ "grad_norm": 0.11092308908700943,
71
+ "learning_rate": 9.95847403914247e-06,
72
+ "loss": 0.0165,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 50.0,
77
+ "grad_norm": 0.14556869864463806,
78
+ "learning_rate": 9.934501067202117e-06,
79
+ "loss": 0.0184,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 55.0,
84
+ "grad_norm": 0.08497963100671768,
85
+ "learning_rate": 9.905132290792395e-06,
86
+ "loss": 0.017,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 60.0,
91
+ "grad_norm": 0.11055798828601837,
92
+ "learning_rate": 9.870399824239116e-06,
93
+ "loss": 0.0144,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 65.0,
98
+ "grad_norm": 0.11764124035835266,
99
+ "learning_rate": 9.830341646984521e-06,
100
+ "loss": 0.016,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 70.0,
105
+ "grad_norm": 0.08840305358171463,
106
+ "learning_rate": 9.785001562057311e-06,
107
+ "loss": 0.0146,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 75.0,
112
+ "grad_norm": 0.10814695060253143,
113
+ "learning_rate": 9.734429148174676e-06,
114
+ "loss": 0.0124,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 80.0,
119
+ "grad_norm": 0.11634189635515213,
120
+ "learning_rate": 9.678679705528699e-06,
121
+ "loss": 0.0116,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 85.0,
126
+ "grad_norm": 0.12818841636180878,
127
+ "learning_rate": 9.61781419531641e-06,
128
+ "loss": 0.012,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 90.0,
133
+ "grad_norm": 0.10254319757223129,
134
+ "learning_rate": 9.551899173079607e-06,
135
+ "loss": 0.0114,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 95.0,
140
+ "grad_norm": 0.08262895792722702,
141
+ "learning_rate": 9.481006715927352e-06,
142
+ "loss": 0.0087,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 100.0,
147
+ "grad_norm": 0.0894164964556694,
148
+ "learning_rate": 9.405214343720708e-06,
149
+ "loss": 0.0106,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 105.0,
154
+ "grad_norm": 0.10203208029270172,
155
+ "learning_rate": 9.324604934305911e-06,
156
+ "loss": 0.0121,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 110.0,
161
+ "grad_norm": 0.10908177495002747,
162
+ "learning_rate": 9.23926663288866e-06,
163
+ "loss": 0.0102,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 115.0,
168
+ "grad_norm": 0.08058351278305054,
169
+ "learning_rate": 9.149292755648631e-06,
170
+ "loss": 0.0084,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 120.0,
175
+ "grad_norm": 0.07929268479347229,
176
+ "learning_rate": 9.0547816876996e-06,
177
+ "loss": 0.009,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 125.0,
182
+ "grad_norm": 0.10747542232275009,
183
+ "learning_rate": 8.955836775506776e-06,
184
+ "loss": 0.0076,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 130.0,
189
+ "grad_norm": 0.10107773542404175,
190
+ "learning_rate": 8.852566213878947e-06,
191
+ "loss": 0.0067,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 135.0,
196
+ "grad_norm": 0.10776694118976593,
197
+ "learning_rate": 8.745082927659048e-06,
198
+ "loss": 0.0103,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 140.0,
203
+ "grad_norm": 0.11428030580282211,
204
+ "learning_rate": 8.633504448242504e-06,
205
+ "loss": 0.0073,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 145.0,
210
+ "grad_norm": 0.09270931780338287,
211
+ "learning_rate": 8.517952785058385e-06,
212
+ "loss": 0.0104,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 150.0,
217
+ "grad_norm": 0.16489315032958984,
218
+ "learning_rate": 8.398554292153866e-06,
219
+ "loss": 0.0073,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 155.0,
224
+ "grad_norm": 0.07723696529865265,
225
+ "learning_rate": 8.275439530027948e-06,
226
+ "loss": 0.0096,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 160.0,
231
+ "grad_norm": 0.10752108693122864,
232
+ "learning_rate": 8.148743122865463e-06,
233
+ "loss": 0.0065,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 165.0,
238
+ "grad_norm": 0.1112474650144577,
239
+ "learning_rate": 8.018603611327505e-06,
240
+ "loss": 0.0066,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 170.0,
245
+ "grad_norm": 0.12241555005311966,
246
+ "learning_rate": 7.885163301059251e-06,
247
+ "loss": 0.0069,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 175.0,
252
+ "grad_norm": 0.08366672694683075,
253
+ "learning_rate": 7.748568107080831e-06,
254
+ "loss": 0.0048,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 180.0,
259
+ "grad_norm": 0.11723809689283371,
260
+ "learning_rate": 7.608967394231387e-06,
261
+ "loss": 0.0066,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 185.0,
266
+ "grad_norm": 0.0729377269744873,
267
+ "learning_rate": 7.4665138138408255e-06,
268
+ "loss": 0.0074,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 190.0,
273
+ "grad_norm": 0.11097389459609985,
274
+ "learning_rate": 7.3213631368078196e-06,
275
+ "loss": 0.0059,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 195.0,
280
+ "grad_norm": 0.07192663848400116,
281
+ "learning_rate": 7.173674083266624e-06,
282
+ "loss": 0.0076,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 200.0,
287
+ "grad_norm": 0.0996483564376831,
288
+ "learning_rate": 7.023608149028936e-06,
289
+ "loss": 0.0054,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 205.0,
294
+ "grad_norm": 0.0916118174791336,
295
+ "learning_rate": 6.871329428990602e-06,
296
+ "loss": 0.0086,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 210.0,
301
+ "grad_norm": 0.06764936447143555,
302
+ "learning_rate": 6.717004437696249e-06,
303
+ "loss": 0.0055,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 215.0,
308
+ "grad_norm": 0.08822007477283478,
309
+ "learning_rate": 6.560801927258081e-06,
310
+ "loss": 0.0066,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 220.0,
315
+ "grad_norm": 0.08827707171440125,
316
+ "learning_rate": 6.402892702827916e-06,
317
+ "loss": 0.0061,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 225.0,
322
+ "grad_norm": 0.0720047801733017,
323
+ "learning_rate": 6.243449435824276e-06,
324
+ "loss": 0.0061,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 230.0,
329
+ "grad_norm": 0.07006888091564178,
330
+ "learning_rate": 6.0826464751187e-06,
331
+ "loss": 0.0083,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 235.0,
336
+ "grad_norm": 0.09243530035018921,
337
+ "learning_rate": 5.920659656387836e-06,
338
+ "loss": 0.0078,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 240.0,
343
+ "grad_norm": 0.06492191553115845,
344
+ "learning_rate": 5.7576661098397024e-06,
345
+ "loss": 0.0066,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 245.0,
350
+ "grad_norm": 0.08790420740842819,
351
+ "learning_rate": 5.593844066524401e-06,
352
+ "loss": 0.0054,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 250.0,
357
+ "grad_norm": 0.07164391130208969,
358
+ "learning_rate": 5.429372663441086e-06,
359
+ "loss": 0.0053,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 255.0,
364
+ "grad_norm": 0.14394554495811462,
365
+ "learning_rate": 5.264431747654284e-06,
366
+ "loss": 0.0073,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 260.0,
371
+ "grad_norm": 0.07013445347547531,
372
+ "learning_rate": 5.099201679633769e-06,
373
+ "loss": 0.0052,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 265.0,
378
+ "grad_norm": 0.06680478155612946,
379
+ "learning_rate": 4.93386313603304e-06,
380
+ "loss": 0.0069,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 270.0,
385
+ "grad_norm": 0.06247612461447716,
386
+ "learning_rate": 4.768596912122046e-06,
387
+ "loss": 0.0052,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 275.0,
392
+ "grad_norm": 0.05117158591747284,
393
+ "learning_rate": 4.60358372409022e-06,
394
+ "loss": 0.0051,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 280.0,
399
+ "grad_norm": 0.08578942716121674,
400
+ "learning_rate": 4.439004011435979e-06,
401
+ "loss": 0.0048,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 285.0,
406
+ "grad_norm": 0.06459514051675797,
407
+ "learning_rate": 4.275037739658771e-06,
408
+ "loss": 0.0043,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 290.0,
413
+ "grad_norm": 0.04910711571574211,
414
+ "learning_rate": 4.111864203469457e-06,
415
+ "loss": 0.0048,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 295.0,
420
+ "grad_norm": 0.08023233711719513,
421
+ "learning_rate": 3.949661830734172e-06,
422
+ "loss": 0.0052,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 300.0,
427
+ "grad_norm": 0.052299484610557556,
428
+ "learning_rate": 3.7886079873660693e-06,
429
+ "loss": 0.0065,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 305.0,
434
+ "grad_norm": 0.07018306851387024,
435
+ "learning_rate": 3.628878783378302e-06,
436
+ "loss": 0.0072,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 310.0,
441
+ "grad_norm": 0.12681585550308228,
442
+ "learning_rate": 3.470648880310313e-06,
443
+ "loss": 0.0052,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 315.0,
448
+ "grad_norm": 0.05805307626724243,
449
+ "learning_rate": 3.3140913002379993e-06,
450
+ "loss": 0.0039,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 320.0,
455
+ "grad_norm": 0.04801641404628754,
456
+ "learning_rate": 3.1593772365766107e-06,
457
+ "loss": 0.0048,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 325.0,
462
+ "grad_norm": 0.045701764523983,
463
+ "learning_rate": 3.0066758668832752e-06,
464
+ "loss": 0.0048,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 330.0,
469
+ "grad_norm": 0.11551245301961899,
470
+ "learning_rate": 2.8561541678638145e-06,
471
+ "loss": 0.0052,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 335.0,
476
+ "grad_norm": 0.11086073517799377,
477
+ "learning_rate": 2.707976732786166e-06,
478
+ "loss": 0.0079,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 340.0,
483
+ "grad_norm": 0.13061760365962982,
484
+ "learning_rate": 2.562305591500069e-06,
485
+ "loss": 0.0068,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 345.0,
490
+ "grad_norm": 0.07454542815685272,
491
+ "learning_rate": 2.4193000332597984e-06,
492
+ "loss": 0.0045,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 350.0,
497
+ "grad_norm": 0.07397207617759705,
498
+ "learning_rate": 2.2791164325437047e-06,
499
+ "loss": 0.0055,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 355.0,
504
+ "grad_norm": 0.1096329614520073,
505
+ "learning_rate": 2.1419080780610123e-06,
506
+ "loss": 0.0089,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 360.0,
511
+ "grad_norm": 0.04022010788321495,
512
+ "learning_rate": 2.0078250051328783e-06,
513
+ "loss": 0.0045,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 365.0,
518
+ "grad_norm": 0.07427657395601273,
519
+ "learning_rate": 1.877013831630961e-06,
520
+ "loss": 0.0073,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 370.0,
525
+ "grad_norm": 0.031478069722652435,
526
+ "learning_rate": 1.749617597652934e-06,
527
+ "loss": 0.0041,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 375.0,
532
+ "grad_norm": 0.05490158125758171,
533
+ "learning_rate": 1.62577560911024e-06,
534
+ "loss": 0.005,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 380.0,
539
+ "grad_norm": 0.05454939976334572,
540
+ "learning_rate": 1.505623285399121e-06,
541
+ "loss": 0.0035,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 385.0,
546
+ "grad_norm": 0.08547298610210419,
547
+ "learning_rate": 1.389292011321498e-06,
548
+ "loss": 0.0041,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 390.0,
553
+ "grad_norm": 0.03897368535399437,
554
+ "learning_rate": 1.2769089934176126e-06,
555
+ "loss": 0.0045,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 395.0,
560
+ "grad_norm": 0.0883495956659317,
561
+ "learning_rate": 1.1685971208675539e-06,
562
+ "loss": 0.0043,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 400.0,
567
+ "grad_norm": 0.09905428439378738,
568
+ "learning_rate": 1.0644748311137377e-06,
569
+ "loss": 0.0062,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 405.0,
574
+ "grad_norm": 0.0332956500351429,
575
+ "learning_rate": 9.646559803512995e-07,
576
+ "loss": 0.0053,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 410.0,
581
+ "grad_norm": 0.032863277941942215,
582
+ "learning_rate": 8.692497190280225e-07,
583
+ "loss": 0.0064,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 415.0,
588
+ "grad_norm": 0.06062532216310501,
589
+ "learning_rate": 7.783603724899258e-07,
590
+ "loss": 0.0057,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 420.0,
595
+ "grad_norm": 0.07800234854221344,
596
+ "learning_rate": 6.92087326903022e-07,
597
+ "loss": 0.0041,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 425.0,
602
+ "grad_norm": 0.06310921907424927,
603
+ "learning_rate": 6.105249205760128e-07,
604
+ "loss": 0.007,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 430.0,
609
+ "grad_norm": 0.09032593667507172,
610
+ "learning_rate": 5.337623408027293e-07,
611
+ "loss": 0.0044,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 435.0,
616
+ "grad_norm": 0.06231192871928215,
617
+ "learning_rate": 4.6188352633713964e-07,
618
+ "loss": 0.0052,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 440.0,
623
+ "grad_norm": 0.05976652354001999,
624
+ "learning_rate": 3.949670756075447e-07,
625
+ "loss": 0.0036,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 445.0,
630
+ "grad_norm": 0.034347184002399445,
631
+ "learning_rate": 3.3308616077036113e-07,
632
+ "loss": 0.0037,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 450.0,
637
+ "grad_norm": 0.06989555060863495,
638
+ "learning_rate": 2.763084476974376e-07,
639
+ "loss": 0.0065,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 455.0,
644
+ "grad_norm": 0.02786043845117092,
645
+ "learning_rate": 2.2469602198441575e-07,
646
+ "loss": 0.0032,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 460.0,
651
+ "grad_norm": 0.05007728934288025,
652
+ "learning_rate": 1.7830532106104747e-07,
653
+ "loss": 0.0046,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 465.0,
658
+ "grad_norm": 0.026432454586029053,
659
+ "learning_rate": 1.3718707247769137e-07,
660
+ "loss": 0.0039,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 470.0,
665
+ "grad_norm": 0.03813087195158005,
666
+ "learning_rate": 1.0138623843548078e-07,
667
+ "loss": 0.004,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 475.0,
672
+ "grad_norm": 0.09041327983140945,
673
+ "learning_rate": 7.094196662081832e-08,
674
+ "loss": 0.0068,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 480.0,
679
+ "grad_norm": 0.0223380159586668,
680
+ "learning_rate": 4.588754739795587e-08,
681
+ "loss": 0.0031,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 485.0,
686
+ "grad_norm": 0.019666409119963646,
687
+ "learning_rate": 2.625037740646763e-08,
688
+ "loss": 0.0038,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 490.0,
693
+ "grad_norm": 0.08689991384744644,
694
+ "learning_rate": 1.2051929603428824e-08,
695
+ "loss": 0.0046,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 495.0,
700
+ "grad_norm": 0.030567103996872902,
701
+ "learning_rate": 3.307729783054159e-09,
702
+ "loss": 0.0067,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 500.0,
707
+ "grad_norm": 0.07085179537534714,
708
+ "learning_rate": 2.733959946432663e-11,
709
+ "loss": 0.0045,
710
+ "step": 1000
711
+ }
712
+ ],
713
+ "logging_steps": 10,
714
+ "max_steps": 1000,
715
+ "num_input_tokens_seen": 0,
716
+ "num_train_epochs": 500,
717
+ "save_steps": 500,
718
+ "stateful_callbacks": {
719
+ "TrainerControl": {
720
+ "args": {
721
+ "should_epoch_stop": false,
722
+ "should_evaluate": false,
723
+ "should_log": false,
724
+ "should_save": true,
725
+ "should_training_stop": true
726
+ },
727
+ "attributes": {}
728
+ }
729
+ },
730
+ "total_flos": 0.0,
731
+ "train_batch_size": 32,
732
+ "trial_name": null,
733
+ "trial_params": null
734
+ }
checkpoint-500/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_dim": 32,
3
+ "action_head_cfg": {
4
+ "action_dim": 32,
5
+ "action_horizon": 16,
6
+ "add_pos_embed": true,
7
+ "backbone_embedding_dim": 2048,
8
+ "diffusion_model_cfg": {
9
+ "attention_head_dim": 48,
10
+ "cross_attention_dim": 2048,
11
+ "dropout": 0.2,
12
+ "final_dropout": true,
13
+ "interleave_self_attention": true,
14
+ "norm_type": "ada_norm",
15
+ "num_attention_heads": 32,
16
+ "num_layers": 16,
17
+ "output_dim": 1024,
18
+ "positional_embeddings": null
19
+ },
20
+ "hidden_size": 1024,
21
+ "input_embedding_dim": 1536,
22
+ "max_action_dim": 32,
23
+ "max_state_dim": 64,
24
+ "model_dtype": "float32",
25
+ "noise_beta_alpha": 1.5,
26
+ "noise_beta_beta": 1.0,
27
+ "noise_s": 0.999,
28
+ "num_inference_timesteps": 4,
29
+ "num_target_vision_tokens": 32,
30
+ "num_timestep_buckets": 1000,
31
+ "tune_diffusion_model": true,
32
+ "tune_projector": true,
33
+ "use_vlln": true,
34
+ "vl_self_attention_cfg": {
35
+ "attention_head_dim": 64,
36
+ "dropout": 0.2,
37
+ "final_dropout": true,
38
+ "num_attention_heads": 32,
39
+ "num_layers": 4,
40
+ "positional_embeddings": null
41
+ }
42
+ },
43
+ "action_horizon": 16,
44
+ "architectures": [
45
+ "GR00T_N1_5"
46
+ ],
47
+ "attn_implementation": null,
48
+ "backbone_cfg": {
49
+ "eagle_path": "NVEagle/eagle_er-qwen3_1_7B-Siglip2_400M_stage1_5_128gpu_er_v7_1mlp_nops",
50
+ "load_bf16": false,
51
+ "project_to_dim": null,
52
+ "reproject_vision": false,
53
+ "select_layer": 12,
54
+ "tune_llm": false,
55
+ "tune_visual": true,
56
+ "use_flash_attention": true
57
+ },
58
+ "compute_dtype": "bfloat16",
59
+ "hidden_size": 2048,
60
+ "model_dtype": "float32",
61
+ "model_type": "gr00t_n1_5",
62
+ "torch_dtype": "bfloat16",
63
+ "transformers_version": "4.51.3"
64
+ }
checkpoint-500/experiment_cfg/metadata.json ADDED
@@ -0,0 +1,907 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gr1": {
3
+ "statistics": {
4
+ "state": {
5
+ "left_arm": {
6
+ "max": [
7
+ 1.3570959568023682,
8
+ 1.5781080722808838,
9
+ 1.7425614595413208,
10
+ 0.04977008327841759,
11
+ 2.521491289138794,
12
+ 1.5104753971099854,
13
+ 1.3451268672943115
14
+ ],
15
+ "min": [
16
+ -1.7593636512756348,
17
+ -0.08899051696062088,
18
+ -1.6571800708770752,
19
+ -2.516343355178833,
20
+ -2.307133436203003,
21
+ -1.4132264852523804,
22
+ -1.4408576488494873
23
+ ],
24
+ "mean": [
25
+ -0.1721954196691513,
26
+ 0.18329788744449615,
27
+ -0.13603615760803223,
28
+ -1.0807313919067383,
29
+ 0.14450088143348694,
30
+ 0.1319544017314911,
31
+ -0.08306947350502014
32
+ ],
33
+ "std": [
34
+ 0.40682145953178406,
35
+ 0.18259239196777344,
36
+ 0.25132784247398376,
37
+ 0.5786943435668945,
38
+ 0.33050763607025146,
39
+ 0.28609949350357056,
40
+ 0.30134323239326477
41
+ ],
42
+ "q01": [
43
+ -1.6011584222316741,
44
+ -0.0004831812286283818,
45
+ -0.9488833963871002,
46
+ -2.43623423576355,
47
+ -0.940359205007553,
48
+ -0.648951044678688,
49
+ -0.9641011685132981
50
+ ],
51
+ "q99": [
52
+ 0.6305126994848265,
53
+ 0.7966297268867493,
54
+ 0.3873166218400004,
55
+ -0.07399308793246723,
56
+ 1.0455405175685888,
57
+ 0.8574009954929354,
58
+ 0.48388660699129127
59
+ ]
60
+ },
61
+ "left_hand": {
62
+ "max": [
63
+ 2.8765757083892822,
64
+ 2.6975045204162598,
65
+ 3.3291828632354736,
66
+ 2.7148845195770264,
67
+ 3.664421558380127,
68
+ 3.5466625690460205
69
+ ],
70
+ "min": [
71
+ -3.262805700302124,
72
+ -2.7771592140197754,
73
+ -3.4712820053100586,
74
+ -2.7828404903411865,
75
+ -2.197380781173706,
76
+ -2.636387825012207
77
+ ],
78
+ "mean": [
79
+ 0.21940384805202484,
80
+ 0.21819256246089935,
81
+ 0.20426052808761597,
82
+ 0.22833923995494843,
83
+ 0.06841608136892319,
84
+ 0.9091449975967407
85
+ ],
86
+ "std": [
87
+ 0.4278457462787628,
88
+ 0.41304099559783936,
89
+ 0.3710329830646515,
90
+ 0.42297253012657166,
91
+ 0.18603332340717316,
92
+ 0.7297042012214661
93
+ ],
94
+ "q01": [
95
+ -0.17130047902464868,
96
+ -0.002568027237430215,
97
+ -0.002998544566798955,
98
+ -0.0024907408631406726,
99
+ -0.14894675761461257,
100
+ -0.0002731013679294847
101
+ ],
102
+ "q99": [
103
+ 1.5014824867248535,
104
+ 1.5016536712646484,
105
+ 1.404326802492144,
106
+ 1.5127789616584781,
107
+ 0.7817099303007136,
108
+ 1.872669064998627
109
+ ]
110
+ },
111
+ "left_leg": {
112
+ "max": [
113
+ 0.0,
114
+ 0.0,
115
+ 0.0,
116
+ 0.0,
117
+ 5.186659473110922e-05,
118
+ 0.0
119
+ ],
120
+ "min": [
121
+ 0.0,
122
+ 0.0,
123
+ 0.0,
124
+ 0.0,
125
+ -2.446335656713927e-06,
126
+ -1.6033794963732362e-05
127
+ ],
128
+ "mean": [
129
+ 0.0,
130
+ 0.0,
131
+ 0.0,
132
+ 0.0,
133
+ 7.68979953136295e-06,
134
+ -2.6351963242632337e-06
135
+ ],
136
+ "std": [
137
+ 0.0,
138
+ 0.0,
139
+ 0.0,
140
+ 0.0,
141
+ 1.7361962818540633e-05,
142
+ 5.2996829253970645e-06
143
+ ],
144
+ "q01": [
145
+ 0.0,
146
+ 0.0,
147
+ 0.0,
148
+ 0.0,
149
+ -2.446335656713927e-06,
150
+ -1.6033794963732362e-05
151
+ ],
152
+ "q99": [
153
+ 0.0,
154
+ 0.0,
155
+ 0.0,
156
+ 0.0,
157
+ 5.186659473110922e-05,
158
+ 0.0
159
+ ]
160
+ },
161
+ "neck": {
162
+ "max": [
163
+ 0.01535311620682478,
164
+ 0.05556071177124977,
165
+ 0.008969387039542198
166
+ ],
167
+ "min": [
168
+ -0.23586410284042358,
169
+ -0.03865945711731911,
170
+ -0.06754876673221588
171
+ ],
172
+ "mean": [
173
+ -0.0008622645400464535,
174
+ 5.3951262088958174e-05,
175
+ -0.00013521323853638023
176
+ ],
177
+ "std": [
178
+ 0.01196372415870428,
179
+ 0.0034790514037013054,
180
+ 0.0031053286511451006
181
+ ],
182
+ "q01": [
183
+ -0.00492388429120183,
184
+ -0.0027977502904832363,
185
+ 0.0
186
+ ],
187
+ "q99": [
188
+ 2.9924885893706232e-06,
189
+ 0.0002969176275655627,
190
+ 0.0
191
+ ]
192
+ },
193
+ "right_arm": {
194
+ "max": [
195
+ 1.7399436235427856,
196
+ 0.07876992970705032,
197
+ 2.5426626205444336,
198
+ 0.048908114433288574,
199
+ 3.000918388366699,
200
+ 1.4513440132141113,
201
+ 1.5000383853912354
202
+ ],
203
+ "min": [
204
+ -2.2743337154388428,
205
+ -2.999122142791748,
206
+ -1.7424250841140747,
207
+ -2.536545753479004,
208
+ -2.6034910678863525,
209
+ -1.5032434463500977,
210
+ -1.4913568496704102
211
+ ],
212
+ "mean": [
213
+ -0.1590277999639511,
214
+ -0.2511773109436035,
215
+ 0.08599518239498138,
216
+ -1.1420482397079468,
217
+ 0.21259814500808716,
218
+ 0.04237671568989754,
219
+ 0.03427042067050934
220
+ ],
221
+ "std": [
222
+ 0.563156247138977,
223
+ 0.24450603127479553,
224
+ 0.32825493812561035,
225
+ 0.7310536503791809,
226
+ 0.4813914895057678,
227
+ 0.35611921548843384,
228
+ 0.509053111076355
229
+ ],
230
+ "q01": [
231
+ -1.4233640372753142,
232
+ -1.0436977982521056,
233
+ -0.7169023394584656,
234
+ -2.4936094284057617,
235
+ -0.7377233326435089,
236
+ -0.8036172896623611,
237
+ -0.9991738587617874
238
+ ],
239
+ "q99": [
240
+ 1.1677674055099487,
241
+ 0.0006303858070168663,
242
+ 0.8771779745817194,
243
+ -0.0582109544426202,
244
+ 1.4707317113876357,
245
+ 0.8474899172782919,
246
+ 1.2271583080291748
247
+ ]
248
+ },
249
+ "right_hand": {
250
+ "max": [
251
+ 2.397510290145874,
252
+ 2.4422738552093506,
253
+ 3.0158462524414062,
254
+ 2.457378625869751,
255
+ 1.4605257511138916,
256
+ 2.168534278869629
257
+ ],
258
+ "min": [
259
+ -1.7595213651657104,
260
+ -1.8982670307159424,
261
+ -1.8622381687164307,
262
+ -1.8314869403839111,
263
+ -1.0045679807662964,
264
+ -0.31411829590797424
265
+ ],
266
+ "mean": [
267
+ 0.34993353486061096,
268
+ 0.3412855267524719,
269
+ 0.3271332383155823,
270
+ 0.3575766980648041,
271
+ 0.09723818302154541,
272
+ 1.0641368627548218
273
+ ],
274
+ "std": [
275
+ 0.4914742112159729,
276
+ 0.4654525816440582,
277
+ 0.4451630115509033,
278
+ 0.4866269826889038,
279
+ 0.1814946085214615,
280
+ 0.573503315448761
281
+ ],
282
+ "q01": [
283
+ -0.004218762856908143,
284
+ -0.004575904295779765,
285
+ -0.005576773989014327,
286
+ -0.004707079078070819,
287
+ -0.18967307358980176,
288
+ 0.03200087323784828
289
+ ],
290
+ "q99": [
291
+ 1.4994217157363892,
292
+ 1.5029035806655884,
293
+ 1.661455136537552,
294
+ 1.5188306391239168,
295
+ 0.6953653633594525,
296
+ 1.8182492077350618
297
+ ]
298
+ },
299
+ "right_leg": {
300
+ "max": [
301
+ 0.0,
302
+ 0.0,
303
+ 0.0,
304
+ 0.0,
305
+ 5.369959126255708e-06,
306
+ 0.0
307
+ ],
308
+ "min": [
309
+ 0.0,
310
+ 0.0,
311
+ 0.0,
312
+ 0.0,
313
+ -2.446335656713927e-06,
314
+ -5.166131450096145e-05
315
+ ],
316
+ "mean": [
317
+ 0.0,
318
+ 0.0,
319
+ 0.0,
320
+ 0.0,
321
+ 8.152188684107387e-07,
322
+ -7.940252544358373e-06
323
+ ],
324
+ "std": [
325
+ 0.0,
326
+ 0.0,
327
+ 0.0,
328
+ 0.0,
329
+ 1.92081461136695e-06,
330
+ 1.7361962818540633e-05
331
+ ],
332
+ "q01": [
333
+ 0.0,
334
+ 0.0,
335
+ 0.0,
336
+ 0.0,
337
+ -2.446335656713927e-06,
338
+ -5.166131450096145e-05
339
+ ],
340
+ "q99": [
341
+ 0.0,
342
+ 0.0,
343
+ 0.0,
344
+ 0.0,
345
+ 5.369959126255708e-06,
346
+ 0.0
347
+ ]
348
+ },
349
+ "waist": {
350
+ "max": [
351
+ 1.0323854684829712,
352
+ 0.7102982997894287,
353
+ 0.43762317299842834
354
+ ],
355
+ "min": [
356
+ -0.8131351470947266,
357
+ -0.4901888370513916,
358
+ -0.7304351925849915
359
+ ],
360
+ "mean": [
361
+ 0.014510802924633026,
362
+ 0.014398206025362015,
363
+ -0.00020241182937752455
364
+ ],
365
+ "std": [
366
+ 0.12270263582468033,
367
+ 0.032448362559080124,
368
+ 0.00728295324370265
369
+ ],
370
+ "q01": [
371
+ -0.3365072563290596,
372
+ -0.0290498711168766,
373
+ -0.026060330495238305
374
+ ],
375
+ "q99": [
376
+ 0.48663658648729347,
377
+ 0.12612193301320096,
378
+ 0.02228020317852497
379
+ ]
380
+ }
381
+ },
382
+ "action": {
383
+ "left_arm": {
384
+ "max": [
385
+ 1.4113223552703857,
386
+ 1.8901419639587402,
387
+ 1.7754145860671997,
388
+ 7.309383363462985e-05,
389
+ 2.563594102859497,
390
+ 1.5000243186950684,
391
+ 1.4908421039581299
392
+ ],
393
+ "min": [
394
+ -2.291214942932129,
395
+ -0.001746351015754044,
396
+ -2.4999990463256836,
397
+ -2.814260482788086,
398
+ -2.3611011505126953,
399
+ -1.4937989711761475,
400
+ -1.4969758987426758
401
+ ],
402
+ "mean": [
403
+ -0.17771673202514648,
404
+ 0.18351773917675018,
405
+ -0.1372099369764328,
406
+ -1.0842658281326294,
407
+ 0.14675945043563843,
408
+ 0.1292145699262619,
409
+ -0.09504522383213043
410
+ ],
411
+ "std": [
412
+ 0.4174487590789795,
413
+ 0.18478454649448395,
414
+ 0.25687918066978455,
415
+ 0.5807053446769714,
416
+ 0.3365735411643982,
417
+ 0.2984270751476288,
418
+ 0.3153652846813202
419
+ ],
420
+ "q01": [
421
+ -1.6055770933628082,
422
+ -7.429541994952153e-07,
423
+ -0.9837155520915984,
424
+ -2.480029511451721,
425
+ -0.9457575023174285,
426
+ -0.7192997813224793,
427
+ -1.008323037624359
428
+ ],
429
+ "q99": [
430
+ 0.6335921049118056,
431
+ 0.8018405169248584,
432
+ 0.39303458780050327,
433
+ -0.0636610623449087,
434
+ 1.0508334636688232,
435
+ 0.8918659299612055,
436
+ 0.5138001590967183
437
+ ]
438
+ },
439
+ "left_hand": {
440
+ "max": [
441
+ 1.5707963705062866,
442
+ 1.646651268005371,
443
+ 1.709236979484558,
444
+ 2.0620639324188232,
445
+ 3.0,
446
+ 3.0
447
+ ],
448
+ "min": [
449
+ -1.9597030878067017,
450
+ -1.8635213375091553,
451
+ -1.9709523916244507,
452
+ -1.5,
453
+ -3.0,
454
+ 0.0
455
+ ],
456
+ "mean": [
457
+ -0.22721463441848755,
458
+ -0.21956320106983185,
459
+ -0.2144497036933899,
460
+ -0.21446840465068817,
461
+ -0.48631641268730164,
462
+ 1.6838233470916748
463
+ ],
464
+ "std": [
465
+ 1.0050891637802124,
466
+ 1.012416124343872,
467
+ 1.0138051509857178,
468
+ 1.020043969154358,
469
+ 2.066762685775757,
470
+ 1.4588384628295898
471
+ ],
472
+ "q01": [
473
+ -1.5,
474
+ -1.5,
475
+ -1.5,
476
+ -1.5,
477
+ -3.0,
478
+ 0.0
479
+ ],
480
+ "q99": [
481
+ 1.5,
482
+ 1.5,
483
+ 1.5,
484
+ 1.5,
485
+ 3.0,
486
+ 3.0
487
+ ]
488
+ },
489
+ "left_leg": {
490
+ "max": [
491
+ 0.0,
492
+ 0.0,
493
+ 0.0,
494
+ 0.0,
495
+ 0.0,
496
+ 0.0
497
+ ],
498
+ "min": [
499
+ 0.0,
500
+ 0.0,
501
+ 0.0,
502
+ 0.0,
503
+ 0.0,
504
+ 0.0
505
+ ],
506
+ "mean": [
507
+ 0.0,
508
+ 0.0,
509
+ 0.0,
510
+ 0.0,
511
+ 0.0,
512
+ 0.0
513
+ ],
514
+ "std": [
515
+ 0.0,
516
+ 0.0,
517
+ 0.0,
518
+ 0.0,
519
+ 0.0,
520
+ 0.0
521
+ ],
522
+ "q01": [
523
+ 0.0,
524
+ 0.0,
525
+ 0.0,
526
+ 0.0,
527
+ 0.0,
528
+ 0.0
529
+ ],
530
+ "q99": [
531
+ 0.0,
532
+ 0.0,
533
+ 0.0,
534
+ 0.0,
535
+ 0.0,
536
+ 0.0
537
+ ]
538
+ },
539
+ "neck": {
540
+ "max": [
541
+ 0.0,
542
+ 0.0,
543
+ 0.0
544
+ ],
545
+ "min": [
546
+ 0.0,
547
+ 0.0,
548
+ 0.0
549
+ ],
550
+ "mean": [
551
+ 0.0,
552
+ 0.0,
553
+ 0.0
554
+ ],
555
+ "std": [
556
+ 0.0,
557
+ 0.0,
558
+ 0.0
559
+ ],
560
+ "q01": [
561
+ 0.0,
562
+ 0.0,
563
+ 0.0
564
+ ],
565
+ "q99": [
566
+ 0.0,
567
+ 0.0,
568
+ 0.0
569
+ ]
570
+ },
571
+ "right_arm": {
572
+ "max": [
573
+ 1.7834906578063965,
574
+ 0.0002448999439366162,
575
+ 2.549729585647583,
576
+ 7.45560391806066e-05,
577
+ 3.0000460147857666,
578
+ 1.4975632429122925,
579
+ 1.4998434782028198
580
+ ],
581
+ "min": [
582
+ -2.318650960922241,
583
+ -2.9999561309814453,
584
+ -1.9257696866989136,
585
+ -2.8759055137634277,
586
+ -2.620600461959839,
587
+ -1.5001521110534668,
588
+ -1.4994292259216309
589
+ ],
590
+ "mean": [
591
+ -0.16953834891319275,
592
+ -0.2535267770290375,
593
+ 0.08221600204706192,
594
+ -1.1492931842803955,
595
+ 0.21761417388916016,
596
+ 0.0431099571287632,
597
+ 0.041337188333272934
598
+ ],
599
+ "std": [
600
+ 0.5752111673355103,
601
+ 0.2584686279296875,
602
+ 0.341155469417572,
603
+ 0.7394758462905884,
604
+ 0.48707106709480286,
605
+ 0.3721199631690979,
606
+ 0.5423213839530945
607
+ ],
608
+ "q01": [
609
+ -1.4375487387180328,
610
+ -1.0682010412216187,
611
+ -0.7535711079835892,
612
+ -2.6383612155914307,
613
+ -0.7471688866615296,
614
+ -0.8604200631380081,
615
+ -1.090039813518524
616
+ ],
617
+ "q99": [
618
+ 1.1753968834877018,
619
+ -9.999999974752427e-07,
620
+ 0.8976036489009873,
621
+ -0.05795218236744387,
622
+ 1.4876463234424593,
623
+ 0.877433916926385,
624
+ 1.464138692617417
625
+ ]
626
+ },
627
+ "right_hand": {
628
+ "max": [
629
+ 1.5707963705062866,
630
+ 1.7183797359466553,
631
+ 3.979951858520508,
632
+ 3.9879753589630127,
633
+ 3.0,
634
+ 3.0
635
+ ],
636
+ "min": [
637
+ -1.5,
638
+ -1.5,
639
+ -1.5,
640
+ -1.5,
641
+ -3.0,
642
+ 4.470348358154297e-08
643
+ ],
644
+ "mean": [
645
+ -0.5435706377029419,
646
+ -0.5304322242736816,
647
+ -0.5179098844528198,
648
+ -0.4968528747558594,
649
+ -1.1343770027160645,
650
+ 2.1282095909118652
651
+ ],
652
+ "std": [
653
+ 1.1248024702072144,
654
+ 1.1392076015472412,
655
+ 1.1426663398742676,
656
+ 1.3018625974655151,
657
+ 2.1998753547668457,
658
+ 0.9186902642250061
659
+ ],
660
+ "q01": [
661
+ -1.5,
662
+ -1.5,
663
+ -1.5,
664
+ -1.5,
665
+ -3.0,
666
+ 0.0433624254539609
667
+ ],
668
+ "q99": [
669
+ 1.5,
670
+ 1.5,
671
+ 1.5,
672
+ 1.5,
673
+ 3.0,
674
+ 3.0
675
+ ]
676
+ },
677
+ "right_leg": {
678
+ "max": [
679
+ 0.0,
680
+ 0.0,
681
+ 0.0,
682
+ 0.0,
683
+ 0.0,
684
+ 0.0
685
+ ],
686
+ "min": [
687
+ 0.0,
688
+ 0.0,
689
+ 0.0,
690
+ 0.0,
691
+ 0.0,
692
+ 0.0
693
+ ],
694
+ "mean": [
695
+ 0.0,
696
+ 0.0,
697
+ 0.0,
698
+ 0.0,
699
+ 0.0,
700
+ 0.0
701
+ ],
702
+ "std": [
703
+ 0.0,
704
+ 0.0,
705
+ 0.0,
706
+ 0.0,
707
+ 0.0,
708
+ 0.0
709
+ ],
710
+ "q01": [
711
+ 0.0,
712
+ 0.0,
713
+ 0.0,
714
+ 0.0,
715
+ 0.0,
716
+ 0.0
717
+ ],
718
+ "q99": [
719
+ 0.0,
720
+ 0.0,
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0
725
+ ]
726
+ },
727
+ "waist": {
728
+ "max": [
729
+ 1.049119234085083,
730
+ 0.6198405623435974,
731
+ 0.45177245140075684
732
+ ],
733
+ "min": [
734
+ -0.8292319774627686,
735
+ -0.5185094475746155,
736
+ -0.37811079621315
737
+ ],
738
+ "mean": [
739
+ 0.014836843125522137,
740
+ 0.01042813528329134,
741
+ -0.00014937532250769436
742
+ ],
743
+ "std": [
744
+ 0.12568794190883636,
745
+ 0.030695030465722084,
746
+ 0.004574332851916552
747
+ ],
748
+ "q01": [
749
+ -0.3402548208832741,
750
+ -0.025130789913237094,
751
+ -0.016220059804618357
752
+ ],
753
+ "q99": [
754
+ 0.4959896907210364,
755
+ 0.12137954644858845,
756
+ 0.010726323025301111
757
+ ]
758
+ }
759
+ }
760
+ },
761
+ "modalities": {
762
+ "video": {
763
+ "ego_view": {
764
+ "resolution": [
765
+ 256,
766
+ 256
767
+ ],
768
+ "channels": 3,
769
+ "fps": 16.0
770
+ }
771
+ },
772
+ "state": {
773
+ "left_arm": {
774
+ "absolute": true,
775
+ "rotation_type": null,
776
+ "shape": [
777
+ 7
778
+ ],
779
+ "continuous": true
780
+ },
781
+ "left_hand": {
782
+ "absolute": true,
783
+ "rotation_type": null,
784
+ "shape": [
785
+ 6
786
+ ],
787
+ "continuous": true
788
+ },
789
+ "left_leg": {
790
+ "absolute": true,
791
+ "rotation_type": null,
792
+ "shape": [
793
+ 6
794
+ ],
795
+ "continuous": true
796
+ },
797
+ "neck": {
798
+ "absolute": true,
799
+ "rotation_type": null,
800
+ "shape": [
801
+ 3
802
+ ],
803
+ "continuous": true
804
+ },
805
+ "right_arm": {
806
+ "absolute": true,
807
+ "rotation_type": null,
808
+ "shape": [
809
+ 7
810
+ ],
811
+ "continuous": true
812
+ },
813
+ "right_hand": {
814
+ "absolute": true,
815
+ "rotation_type": null,
816
+ "shape": [
817
+ 6
818
+ ],
819
+ "continuous": true
820
+ },
821
+ "right_leg": {
822
+ "absolute": true,
823
+ "rotation_type": null,
824
+ "shape": [
825
+ 6
826
+ ],
827
+ "continuous": true
828
+ },
829
+ "waist": {
830
+ "absolute": true,
831
+ "rotation_type": null,
832
+ "shape": [
833
+ 3
834
+ ],
835
+ "continuous": true
836
+ }
837
+ },
838
+ "action": {
839
+ "left_arm": {
840
+ "absolute": true,
841
+ "rotation_type": null,
842
+ "shape": [
843
+ 7
844
+ ],
845
+ "continuous": true
846
+ },
847
+ "left_hand": {
848
+ "absolute": true,
849
+ "rotation_type": null,
850
+ "shape": [
851
+ 6
852
+ ],
853
+ "continuous": true
854
+ },
855
+ "left_leg": {
856
+ "absolute": true,
857
+ "rotation_type": null,
858
+ "shape": [
859
+ 6
860
+ ],
861
+ "continuous": true
862
+ },
863
+ "neck": {
864
+ "absolute": true,
865
+ "rotation_type": null,
866
+ "shape": [
867
+ 3
868
+ ],
869
+ "continuous": true
870
+ },
871
+ "right_arm": {
872
+ "absolute": true,
873
+ "rotation_type": null,
874
+ "shape": [
875
+ 7
876
+ ],
877
+ "continuous": true
878
+ },
879
+ "right_hand": {
880
+ "absolute": true,
881
+ "rotation_type": null,
882
+ "shape": [
883
+ 6
884
+ ],
885
+ "continuous": true
886
+ },
887
+ "right_leg": {
888
+ "absolute": true,
889
+ "rotation_type": null,
890
+ "shape": [
891
+ 6
892
+ ],
893
+ "continuous": true
894
+ },
895
+ "waist": {
896
+ "absolute": true,
897
+ "rotation_type": null,
898
+ "shape": [
899
+ 3
900
+ ],
901
+ "continuous": true
902
+ }
903
+ }
904
+ },
905
+ "embodiment_tag": "gr1"
906
+ }
907
+ }
checkpoint-500/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58d58e7d4fdc7f8bdb21b7a114c2a5ddeb861a512f9892c9b7afc887f46c78c8
3
+ size 4999367032
checkpoint-500/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa868de95ab3c7ff361b96bb8e7502b1c185a3a70eb3eecff8795bd013aaf100
3
+ size 2586705312
checkpoint-500/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:016566b5ca30cd1015ca958c0d76d71e64b4cb19408f4ff1a2ddfe902bd84110
3
+ size 8550719757
checkpoint-500/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18b25dd1ae2652305093c932ba418ec757be44f1c7ad7ec4d4551db4d47dd7d9
3
+ size 16185
checkpoint-500/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63719d05cd1fe860dadd69d2b3c1e54a5d10ed523150475497715a6926cf19ea
3
+ size 16185
checkpoint-500/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:409bc55f81017bc3fd40e62f066b329d1c77fc872197305ce3327f57d696e0b6
3
+ size 16185
checkpoint-500/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77fef1336864d93cb41988ad56994a9cf7c7d46efa9325b5a09da144357edaa8
3
+ size 16185
checkpoint-500/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2935c3a39fd87e439439a3ac0277940f9b08a081be0fe4d7a31f182dba8cc80
3
+ size 16185
checkpoint-500/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:025eae74a3039ed31990c28b5506480a7ab1627d4a40eafe04ecb56bc80964d2
3
+ size 16185
checkpoint-500/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26c86afbc4e9750fe6f54a673ab12d57078da912167f1fc8530ceed5c0fe9db
3
+ size 16185
checkpoint-500/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c327b504ee4e2046a48925404147f13ad9375b0911e8cde97a0608d699369879
3
+ size 16185
checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5229342030316fc3e3651a077206e8eb6cc1613d7a5b3361c689ac844cf3a99e
3
+ size 1263
checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 250.0,
6
+ "eval_steps": 500,
7
+ "global_step": 500,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 5.0,
14
+ "grad_norm": 5.397169589996338,
15
+ "learning_rate": 1.8000000000000001e-06,
16
+ "loss": 0.2919,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 10.0,
21
+ "grad_norm": 0.9353181719779968,
22
+ "learning_rate": 3.8000000000000005e-06,
23
+ "loss": 0.1739,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 15.0,
28
+ "grad_norm": 0.7328904271125793,
29
+ "learning_rate": 5.8e-06,
30
+ "loss": 0.0652,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 20.0,
35
+ "grad_norm": 0.4074712097644806,
36
+ "learning_rate": 7.800000000000002e-06,
37
+ "loss": 0.0404,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 25.0,
42
+ "grad_norm": 0.2423805147409439,
43
+ "learning_rate": 9.800000000000001e-06,
44
+ "loss": 0.0316,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 30.0,
49
+ "grad_norm": 0.2766434848308563,
50
+ "learning_rate": 9.997785653888835e-06,
51
+ "loss": 0.0298,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 35.0,
56
+ "grad_norm": 0.13297130167484283,
57
+ "learning_rate": 9.990133642141359e-06,
58
+ "loss": 0.0188,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 40.0,
63
+ "grad_norm": 0.14956459403038025,
64
+ "learning_rate": 9.977024992520604e-06,
65
+ "loss": 0.0215,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 45.0,
70
+ "grad_norm": 0.11092308908700943,
71
+ "learning_rate": 9.95847403914247e-06,
72
+ "loss": 0.0165,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 50.0,
77
+ "grad_norm": 0.14556869864463806,
78
+ "learning_rate": 9.934501067202117e-06,
79
+ "loss": 0.0184,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 55.0,
84
+ "grad_norm": 0.08497963100671768,
85
+ "learning_rate": 9.905132290792395e-06,
86
+ "loss": 0.017,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 60.0,
91
+ "grad_norm": 0.11055798828601837,
92
+ "learning_rate": 9.870399824239116e-06,
93
+ "loss": 0.0144,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 65.0,
98
+ "grad_norm": 0.11764124035835266,
99
+ "learning_rate": 9.830341646984521e-06,
100
+ "loss": 0.016,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 70.0,
105
+ "grad_norm": 0.08840305358171463,
106
+ "learning_rate": 9.785001562057311e-06,
107
+ "loss": 0.0146,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 75.0,
112
+ "grad_norm": 0.10814695060253143,
113
+ "learning_rate": 9.734429148174676e-06,
114
+ "loss": 0.0124,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 80.0,
119
+ "grad_norm": 0.11634189635515213,
120
+ "learning_rate": 9.678679705528699e-06,
121
+ "loss": 0.0116,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 85.0,
126
+ "grad_norm": 0.12818841636180878,
127
+ "learning_rate": 9.61781419531641e-06,
128
+ "loss": 0.012,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 90.0,
133
+ "grad_norm": 0.10254319757223129,
134
+ "learning_rate": 9.551899173079607e-06,
135
+ "loss": 0.0114,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 95.0,
140
+ "grad_norm": 0.08262895792722702,
141
+ "learning_rate": 9.481006715927352e-06,
142
+ "loss": 0.0087,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 100.0,
147
+ "grad_norm": 0.0894164964556694,
148
+ "learning_rate": 9.405214343720708e-06,
149
+ "loss": 0.0106,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 105.0,
154
+ "grad_norm": 0.10203208029270172,
155
+ "learning_rate": 9.324604934305911e-06,
156
+ "loss": 0.0121,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 110.0,
161
+ "grad_norm": 0.10908177495002747,
162
+ "learning_rate": 9.23926663288866e-06,
163
+ "loss": 0.0102,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 115.0,
168
+ "grad_norm": 0.08058351278305054,
169
+ "learning_rate": 9.149292755648631e-06,
170
+ "loss": 0.0084,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 120.0,
175
+ "grad_norm": 0.07929268479347229,
176
+ "learning_rate": 9.0547816876996e-06,
177
+ "loss": 0.009,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 125.0,
182
+ "grad_norm": 0.10747542232275009,
183
+ "learning_rate": 8.955836775506776e-06,
184
+ "loss": 0.0076,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 130.0,
189
+ "grad_norm": 0.10107773542404175,
190
+ "learning_rate": 8.852566213878947e-06,
191
+ "loss": 0.0067,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 135.0,
196
+ "grad_norm": 0.10776694118976593,
197
+ "learning_rate": 8.745082927659048e-06,
198
+ "loss": 0.0103,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 140.0,
203
+ "grad_norm": 0.11428030580282211,
204
+ "learning_rate": 8.633504448242504e-06,
205
+ "loss": 0.0073,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 145.0,
210
+ "grad_norm": 0.09270931780338287,
211
+ "learning_rate": 8.517952785058385e-06,
212
+ "loss": 0.0104,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 150.0,
217
+ "grad_norm": 0.16489315032958984,
218
+ "learning_rate": 8.398554292153866e-06,
219
+ "loss": 0.0073,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 155.0,
224
+ "grad_norm": 0.07723696529865265,
225
+ "learning_rate": 8.275439530027948e-06,
226
+ "loss": 0.0096,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 160.0,
231
+ "grad_norm": 0.10752108693122864,
232
+ "learning_rate": 8.148743122865463e-06,
233
+ "loss": 0.0065,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 165.0,
238
+ "grad_norm": 0.1112474650144577,
239
+ "learning_rate": 8.018603611327505e-06,
240
+ "loss": 0.0066,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 170.0,
245
+ "grad_norm": 0.12241555005311966,
246
+ "learning_rate": 7.885163301059251e-06,
247
+ "loss": 0.0069,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 175.0,
252
+ "grad_norm": 0.08366672694683075,
253
+ "learning_rate": 7.748568107080831e-06,
254
+ "loss": 0.0048,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 180.0,
259
+ "grad_norm": 0.11723809689283371,
260
+ "learning_rate": 7.608967394231387e-06,
261
+ "loss": 0.0066,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 185.0,
266
+ "grad_norm": 0.0729377269744873,
267
+ "learning_rate": 7.4665138138408255e-06,
268
+ "loss": 0.0074,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 190.0,
273
+ "grad_norm": 0.11097389459609985,
274
+ "learning_rate": 7.3213631368078196e-06,
275
+ "loss": 0.0059,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 195.0,
280
+ "grad_norm": 0.07192663848400116,
281
+ "learning_rate": 7.173674083266624e-06,
282
+ "loss": 0.0076,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 200.0,
287
+ "grad_norm": 0.0996483564376831,
288
+ "learning_rate": 7.023608149028936e-06,
289
+ "loss": 0.0054,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 205.0,
294
+ "grad_norm": 0.0916118174791336,
295
+ "learning_rate": 6.871329428990602e-06,
296
+ "loss": 0.0086,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 210.0,
301
+ "grad_norm": 0.06764936447143555,
302
+ "learning_rate": 6.717004437696249e-06,
303
+ "loss": 0.0055,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 215.0,
308
+ "grad_norm": 0.08822007477283478,
309
+ "learning_rate": 6.560801927258081e-06,
310
+ "loss": 0.0066,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 220.0,
315
+ "grad_norm": 0.08827707171440125,
316
+ "learning_rate": 6.402892702827916e-06,
317
+ "loss": 0.0061,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 225.0,
322
+ "grad_norm": 0.0720047801733017,
323
+ "learning_rate": 6.243449435824276e-06,
324
+ "loss": 0.0061,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 230.0,
329
+ "grad_norm": 0.07006888091564178,
330
+ "learning_rate": 6.0826464751187e-06,
331
+ "loss": 0.0083,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 235.0,
336
+ "grad_norm": 0.09243530035018921,
337
+ "learning_rate": 5.920659656387836e-06,
338
+ "loss": 0.0078,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 240.0,
343
+ "grad_norm": 0.06492191553115845,
344
+ "learning_rate": 5.7576661098397024e-06,
345
+ "loss": 0.0066,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 245.0,
350
+ "grad_norm": 0.08790420740842819,
351
+ "learning_rate": 5.593844066524401e-06,
352
+ "loss": 0.0054,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 250.0,
357
+ "grad_norm": 0.07164391130208969,
358
+ "learning_rate": 5.429372663441086e-06,
359
+ "loss": 0.0053,
360
+ "step": 500
361
+ }
362
+ ],
363
+ "logging_steps": 10,
364
+ "max_steps": 1000,
365
+ "num_input_tokens_seen": 0,
366
+ "num_train_epochs": 500,
367
+ "save_steps": 500,
368
+ "stateful_callbacks": {
369
+ "TrainerControl": {
370
+ "args": {
371
+ "should_epoch_stop": false,
372
+ "should_evaluate": false,
373
+ "should_log": false,
374
+ "should_save": true,
375
+ "should_training_stop": false
376
+ },
377
+ "attributes": {}
378
+ }
379
+ },
380
+ "total_flos": 0.0,
381
+ "train_batch_size": 32,
382
+ "trial_name": null,
383
+ "trial_params": null
384
+ }
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_dim": 32,
3
+ "action_head_cfg": {
4
+ "action_dim": 32,
5
+ "action_horizon": 16,
6
+ "add_pos_embed": true,
7
+ "backbone_embedding_dim": 2048,
8
+ "diffusion_model_cfg": {
9
+ "attention_head_dim": 48,
10
+ "cross_attention_dim": 2048,
11
+ "dropout": 0.2,
12
+ "final_dropout": true,
13
+ "interleave_self_attention": true,
14
+ "norm_type": "ada_norm",
15
+ "num_attention_heads": 32,
16
+ "num_layers": 16,
17
+ "output_dim": 1024,
18
+ "positional_embeddings": null
19
+ },
20
+ "hidden_size": 1024,
21
+ "input_embedding_dim": 1536,
22
+ "max_action_dim": 32,
23
+ "max_state_dim": 64,
24
+ "model_dtype": "float32",
25
+ "noise_beta_alpha": 1.5,
26
+ "noise_beta_beta": 1.0,
27
+ "noise_s": 0.999,
28
+ "num_inference_timesteps": 4,
29
+ "num_target_vision_tokens": 32,
30
+ "num_timestep_buckets": 1000,
31
+ "tune_diffusion_model": true,
32
+ "tune_projector": true,
33
+ "use_vlln": true,
34
+ "vl_self_attention_cfg": {
35
+ "attention_head_dim": 64,
36
+ "dropout": 0.2,
37
+ "final_dropout": true,
38
+ "num_attention_heads": 32,
39
+ "num_layers": 4,
40
+ "positional_embeddings": null
41
+ }
42
+ },
43
+ "action_horizon": 16,
44
+ "architectures": [
45
+ "GR00T_N1_5"
46
+ ],
47
+ "attn_implementation": null,
48
+ "backbone_cfg": {
49
+ "eagle_path": "NVEagle/eagle_er-qwen3_1_7B-Siglip2_400M_stage1_5_128gpu_er_v7_1mlp_nops",
50
+ "load_bf16": false,
51
+ "project_to_dim": null,
52
+ "reproject_vision": false,
53
+ "select_layer": 12,
54
+ "tune_llm": false,
55
+ "tune_visual": true,
56
+ "use_flash_attention": true
57
+ },
58
+ "compute_dtype": "bfloat16",
59
+ "hidden_size": 2048,
60
+ "model_dtype": "float32",
61
+ "model_type": "gr00t_n1_5",
62
+ "torch_dtype": "bfloat16",
63
+ "transformers_version": "4.51.3"
64
+ }
experiment_cfg/metadata.json ADDED
@@ -0,0 +1,907 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "gr1": {
3
+ "statistics": {
4
+ "state": {
5
+ "left_arm": {
6
+ "max": [
7
+ 1.3570959568023682,
8
+ 1.5781080722808838,
9
+ 1.7425614595413208,
10
+ 0.04977008327841759,
11
+ 2.521491289138794,
12
+ 1.5104753971099854,
13
+ 1.3451268672943115
14
+ ],
15
+ "min": [
16
+ -1.7593636512756348,
17
+ -0.08899051696062088,
18
+ -1.6571800708770752,
19
+ -2.516343355178833,
20
+ -2.307133436203003,
21
+ -1.4132264852523804,
22
+ -1.4408576488494873
23
+ ],
24
+ "mean": [
25
+ -0.1721954196691513,
26
+ 0.18329788744449615,
27
+ -0.13603615760803223,
28
+ -1.0807313919067383,
29
+ 0.14450088143348694,
30
+ 0.1319544017314911,
31
+ -0.08306947350502014
32
+ ],
33
+ "std": [
34
+ 0.40682145953178406,
35
+ 0.18259239196777344,
36
+ 0.25132784247398376,
37
+ 0.5786943435668945,
38
+ 0.33050763607025146,
39
+ 0.28609949350357056,
40
+ 0.30134323239326477
41
+ ],
42
+ "q01": [
43
+ -1.6011584222316741,
44
+ -0.0004831812286283818,
45
+ -0.9488833963871002,
46
+ -2.43623423576355,
47
+ -0.940359205007553,
48
+ -0.648951044678688,
49
+ -0.9641011685132981
50
+ ],
51
+ "q99": [
52
+ 0.6305126994848265,
53
+ 0.7966297268867493,
54
+ 0.3873166218400004,
55
+ -0.07399308793246723,
56
+ 1.0455405175685888,
57
+ 0.8574009954929354,
58
+ 0.48388660699129127
59
+ ]
60
+ },
61
+ "left_hand": {
62
+ "max": [
63
+ 2.8765757083892822,
64
+ 2.6975045204162598,
65
+ 3.3291828632354736,
66
+ 2.7148845195770264,
67
+ 3.664421558380127,
68
+ 3.5466625690460205
69
+ ],
70
+ "min": [
71
+ -3.262805700302124,
72
+ -2.7771592140197754,
73
+ -3.4712820053100586,
74
+ -2.7828404903411865,
75
+ -2.197380781173706,
76
+ -2.636387825012207
77
+ ],
78
+ "mean": [
79
+ 0.21940384805202484,
80
+ 0.21819256246089935,
81
+ 0.20426052808761597,
82
+ 0.22833923995494843,
83
+ 0.06841608136892319,
84
+ 0.9091449975967407
85
+ ],
86
+ "std": [
87
+ 0.4278457462787628,
88
+ 0.41304099559783936,
89
+ 0.3710329830646515,
90
+ 0.42297253012657166,
91
+ 0.18603332340717316,
92
+ 0.7297042012214661
93
+ ],
94
+ "q01": [
95
+ -0.17130047902464868,
96
+ -0.002568027237430215,
97
+ -0.002998544566798955,
98
+ -0.0024907408631406726,
99
+ -0.14894675761461257,
100
+ -0.0002731013679294847
101
+ ],
102
+ "q99": [
103
+ 1.5014824867248535,
104
+ 1.5016536712646484,
105
+ 1.404326802492144,
106
+ 1.5127789616584781,
107
+ 0.7817099303007136,
108
+ 1.872669064998627
109
+ ]
110
+ },
111
+ "left_leg": {
112
+ "max": [
113
+ 0.0,
114
+ 0.0,
115
+ 0.0,
116
+ 0.0,
117
+ 5.186659473110922e-05,
118
+ 0.0
119
+ ],
120
+ "min": [
121
+ 0.0,
122
+ 0.0,
123
+ 0.0,
124
+ 0.0,
125
+ -2.446335656713927e-06,
126
+ -1.6033794963732362e-05
127
+ ],
128
+ "mean": [
129
+ 0.0,
130
+ 0.0,
131
+ 0.0,
132
+ 0.0,
133
+ 7.68979953136295e-06,
134
+ -2.6351963242632337e-06
135
+ ],
136
+ "std": [
137
+ 0.0,
138
+ 0.0,
139
+ 0.0,
140
+ 0.0,
141
+ 1.7361962818540633e-05,
142
+ 5.2996829253970645e-06
143
+ ],
144
+ "q01": [
145
+ 0.0,
146
+ 0.0,
147
+ 0.0,
148
+ 0.0,
149
+ -2.446335656713927e-06,
150
+ -1.6033794963732362e-05
151
+ ],
152
+ "q99": [
153
+ 0.0,
154
+ 0.0,
155
+ 0.0,
156
+ 0.0,
157
+ 5.186659473110922e-05,
158
+ 0.0
159
+ ]
160
+ },
161
+ "neck": {
162
+ "max": [
163
+ 0.01535311620682478,
164
+ 0.05556071177124977,
165
+ 0.008969387039542198
166
+ ],
167
+ "min": [
168
+ -0.23586410284042358,
169
+ -0.03865945711731911,
170
+ -0.06754876673221588
171
+ ],
172
+ "mean": [
173
+ -0.0008622645400464535,
174
+ 5.3951262088958174e-05,
175
+ -0.00013521323853638023
176
+ ],
177
+ "std": [
178
+ 0.01196372415870428,
179
+ 0.0034790514037013054,
180
+ 0.0031053286511451006
181
+ ],
182
+ "q01": [
183
+ -0.00492388429120183,
184
+ -0.0027977502904832363,
185
+ 0.0
186
+ ],
187
+ "q99": [
188
+ 2.9924885893706232e-06,
189
+ 0.0002969176275655627,
190
+ 0.0
191
+ ]
192
+ },
193
+ "right_arm": {
194
+ "max": [
195
+ 1.7399436235427856,
196
+ 0.07876992970705032,
197
+ 2.5426626205444336,
198
+ 0.048908114433288574,
199
+ 3.000918388366699,
200
+ 1.4513440132141113,
201
+ 1.5000383853912354
202
+ ],
203
+ "min": [
204
+ -2.2743337154388428,
205
+ -2.999122142791748,
206
+ -1.7424250841140747,
207
+ -2.536545753479004,
208
+ -2.6034910678863525,
209
+ -1.5032434463500977,
210
+ -1.4913568496704102
211
+ ],
212
+ "mean": [
213
+ -0.1590277999639511,
214
+ -0.2511773109436035,
215
+ 0.08599518239498138,
216
+ -1.1420482397079468,
217
+ 0.21259814500808716,
218
+ 0.04237671568989754,
219
+ 0.03427042067050934
220
+ ],
221
+ "std": [
222
+ 0.563156247138977,
223
+ 0.24450603127479553,
224
+ 0.32825493812561035,
225
+ 0.7310536503791809,
226
+ 0.4813914895057678,
227
+ 0.35611921548843384,
228
+ 0.509053111076355
229
+ ],
230
+ "q01": [
231
+ -1.4233640372753142,
232
+ -1.0436977982521056,
233
+ -0.7169023394584656,
234
+ -2.4936094284057617,
235
+ -0.7377233326435089,
236
+ -0.8036172896623611,
237
+ -0.9991738587617874
238
+ ],
239
+ "q99": [
240
+ 1.1677674055099487,
241
+ 0.0006303858070168663,
242
+ 0.8771779745817194,
243
+ -0.0582109544426202,
244
+ 1.4707317113876357,
245
+ 0.8474899172782919,
246
+ 1.2271583080291748
247
+ ]
248
+ },
249
+ "right_hand": {
250
+ "max": [
251
+ 2.397510290145874,
252
+ 2.4422738552093506,
253
+ 3.0158462524414062,
254
+ 2.457378625869751,
255
+ 1.4605257511138916,
256
+ 2.168534278869629
257
+ ],
258
+ "min": [
259
+ -1.7595213651657104,
260
+ -1.8982670307159424,
261
+ -1.8622381687164307,
262
+ -1.8314869403839111,
263
+ -1.0045679807662964,
264
+ -0.31411829590797424
265
+ ],
266
+ "mean": [
267
+ 0.34993353486061096,
268
+ 0.3412855267524719,
269
+ 0.3271332383155823,
270
+ 0.3575766980648041,
271
+ 0.09723818302154541,
272
+ 1.0641368627548218
273
+ ],
274
+ "std": [
275
+ 0.4914742112159729,
276
+ 0.4654525816440582,
277
+ 0.4451630115509033,
278
+ 0.4866269826889038,
279
+ 0.1814946085214615,
280
+ 0.573503315448761
281
+ ],
282
+ "q01": [
283
+ -0.004218762856908143,
284
+ -0.004575904295779765,
285
+ -0.005576773989014327,
286
+ -0.004707079078070819,
287
+ -0.18967307358980176,
288
+ 0.03200087323784828
289
+ ],
290
+ "q99": [
291
+ 1.4994217157363892,
292
+ 1.5029035806655884,
293
+ 1.661455136537552,
294
+ 1.5188306391239168,
295
+ 0.6953653633594525,
296
+ 1.8182492077350618
297
+ ]
298
+ },
299
+ "right_leg": {
300
+ "max": [
301
+ 0.0,
302
+ 0.0,
303
+ 0.0,
304
+ 0.0,
305
+ 5.369959126255708e-06,
306
+ 0.0
307
+ ],
308
+ "min": [
309
+ 0.0,
310
+ 0.0,
311
+ 0.0,
312
+ 0.0,
313
+ -2.446335656713927e-06,
314
+ -5.166131450096145e-05
315
+ ],
316
+ "mean": [
317
+ 0.0,
318
+ 0.0,
319
+ 0.0,
320
+ 0.0,
321
+ 8.152188684107387e-07,
322
+ -7.940252544358373e-06
323
+ ],
324
+ "std": [
325
+ 0.0,
326
+ 0.0,
327
+ 0.0,
328
+ 0.0,
329
+ 1.92081461136695e-06,
330
+ 1.7361962818540633e-05
331
+ ],
332
+ "q01": [
333
+ 0.0,
334
+ 0.0,
335
+ 0.0,
336
+ 0.0,
337
+ -2.446335656713927e-06,
338
+ -5.166131450096145e-05
339
+ ],
340
+ "q99": [
341
+ 0.0,
342
+ 0.0,
343
+ 0.0,
344
+ 0.0,
345
+ 5.369959126255708e-06,
346
+ 0.0
347
+ ]
348
+ },
349
+ "waist": {
350
+ "max": [
351
+ 1.0323854684829712,
352
+ 0.7102982997894287,
353
+ 0.43762317299842834
354
+ ],
355
+ "min": [
356
+ -0.8131351470947266,
357
+ -0.4901888370513916,
358
+ -0.7304351925849915
359
+ ],
360
+ "mean": [
361
+ 0.014510802924633026,
362
+ 0.014398206025362015,
363
+ -0.00020241182937752455
364
+ ],
365
+ "std": [
366
+ 0.12270263582468033,
367
+ 0.032448362559080124,
368
+ 0.00728295324370265
369
+ ],
370
+ "q01": [
371
+ -0.3365072563290596,
372
+ -0.0290498711168766,
373
+ -0.026060330495238305
374
+ ],
375
+ "q99": [
376
+ 0.48663658648729347,
377
+ 0.12612193301320096,
378
+ 0.02228020317852497
379
+ ]
380
+ }
381
+ },
382
+ "action": {
383
+ "left_arm": {
384
+ "max": [
385
+ 1.4113223552703857,
386
+ 1.8901419639587402,
387
+ 1.7754145860671997,
388
+ 7.309383363462985e-05,
389
+ 2.563594102859497,
390
+ 1.5000243186950684,
391
+ 1.4908421039581299
392
+ ],
393
+ "min": [
394
+ -2.291214942932129,
395
+ -0.001746351015754044,
396
+ -2.4999990463256836,
397
+ -2.814260482788086,
398
+ -2.3611011505126953,
399
+ -1.4937989711761475,
400
+ -1.4969758987426758
401
+ ],
402
+ "mean": [
403
+ -0.17771673202514648,
404
+ 0.18351773917675018,
405
+ -0.1372099369764328,
406
+ -1.0842658281326294,
407
+ 0.14675945043563843,
408
+ 0.1292145699262619,
409
+ -0.09504522383213043
410
+ ],
411
+ "std": [
412
+ 0.4174487590789795,
413
+ 0.18478454649448395,
414
+ 0.25687918066978455,
415
+ 0.5807053446769714,
416
+ 0.3365735411643982,
417
+ 0.2984270751476288,
418
+ 0.3153652846813202
419
+ ],
420
+ "q01": [
421
+ -1.6055770933628082,
422
+ -7.429541994952153e-07,
423
+ -0.9837155520915984,
424
+ -2.480029511451721,
425
+ -0.9457575023174285,
426
+ -0.7192997813224793,
427
+ -1.008323037624359
428
+ ],
429
+ "q99": [
430
+ 0.6335921049118056,
431
+ 0.8018405169248584,
432
+ 0.39303458780050327,
433
+ -0.0636610623449087,
434
+ 1.0508334636688232,
435
+ 0.8918659299612055,
436
+ 0.5138001590967183
437
+ ]
438
+ },
439
+ "left_hand": {
440
+ "max": [
441
+ 1.5707963705062866,
442
+ 1.646651268005371,
443
+ 1.709236979484558,
444
+ 2.0620639324188232,
445
+ 3.0,
446
+ 3.0
447
+ ],
448
+ "min": [
449
+ -1.9597030878067017,
450
+ -1.8635213375091553,
451
+ -1.9709523916244507,
452
+ -1.5,
453
+ -3.0,
454
+ 0.0
455
+ ],
456
+ "mean": [
457
+ -0.22721463441848755,
458
+ -0.21956320106983185,
459
+ -0.2144497036933899,
460
+ -0.21446840465068817,
461
+ -0.48631641268730164,
462
+ 1.6838233470916748
463
+ ],
464
+ "std": [
465
+ 1.0050891637802124,
466
+ 1.012416124343872,
467
+ 1.0138051509857178,
468
+ 1.020043969154358,
469
+ 2.066762685775757,
470
+ 1.4588384628295898
471
+ ],
472
+ "q01": [
473
+ -1.5,
474
+ -1.5,
475
+ -1.5,
476
+ -1.5,
477
+ -3.0,
478
+ 0.0
479
+ ],
480
+ "q99": [
481
+ 1.5,
482
+ 1.5,
483
+ 1.5,
484
+ 1.5,
485
+ 3.0,
486
+ 3.0
487
+ ]
488
+ },
489
+ "left_leg": {
490
+ "max": [
491
+ 0.0,
492
+ 0.0,
493
+ 0.0,
494
+ 0.0,
495
+ 0.0,
496
+ 0.0
497
+ ],
498
+ "min": [
499
+ 0.0,
500
+ 0.0,
501
+ 0.0,
502
+ 0.0,
503
+ 0.0,
504
+ 0.0
505
+ ],
506
+ "mean": [
507
+ 0.0,
508
+ 0.0,
509
+ 0.0,
510
+ 0.0,
511
+ 0.0,
512
+ 0.0
513
+ ],
514
+ "std": [
515
+ 0.0,
516
+ 0.0,
517
+ 0.0,
518
+ 0.0,
519
+ 0.0,
520
+ 0.0
521
+ ],
522
+ "q01": [
523
+ 0.0,
524
+ 0.0,
525
+ 0.0,
526
+ 0.0,
527
+ 0.0,
528
+ 0.0
529
+ ],
530
+ "q99": [
531
+ 0.0,
532
+ 0.0,
533
+ 0.0,
534
+ 0.0,
535
+ 0.0,
536
+ 0.0
537
+ ]
538
+ },
539
+ "neck": {
540
+ "max": [
541
+ 0.0,
542
+ 0.0,
543
+ 0.0
544
+ ],
545
+ "min": [
546
+ 0.0,
547
+ 0.0,
548
+ 0.0
549
+ ],
550
+ "mean": [
551
+ 0.0,
552
+ 0.0,
553
+ 0.0
554
+ ],
555
+ "std": [
556
+ 0.0,
557
+ 0.0,
558
+ 0.0
559
+ ],
560
+ "q01": [
561
+ 0.0,
562
+ 0.0,
563
+ 0.0
564
+ ],
565
+ "q99": [
566
+ 0.0,
567
+ 0.0,
568
+ 0.0
569
+ ]
570
+ },
571
+ "right_arm": {
572
+ "max": [
573
+ 1.7834906578063965,
574
+ 0.0002448999439366162,
575
+ 2.549729585647583,
576
+ 7.45560391806066e-05,
577
+ 3.0000460147857666,
578
+ 1.4975632429122925,
579
+ 1.4998434782028198
580
+ ],
581
+ "min": [
582
+ -2.318650960922241,
583
+ -2.9999561309814453,
584
+ -1.9257696866989136,
585
+ -2.8759055137634277,
586
+ -2.620600461959839,
587
+ -1.5001521110534668,
588
+ -1.4994292259216309
589
+ ],
590
+ "mean": [
591
+ -0.16953834891319275,
592
+ -0.2535267770290375,
593
+ 0.08221600204706192,
594
+ -1.1492931842803955,
595
+ 0.21761417388916016,
596
+ 0.0431099571287632,
597
+ 0.041337188333272934
598
+ ],
599
+ "std": [
600
+ 0.5752111673355103,
601
+ 0.2584686279296875,
602
+ 0.341155469417572,
603
+ 0.7394758462905884,
604
+ 0.48707106709480286,
605
+ 0.3721199631690979,
606
+ 0.5423213839530945
607
+ ],
608
+ "q01": [
609
+ -1.4375487387180328,
610
+ -1.0682010412216187,
611
+ -0.7535711079835892,
612
+ -2.6383612155914307,
613
+ -0.7471688866615296,
614
+ -0.8604200631380081,
615
+ -1.090039813518524
616
+ ],
617
+ "q99": [
618
+ 1.1753968834877018,
619
+ -9.999999974752427e-07,
620
+ 0.8976036489009873,
621
+ -0.05795218236744387,
622
+ 1.4876463234424593,
623
+ 0.877433916926385,
624
+ 1.464138692617417
625
+ ]
626
+ },
627
+ "right_hand": {
628
+ "max": [
629
+ 1.5707963705062866,
630
+ 1.7183797359466553,
631
+ 3.979951858520508,
632
+ 3.9879753589630127,
633
+ 3.0,
634
+ 3.0
635
+ ],
636
+ "min": [
637
+ -1.5,
638
+ -1.5,
639
+ -1.5,
640
+ -1.5,
641
+ -3.0,
642
+ 4.470348358154297e-08
643
+ ],
644
+ "mean": [
645
+ -0.5435706377029419,
646
+ -0.5304322242736816,
647
+ -0.5179098844528198,
648
+ -0.4968528747558594,
649
+ -1.1343770027160645,
650
+ 2.1282095909118652
651
+ ],
652
+ "std": [
653
+ 1.1248024702072144,
654
+ 1.1392076015472412,
655
+ 1.1426663398742676,
656
+ 1.3018625974655151,
657
+ 2.1998753547668457,
658
+ 0.9186902642250061
659
+ ],
660
+ "q01": [
661
+ -1.5,
662
+ -1.5,
663
+ -1.5,
664
+ -1.5,
665
+ -3.0,
666
+ 0.0433624254539609
667
+ ],
668
+ "q99": [
669
+ 1.5,
670
+ 1.5,
671
+ 1.5,
672
+ 1.5,
673
+ 3.0,
674
+ 3.0
675
+ ]
676
+ },
677
+ "right_leg": {
678
+ "max": [
679
+ 0.0,
680
+ 0.0,
681
+ 0.0,
682
+ 0.0,
683
+ 0.0,
684
+ 0.0
685
+ ],
686
+ "min": [
687
+ 0.0,
688
+ 0.0,
689
+ 0.0,
690
+ 0.0,
691
+ 0.0,
692
+ 0.0
693
+ ],
694
+ "mean": [
695
+ 0.0,
696
+ 0.0,
697
+ 0.0,
698
+ 0.0,
699
+ 0.0,
700
+ 0.0
701
+ ],
702
+ "std": [
703
+ 0.0,
704
+ 0.0,
705
+ 0.0,
706
+ 0.0,
707
+ 0.0,
708
+ 0.0
709
+ ],
710
+ "q01": [
711
+ 0.0,
712
+ 0.0,
713
+ 0.0,
714
+ 0.0,
715
+ 0.0,
716
+ 0.0
717
+ ],
718
+ "q99": [
719
+ 0.0,
720
+ 0.0,
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0
725
+ ]
726
+ },
727
+ "waist": {
728
+ "max": [
729
+ 1.049119234085083,
730
+ 0.6198405623435974,
731
+ 0.45177245140075684
732
+ ],
733
+ "min": [
734
+ -0.8292319774627686,
735
+ -0.5185094475746155,
736
+ -0.37811079621315
737
+ ],
738
+ "mean": [
739
+ 0.014836843125522137,
740
+ 0.01042813528329134,
741
+ -0.00014937532250769436
742
+ ],
743
+ "std": [
744
+ 0.12568794190883636,
745
+ 0.030695030465722084,
746
+ 0.004574332851916552
747
+ ],
748
+ "q01": [
749
+ -0.3402548208832741,
750
+ -0.025130789913237094,
751
+ -0.016220059804618357
752
+ ],
753
+ "q99": [
754
+ 0.4959896907210364,
755
+ 0.12137954644858845,
756
+ 0.010726323025301111
757
+ ]
758
+ }
759
+ }
760
+ },
761
+ "modalities": {
762
+ "video": {
763
+ "ego_view": {
764
+ "resolution": [
765
+ 256,
766
+ 256
767
+ ],
768
+ "channels": 3,
769
+ "fps": 16.0
770
+ }
771
+ },
772
+ "state": {
773
+ "left_arm": {
774
+ "absolute": true,
775
+ "rotation_type": null,
776
+ "shape": [
777
+ 7
778
+ ],
779
+ "continuous": true
780
+ },
781
+ "left_hand": {
782
+ "absolute": true,
783
+ "rotation_type": null,
784
+ "shape": [
785
+ 6
786
+ ],
787
+ "continuous": true
788
+ },
789
+ "left_leg": {
790
+ "absolute": true,
791
+ "rotation_type": null,
792
+ "shape": [
793
+ 6
794
+ ],
795
+ "continuous": true
796
+ },
797
+ "neck": {
798
+ "absolute": true,
799
+ "rotation_type": null,
800
+ "shape": [
801
+ 3
802
+ ],
803
+ "continuous": true
804
+ },
805
+ "right_arm": {
806
+ "absolute": true,
807
+ "rotation_type": null,
808
+ "shape": [
809
+ 7
810
+ ],
811
+ "continuous": true
812
+ },
813
+ "right_hand": {
814
+ "absolute": true,
815
+ "rotation_type": null,
816
+ "shape": [
817
+ 6
818
+ ],
819
+ "continuous": true
820
+ },
821
+ "right_leg": {
822
+ "absolute": true,
823
+ "rotation_type": null,
824
+ "shape": [
825
+ 6
826
+ ],
827
+ "continuous": true
828
+ },
829
+ "waist": {
830
+ "absolute": true,
831
+ "rotation_type": null,
832
+ "shape": [
833
+ 3
834
+ ],
835
+ "continuous": true
836
+ }
837
+ },
838
+ "action": {
839
+ "left_arm": {
840
+ "absolute": true,
841
+ "rotation_type": null,
842
+ "shape": [
843
+ 7
844
+ ],
845
+ "continuous": true
846
+ },
847
+ "left_hand": {
848
+ "absolute": true,
849
+ "rotation_type": null,
850
+ "shape": [
851
+ 6
852
+ ],
853
+ "continuous": true
854
+ },
855
+ "left_leg": {
856
+ "absolute": true,
857
+ "rotation_type": null,
858
+ "shape": [
859
+ 6
860
+ ],
861
+ "continuous": true
862
+ },
863
+ "neck": {
864
+ "absolute": true,
865
+ "rotation_type": null,
866
+ "shape": [
867
+ 3
868
+ ],
869
+ "continuous": true
870
+ },
871
+ "right_arm": {
872
+ "absolute": true,
873
+ "rotation_type": null,
874
+ "shape": [
875
+ 7
876
+ ],
877
+ "continuous": true
878
+ },
879
+ "right_hand": {
880
+ "absolute": true,
881
+ "rotation_type": null,
882
+ "shape": [
883
+ 6
884
+ ],
885
+ "continuous": true
886
+ },
887
+ "right_leg": {
888
+ "absolute": true,
889
+ "rotation_type": null,
890
+ "shape": [
891
+ 6
892
+ ],
893
+ "continuous": true
894
+ },
895
+ "waist": {
896
+ "absolute": true,
897
+ "rotation_type": null,
898
+ "shape": [
899
+ 3
900
+ ],
901
+ "continuous": true
902
+ }
903
+ }
904
+ },
905
+ "embodiment_tag": "gr1"
906
+ }
907
+ }
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7531485bfa125fc4e6c16cb3d2f7227fa702da4bc7f8092b491f368ffa7fd60b
3
+ size 4999367032
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f006d0630f8948e13c7bed3398d81a8f06ab18560f9af3bc498f0de4ccac933
3
+ size 2586705312
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
@@ -0,0 +1,743 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 500.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 5.0,
14
+ "grad_norm": 5.397169589996338,
15
+ "learning_rate": 1.8000000000000001e-06,
16
+ "loss": 0.2919,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 10.0,
21
+ "grad_norm": 0.9353181719779968,
22
+ "learning_rate": 3.8000000000000005e-06,
23
+ "loss": 0.1739,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 15.0,
28
+ "grad_norm": 0.7328904271125793,
29
+ "learning_rate": 5.8e-06,
30
+ "loss": 0.0652,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 20.0,
35
+ "grad_norm": 0.4074712097644806,
36
+ "learning_rate": 7.800000000000002e-06,
37
+ "loss": 0.0404,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 25.0,
42
+ "grad_norm": 0.2423805147409439,
43
+ "learning_rate": 9.800000000000001e-06,
44
+ "loss": 0.0316,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 30.0,
49
+ "grad_norm": 0.2766434848308563,
50
+ "learning_rate": 9.997785653888835e-06,
51
+ "loss": 0.0298,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 35.0,
56
+ "grad_norm": 0.13297130167484283,
57
+ "learning_rate": 9.990133642141359e-06,
58
+ "loss": 0.0188,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 40.0,
63
+ "grad_norm": 0.14956459403038025,
64
+ "learning_rate": 9.977024992520604e-06,
65
+ "loss": 0.0215,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 45.0,
70
+ "grad_norm": 0.11092308908700943,
71
+ "learning_rate": 9.95847403914247e-06,
72
+ "loss": 0.0165,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 50.0,
77
+ "grad_norm": 0.14556869864463806,
78
+ "learning_rate": 9.934501067202117e-06,
79
+ "loss": 0.0184,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 55.0,
84
+ "grad_norm": 0.08497963100671768,
85
+ "learning_rate": 9.905132290792395e-06,
86
+ "loss": 0.017,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 60.0,
91
+ "grad_norm": 0.11055798828601837,
92
+ "learning_rate": 9.870399824239116e-06,
93
+ "loss": 0.0144,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 65.0,
98
+ "grad_norm": 0.11764124035835266,
99
+ "learning_rate": 9.830341646984521e-06,
100
+ "loss": 0.016,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 70.0,
105
+ "grad_norm": 0.08840305358171463,
106
+ "learning_rate": 9.785001562057311e-06,
107
+ "loss": 0.0146,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 75.0,
112
+ "grad_norm": 0.10814695060253143,
113
+ "learning_rate": 9.734429148174676e-06,
114
+ "loss": 0.0124,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 80.0,
119
+ "grad_norm": 0.11634189635515213,
120
+ "learning_rate": 9.678679705528699e-06,
121
+ "loss": 0.0116,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 85.0,
126
+ "grad_norm": 0.12818841636180878,
127
+ "learning_rate": 9.61781419531641e-06,
128
+ "loss": 0.012,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 90.0,
133
+ "grad_norm": 0.10254319757223129,
134
+ "learning_rate": 9.551899173079607e-06,
135
+ "loss": 0.0114,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 95.0,
140
+ "grad_norm": 0.08262895792722702,
141
+ "learning_rate": 9.481006715927352e-06,
142
+ "loss": 0.0087,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 100.0,
147
+ "grad_norm": 0.0894164964556694,
148
+ "learning_rate": 9.405214343720708e-06,
149
+ "loss": 0.0106,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 105.0,
154
+ "grad_norm": 0.10203208029270172,
155
+ "learning_rate": 9.324604934305911e-06,
156
+ "loss": 0.0121,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 110.0,
161
+ "grad_norm": 0.10908177495002747,
162
+ "learning_rate": 9.23926663288866e-06,
163
+ "loss": 0.0102,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 115.0,
168
+ "grad_norm": 0.08058351278305054,
169
+ "learning_rate": 9.149292755648631e-06,
170
+ "loss": 0.0084,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 120.0,
175
+ "grad_norm": 0.07929268479347229,
176
+ "learning_rate": 9.0547816876996e-06,
177
+ "loss": 0.009,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 125.0,
182
+ "grad_norm": 0.10747542232275009,
183
+ "learning_rate": 8.955836775506776e-06,
184
+ "loss": 0.0076,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 130.0,
189
+ "grad_norm": 0.10107773542404175,
190
+ "learning_rate": 8.852566213878947e-06,
191
+ "loss": 0.0067,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 135.0,
196
+ "grad_norm": 0.10776694118976593,
197
+ "learning_rate": 8.745082927659048e-06,
198
+ "loss": 0.0103,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 140.0,
203
+ "grad_norm": 0.11428030580282211,
204
+ "learning_rate": 8.633504448242504e-06,
205
+ "loss": 0.0073,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 145.0,
210
+ "grad_norm": 0.09270931780338287,
211
+ "learning_rate": 8.517952785058385e-06,
212
+ "loss": 0.0104,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 150.0,
217
+ "grad_norm": 0.16489315032958984,
218
+ "learning_rate": 8.398554292153866e-06,
219
+ "loss": 0.0073,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 155.0,
224
+ "grad_norm": 0.07723696529865265,
225
+ "learning_rate": 8.275439530027948e-06,
226
+ "loss": 0.0096,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 160.0,
231
+ "grad_norm": 0.10752108693122864,
232
+ "learning_rate": 8.148743122865463e-06,
233
+ "loss": 0.0065,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 165.0,
238
+ "grad_norm": 0.1112474650144577,
239
+ "learning_rate": 8.018603611327505e-06,
240
+ "loss": 0.0066,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 170.0,
245
+ "grad_norm": 0.12241555005311966,
246
+ "learning_rate": 7.885163301059251e-06,
247
+ "loss": 0.0069,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 175.0,
252
+ "grad_norm": 0.08366672694683075,
253
+ "learning_rate": 7.748568107080831e-06,
254
+ "loss": 0.0048,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 180.0,
259
+ "grad_norm": 0.11723809689283371,
260
+ "learning_rate": 7.608967394231387e-06,
261
+ "loss": 0.0066,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 185.0,
266
+ "grad_norm": 0.0729377269744873,
267
+ "learning_rate": 7.4665138138408255e-06,
268
+ "loss": 0.0074,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 190.0,
273
+ "grad_norm": 0.11097389459609985,
274
+ "learning_rate": 7.3213631368078196e-06,
275
+ "loss": 0.0059,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 195.0,
280
+ "grad_norm": 0.07192663848400116,
281
+ "learning_rate": 7.173674083266624e-06,
282
+ "loss": 0.0076,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 200.0,
287
+ "grad_norm": 0.0996483564376831,
288
+ "learning_rate": 7.023608149028936e-06,
289
+ "loss": 0.0054,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 205.0,
294
+ "grad_norm": 0.0916118174791336,
295
+ "learning_rate": 6.871329428990602e-06,
296
+ "loss": 0.0086,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 210.0,
301
+ "grad_norm": 0.06764936447143555,
302
+ "learning_rate": 6.717004437696249e-06,
303
+ "loss": 0.0055,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 215.0,
308
+ "grad_norm": 0.08822007477283478,
309
+ "learning_rate": 6.560801927258081e-06,
310
+ "loss": 0.0066,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 220.0,
315
+ "grad_norm": 0.08827707171440125,
316
+ "learning_rate": 6.402892702827916e-06,
317
+ "loss": 0.0061,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 225.0,
322
+ "grad_norm": 0.0720047801733017,
323
+ "learning_rate": 6.243449435824276e-06,
324
+ "loss": 0.0061,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 230.0,
329
+ "grad_norm": 0.07006888091564178,
330
+ "learning_rate": 6.0826464751187e-06,
331
+ "loss": 0.0083,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 235.0,
336
+ "grad_norm": 0.09243530035018921,
337
+ "learning_rate": 5.920659656387836e-06,
338
+ "loss": 0.0078,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 240.0,
343
+ "grad_norm": 0.06492191553115845,
344
+ "learning_rate": 5.7576661098397024e-06,
345
+ "loss": 0.0066,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 245.0,
350
+ "grad_norm": 0.08790420740842819,
351
+ "learning_rate": 5.593844066524401e-06,
352
+ "loss": 0.0054,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 250.0,
357
+ "grad_norm": 0.07164391130208969,
358
+ "learning_rate": 5.429372663441086e-06,
359
+ "loss": 0.0053,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 255.0,
364
+ "grad_norm": 0.14394554495811462,
365
+ "learning_rate": 5.264431747654284e-06,
366
+ "loss": 0.0073,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 260.0,
371
+ "grad_norm": 0.07013445347547531,
372
+ "learning_rate": 5.099201679633769e-06,
373
+ "loss": 0.0052,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 265.0,
378
+ "grad_norm": 0.06680478155612946,
379
+ "learning_rate": 4.93386313603304e-06,
380
+ "loss": 0.0069,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 270.0,
385
+ "grad_norm": 0.06247612461447716,
386
+ "learning_rate": 4.768596912122046e-06,
387
+ "loss": 0.0052,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 275.0,
392
+ "grad_norm": 0.05117158591747284,
393
+ "learning_rate": 4.60358372409022e-06,
394
+ "loss": 0.0051,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 280.0,
399
+ "grad_norm": 0.08578942716121674,
400
+ "learning_rate": 4.439004011435979e-06,
401
+ "loss": 0.0048,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 285.0,
406
+ "grad_norm": 0.06459514051675797,
407
+ "learning_rate": 4.275037739658771e-06,
408
+ "loss": 0.0043,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 290.0,
413
+ "grad_norm": 0.04910711571574211,
414
+ "learning_rate": 4.111864203469457e-06,
415
+ "loss": 0.0048,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 295.0,
420
+ "grad_norm": 0.08023233711719513,
421
+ "learning_rate": 3.949661830734172e-06,
422
+ "loss": 0.0052,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 300.0,
427
+ "grad_norm": 0.052299484610557556,
428
+ "learning_rate": 3.7886079873660693e-06,
429
+ "loss": 0.0065,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 305.0,
434
+ "grad_norm": 0.07018306851387024,
435
+ "learning_rate": 3.628878783378302e-06,
436
+ "loss": 0.0072,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 310.0,
441
+ "grad_norm": 0.12681585550308228,
442
+ "learning_rate": 3.470648880310313e-06,
443
+ "loss": 0.0052,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 315.0,
448
+ "grad_norm": 0.05805307626724243,
449
+ "learning_rate": 3.3140913002379993e-06,
450
+ "loss": 0.0039,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 320.0,
455
+ "grad_norm": 0.04801641404628754,
456
+ "learning_rate": 3.1593772365766107e-06,
457
+ "loss": 0.0048,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 325.0,
462
+ "grad_norm": 0.045701764523983,
463
+ "learning_rate": 3.0066758668832752e-06,
464
+ "loss": 0.0048,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 330.0,
469
+ "grad_norm": 0.11551245301961899,
470
+ "learning_rate": 2.8561541678638145e-06,
471
+ "loss": 0.0052,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 335.0,
476
+ "grad_norm": 0.11086073517799377,
477
+ "learning_rate": 2.707976732786166e-06,
478
+ "loss": 0.0079,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 340.0,
483
+ "grad_norm": 0.13061760365962982,
484
+ "learning_rate": 2.562305591500069e-06,
485
+ "loss": 0.0068,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 345.0,
490
+ "grad_norm": 0.07454542815685272,
491
+ "learning_rate": 2.4193000332597984e-06,
492
+ "loss": 0.0045,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 350.0,
497
+ "grad_norm": 0.07397207617759705,
498
+ "learning_rate": 2.2791164325437047e-06,
499
+ "loss": 0.0055,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 355.0,
504
+ "grad_norm": 0.1096329614520073,
505
+ "learning_rate": 2.1419080780610123e-06,
506
+ "loss": 0.0089,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 360.0,
511
+ "grad_norm": 0.04022010788321495,
512
+ "learning_rate": 2.0078250051328783e-06,
513
+ "loss": 0.0045,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 365.0,
518
+ "grad_norm": 0.07427657395601273,
519
+ "learning_rate": 1.877013831630961e-06,
520
+ "loss": 0.0073,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 370.0,
525
+ "grad_norm": 0.031478069722652435,
526
+ "learning_rate": 1.749617597652934e-06,
527
+ "loss": 0.0041,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 375.0,
532
+ "grad_norm": 0.05490158125758171,
533
+ "learning_rate": 1.62577560911024e-06,
534
+ "loss": 0.005,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 380.0,
539
+ "grad_norm": 0.05454939976334572,
540
+ "learning_rate": 1.505623285399121e-06,
541
+ "loss": 0.0035,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 385.0,
546
+ "grad_norm": 0.08547298610210419,
547
+ "learning_rate": 1.389292011321498e-06,
548
+ "loss": 0.0041,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 390.0,
553
+ "grad_norm": 0.03897368535399437,
554
+ "learning_rate": 1.2769089934176126e-06,
555
+ "loss": 0.0045,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 395.0,
560
+ "grad_norm": 0.0883495956659317,
561
+ "learning_rate": 1.1685971208675539e-06,
562
+ "loss": 0.0043,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 400.0,
567
+ "grad_norm": 0.09905428439378738,
568
+ "learning_rate": 1.0644748311137377e-06,
569
+ "loss": 0.0062,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 405.0,
574
+ "grad_norm": 0.0332956500351429,
575
+ "learning_rate": 9.646559803512995e-07,
576
+ "loss": 0.0053,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 410.0,
581
+ "grad_norm": 0.032863277941942215,
582
+ "learning_rate": 8.692497190280225e-07,
583
+ "loss": 0.0064,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 415.0,
588
+ "grad_norm": 0.06062532216310501,
589
+ "learning_rate": 7.783603724899258e-07,
590
+ "loss": 0.0057,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 420.0,
595
+ "grad_norm": 0.07800234854221344,
596
+ "learning_rate": 6.92087326903022e-07,
597
+ "loss": 0.0041,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 425.0,
602
+ "grad_norm": 0.06310921907424927,
603
+ "learning_rate": 6.105249205760128e-07,
604
+ "loss": 0.007,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 430.0,
609
+ "grad_norm": 0.09032593667507172,
610
+ "learning_rate": 5.337623408027293e-07,
611
+ "loss": 0.0044,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 435.0,
616
+ "grad_norm": 0.06231192871928215,
617
+ "learning_rate": 4.6188352633713964e-07,
618
+ "loss": 0.0052,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 440.0,
623
+ "grad_norm": 0.05976652354001999,
624
+ "learning_rate": 3.949670756075447e-07,
625
+ "loss": 0.0036,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 445.0,
630
+ "grad_norm": 0.034347184002399445,
631
+ "learning_rate": 3.3308616077036113e-07,
632
+ "loss": 0.0037,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 450.0,
637
+ "grad_norm": 0.06989555060863495,
638
+ "learning_rate": 2.763084476974376e-07,
639
+ "loss": 0.0065,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 455.0,
644
+ "grad_norm": 0.02786043845117092,
645
+ "learning_rate": 2.2469602198441575e-07,
646
+ "loss": 0.0032,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 460.0,
651
+ "grad_norm": 0.05007728934288025,
652
+ "learning_rate": 1.7830532106104747e-07,
653
+ "loss": 0.0046,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 465.0,
658
+ "grad_norm": 0.026432454586029053,
659
+ "learning_rate": 1.3718707247769137e-07,
660
+ "loss": 0.0039,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 470.0,
665
+ "grad_norm": 0.03813087195158005,
666
+ "learning_rate": 1.0138623843548078e-07,
667
+ "loss": 0.004,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 475.0,
672
+ "grad_norm": 0.09041327983140945,
673
+ "learning_rate": 7.094196662081832e-08,
674
+ "loss": 0.0068,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 480.0,
679
+ "grad_norm": 0.0223380159586668,
680
+ "learning_rate": 4.588754739795587e-08,
681
+ "loss": 0.0031,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 485.0,
686
+ "grad_norm": 0.019666409119963646,
687
+ "learning_rate": 2.625037740646763e-08,
688
+ "loss": 0.0038,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 490.0,
693
+ "grad_norm": 0.08689991384744644,
694
+ "learning_rate": 1.2051929603428824e-08,
695
+ "loss": 0.0046,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 495.0,
700
+ "grad_norm": 0.030567103996872902,
701
+ "learning_rate": 3.307729783054159e-09,
702
+ "loss": 0.0067,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 500.0,
707
+ "grad_norm": 0.07085179537534714,
708
+ "learning_rate": 2.733959946432663e-11,
709
+ "loss": 0.0045,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 500.0,
714
+ "step": 1000,
715
+ "total_flos": 0.0,
716
+ "train_loss": 0.013203472901135683,
717
+ "train_runtime": 2628.9433,
718
+ "train_samples_per_second": 97.378,
719
+ "train_steps_per_second": 0.38
720
+ }
721
+ ],
722
+ "logging_steps": 10,
723
+ "max_steps": 1000,
724
+ "num_input_tokens_seen": 0,
725
+ "num_train_epochs": 500,
726
+ "save_steps": 500,
727
+ "stateful_callbacks": {
728
+ "TrainerControl": {
729
+ "args": {
730
+ "should_epoch_stop": false,
731
+ "should_evaluate": false,
732
+ "should_log": false,
733
+ "should_save": true,
734
+ "should_training_stop": true
735
+ },
736
+ "attributes": {}
737
+ }
738
+ },
739
+ "total_flos": 0.0,
740
+ "train_batch_size": 32,
741
+ "trial_name": null,
742
+ "trial_params": null
743
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdc2b526af7473e7106c72128f66c9a6856004b3d8e22c3c9385610b85526618
3
+ size 5507