Robotics
ONNX
English
Chinese
real-world
dual-arm
whole body control
manipulation
whitbrunn commited on
Commit
f365288
·
verified ·
1 Parent(s): f78951b

Delete G0Plus_3B_base-pick_and_place

Browse files
Files changed (22) hide show
  1. G0Plus_3B_base-pick_and_place/.hydra/config.yaml +0 -358
  2. G0Plus_3B_base-pick_and_place/.hydra/hydra.yaml +0 -161
  3. G0Plus_3B_base-pick_and_place/.hydra/overrides.yaml +0 -1
  4. G0Plus_3B_base-pick_and_place/checkpoints/config.yaml +0 -358
  5. G0Plus_3B_base-pick_and_place/checkpoints/dataset_stats.json +0 -3078
  6. G0Plus_3B_base-pick_and_place/checkpoints/step_124838_lite.pt +0 -3
  7. G0Plus_3B_base-pick_and_place/checkpoints/step_214008_lite.pt +0 -3
  8. G0Plus_3B_base-pick_and_place/dataset_stats.json +0 -3078
  9. G0Plus_3B_base-pick_and_place/wandb/wandb/debug-internal.log +0 -8
  10. G0Plus_3B_base-pick_and_place/wandb/wandb/debug.log +0 -22
  11. G0Plus_3B_base-pick_and_place/wandb/wandb/latest-run/files/output.log +0 -93
  12. G0Plus_3B_base-pick_and_place/wandb/wandb/latest-run/files/requirements.txt +0 -259
  13. G0Plus_3B_base-pick_and_place/wandb/wandb/latest-run/files/wandb-metadata.json +0 -92
  14. G0Plus_3B_base-pick_and_place/wandb/wandb/latest-run/logs/debug-internal.log +0 -8
  15. G0Plus_3B_base-pick_and_place/wandb/wandb/latest-run/logs/debug.log +0 -22
  16. G0Plus_3B_base-pick_and_place/wandb/wandb/latest-run/run-1p1f1w70.wandb +0 -3
  17. G0Plus_3B_base-pick_and_place/wandb/wandb/run-20251220_121641-1p1f1w70/files/output.log +0 -93
  18. G0Plus_3B_base-pick_and_place/wandb/wandb/run-20251220_121641-1p1f1w70/files/requirements.txt +0 -259
  19. G0Plus_3B_base-pick_and_place/wandb/wandb/run-20251220_121641-1p1f1w70/files/wandb-metadata.json +0 -92
  20. G0Plus_3B_base-pick_and_place/wandb/wandb/run-20251220_121641-1p1f1w70/logs/debug-internal.log +0 -8
  21. G0Plus_3B_base-pick_and_place/wandb/wandb/run-20251220_121641-1p1f1w70/logs/debug.log +0 -22
  22. G0Plus_3B_base-pick_and_place/wandb/wandb/run-20251220_121641-1p1f1w70/run-1p1f1w70.wandb +0 -3
G0Plus_3B_base-pick_and_place/.hydra/config.yaml DELETED
@@ -1,358 +0,0 @@
1
- seed: 7
2
- resume_ckpt: null
3
- output_dir: ${hydra:runtime.output_dir}
4
- checkpointing_steps: 17834
5
- logger:
6
- type: wandb
7
- log_steps: 10
8
- task: ${hydra:runtime.choices.task}
9
- project: ${split:${logger.task},0}
10
- experiment_name: ${split:${logger.task},-1}
11
- mode: online
12
- workspace: cuijianning1996-galaxea-ai
13
- dir: ${output_dir}/wandb
14
- batch_size_val: 16
15
- eval_episodes_num: 1
16
- ckpt_path: null
17
- env: R1ProBlocksStackEasy
18
- target_controller_type: bimanual_relaxed_ik
19
- tags: null
20
- edp:
21
- card: null
22
- training_time: ${now:%Y-%m-%d}_${now:%H-%M-%S}
23
- git_branch: null
24
- git_commit: null
25
- root: null
26
- repo_ids: null
27
- save_dir: ${output_dir}
28
- tags: ${tags}
29
- max_steps: ${model.max_steps}
30
- batch_size: ${model.batch_size}
31
- data:
32
- _target_: galaxea_fm.data.galaxea_lerobot_dataset.GalaxeaLerobotDataset
33
- dataset_dirs: null
34
- shape_meta:
35
- action:
36
- - key: left_arm
37
- raw_shape: 6
38
- shape: 6
39
- - key: left_gripper
40
- raw_shape: 1
41
- shape: 1
42
- - key: right_arm
43
- raw_shape: 6
44
- shape: 6
45
- - key: right_gripper
46
- raw_shape: 1
47
- shape: 1
48
- state:
49
- - key: left_arm
50
- raw_shape: 6
51
- shape: 6
52
- - key: left_gripper
53
- raw_shape: 1
54
- shape: 1
55
- - key: right_arm
56
- raw_shape: 6
57
- shape: 6
58
- - key: right_gripper
59
- raw_shape: 1
60
- shape: 1
61
- images:
62
- - key: head_condition
63
- raw_shape:
64
- - 3
65
- - 224
66
- - 224
67
- shape:
68
- - 3
69
- - 224
70
- - 224
71
- - key: head_rgb
72
- raw_shape:
73
- - 3
74
- - 720
75
- - 1280
76
- shape:
77
- - 3
78
- - 224
79
- - 224
80
- - key: left_wrist_rgb
81
- raw_shape:
82
- - 3
83
- - 720
84
- - 1280
85
- shape:
86
- - 3
87
- - 224
88
- - 224
89
- - key: right_wrist_rgb
90
- raw_shape:
91
- - 3
92
- - 720
93
- - 1280
94
- shape:
95
- - 3
96
- - 224
97
- - 224
98
- action_size: 32
99
- past_action_size: 0
100
- obs_size: 1
101
- ee_start_moving_thresh: 0.0
102
- val_set_proportion: 0.05
103
- use_bbox_condition: true
104
- dataset_root: /galaxea_dataset/galaxea/pp_project/lerobot_with_bbox
105
- dataset_prefixes:
106
- - BENCH
107
- - Bench
108
- model:
109
- pretrained_ckpt: /galaxea_dataset/mnt/tmp/pp_wt_img_cond/checkpoints/org2fm_v2.pt
110
- use_pretrained_norm_stats: true
111
- model_weights_to_bf16: false
112
- enable_bf16_training: true
113
- use_torch_compile: false
114
- find_unused_parameters: false
115
- batch_size: 4
116
- num_workers: 4
117
- pin_memory: true
118
- persistent_workers: true
119
- max_epochs: 4
120
- max_steps: null
121
- grad_accumulation_steps: 1
122
- use_8bit_optimizer: false
123
- learning_rate: 2.5e-05
124
- weight_decay: 1.0e-06
125
- betas:
126
- - 0.9
127
- - 0.999
128
- lr_scheduler_type: cosine
129
- warmup_steps: 500
130
- max_grad_norm: 1.0
131
- use_ema: false
132
- ema:
133
- update_after_step: 0
134
- power: 0.67
135
- use_sync_bn: false
136
- processor:
137
- _target_: galaxea_fm.processors.galaxea_zero_processor.GalaxeaZeroProcessor
138
- shape_meta: ${data.shape_meta}
139
- num_obs_steps: ${data.obs_size}
140
- action_state_transforms:
141
- - _target_: galaxea_fm.transforms.relative_action.RelativeJointTransform
142
- keys:
143
- - left_arm
144
- - right_arm
145
- use_stepwise_action_norm: true
146
- norm_default_mode: z-score
147
- norm_exception_mode:
148
- action:
149
- left_gripper: 0/100
150
- right_gripper: 0/100
151
- action_state_merger:
152
- _target_: galaxea_fm.transforms.action_state_merger.ConcatLeftAlign
153
- train_transforms:
154
- head_condition:
155
- - _target_: torchvision.transforms.Resize
156
- size:
157
- - 224
158
- - 224
159
- - _target_: galaxea_fm.transforms.image.ToTensor
160
- - _target_: torchvision.transforms.Normalize
161
- mean:
162
- - 0.5
163
- - 0.5
164
- - 0.5
165
- std:
166
- - 0.5
167
- - 0.5
168
- - 0.5
169
- head_rgb:
170
- - _target_: torchvision.transforms.Resize
171
- size:
172
- - 224
173
- - 224
174
- - _target_: galaxea_fm.transforms.image.ToTensor
175
- - _target_: torchvision.transforms.Normalize
176
- mean:
177
- - 0.5
178
- - 0.5
179
- - 0.5
180
- std:
181
- - 0.5
182
- - 0.5
183
- - 0.5
184
- left_wrist_rgb:
185
- - _target_: torchvision.transforms.Resize
186
- size:
187
- - 224
188
- - 224
189
- - _target_: galaxea_fm.transforms.image.ToTensor
190
- - _target_: torchvision.transforms.Normalize
191
- mean:
192
- - 0.5
193
- - 0.5
194
- - 0.5
195
- std:
196
- - 0.5
197
- - 0.5
198
- - 0.5
199
- right_wrist_rgb:
200
- - _target_: torchvision.transforms.Resize
201
- size:
202
- - 224
203
- - 224
204
- - _target_: galaxea_fm.transforms.image.ToTensor
205
- - _target_: torchvision.transforms.Normalize
206
- mean:
207
- - 0.5
208
- - 0.5
209
- - 0.5
210
- std:
211
- - 0.5
212
- - 0.5
213
- - 0.5
214
- val_transforms:
215
- head_condition:
216
- - _target_: torchvision.transforms.Resize
217
- size:
218
- - 224
219
- - 224
220
- - _target_: galaxea_fm.transforms.image.ToTensor
221
- - _target_: torchvision.transforms.Normalize
222
- mean:
223
- - 0.5
224
- - 0.5
225
- - 0.5
226
- std:
227
- - 0.5
228
- - 0.5
229
- - 0.5
230
- head_rgb:
231
- - _target_: torchvision.transforms.Resize
232
- size:
233
- - 224
234
- - 224
235
- - _target_: galaxea_fm.transforms.image.ToTensor
236
- - _target_: torchvision.transforms.Normalize
237
- mean:
238
- - 0.5
239
- - 0.5
240
- - 0.5
241
- std:
242
- - 0.5
243
- - 0.5
244
- - 0.5
245
- left_wrist_rgb:
246
- - _target_: torchvision.transforms.Resize
247
- size:
248
- - 224
249
- - 224
250
- - _target_: galaxea_fm.transforms.image.ToTensor
251
- - _target_: torchvision.transforms.Normalize
252
- mean:
253
- - 0.5
254
- - 0.5
255
- - 0.5
256
- std:
257
- - 0.5
258
- - 0.5
259
- - 0.5
260
- right_wrist_rgb:
261
- - _target_: torchvision.transforms.Resize
262
- size:
263
- - 224
264
- - 224
265
- - _target_: galaxea_fm.transforms.image.ToTensor
266
- - _target_: torchvision.transforms.Normalize
267
- mean:
268
- - 0.5
269
- - 0.5
270
- - 0.5
271
- std:
272
- - 0.5
273
- - 0.5
274
- - 0.5
275
- num_output_cameras: 4
276
- use_zh_instruction: false
277
- drop_high_level_prob: 1.0
278
- pad_token_id: ${model.model_arch.pad_token_id}
279
- image_token_index: ${model.model_arch.image_token_index}
280
- tokenizer_params:
281
- pretrained_model_name_or_path: google/paligemma-3b-pt-224
282
- local_files_only: false
283
- token: null
284
- max_text_tokens: ${model.model_arch.max_text_tokens}
285
- max_image_text_tokens: ${model.model_arch.max_image_text_tokens}
286
- num_input_cameras: ${model.model_arch.num_input_images}
287
- num_image_tokens_per_camera: ${model.model_arch.vision.num_image_tokens}
288
- model_arch:
289
- _target_: galaxea_fm.models.galaxea_zero.galaxea_zero_policy.GalaxeaZeroPolicy
290
- model_name: galaxea_fm.models.galaxea_zero.galaxea_zero_policy.GalaxeaZero
291
- pretrained_model_path: /vla_fulltime/jianning.cui/code/GalaxeaFM/google/paligemma-3b-pt-224
292
- vla_training_strategy: vla-full-train
293
- backbone_lr_multiplier: 1.0
294
- image_token_index: 257152
295
- pad_token_id: 0
296
- vocab_size: 257216
297
- cond_steps: ${data.obs_size}
298
- horizon_steps: ${data.action_size}
299
- max_text_tokens: 55
300
- max_image_text_tokens: ${eval:'${model.model_arch.num_input_images} * ${model.model_arch.vision.num_image_tokens}
301
- + ${model.model_arch.max_text_tokens}'}
302
- num_input_images: ${eval:'${model.model_arch.cond_steps} * ${model.processor.num_output_cameras}'}
303
- num_extra_image_tokens_per_camera: 0
304
- final_action_clip_value: null
305
- action_dim: 14
306
- proprio_dim: 14
307
- action_decoder_layers: 2
308
- action_expert_adaptive_mode: null
309
- flow_sampling: beta
310
- num_inference_steps: 10
311
- vision:
312
- name: galaxea_fm.models.galaxea_zero.paligemma.siglip.SiglipVisionModel
313
- hidden_size: 1152
314
- intermediate_size: 4304
315
- num_hidden_layers: 27
316
- num_attention_heads: 16
317
- num_channels: 3
318
- image_size: 224
319
- patch_size: 14
320
- layer_norm_eps: 1.0e-06
321
- attention_dropout: 0.0
322
- num_image_tokens: 256
323
- vision_projector:
324
- name: galaxea_fm.models.galaxea_zero.paligemma.siglip.PaliGemmaMultiModalProjector
325
- vision_config:
326
- hidden_size: 1152
327
- projection_dim: 2048
328
- joint:
329
- name: galaxea_fm.models.galaxea_zero.joint_model.JointModel
330
- action_expert_adaptive_mode: null
331
- mixture:
332
- vlm:
333
- hidden_size: 2048
334
- intermediate_size: 16384
335
- use_final_norm: false
336
- cache: true
337
- proprio:
338
- hidden_size: 1024
339
- intermediate_size: 4096
340
- use_final_norm: true
341
- cache: true
342
- adaptive_mode: null
343
- action:
344
- hidden_size: 1024
345
- intermediate_size: 4096
346
- use_final_norm: true
347
- cache: false
348
- adaptive_mode: null
349
- time_hidden_size: 256
350
- num_hidden_layers: 18
351
- num_attention_heads: 8
352
- num_key_value_heads: 1
353
- head_dim: 256
354
- max_position_embeddings: 8192
355
- rms_norm_eps: 1.0e-06
356
- rope_theta: 10000.0
357
- attention_bias: false
358
- attention_dropout: 0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/.hydra/hydra.yaml DELETED
@@ -1,161 +0,0 @@
1
- hydra:
2
- run:
3
- dir: ${oc.env:GALAXEA_FM_OUTPUT_DIR}/${hydra:runtime.choices.task}/${now:%Y-%m-%d_%H-%M-%S}
4
- sweep:
5
- dir: multirun/${now:%Y-%m-%d}/${now:%H-%M-%S}
6
- subdir: ${hydra.job.num}
7
- launcher:
8
- _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
9
- sweeper:
10
- _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
11
- max_batch_size: null
12
- params: null
13
- help:
14
- app_name: ${hydra.job.name}
15
- header: '${hydra.help.app_name} is powered by Hydra.
16
-
17
- '
18
- footer: 'Powered by Hydra (https://hydra.cc)
19
-
20
- Use --hydra-help to view Hydra specific help
21
-
22
- '
23
- template: '${hydra.help.header}
24
-
25
- == Configuration groups ==
26
-
27
- Compose your configuration from those groups (group=option)
28
-
29
-
30
- $APP_CONFIG_GROUPS
31
-
32
-
33
- == Config ==
34
-
35
- Override anything in the config (foo.bar=value)
36
-
37
-
38
- $CONFIG
39
-
40
-
41
- ${hydra.help.footer}
42
-
43
- '
44
- hydra_help:
45
- template: 'Hydra (${hydra.runtime.version})
46
-
47
- See https://hydra.cc for more info.
48
-
49
-
50
- == Flags ==
51
-
52
- $FLAGS_HELP
53
-
54
-
55
- == Configuration groups ==
56
-
57
- Compose your configuration from those groups (For example, append hydra/job_logging=disabled
58
- to command line)
59
-
60
-
61
- $HYDRA_CONFIG_GROUPS
62
-
63
-
64
- Use ''--cfg hydra'' to Show the Hydra config.
65
-
66
- '
67
- hydra_help: ???
68
- hydra_logging:
69
- version: 1
70
- formatters:
71
- simple:
72
- format: '[%(asctime)s][HYDRA] %(message)s'
73
- handlers:
74
- console:
75
- class: logging.StreamHandler
76
- formatter: simple
77
- stream: ext://sys.stdout
78
- root:
79
- level: INFO
80
- handlers:
81
- - console
82
- loggers:
83
- logging_example:
84
- level: DEBUG
85
- disable_existing_loggers: false
86
- job_logging:
87
- version: 1
88
- formatters:
89
- simple:
90
- format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
91
- handlers:
92
- console:
93
- class: logging.StreamHandler
94
- formatter: simple
95
- stream: ext://sys.stdout
96
- file:
97
- class: logging.FileHandler
98
- formatter: simple
99
- filename: ${hydra.runtime.output_dir}/train.log
100
- root:
101
- level: INFO
102
- handlers:
103
- - console
104
- - file
105
- disable_existing_loggers: false
106
- env: {}
107
- mode: RUN
108
- searchpath: []
109
- callbacks: {}
110
- output_subdir: .hydra
111
- overrides:
112
- hydra:
113
- - hydra.mode=RUN
114
- task:
115
- - task=merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks
116
- job:
117
- name: finetune
118
- chdir: null
119
- override_dirname: task=merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks
120
- id: ???
121
- num: ???
122
- config_name: train.yaml
123
- env_set: {}
124
- env_copy: []
125
- config:
126
- override_dirname:
127
- kv_sep: '='
128
- item_sep: ','
129
- exclude_keys: []
130
- runtime:
131
- version: 1.3.2
132
- version_base: '1.3'
133
- cwd: /vla_fulltime/jianning.cui/code/GalaxeaFM
134
- config_sources:
135
- - path: hydra.conf
136
- schema: pkg
137
- provider: hydra
138
- - path: /vla_fulltime/jianning.cui/code/GalaxeaFM/configs
139
- schema: file
140
- provider: main
141
- - path: hydra_plugins.hydra_colorlog.conf
142
- schema: pkg
143
- provider: hydra-colorlog
144
- - path: ''
145
- schema: structured
146
- provider: schema
147
- output_dir: /vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35
148
- choices:
149
- task: merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks
150
- model: vla/g0plus_bbox
151
- data: r1lite/arm
152
- hydra/env: default
153
- hydra/callbacks: null
154
- hydra/job_logging: default
155
- hydra/hydra_logging: default
156
- hydra/hydra_help: default
157
- hydra/help: default
158
- hydra/sweeper: basic
159
- hydra/launcher: basic
160
- hydra/output: default
161
- verbose: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/.hydra/overrides.yaml DELETED
@@ -1 +0,0 @@
1
- - task=merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks
 
 
G0Plus_3B_base-pick_and_place/checkpoints/config.yaml DELETED
@@ -1,358 +0,0 @@
1
- seed: 7
2
- resume_ckpt: null
3
- output_dir: ${hydra:runtime.output_dir}
4
- checkpointing_steps: 17834
5
- logger:
6
- type: wandb
7
- log_steps: 10
8
- task: ${hydra:runtime.choices.task}
9
- project: ${split:${logger.task},0}
10
- experiment_name: ${split:${logger.task},-1}
11
- mode: online
12
- workspace: cuijianning1996-galaxea-ai
13
- dir: ${output_dir}/wandb
14
- batch_size_val: 16
15
- eval_episodes_num: 1
16
- ckpt_path: null
17
- env: R1ProBlocksStackEasy
18
- target_controller_type: bimanual_relaxed_ik
19
- tags: null
20
- edp:
21
- card: null
22
- training_time: ${now:%Y-%m-%d}_${now:%H-%M-%S}
23
- git_branch: null
24
- git_commit: null
25
- root: null
26
- repo_ids: null
27
- save_dir: ${output_dir}
28
- tags: ${tags}
29
- max_steps: ${model.max_steps}
30
- batch_size: ${model.batch_size}
31
- data:
32
- _target_: galaxea_fm.data.galaxea_lerobot_dataset.GalaxeaLerobotDataset
33
- dataset_dirs: null
34
- shape_meta:
35
- action:
36
- - key: left_arm
37
- raw_shape: 6
38
- shape: 6
39
- - key: left_gripper
40
- raw_shape: 1
41
- shape: 1
42
- - key: right_arm
43
- raw_shape: 6
44
- shape: 6
45
- - key: right_gripper
46
- raw_shape: 1
47
- shape: 1
48
- state:
49
- - key: left_arm
50
- raw_shape: 6
51
- shape: 6
52
- - key: left_gripper
53
- raw_shape: 1
54
- shape: 1
55
- - key: right_arm
56
- raw_shape: 6
57
- shape: 6
58
- - key: right_gripper
59
- raw_shape: 1
60
- shape: 1
61
- images:
62
- - key: head_condition
63
- raw_shape:
64
- - 3
65
- - 224
66
- - 224
67
- shape:
68
- - 3
69
- - 224
70
- - 224
71
- - key: head_rgb
72
- raw_shape:
73
- - 3
74
- - 720
75
- - 1280
76
- shape:
77
- - 3
78
- - 224
79
- - 224
80
- - key: left_wrist_rgb
81
- raw_shape:
82
- - 3
83
- - 720
84
- - 1280
85
- shape:
86
- - 3
87
- - 224
88
- - 224
89
- - key: right_wrist_rgb
90
- raw_shape:
91
- - 3
92
- - 720
93
- - 1280
94
- shape:
95
- - 3
96
- - 224
97
- - 224
98
- action_size: 32
99
- past_action_size: 0
100
- obs_size: 1
101
- ee_start_moving_thresh: 0.0
102
- val_set_proportion: 0.05
103
- use_bbox_condition: true
104
- dataset_root: /galaxea_dataset/galaxea/pp_project/lerobot_with_bbox
105
- dataset_prefixes:
106
- - BENCH
107
- - Bench
108
- model:
109
- pretrained_ckpt: /galaxea_dataset/mnt/tmp/pp_wt_img_cond/checkpoints/org2fm_v2.pt
110
- use_pretrained_norm_stats: true
111
- model_weights_to_bf16: false
112
- enable_bf16_training: true
113
- use_torch_compile: false
114
- find_unused_parameters: false
115
- batch_size: 4
116
- num_workers: 4
117
- pin_memory: true
118
- persistent_workers: true
119
- max_epochs: 4
120
- max_steps: null
121
- grad_accumulation_steps: 1
122
- use_8bit_optimizer: false
123
- learning_rate: 2.5e-05
124
- weight_decay: 1.0e-06
125
- betas:
126
- - 0.9
127
- - 0.999
128
- lr_scheduler_type: cosine
129
- warmup_steps: 500
130
- max_grad_norm: 1.0
131
- use_ema: false
132
- ema:
133
- update_after_step: 0
134
- power: 0.67
135
- use_sync_bn: false
136
- processor:
137
- _target_: galaxea_fm.processors.galaxea_zero_processor.GalaxeaZeroProcessor
138
- shape_meta: ${data.shape_meta}
139
- num_obs_steps: ${data.obs_size}
140
- action_state_transforms:
141
- - _target_: galaxea_fm.transforms.relative_action.RelativeJointTransform
142
- keys:
143
- - left_arm
144
- - right_arm
145
- use_stepwise_action_norm: true
146
- norm_default_mode: z-score
147
- norm_exception_mode:
148
- action:
149
- left_gripper: 0/100
150
- right_gripper: 0/100
151
- action_state_merger:
152
- _target_: galaxea_fm.transforms.action_state_merger.ConcatLeftAlign
153
- train_transforms:
154
- head_condition:
155
- - _target_: torchvision.transforms.Resize
156
- size:
157
- - 224
158
- - 224
159
- - _target_: galaxea_fm.transforms.image.ToTensor
160
- - _target_: torchvision.transforms.Normalize
161
- mean:
162
- - 0.5
163
- - 0.5
164
- - 0.5
165
- std:
166
- - 0.5
167
- - 0.5
168
- - 0.5
169
- head_rgb:
170
- - _target_: torchvision.transforms.Resize
171
- size:
172
- - 224
173
- - 224
174
- - _target_: galaxea_fm.transforms.image.ToTensor
175
- - _target_: torchvision.transforms.Normalize
176
- mean:
177
- - 0.5
178
- - 0.5
179
- - 0.5
180
- std:
181
- - 0.5
182
- - 0.5
183
- - 0.5
184
- left_wrist_rgb:
185
- - _target_: torchvision.transforms.Resize
186
- size:
187
- - 224
188
- - 224
189
- - _target_: galaxea_fm.transforms.image.ToTensor
190
- - _target_: torchvision.transforms.Normalize
191
- mean:
192
- - 0.5
193
- - 0.5
194
- - 0.5
195
- std:
196
- - 0.5
197
- - 0.5
198
- - 0.5
199
- right_wrist_rgb:
200
- - _target_: torchvision.transforms.Resize
201
- size:
202
- - 224
203
- - 224
204
- - _target_: galaxea_fm.transforms.image.ToTensor
205
- - _target_: torchvision.transforms.Normalize
206
- mean:
207
- - 0.5
208
- - 0.5
209
- - 0.5
210
- std:
211
- - 0.5
212
- - 0.5
213
- - 0.5
214
- val_transforms:
215
- head_condition:
216
- - _target_: torchvision.transforms.Resize
217
- size:
218
- - 224
219
- - 224
220
- - _target_: galaxea_fm.transforms.image.ToTensor
221
- - _target_: torchvision.transforms.Normalize
222
- mean:
223
- - 0.5
224
- - 0.5
225
- - 0.5
226
- std:
227
- - 0.5
228
- - 0.5
229
- - 0.5
230
- head_rgb:
231
- - _target_: torchvision.transforms.Resize
232
- size:
233
- - 224
234
- - 224
235
- - _target_: galaxea_fm.transforms.image.ToTensor
236
- - _target_: torchvision.transforms.Normalize
237
- mean:
238
- - 0.5
239
- - 0.5
240
- - 0.5
241
- std:
242
- - 0.5
243
- - 0.5
244
- - 0.5
245
- left_wrist_rgb:
246
- - _target_: torchvision.transforms.Resize
247
- size:
248
- - 224
249
- - 224
250
- - _target_: galaxea_fm.transforms.image.ToTensor
251
- - _target_: torchvision.transforms.Normalize
252
- mean:
253
- - 0.5
254
- - 0.5
255
- - 0.5
256
- std:
257
- - 0.5
258
- - 0.5
259
- - 0.5
260
- right_wrist_rgb:
261
- - _target_: torchvision.transforms.Resize
262
- size:
263
- - 224
264
- - 224
265
- - _target_: galaxea_fm.transforms.image.ToTensor
266
- - _target_: torchvision.transforms.Normalize
267
- mean:
268
- - 0.5
269
- - 0.5
270
- - 0.5
271
- std:
272
- - 0.5
273
- - 0.5
274
- - 0.5
275
- num_output_cameras: 4
276
- use_zh_instruction: false
277
- drop_high_level_prob: 1.0
278
- pad_token_id: ${model.model_arch.pad_token_id}
279
- image_token_index: ${model.model_arch.image_token_index}
280
- tokenizer_params:
281
- pretrained_model_name_or_path: /data/google/paligemma-3b-pt-224
282
- local_files_only: false
283
- token: null
284
- max_text_tokens: ${model.model_arch.max_text_tokens}
285
- max_image_text_tokens: ${model.model_arch.max_image_text_tokens}
286
- num_input_cameras: ${model.model_arch.num_input_images}
287
- num_image_tokens_per_camera: ${model.model_arch.vision.num_image_tokens}
288
- model_arch:
289
- _target_: galaxea_fm.models.galaxea_zero.galaxea_zero_policy.GalaxeaZeroPolicy
290
- model_name: galaxea_fm.models.galaxea_zero.galaxea_zero_policy.GalaxeaZero
291
- pretrained_model_path: /data/google/paligemma-3b-pt-224
292
- vla_training_strategy: vla-full-train
293
- backbone_lr_multiplier: 1.0
294
- image_token_index: 257152
295
- pad_token_id: 0
296
- vocab_size: 257216
297
- cond_steps: ${data.obs_size}
298
- horizon_steps: ${data.action_size}
299
- max_text_tokens: 55
300
- max_image_text_tokens: ${eval:'${model.model_arch.num_input_images} * ${model.model_arch.vision.num_image_tokens}
301
- + ${model.model_arch.max_text_tokens}'}
302
- num_input_images: ${eval:'${model.model_arch.cond_steps} * ${model.processor.num_output_cameras}'}
303
- num_extra_image_tokens_per_camera: 0
304
- final_action_clip_value: null
305
- action_dim: 14
306
- proprio_dim: 14
307
- action_decoder_layers: 2
308
- action_expert_adaptive_mode: null
309
- flow_sampling: beta
310
- num_inference_steps: 10
311
- vision:
312
- name: galaxea_fm.models.galaxea_zero.paligemma.siglip.SiglipVisionModel
313
- hidden_size: 1152
314
- intermediate_size: 4304
315
- num_hidden_layers: 27
316
- num_attention_heads: 16
317
- num_channels: 3
318
- image_size: 224
319
- patch_size: 14
320
- layer_norm_eps: 1.0e-06
321
- attention_dropout: 0.0
322
- num_image_tokens: 256
323
- vision_projector:
324
- name: galaxea_fm.models.galaxea_zero.paligemma.siglip.PaliGemmaMultiModalProjector
325
- vision_config:
326
- hidden_size: 1152
327
- projection_dim: 2048
328
- joint:
329
- name: galaxea_fm.models.galaxea_zero.joint_model.JointModel
330
- action_expert_adaptive_mode: null
331
- mixture:
332
- vlm:
333
- hidden_size: 2048
334
- intermediate_size: 16384
335
- use_final_norm: false
336
- cache: true
337
- proprio:
338
- hidden_size: 1024
339
- intermediate_size: 4096
340
- use_final_norm: true
341
- cache: true
342
- adaptive_mode: null
343
- action:
344
- hidden_size: 1024
345
- intermediate_size: 4096
346
- use_final_norm: true
347
- cache: false
348
- adaptive_mode: null
349
- time_hidden_size: 256
350
- num_hidden_layers: 18
351
- num_attention_heads: 8
352
- num_key_value_heads: 1
353
- head_dim: 256
354
- max_position_embeddings: 8192
355
- rms_norm_eps: 1.0e-06
356
- rope_theta: 10000.0
357
- attention_bias: false
358
- attention_dropout: 0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/checkpoints/dataset_stats.json DELETED
@@ -1,3078 +0,0 @@
1
- {
2
- "state": {
3
- "left_arm": {
4
- "global_max": [
5
- 1.4610638618469238,
6
- 2.9634041786193848,
7
- 0.011717869900166988,
8
- 1.5236170291900635,
9
- 1.4272340536117554,
10
- 2.7451064586639404
11
- ],
12
- "global_min": [
13
- -1.5312765836715698,
14
- -0.006595744751393795,
15
- -2.0619149208068848,
16
- -1.5466008186340332,
17
- -1.5214893817901611,
18
- -2.7453250885009766
19
- ],
20
- "global_mean": [
21
- -0.15385475754737854,
22
- 1.0196179151535034,
23
- -0.6962228417396545,
24
- 0.1633579134941101,
25
- 0.02430018037557602,
26
- -0.03968285024166107
27
- ],
28
- "global_std": [
29
- 0.3172891139984131,
30
- 1.0238990783691406,
31
- 0.7324219346046448,
32
- 0.4185631573200226,
33
- 0.1703207641839981,
34
- 0.4027639627456665
35
- ]
36
- },
37
- "left_gripper": {
38
- "global_max": [
39
- [
40
- 99.9509048461914
41
- ]
42
- ],
43
- "global_min": [
44
- [
45
- -2.9897217750549316
46
- ]
47
- ],
48
- "global_mean": [
49
- [
50
- 20.016319274902344
51
- ]
52
- ],
53
- "global_std": [
54
- [
55
- 30.907089233398438
56
- ]
57
- ]
58
- },
59
- "right_arm": {
60
- "global_max": [
61
- 1.4829787015914917,
62
- 2.90510630607605,
63
- 0.03787234053015709,
64
- 1.522903561592102,
65
- 1.5057446956634521,
66
- 2.430000066757202
67
- ],
68
- "global_min": [
69
- -1.2771883010864258,
70
- -0.014680851250886917,
71
- -2.019148826599121,
72
- -1.5355170965194702,
73
- -1.4329787492752075,
74
- -2.7455317974090576
75
- ],
76
- "global_mean": [
77
- 0.0643104687333107,
78
- 0.5627414584159851,
79
- -0.38649144768714905,
80
- 0.09007605910301208,
81
- -0.015979398041963577,
82
- 0.03466107323765755
83
- ],
84
- "global_std": [
85
- 0.22052329778671265,
86
- 0.915774405002594,
87
- 0.6471983790397644,
88
- 0.3157067894935608,
89
- 0.11576754599809647,
90
- 0.27901899814605713
91
- ]
92
- },
93
- "right_gripper": {
94
- "global_max": [
95
- [
96
- 100.44113159179688
97
- ]
98
- ],
99
- "global_min": [
100
- [
101
- -1.9302018880844116
102
- ]
103
- ],
104
- "global_mean": [
105
- [
106
- 10.936921119689941
107
- ]
108
- ],
109
- "global_std": [
110
- [
111
- 23.83790397644043
112
- ]
113
- ]
114
- }
115
- },
116
- "action": {
117
- "left_arm": {
118
- "global_max": [
119
- 1.4726215600967407,
120
- 2.9651849269866943,
121
- 0.14879614114761353,
122
- 1.9251458644866943,
123
- 1.4358060359954834,
124
- 6.286253452301025
125
- ],
126
- "global_min": [
127
- -1.5355147123336792,
128
- -0.10737865418195724,
129
- -2.0540003776550293,
130
- -1.761009931564331,
131
- -1.5309128761291504,
132
- -3.0464859008789062
133
- ],
134
- "global_mean": [
135
- -0.1342962086200714,
136
- 0.8680647015571594,
137
- -0.5979458093643188,
138
- 0.1415415108203888,
139
- 0.02244705706834793,
140
- -0.04092579334974289
141
- ],
142
- "global_std": [
143
- 0.3040643036365509,
144
- 1.011231541633606,
145
- 0.7208603024482727,
146
- 0.3897697925567627,
147
- 0.16639848053455353,
148
- 0.3818989098072052
149
- ],
150
- "stepwise_max": [
151
- [
152
- 1.7925541400909424,
153
- 2.797664165496826,
154
- 2.053908586502075,
155
- 3.033994436264038,
156
- 1.789583444595337,
157
- 6.240562438964844
158
- ],
159
- [
160
- 1.788862705230713,
161
- 2.7922706604003906,
162
- 2.0554425716400146,
163
- 3.0337042808532715,
164
- 1.798787236213684,
165
- 6.277924060821533
166
- ],
167
- [
168
- 1.7965326309204102,
169
- 2.7922706604003906,
170
- 2.063112497329712,
171
- 3.033994436264038,
172
- 1.802800178527832,
173
- 6.282636642456055
174
- ],
175
- [
176
- 1.8025867938995361,
177
- 2.7922706604003906,
178
- 2.066180467605591,
179
- 3.033568859100342,
180
- 1.8028004169464111,
181
- 6.283061981201172
182
- ],
183
- [
184
- 1.8064146041870117,
185
- 2.7922706604003906,
186
- 2.063112497329712,
187
- 3.0341668128967285,
188
- 1.8043344020843506,
189
- 6.283061981201172
190
- ],
191
- [
192
- 1.809858798980713,
193
- 2.792651414871216,
194
- 2.0554425716400146,
195
- 3.033568859100342,
196
- 1.80586838722229,
197
- 6.283061981201172
198
- ],
199
- [
200
- 1.8218353986740112,
201
- 2.792651414871216,
202
- 2.0523746013641357,
203
- 3.033994436264038,
204
- 1.80586838722229,
205
- 6.283061981201172
206
- ],
207
- [
208
- 1.8576703071594238,
209
- 2.792651414871216,
210
- 2.0516128540039062,
211
- 3.033568859100342,
212
- 1.80586838722229,
213
- 6.283061981201172
214
- ],
215
- [
216
- 1.8935874700546265,
217
- 2.792651414871216,
218
- 2.0516128540039062,
219
- 3.033568859100342,
220
- 1.808365821838379,
221
- 6.283061981201172
222
- ],
223
- [
224
- 1.9272830486297607,
225
- 2.792651414871216,
226
- 2.0516128540039062,
227
- 3.033568859100342,
228
- 1.8252395391464233,
229
- 6.283061981201172
230
- ],
231
- [
232
- 1.9523556232452393,
233
- 2.792651414871216,
234
- 2.0516128540039062,
235
- 3.0335373878479004,
236
- 1.8390452861785889,
237
- 6.283061981201172
238
- ],
239
- [
240
- 1.9840823411941528,
241
- 2.798743724822998,
242
- 2.0516128540039062,
243
- 3.033568859100342,
244
- 1.8502728939056396,
245
- 6.283061981201172
246
- ],
247
- [
248
- 2.0116662979125977,
249
- 2.812549591064453,
250
- 2.0516128540039062,
251
- 3.0337533950805664,
252
- 1.8594766855239868,
253
- 6.283061981201172
254
- ],
255
- [
256
- 2.036738872528076,
257
- 2.826355218887329,
258
- 2.0516128540039062,
259
- 3.033568859100342,
260
- 1.8613108396530151,
261
- 6.283061981201172
262
- ],
263
- [
264
- 2.059515953063965,
265
- 2.8340139389038086,
266
- 2.0516128540039062,
267
- 3.033568859100342,
268
- 1.86194908618927,
269
- 6.283061981201172
270
- ],
271
- [
272
- 2.079690456390381,
273
- 2.840161085128784,
274
- 2.0516128540039062,
275
- 3.0331435203552246,
276
- 1.8653138875961304,
277
- 6.283061981201172
278
- ],
279
- [
280
- 2.1026999950408936,
281
- 2.844806671142578,
282
- 2.0516128540039062,
283
- 3.0331435203552246,
284
- 1.8987308740615845,
285
- 6.283061981201172
286
- ],
287
- [
288
- 2.1254770755767822,
289
- 2.8463406562805176,
290
- 2.0516128540039062,
291
- 3.0331435203552246,
292
- 1.9374109506607056,
293
- 6.283061981201172
294
- ],
295
- [
296
- 2.1408205032348633,
297
- 2.850942611694336,
298
- 2.0516128540039062,
299
- 3.033571720123291,
300
- 1.9861677885055542,
301
- 6.283061981201172
302
- ],
303
- [
304
- 2.1576907634735107,
305
- 2.8555009365081787,
306
- 2.0516128540039062,
307
- 3.033994436264038,
308
- 2.024847984313965,
309
- 6.283061981201172
310
- ],
311
- [
312
- 2.1730339527130127,
313
- 2.8601465225219727,
314
- 2.0516128540039062,
315
- 3.033994436264038,
316
- 2.0456502437591553,
317
- 6.283061981201172
318
- ],
319
- [
320
- 2.185305595397949,
321
- 2.8647048473358154,
322
- 2.0516128540039062,
323
- 3.033994436264038,
324
- 2.0655765533447266,
325
- 6.283061981201172
326
- ],
327
- [
328
- 2.195197582244873,
329
- 2.8693504333496094,
330
- 2.0516128540039062,
331
- 3.033994436264038,
332
- 2.078082323074341,
333
- 6.283061981201172
334
- ],
335
- [
336
- 2.2034077644348145,
337
- 2.8724184036254883,
338
- 2.0516128540039062,
339
- 3.033994436264038,
340
- 2.088820219039917,
341
- 6.283061981201172
342
- ],
343
- [
344
- 2.2081093788146973,
345
- 2.8739523887634277,
346
- 2.0516128540039062,
347
- 3.033568859100342,
348
- 2.099534511566162,
349
- 6.283061981201172
350
- ],
351
- [
352
- 2.211174726486206,
353
- 2.875486373901367,
354
- 2.0516128540039062,
355
- 3.033568859100342,
356
- 2.104701519012451,
357
- 6.283061981201172
358
- ],
359
- [
360
- 2.2138748168945312,
361
- 2.878554344177246,
362
- 2.0516128540039062,
363
- 3.033568859100342,
364
- 2.1081058979034424,
365
- 6.283061981201172
366
- ],
367
- [
368
- 2.21578049659729,
369
- 2.8800883293151855,
370
- 2.0516128540039062,
371
- 3.033568859100342,
372
- 2.111590623855591,
373
- 6.283061981201172
374
- ],
375
- [
376
- 2.2173147201538086,
377
- 2.881622314453125,
378
- 2.0516128540039062,
379
- 3.033860921859741,
380
- 2.1142759323120117,
381
- 6.283061981201172
382
- ],
383
- [
384
- 2.2179412841796875,
385
- 2.881622314453125,
386
- 2.0516128540039062,
387
- 3.033994436264038,
388
- 2.11928129196167,
389
- 6.283061981201172
390
- ],
391
- [
392
- 2.2179412841796875,
393
- 2.881622314453125,
394
- 2.0516128540039062,
395
- 3.033994436264038,
396
- 2.133087158203125,
397
- 6.282636642456055
398
- ],
399
- [
400
- 2.2179412841796875,
401
- 2.881622314453125,
402
- 2.0516128540039062,
403
- 3.0335898399353027,
404
- 2.1411819458007812,
405
- 6.28030252456665
406
- ]
407
- ],
408
- "stepwise_min": [
409
- [
410
- -1.8391509056091309,
411
- -2.8942999839782715,
412
- -2.047438859939575,
413
- -2.724001407623291,
414
- -1.8229106664657593,
415
- -3.17160701751709
416
- ],
417
- [
418
- -1.8464272022247314,
419
- -2.8942999839782715,
420
- -2.0478644371032715,
421
- -2.724001407623291,
422
- -1.8229106664657593,
423
- -3.17160701751709
424
- ],
425
- [
426
- -1.8529047966003418,
427
- -2.8942999839782715,
428
- -2.046330451965332,
429
- -2.724001407623291,
430
- -1.8229106664657593,
431
- -3.1746602058410645
432
- ],
433
- [
434
- -1.8639740943908691,
435
- -2.8942999839782715,
436
- -2.046330451965332,
437
- -2.724001407623291,
438
- -1.8229106664657593,
439
- -3.176194190979004
440
- ],
441
- [
442
- -1.8778817653656006,
443
- -2.8942999839782715,
444
- -2.0444154739379883,
445
- -2.7224674224853516,
446
- -1.8229106664657593,
447
- -3.1777281761169434
448
- ],
449
- [
450
- -1.8952226638793945,
451
- -2.8942999839782715,
452
- -2.043564558029175,
453
- -2.7224674224853516,
454
- -1.8229106664657593,
455
- -3.178940534591675
456
- ],
457
- [
458
- -1.9131858348846436,
459
- -2.8942999839782715,
460
- -2.0410661697387695,
461
- -2.7224674224853516,
462
- -1.8229106664657593,
463
- -3.178940534591675
464
- ],
465
- [
466
- -1.9299687147140503,
467
- -2.8942999839782715,
468
- -2.036182165145874,
469
- -2.7224674224853516,
470
- -1.8229106664657593,
471
- -3.1796398162841797
472
- ],
473
- [
474
- -1.9517409801483154,
475
- -2.8942999839782715,
476
- -2.0309906005859375,
477
- -2.7224674224853516,
478
- -1.8229106664657593,
479
- -3.1804745197296143
480
- ],
481
- [
482
- -1.9732165336608887,
483
- -2.9021732807159424,
484
- -2.0309906005859375,
485
- -2.7224674224853516,
486
- -1.8229106664657593,
487
- -3.1812405586242676
488
- ],
489
- [
490
- -1.993611216545105,
491
- -2.9192769527435303,
492
- -2.0309906005859375,
493
- -2.7224674224853516,
494
- -1.8229106664657593,
495
- -3.1819193363189697
496
- ],
497
- [
498
- -2.0127720832824707,
499
- -2.931075096130371,
500
- -2.0309906005859375,
501
- -2.7203075885772705,
502
- -1.8229106664657593,
503
- -3.182344913482666
504
- ],
505
- [
506
- -2.028925657272339,
507
- -2.9418129920959473,
508
- -2.0309906005859375,
509
- -2.7163314819335938,
510
- -1.8229106664657593,
511
- -3.182774543762207
512
- ],
513
- [
514
- -2.0399162769317627,
515
- -2.9501147270202637,
516
- -2.0309906005859375,
517
- -2.7147974967956543,
518
- -1.8229106664657593,
519
- -3.183453321456909
520
- ],
521
- [
522
- -2.0491201877593994,
523
- -2.9547080993652344,
524
- -2.0309906005859375,
525
- -2.7147974967956543,
526
- -1.8229106664657593,
527
- -3.1838788986206055
528
- ],
529
- [
530
- -2.058104991912842,
531
- -2.958379030227661,
532
- -2.0309906005859375,
533
- -2.713263511657715,
534
- -1.8229106664657593,
535
- -3.1838788986206055
536
- ],
537
- [
538
- -2.063399076461792,
539
- -2.9609813690185547,
540
- -2.0309906005859375,
541
- -2.713263511657715,
542
- -1.8229106664657593,
543
- -3.1838788986206055
544
- ],
545
- [
546
- -2.066467046737671,
547
- -2.9618701934814453,
548
- -2.0309906005859375,
549
- -2.7150826454162598,
550
- -1.8229106664657593,
551
- -3.1838788986206055
552
- ],
553
- [
554
- -2.0710690021514893,
555
- -2.9618701934814453,
556
- -2.0309906005859375,
557
- -2.717433214187622,
558
- -1.8229106664657593,
559
- -3.1838788986206055
560
- ],
561
- [
562
- -2.0721328258514404,
563
- -2.9618701934814453,
564
- -2.0309906005859375,
565
- -2.720691204071045,
566
- -1.8229106664657593,
567
- -3.1838788986206055
568
- ],
569
- [
570
- -2.0725584030151367,
571
- -2.9618701934814453,
572
- -2.0309906005859375,
573
- -2.7223167419433594,
574
- -1.8220634460449219,
575
- -3.182344913482666
576
- ],
577
- [
578
- -2.072983741760254,
579
- -2.9618701934814453,
580
- -2.0309906005859375,
581
- -2.7233738899230957,
582
- -1.8213766813278198,
583
- -3.1808109283447266
584
- ],
585
- [
586
- -2.073622226715088,
587
- -2.9618701934814453,
588
- -2.0309906005859375,
589
- -2.7233805656433105,
590
- -1.8213766813278198,
591
- -3.1808109283447266
592
- ],
593
- [
594
- -2.0771548748016357,
595
- -2.9618701934814453,
596
- -2.0309906005859375,
597
- -2.7238059043884277,
598
- -1.8213766813278198,
599
- -3.1808109283447266
600
- ],
601
- [
602
- -2.0841827392578125,
603
- -2.9618701934814453,
604
- -2.0309906005859375,
605
- -2.7238059043884277,
606
- -1.8213766813278198,
607
- -3.179276943206787
608
- ],
609
- [
610
- -2.0938186645507812,
611
- -2.9618701934814453,
612
- -2.0309906005859375,
613
- -2.7238059043884277,
614
- -1.8213766813278198,
615
- -3.1777429580688477
616
- ],
617
- [
618
- -2.104407787322998,
619
- -2.9618701934814453,
620
- -2.030820608139038,
621
- -2.7238059043884277,
622
- -1.8213766813278198,
623
- -3.175827980041504
624
- ],
625
- [
626
- -2.115180730819702,
627
- -2.9618701934814453,
628
- -2.030820608139038,
629
- -2.7238059043884277,
630
- -1.8205294609069824,
631
- -3.172760009765625
632
- ],
633
- [
634
- -2.1275720596313477,
635
- -2.9618701934814453,
636
- -2.030820608139038,
637
- -2.7238059043884277,
638
- -1.8198426961898804,
639
- -3.17160701751709
640
- ],
641
- [
642
- -2.1409945487976074,
643
- -2.9618701934814453,
644
- -2.029456615447998,
645
- -2.7238059043884277,
646
- -1.818995475769043,
647
- -3.17160701751709
648
- ],
649
- [
650
- -2.1558804512023926,
651
- -2.9618701934814453,
652
- -2.029456615447998,
653
- -2.7238059043884277,
654
- -1.8175022602081299,
655
- -3.1700730323791504
656
- ],
657
- [
658
- -2.1678872108459473,
659
- -2.9618701934814453,
660
- -2.030565023422241,
661
- -2.7238059043884277,
662
- -1.8159682750701904,
663
- -3.1700730323791504
664
- ]
665
- ],
666
- "stepwise_mean": [
667
- [
668
- 0.019551724195480347,
669
- -0.15189412236213684,
670
- 0.0982222929596901,
671
- -0.02179938554763794,
672
- -0.0018463829765096307,
673
- -0.001245663850568235
674
- ],
675
- [
676
- 0.0196340624243021,
677
- -0.15268047153949738,
678
- 0.09876574575901031,
679
- -0.021981747820973396,
680
- -0.0018424473237246275,
681
- -0.0012921123998239636
682
- ],
683
- [
684
- 0.0197162926197052,
685
- -0.15348832309246063,
686
- 0.0993208959698677,
687
- -0.022168045863509178,
688
- -0.0018381666159257293,
689
- -0.001338854432106018
690
- ],
691
- [
692
- 0.019798116758465767,
693
- -0.15430544316768646,
694
- 0.09988313913345337,
695
- -0.02235935442149639,
696
- -0.0018335479544475675,
697
- -0.0013861117186024785
698
- ],
699
- [
700
- 0.01988033577799797,
701
- -0.1551428735256195,
702
- 0.10046052187681198,
703
- -0.02255706675350666,
704
- -0.0018281657248735428,
705
- -0.0014338186010718346
706
- ],
707
- [
708
- 0.019962910562753677,
709
- -0.15599773824214935,
710
- 0.10105486214160919,
711
- -0.022761145606637,
712
- -0.0018215063028037548,
713
- -0.0014820971991866827
714
- ],
715
- [
716
- 0.020045913755893707,
717
- -0.1568722277879715,
718
- 0.10166869312524796,
719
- -0.022973040118813515,
720
- -0.001813007635064423,
721
- -0.0015308685833588243
722
- ],
723
- [
724
- 0.020129036158323288,
725
- -0.1577702760696411,
726
- 0.10230490565299988,
727
- -0.0231929998844862,
728
- -0.0018023417796939611,
729
- -0.0015801753615960479
730
- ],
731
- [
732
- 0.020213019102811813,
733
- -0.15870091319084167,
734
- 0.10296393930912018,
735
- -0.023421304300427437,
736
- -0.001789107802323997,
737
- -0.0016294349916279316
738
- ],
739
- [
740
- 0.020297661423683167,
741
- -0.15965543687343597,
742
- 0.10364992916584015,
743
- -0.023655828088521957,
744
- -0.001773215364664793,
745
- -0.0016788727371022105
746
- ],
747
- [
748
- 0.020383493974804878,
749
- -0.16065183281898499,
750
- 0.1043621376156807,
751
- -0.023897292092442513,
752
- -0.001754673314280808,
753
- -0.0017280486645177007
754
- ],
755
- [
756
- 0.020470233634114265,
757
- -0.16168424487113953,
758
- 0.10510274767875671,
759
- -0.024144098162651062,
760
- -0.0017334222793579102,
761
- -0.0017770417034626007
762
- ],
763
- [
764
- 0.020558269694447517,
765
- -0.16275633871555328,
766
- 0.105872243642807,
767
- -0.02439647912979126,
768
- -0.0017096572555601597,
769
- -0.0018255600007250905
770
- ],
771
- [
772
- 0.0206471998244524,
773
- -0.16387252509593964,
774
- 0.10667213797569275,
775
- -0.02465432696044445,
776
- -0.0016832681139931083,
777
- -0.0018738035578280687
778
- ],
779
- [
780
- 0.020737573504447937,
781
- -0.16503818333148956,
782
- 0.10750712454319,
783
- -0.02491818554699421,
784
- -0.0016543028177693486,
785
- -0.0019214317435398698
786
- ],
787
- [
788
- 0.020829007029533386,
789
- -0.16625167429447174,
790
- 0.1083788052201271,
791
- -0.02518725022673607,
792
- -0.001622870797291398,
793
- -0.001968652242794633
794
- ],
795
- [
796
- 0.020921828225255013,
797
- -0.1675221025943756,
798
- 0.10928186029195786,
799
- -0.025462083518505096,
800
- -0.0015890084905549884,
801
- -0.0020151736680418253
802
- ],
803
- [
804
- 0.021015651524066925,
805
- -0.1688448041677475,
806
- 0.1102205440402031,
807
- -0.025743307545781136,
808
- -0.0015531027456745505,
809
- -0.002060712082311511
810
- ],
811
- [
812
- 0.021110806614160538,
813
- -0.1702185422182083,
814
- 0.1111978068947792,
815
- -0.026031536981463432,
816
- -0.0015152010601013899,
817
- -0.0021054702810943127
818
- ],
819
- [
820
- 0.021207062527537346,
821
- -0.17165611684322357,
822
- 0.11221727728843689,
823
- -0.026326477527618408,
824
- -0.001475500874221325,
825
- -0.0021493351086974144
826
- ],
827
- [
828
- 0.021304327994585037,
829
- -0.1731519103050232,
830
- 0.11327411234378815,
831
- -0.02662835456430912,
832
- -0.0014340407215058804,
833
- -0.0021920474246144295
834
- ],
835
- [
836
- 0.021402522921562195,
837
- -0.17470534145832062,
838
- 0.11437028646469116,
839
- -0.026936832815408707,
840
- -0.0013907223474234343,
841
- -0.0022336451802402735
842
- ],
843
- [
844
- 0.02150142192840576,
845
- -0.17632295191287994,
846
- 0.11550461500883102,
847
- -0.027252672240138054,
848
- -0.001345790340565145,
849
- -0.0022736352402716875
850
- ],
851
- [
852
- 0.02160179428756237,
853
- -0.1780027151107788,
854
- 0.11667872220277786,
855
- -0.027575546875596046,
856
- -0.0012993632117286325,
857
- -0.002312407363206148
858
- ],
859
- [
860
- 0.021702514961361885,
861
- -0.17974376678466797,
862
- 0.11789112538099289,
863
- -0.02790505811572075,
864
- -0.0012516158167272806,
865
- -0.0023497063666582108
866
- ],
867
- [
868
- 0.021804437041282654,
869
- -0.18154294788837433,
870
- 0.11914008855819702,
871
- -0.028241390362381935,
872
- -0.0012027223128825426,
873
- -0.002385665662586689
874
- ],
875
- [
876
- 0.02190680429339409,
877
- -0.18340742588043213,
878
- 0.12043370306491852,
879
- -0.02858411706984043,
880
- -0.001152767683379352,
881
- -0.0024202954955399036
882
- ],
883
- [
884
- 0.022009361535310745,
885
- -0.18532879650592804,
886
- 0.12176159024238586,
887
- -0.02893367037177086,
888
- -0.0011017773067578673,
889
- -0.002453212160617113
890
- ],
891
- [
892
- 0.02211242914199829,
893
- -0.1873132586479187,
894
- 0.12312254309654236,
895
- -0.029290029779076576,
896
- -0.0010497721377760172,
897
- -0.002484675496816635
898
- ],
899
- [
900
- 0.0222160741686821,
901
- -0.18935690820217133,
902
- 0.12452279776334763,
903
- -0.029653262346982956,
904
- -0.0009968961821869016,
905
- -0.0025148845743387938
906
- ],
907
- [
908
- 0.022319847717881203,
909
- -0.19146421551704407,
910
- 0.12595634162425995,
911
- -0.030022747814655304,
912
- -0.0009432188817299902,
913
- -0.002543775364756584
914
- ],
915
- [
916
- 0.022424325346946716,
917
- -0.19362393021583557,
918
- 0.12742073833942413,
919
- -0.03039887361228466,
920
- -0.0008888324955478311,
921
- -0.0025715981610119343
922
- ]
923
- ],
924
- "stepwise_std": [
925
- [
926
- 0.21245421469211578,
927
- 0.65749591588974,
928
- 0.4604097008705139,
929
- 0.25488990545272827,
930
- 0.08543243259191513,
931
- 0.2374650239944458
932
- ],
933
- [
934
- 0.21388287842273712,
935
- 0.6598015427589417,
936
- 0.46206042170524597,
937
- 0.25609660148620605,
938
- 0.08675644546747208,
939
- 0.2386559695005417
940
- ],
941
- [
942
- 0.21556563675403595,
943
- 0.6624127626419067,
944
- 0.4638347327709198,
945
- 0.25752803683280945,
946
- 0.08828763663768768,
947
- 0.24007754027843475
948
- ],
949
- [
950
- 0.21746830642223358,
951
- 0.6653528213500977,
952
- 0.4658043086528778,
953
- 0.2591414749622345,
954
- 0.08997765183448792,
955
- 0.24170829355716705
956
- ],
957
- [
958
- 0.2195712774991989,
959
- 0.6686862707138062,
960
- 0.4680061340332031,
961
- 0.2608987092971802,
962
- 0.09179292619228363,
963
- 0.24352920055389404
964
- ],
965
- [
966
- 0.22185231745243073,
967
- 0.672333300113678,
968
- 0.4704645872116089,
969
- 0.26277902722358704,
970
- 0.0937039852142334,
971
- 0.24552208185195923
972
- ],
973
- [
974
- 0.22428618371486664,
975
- 0.6762640476226807,
976
- 0.4730895161628723,
977
- 0.26475971937179565,
978
- 0.09568437933921814,
979
- 0.24767369031906128
980
- ],
981
- [
982
- 0.22685402631759644,
983
- 0.6804194450378418,
984
- 0.47589361667633057,
985
- 0.26682424545288086,
986
- 0.09771370142698288,
987
- 0.24996636807918549
988
- ],
989
- [
990
- 0.2295384258031845,
991
- 0.6848429441452026,
992
- 0.4788643717765808,
993
- 0.2689584791660309,
994
- 0.099776491522789,
995
- 0.2523849308490753
996
- ],
997
- [
998
- 0.23232120275497437,
999
- 0.6893506646156311,
1000
- 0.48199447989463806,
1001
- 0.27114808559417725,
1002
- 0.10185399651527405,
1003
- 0.25491639971733093
1004
- ],
1005
- [
1006
- 0.23518258333206177,
1007
- 0.6940944194793701,
1008
- 0.4852769374847412,
1009
- 0.2733818292617798,
1010
- 0.10393735021352768,
1011
- 0.2575467824935913
1012
- ],
1013
- [
1014
- 0.23811392486095428,
1015
- 0.6989525556564331,
1016
- 0.4886784851551056,
1017
- 0.2756529748439789,
1018
- 0.10601495206356049,
1019
- 0.26026520133018494
1020
- ],
1021
- [
1022
- 0.2410997599363327,
1023
- 0.7039766311645508,
1024
- 0.4922291040420532,
1025
- 0.2779398560523987,
1026
- 0.10807888954877853,
1027
- 0.26306286454200745
1028
- ],
1029
- [
1030
- 0.24412351846694946,
1031
- 0.709116518497467,
1032
- 0.49584659934043884,
1033
- 0.2802463471889496,
1034
- 0.11012443155050278,
1035
- 0.26592913269996643
1036
- ],
1037
- [
1038
- 0.24718044698238373,
1039
- 0.7143929600715637,
1040
- 0.49955010414123535,
1041
- 0.2825590968132019,
1042
- 0.1121487095952034,
1043
- 0.26885008811950684
1044
- ],
1045
- [
1046
- 0.25026261806488037,
1047
- 0.7197957038879395,
1048
- 0.5033312439918518,
1049
- 0.284868985414505,
1050
- 0.1141466572880745,
1051
- 0.2718157172203064
1052
- ],
1053
- [
1054
- 0.2533583343029022,
1055
- 0.7256216406822205,
1056
- 0.507290780544281,
1057
- 0.2871703505516052,
1058
- 0.11611684411764145,
1059
- 0.2748223543167114
1060
- ],
1061
- [
1062
- 0.2564627230167389,
1063
- 0.7314958572387695,
1064
- 0.5112141370773315,
1065
- 0.28945785760879517,
1066
- 0.11805593222379684,
1067
- 0.27785685658454895
1068
- ],
1069
- [
1070
- 0.2595703899860382,
1071
- 0.7372317910194397,
1072
- 0.5152844190597534,
1073
- 0.29172301292419434,
1074
- 0.11996062844991684,
1075
- 0.2809157371520996
1076
- ],
1077
- [
1078
- 0.2626743018627167,
1079
- 0.7429200410842896,
1080
- 0.5193659663200378,
1081
- 0.29395946860313416,
1082
- 0.1218319982290268,
1083
- 0.283993661403656
1084
- ],
1085
- [
1086
- 0.26577192544937134,
1087
- 0.7486506700515747,
1088
- 0.5234155654907227,
1089
- 0.2961658239364624,
1090
- 0.12366820871829987,
1091
- 0.28708457946777344
1092
- ],
1093
- [
1094
- 0.2688576877117157,
1095
- 0.754421591758728,
1096
- 0.527442991733551,
1097
- 0.2983410954475403,
1098
- 0.12546943128108978,
1099
- 0.29018211364746094
1100
- ],
1101
- [
1102
- 0.27193236351013184,
1103
- 0.7602024078369141,
1104
- 0.5314684510231018,
1105
- 0.3004783093929291,
1106
- 0.12723568081855774,
1107
- 0.2932753264904022
1108
- ],
1109
- [
1110
- 0.27498897910118103,
1111
- 0.7660139203071594,
1112
- 0.5354956984519958,
1113
- 0.3025786280632019,
1114
- 0.12896551191806793,
1115
- 0.29636475443840027
1116
- ],
1117
- [
1118
- 0.27802547812461853,
1119
- 0.771797239780426,
1120
- 0.5395316481590271,
1121
- 0.30463284254074097,
1122
- 0.13066063821315765,
1123
- 0.2994452714920044
1124
- ],
1125
- [
1126
- 0.28104376792907715,
1127
- 0.7775866389274597,
1128
- 0.5435577630996704,
1129
- 0.30664345622062683,
1130
- 0.13232028484344482,
1131
- 0.30251115560531616
1132
- ],
1133
- [
1134
- 0.284036248922348,
1135
- 0.7834004759788513,
1136
- 0.5478748083114624,
1137
- 0.3086085617542267,
1138
- 0.1339460015296936,
1139
- 0.30556389689445496
1140
- ],
1141
- [
1142
- 0.2870016396045685,
1143
- 0.7891998887062073,
1144
- 0.5519785284996033,
1145
- 0.31053072214126587,
1146
- 0.13553474843502045,
1147
- 0.3085978329181671
1148
- ],
1149
- [
1150
- 0.28994038701057434,
1151
- 0.7949913740158081,
1152
- 0.5559530258178711,
1153
- 0.31240811944007874,
1154
- 0.13709190487861633,
1155
- 0.3116086721420288
1156
- ],
1157
- [
1158
- 0.2928553521633148,
1159
- 0.8007459044456482,
1160
- 0.5598917007446289,
1161
- 0.3142349123954773,
1162
- 0.13861437141895294,
1163
- 0.31459036469459534
1164
- ],
1165
- [
1166
- 0.2957407236099243,
1167
- 0.8072694540023804,
1168
- 0.5638424754142761,
1169
- 0.31602880358695984,
1170
- 0.14010459184646606,
1171
- 0.31754639744758606
1172
- ],
1173
- [
1174
- 0.29859355092048645,
1175
- 0.8139033913612366,
1176
- 0.5677211284637451,
1177
- 0.3177647292613983,
1178
- 0.14156217873096466,
1179
- 0.3204750418663025
1180
- ]
1181
- ]
1182
- },
1183
- "left_gripper": {
1184
- "global_max": [
1185
- [
1186
- 1.0
1187
- ]
1188
- ],
1189
- "global_min": [
1190
- [
1191
- 0.0
1192
- ]
1193
- ],
1194
- "global_mean": [
1195
- [
1196
- 0.12467392534017563
1197
- ]
1198
- ],
1199
- "global_std": [
1200
- [
1201
- 0.3309972286224365
1202
- ]
1203
- ],
1204
- "stepwise_max": [
1205
- [
1206
- 1.0
1207
- ],
1208
- [
1209
- 1.0
1210
- ],
1211
- [
1212
- 1.0
1213
- ],
1214
- [
1215
- 1.0
1216
- ],
1217
- [
1218
- 1.0
1219
- ],
1220
- [
1221
- 1.0
1222
- ],
1223
- [
1224
- 1.0
1225
- ],
1226
- [
1227
- 1.0
1228
- ],
1229
- [
1230
- 1.0
1231
- ],
1232
- [
1233
- 1.0
1234
- ],
1235
- [
1236
- 1.0
1237
- ],
1238
- [
1239
- 1.0
1240
- ],
1241
- [
1242
- 1.0
1243
- ],
1244
- [
1245
- 1.0
1246
- ],
1247
- [
1248
- 1.0
1249
- ],
1250
- [
1251
- 1.0
1252
- ],
1253
- [
1254
- 1.0
1255
- ],
1256
- [
1257
- 1.0
1258
- ],
1259
- [
1260
- 1.0
1261
- ],
1262
- [
1263
- 1.0
1264
- ],
1265
- [
1266
- 1.0
1267
- ],
1268
- [
1269
- 1.0
1270
- ],
1271
- [
1272
- 1.0
1273
- ],
1274
- [
1275
- 1.0
1276
- ],
1277
- [
1278
- 1.0
1279
- ],
1280
- [
1281
- 1.0
1282
- ],
1283
- [
1284
- 1.0
1285
- ],
1286
- [
1287
- 1.0
1288
- ],
1289
- [
1290
- 1.0
1291
- ],
1292
- [
1293
- 1.0
1294
- ],
1295
- [
1296
- 1.0
1297
- ],
1298
- [
1299
- 1.0
1300
- ]
1301
- ],
1302
- "stepwise_min": [
1303
- [
1304
- 0.0
1305
- ],
1306
- [
1307
- 0.0
1308
- ],
1309
- [
1310
- 0.0
1311
- ],
1312
- [
1313
- 0.0
1314
- ],
1315
- [
1316
- 0.0
1317
- ],
1318
- [
1319
- 0.0
1320
- ],
1321
- [
1322
- 0.0
1323
- ],
1324
- [
1325
- 0.0
1326
- ],
1327
- [
1328
- 0.0
1329
- ],
1330
- [
1331
- 0.0
1332
- ],
1333
- [
1334
- 0.0
1335
- ],
1336
- [
1337
- 0.0
1338
- ],
1339
- [
1340
- 0.0
1341
- ],
1342
- [
1343
- 0.0
1344
- ],
1345
- [
1346
- 0.0
1347
- ],
1348
- [
1349
- 0.0
1350
- ],
1351
- [
1352
- 0.0
1353
- ],
1354
- [
1355
- 0.0
1356
- ],
1357
- [
1358
- 0.0
1359
- ],
1360
- [
1361
- 0.0
1362
- ],
1363
- [
1364
- 0.0
1365
- ],
1366
- [
1367
- 0.0
1368
- ],
1369
- [
1370
- 0.0
1371
- ],
1372
- [
1373
- 0.0
1374
- ],
1375
- [
1376
- 0.0
1377
- ],
1378
- [
1379
- 0.0
1380
- ],
1381
- [
1382
- 0.0
1383
- ],
1384
- [
1385
- 0.0
1386
- ],
1387
- [
1388
- 0.0
1389
- ],
1390
- [
1391
- 0.0
1392
- ],
1393
- [
1394
- 0.0
1395
- ],
1396
- [
1397
- 0.0
1398
- ]
1399
- ],
1400
- "stepwise_mean": [
1401
- [
1402
- 0.12467392534017563
1403
- ],
1404
- [
1405
- 0.12462009489536285
1406
- ],
1407
- [
1408
- 0.12456527352333069
1409
- ],
1410
- [
1411
- 0.12450990080833435
1412
- ],
1413
- [
1414
- 0.1244538277387619
1415
- ],
1416
- [
1417
- 0.12439627945423126
1418
- ],
1419
- [
1420
- 0.12433777749538422
1421
- ],
1422
- [
1423
- 0.12427685409784317
1424
- ],
1425
- [
1426
- 0.12421312183141708
1427
- ],
1428
- [
1429
- 0.12414571642875671
1430
- ],
1431
- [
1432
- 0.12407335638999939
1433
- ],
1434
- [
1435
- 0.12399508059024811
1436
- ],
1437
- [
1438
- 0.12391027063131332
1439
- ],
1440
- [
1441
- 0.12381862103939056
1442
- ],
1443
- [
1444
- 0.12371843308210373
1445
- ],
1446
- [
1447
- 0.12360936403274536
1448
- ],
1449
- [
1450
- 0.12349151074886322
1451
- ],
1452
- [
1453
- 0.12336412072181702
1454
- ],
1455
- [
1456
- 0.12322710454463959
1457
- ],
1458
- [
1459
- 0.12308119237422943
1460
- ],
1461
- [
1462
- 0.12292546778917313
1463
- ],
1464
- [
1465
- 0.12276076525449753
1466
- ],
1467
- [
1468
- 0.12258629500865936
1469
- ],
1470
- [
1471
- 0.12240280210971832
1472
- ],
1473
- [
1474
- 0.1222093254327774
1475
- ],
1476
- [
1477
- 0.12200433760881424
1478
- ],
1479
- [
1480
- 0.12178820371627808
1481
- ],
1482
- [
1483
- 0.12156111747026443
1484
- ],
1485
- [
1486
- 0.12132147699594498
1487
- ],
1488
- [
1489
- 0.121070995926857
1490
- ],
1491
- [
1492
- 0.12081038951873779
1493
- ],
1494
- [
1495
- 0.12054098397493362
1496
- ]
1497
- ],
1498
- "stepwise_std": [
1499
- [
1500
- 0.3309972286224365
1501
- ],
1502
- [
1503
- 0.3309444189071655
1504
- ],
1505
- [
1506
- 0.33089780807495117
1507
- ],
1508
- [
1509
- 0.3308408558368683
1510
- ],
1511
- [
1512
- 0.33078113198280334
1513
- ],
1514
- [
1515
- 0.330870658159256
1516
- ],
1517
- [
1518
- 0.33072978258132935
1519
- ],
1520
- [
1521
- 0.3306758403778076
1522
- ],
1523
- [
1524
- 0.33060717582702637
1525
- ],
1526
- [
1527
- 0.3305376172065735
1528
- ],
1529
- [
1530
- 0.3304593563079834
1531
- ],
1532
- [
1533
- 0.3303767740726471
1534
- ],
1535
- [
1536
- 0.3302883207798004
1537
- ],
1538
- [
1539
- 0.3302484154701233
1540
- ],
1541
- [
1542
- 0.33015358448028564
1543
- ],
1544
- [
1545
- 0.33003970980644226
1546
- ],
1547
- [
1548
- 0.3299117088317871
1549
- ],
1550
- [
1551
- 0.3297744393348694
1552
- ],
1553
- [
1554
- 0.329642653465271
1555
- ],
1556
- [
1557
- 0.3294859826564789
1558
- ],
1559
- [
1560
- 0.32933804392814636
1561
- ],
1562
- [
1563
- 0.32918107509613037
1564
- ],
1565
- [
1566
- 0.3290306329727173
1567
- ],
1568
- [
1569
- 0.3288348913192749
1570
- ],
1571
- [
1572
- 0.3286316990852356
1573
- ],
1574
- [
1575
- 0.3286525011062622
1576
- ],
1577
- [
1578
- 0.32818493247032166
1579
- ],
1580
- [
1581
- 0.3279985785484314
1582
- ],
1583
- [
1584
- 0.3277207612991333
1585
- ],
1586
- [
1587
- 0.3274693489074707
1588
- ],
1589
- [
1590
- 0.3271960914134979
1591
- ],
1592
- [
1593
- 0.3270934522151947
1594
- ]
1595
- ]
1596
- },
1597
- "right_arm": {
1598
- "global_max": [
1599
- 1.483359456062317,
1600
- 2.9022915363311768,
1601
- 0.11044661700725555,
1602
- 1.6321555376052856,
1603
- 1.5140390396118164,
1604
- 2.443631410598755
1605
- ],
1606
- "global_min": [
1607
- -1.277806043624878,
1608
- -0.28685441613197327,
1609
- -2.0171847343444824,
1610
- -1.7794177532196045,
1611
- -1.4434759616851807,
1612
- -4.071185111999512
1613
- ],
1614
- "global_mean": [
1615
- 0.05339810624718666,
1616
- 0.4618866443634033,
1617
- -0.31972187757492065,
1618
- 0.07475129514932632,
1619
- -0.013666537590324879,
1620
- 0.02948567271232605
1621
- ],
1622
- "global_std": [
1623
- 0.2041841596364975,
1624
- 0.8621124029159546,
1625
- 0.6116714477539062,
1626
- 0.2812887728214264,
1627
- 0.10951798409223557,
1628
- 0.258775532245636
1629
- ],
1630
- "stepwise_max": [
1631
- [
1632
- 1.7726020812988281,
1633
- 2.8621506690979004,
1634
- 2.0161702632904053,
1635
- 2.1903319358825684,
1636
- 1.6231818199157715,
1637
- 2.7029242515563965
1638
- ],
1639
- [
1640
- 1.7741360664367676,
1641
- 2.860616683959961,
1642
- 2.0161702632904053,
1643
- 2.19030499458313,
1644
- 1.6229912042617798,
1645
- 2.7029242515563965
1646
- ],
1647
- [
1648
- 1.7772040367126465,
1649
- 2.8590826988220215,
1650
- 2.0161702632904053,
1651
- 2.19030499458313,
1652
- 1.6205828189849854,
1653
- 2.7029242515563965
1654
- ],
1655
- [
1656
- 1.7782306671142578,
1657
- 2.8560147285461426,
1658
- 2.0161702632904053,
1659
- 2.19030499458313,
1660
- 1.6175532341003418,
1661
- 2.7024989128112793
1662
- ],
1663
- [
1664
- 1.778738021850586,
1665
- 2.8525335788726807,
1666
- 2.0161702632904053,
1667
- 2.19030499458313,
1668
- 1.61075758934021,
1669
- 2.7024989128112793
1670
- ],
1671
- [
1672
- 1.7797646522521973,
1673
- 2.8483448028564453,
1674
- 2.0161702632904053,
1675
- 2.1905179023742676,
1676
- 1.6046216487884521,
1677
- 2.7029242515563965
1678
- ],
1679
- [
1680
- 1.7789134979248047,
1681
- 2.8452768325805664,
1682
- 2.0161702632904053,
1683
- 2.1904232501983643,
1684
- 1.6023385524749756,
1685
- 2.7024989128112793
1686
- ],
1687
- [
1688
- 1.778738021850586,
1689
- 2.844851493835449,
1690
- 2.0161702632904053,
1691
- 2.1905179023742676,
1692
- 1.6019129753112793,
1693
- 2.7024989128112793
1694
- ],
1695
- [
1696
- 1.7797646522521973,
1697
- 2.8433175086975098,
1698
- 2.0161702632904053,
1699
- 2.1905179023742676,
1700
- 1.601515531539917,
1701
- 2.701390266418457
1702
- ],
1703
- [
1704
- 1.7797646522521973,
1705
- 2.8417835235595703,
1706
- 2.0161702632904053,
1707
- 2.1905179023742676,
1708
- 1.5993703603744507,
1709
- 2.701390266418457
1710
- ],
1711
- [
1712
- 1.7802720069885254,
1713
- 2.840249538421631,
1714
- 2.0161702632904053,
1715
- 2.1909432411193848,
1716
- 1.5992705821990967,
1717
- 2.701390266418457
1718
- ],
1719
- [
1720
- 1.7818059921264648,
1721
- 2.840249538421631,
1722
- 2.0161702632904053,
1723
- 2.1905179023742676,
1724
- 1.5988450050354004,
1725
- 2.701390266418457
1726
- ],
1727
- [
1728
- 1.7848739624023438,
1729
- 2.840249538421631,
1730
- 2.0161702632904053,
1731
- 2.1909432411193848,
1732
- 1.5978363752365112,
1733
- 2.701390266418457
1734
- ],
1735
- [
1736
- 1.7864079475402832,
1737
- 2.840249538421631,
1738
- 2.0161702632904053,
1739
- 2.1903462409973145,
1740
- 1.5951130390167236,
1741
- 2.701390266418457
1742
- ],
1743
- [
1744
- 1.7874345779418945,
1745
- 2.840249538421631,
1746
- 2.0161702632904053,
1747
- 2.190415620803833,
1748
- 1.5908241271972656,
1749
- 2.701390266418457
1750
- ],
1751
- [
1752
- 1.7874345779418945,
1753
- 2.8387155532836914,
1754
- 2.0161702632904053,
1755
- 2.19030499458313,
1756
- 1.5886324644088745,
1757
- 2.701390266418457
1758
- ],
1759
- [
1760
- 1.7874345779418945,
1761
- 2.837181568145752,
1762
- 2.0161702632904053,
1763
- 2.1905179023742676,
1764
- 1.587098479270935,
1765
- 2.701390266418457
1766
- ],
1767
- [
1768
- 1.7874345779418945,
1769
- 2.834113597869873,
1770
- 2.0161702632904053,
1771
- 2.1903538703918457,
1772
- 1.5854647159576416,
1773
- 2.703385829925537
1774
- ],
1775
- [
1776
- 1.7874345779418945,
1777
- 2.831045627593994,
1778
- 2.0161702632904053,
1779
- 2.1905179023742676,
1780
- 1.5850391387939453,
1781
- 2.7533373832702637
1782
- ],
1783
- [
1784
- 1.7874345779418945,
1785
- 2.826443672180176,
1786
- 2.0161702632904053,
1787
- 2.1905179023742676,
1788
- 1.5840305089950562,
1789
- 2.8092336654663086
1790
- ],
1791
- [
1792
- 1.7874345779418945,
1793
- 2.8187737464904785,
1794
- 2.0161702632904053,
1795
- 2.19030499458313,
1796
- 1.5816221237182617,
1797
- 2.84987473487854
1798
- ],
1799
- [
1800
- 1.786583423614502,
1801
- 2.8126380443573,
1802
- 2.0161702632904053,
1803
- 2.1905179023742676,
1804
- 1.5773332118988037,
1805
- 2.8833870887756348
1806
- ],
1807
- [
1808
- 1.785900592803955,
1809
- 2.809570074081421,
1810
- 2.0161702632904053,
1811
- 2.19030499458313,
1812
- 1.5705376863479614,
1813
- 2.894489288330078
1814
- ],
1815
- [
1816
- 1.7850494384765625,
1817
- 2.806502103805542,
1818
- 2.0161702632904053,
1819
- 2.19030499458313,
1820
- 1.5684945583343506,
1821
- 2.903693199157715
1822
- ],
1823
- [
1824
- 1.7843666076660156,
1825
- 2.805225372314453,
1826
- 2.0161702632904053,
1827
- 2.19030499458313,
1828
- 1.5680691003799438,
1829
- 2.9055397510528564
1830
- ],
1831
- [
1832
- 1.7843666076660156,
1833
- 2.805225372314453,
1834
- 2.0161702632904053,
1835
- 2.1899678707122803,
1836
- 1.5680691003799438,
1837
- 2.9056670665740967
1838
- ],
1839
- [
1840
- 1.7843666076660156,
1841
- 2.805225372314453,
1842
- 2.0161702632904053,
1843
- 2.19030499458313,
1844
- 1.5666279792785645,
1845
- 2.906696319580078
1846
- ],
1847
- [
1848
- 1.7843666076660156,
1849
- 2.805225372314453,
1850
- 2.0161702632904053,
1851
- 2.1899678707122803,
1852
- 1.5666279792785645,
1853
- 2.91972279548645
1854
- ],
1855
- [
1856
- 1.802478551864624,
1857
- 2.805225372314453,
1858
- 2.0161702632904053,
1859
- 2.195361375808716,
1860
- 1.5666279792785645,
1861
- 2.9331817626953125
1862
- ],
1863
- [
1864
- 1.8224201202392578,
1865
- 2.805225372314453,
1866
- 2.0161702632904053,
1867
- 2.212430000305176,
1868
- 1.5665796995162964,
1869
- 2.9743216037750244
1870
- ],
1871
- [
1872
- 1.846963882446289,
1873
- 2.805225372314453,
1874
- 2.0161702632904053,
1875
- 2.2213306427001953,
1876
- 1.5664244890213013,
1877
- 3.000278949737549
1878
- ],
1879
- [
1880
- 1.8662207126617432,
1881
- 2.805225372314453,
1882
- 2.0161702632904053,
1883
- 2.224400281906128,
1884
- 1.5662338733673096,
1885
- 3.0221266746520996
1886
- ]
1887
- ],
1888
- "stepwise_min": [
1889
- [
1890
- -1.8516613245010376,
1891
- -2.9066402912139893,
1892
- -2.0141167640686035,
1893
- -2.7233760356903076,
1894
- -1.8783475160598755,
1895
- -4.082036018371582
1896
- ],
1897
- [
1898
- -1.8512358665466309,
1899
- -2.9066402912139893,
1900
- -2.0141167640686035,
1901
- -2.7233760356903076,
1902
- -1.8791569471359253,
1903
- -4.080502033233643
1904
- ],
1905
- [
1906
- -1.8505975008010864,
1907
- -2.9066402912139893,
1908
- -2.0141167640686035,
1909
- -2.7235107421875,
1910
- -1.879305124282837,
1911
- -4.080502033233643
1912
- ],
1913
- [
1914
- -1.8497018814086914,
1915
- -2.9066402912139893,
1916
- -2.0141167640686035,
1917
- -2.724865436553955,
1918
- -1.879582405090332,
1919
- -4.078968048095703
1920
- ],
1921
- [
1922
- -1.849063515663147,
1923
- -2.9066402912139893,
1924
- -2.0141167640686035,
1925
- -2.7252910137176514,
1926
- -1.879881501197815,
1927
- -4.077434062957764
1928
- ],
1929
- [
1930
- -1.8475295305252075,
1931
- -2.9066402912139893,
1932
- -2.0141167640686035,
1933
- -2.7259292602539062,
1934
- -1.879881501197815,
1935
- -4.077434062957764
1936
- ],
1937
- [
1938
- -1.8459956645965576,
1939
- -2.9066402912139893,
1940
- -2.0141167640686035,
1941
- -2.7263548374176025,
1942
- -1.8800079822540283,
1943
- -4.075900077819824
1944
- ],
1945
- [
1946
- -1.8444616794586182,
1947
- -2.9066402912139893,
1948
- -2.0141167640686035,
1949
- -2.7273669242858887,
1950
- -1.8800079822540283,
1951
- -4.075900077819824
1952
- ],
1953
- [
1954
- -1.8429276943206787,
1955
- -2.9066402912139893,
1956
- -2.0141167640686035,
1957
- -2.7286126613616943,
1958
- -1.8800079822540283,
1959
- -4.075900077819824
1960
- ],
1961
- [
1962
- -1.841012716293335,
1963
- -2.9066402912139893,
1964
- -2.0124146938323975,
1965
- -2.7320995330810547,
1966
- -1.8800079822540283,
1967
- -4.068260669708252
1968
- ],
1969
- [
1970
- -1.8386826515197754,
1971
- -2.9066402912139893,
1972
- -2.0104997158050537,
1973
- -2.733588695526123,
1974
- -1.8800079822540283,
1975
- -4.059747695922852
1976
- ],
1977
- [
1978
- -1.8386826515197754,
1979
- -2.9066402912139893,
1980
- -2.0087976455688477,
1981
- -2.7340145111083984,
1982
- -1.880325198173523,
1983
- -4.054424285888672
1984
- ],
1985
- [
1986
- -1.8386826515197754,
1987
- -2.9066402912139893,
1988
- -2.0025150775909424,
1989
- -2.731015682220459,
1990
- -1.8806909322738647,
1991
- -4.054424285888672
1992
- ],
1993
- [
1994
- -1.8386826515197754,
1995
- -2.9066402912139893,
1996
- -1.9990342855453491,
1997
- -2.7206220626831055,
1998
- -1.8808391094207764,
1999
- -4.054116249084473
2000
- ],
2001
- [
2002
- -1.8386826515197754,
2003
- -2.9066402912139893,
2004
- -1.998776912689209,
2005
- -2.709951877593994,
2006
- -1.8811163902282715,
2007
- -4.055650234222412
2008
- ],
2009
- [
2010
- -1.8386826515197754,
2011
- -2.9066402912139893,
2012
- -1.998776912689209,
2013
- -2.6964213848114014,
2014
- -1.8814154863357544,
2015
- -4.055650234222412
2016
- ],
2017
- [
2018
- -1.838287591934204,
2019
- -2.9066402912139893,
2020
- -1.998776912689209,
2021
- -2.6795477867126465,
2022
- -1.8820596933364868,
2023
- -4.055650234222412
2024
- ],
2025
- [
2026
- -1.837392807006836,
2027
- -2.9066402912139893,
2028
- -1.998776912689209,
2029
- -2.653233051300049,
2030
- -1.8848657608032227,
2031
- -4.05657434463501
2032
- ],
2033
- [
2034
- -1.837193250656128,
2035
- -2.9066402912139893,
2036
- -1.998776912689209,
2037
- -2.621556282043457,
2038
- -1.8865487575531006,
2039
- -4.0602521896362305
2040
- ],
2041
- [
2042
- -1.837193250656128,
2043
- -2.9066402912139893,
2044
- -1.998776912689209,
2045
- -2.5862746238708496,
2046
- -1.888676404953003,
2047
- -4.0602521896362305
2048
- ],
2049
- [
2050
- -1.837193250656128,
2051
- -2.9066402912139893,
2052
- -1.998776912689209,
2053
- -2.5499467849731445,
2054
- -1.9031143188476562,
2055
- -4.0602521896362305
2056
- ],
2057
- [
2058
- -1.8367302417755127,
2059
- -2.9066402912139893,
2060
- -1.998776912689209,
2061
- -2.5145978927612305,
2062
- -1.9175405502319336,
2063
- -4.0602521896362305
2064
- ],
2065
- [
2066
- -1.8356592655181885,
2067
- -2.9066402912139893,
2068
- -1.998776912689209,
2069
- -2.4777822494506836,
2070
- -1.9307868480682373,
2071
- -4.0602521896362305
2072
- ],
2073
- [
2074
- -1.8351962566375732,
2075
- -2.9066402912139893,
2076
- -1.998776912689209,
2077
- -2.4394216537475586,
2078
- -1.941524624824524,
2079
- -4.0602521896362305
2080
- ],
2081
- [
2082
- -1.8337442874908447,
2083
- -2.9066402912139893,
2084
- -1.998776912689209,
2085
- -2.3946774005889893,
2086
- -1.9496771097183228,
2087
- -4.059753894805908
2088
- ],
2089
- [
2090
- -1.8326804637908936,
2091
- -2.9066402912139893,
2092
- -1.998776912689209,
2093
- -2.3488988876342773,
2094
- -1.9564030170440674,
2095
- -4.058718204498291
2096
- ],
2097
- [
2098
- -1.831146478652954,
2099
- -2.9066402912139893,
2100
- -1.998776912689209,
2101
- -2.324084520339966,
2102
- -1.9597402811050415,
2103
- -4.058718204498291
2104
- ],
2105
- [
2106
- -1.8296126127243042,
2107
- -2.9066402912139893,
2108
- -1.998776912689209,
2109
- -2.2977700233459473,
2110
- -1.9620155096054077,
2111
- -4.058219909667969
2112
- ],
2113
- [
2114
- -1.8280786275863647,
2115
- -2.9066402912139893,
2116
- -1.998776912689209,
2117
- -2.2660930156707764,
2118
- -1.9753035306930542,
2119
- -4.056685924530029
2120
- ],
2121
- [
2122
- -1.8265446424484253,
2123
- -2.9066402912139893,
2124
- -1.998776912689209,
2125
- -2.230391025543213,
2126
- -1.9860413074493408,
2127
- -4.055879592895508
2128
- ],
2129
- [
2130
- -1.8249317407608032,
2131
- -2.9066402912139893,
2132
- -1.998776912689209,
2133
- -2.1944165229797363,
2134
- -1.990591287612915,
2135
- -4.055555820465088
2136
- ],
2137
- [
2138
- -1.8233977556228638,
2139
- -2.9066402912139893,
2140
- -1.998776912689209,
2141
- -2.1587142944335938,
2142
- -1.9939956665039062,
2143
- -4.054424285888672
2144
- ]
2145
- ],
2146
- "stepwise_mean": [
2147
- [
2148
- -0.010941613465547562,
2149
- -0.100924052298069,
2150
- 0.06674771010875702,
2151
- -0.015327914617955685,
2152
- 0.0023340333718806505,
2153
- -0.005183840170502663
2154
- ],
2155
- [
2156
- -0.010970848612487316,
2157
- -0.10137021541595459,
2158
- 0.06703577935695648,
2159
- -0.015409414656460285,
2160
- 0.0023400888312608004,
2161
- -0.005218395497649908
2162
- ],
2163
- [
2164
- -0.01100027747452259,
2165
- -0.10182598233222961,
2166
- 0.06732846796512604,
2167
- -0.015492473728954792,
2168
- 0.0023463470861315727,
2169
- -0.005252302158623934
2170
- ],
2171
- [
2172
- -0.011029593646526337,
2173
- -0.10228747874498367,
2174
- 0.06762661784887314,
2175
- -0.015577880665659904,
2176
- 0.00235302303917706,
2177
- -0.005285479128360748
2178
- ],
2179
- [
2180
- -0.011058888398110867,
2181
- -0.10275838524103165,
2182
- 0.0679338127374649,
2183
- -0.015666868537664413,
2184
- 0.0023600831627845764,
2185
- -0.005318191833794117
2186
- ],
2187
- [
2188
- -0.011088162660598755,
2189
- -0.10323862731456757,
2190
- 0.06825344264507294,
2191
- -0.015761036425828934,
2192
- 0.002367485547438264,
2193
- -0.005350364372134209
2194
- ],
2195
- [
2196
- -0.01111744623631239,
2197
- -0.1037331372499466,
2198
- 0.06858891993761063,
2199
- -0.015861831605434418,
2200
- 0.0023752297274768353,
2201
- -0.005382224917411804
2202
- ],
2203
- [
2204
- -0.011146615259349346,
2205
- -0.10424529761075974,
2206
- 0.06894516944885254,
2207
- -0.015970882028341293,
2208
- 0.0023832954466342926,
2209
- -0.005414009094238281
2210
- ],
2211
- [
2212
- -0.011175577528774738,
2213
- -0.10478170216083527,
2214
- 0.06932631134986877,
2215
- -0.016089266166090965,
2216
- 0.0023916359059512615,
2217
- -0.0054458919912576675
2218
- ],
2219
- [
2220
- -0.01120411790907383,
2221
- -0.10534250736236572,
2222
- 0.06972954422235489,
2223
- -0.01621728390455246,
2224
- 0.0024003898724913597,
2225
- -0.0054773082956671715
2226
- ],
2227
- [
2228
- -0.011232620105147362,
2229
- -0.10593276470899582,
2230
- 0.07015961408615112,
2231
- -0.016354763880372047,
2232
- 0.0024094863329082727,
2233
- -0.005508430767804384
2234
- ],
2235
- [
2236
- -0.01126027386635542,
2237
- -0.10655108839273453,
2238
- 0.07061735540628433,
2239
- -0.016501346603035927,
2240
- 0.0024189495015889406,
2241
- -0.005539171863347292
2242
- ],
2243
- [
2244
- -0.011287362314760685,
2245
- -0.10720176994800568,
2246
- 0.07110009342432022,
2247
- -0.016655977815389633,
2248
- 0.0024286145344376564,
2249
- -0.005569612607359886
2250
- ],
2251
- [
2252
- -0.01131388358771801,
2253
- -0.10788717120885849,
2254
- 0.0716087743639946,
2255
- -0.016817666590213776,
2256
- 0.0024383864365518093,
2257
- -0.005599685944616795
2258
- ],
2259
- [
2260
- -0.011339842341840267,
2261
- -0.10860557854175568,
2262
- 0.0721408799290657,
2263
- -0.01698615401983261,
2264
- 0.0024482575245201588,
2265
- -0.005629538092762232
2266
- ],
2267
- [
2268
- -0.011365008540451527,
2269
- -0.10935629159212112,
2270
- 0.07269871234893799,
2271
- -0.01716042496263981,
2272
- 0.0024581148754805326,
2273
- -0.005659237038344145
2274
- ],
2275
- [
2276
- -0.011389697901904583,
2277
- -0.11014155298471451,
2278
- 0.07327595353126526,
2279
- -0.017340509220957756,
2280
- 0.0024676595348864794,
2281
- -0.0056890458799898624
2282
- ],
2283
- [
2284
- -0.011413799598813057,
2285
- -0.11096277832984924,
2286
- 0.07387416064739227,
2287
- -0.017525911331176758,
2288
- 0.0024769026786088943,
2289
- -0.0057189143262803555
2290
- ],
2291
- [
2292
- -0.011437218636274338,
2293
- -0.11181503534317017,
2294
- 0.07449249923229218,
2295
- -0.017717117443680763,
2296
- 0.0024855954106897116,
2297
- -0.005749144591391087
2298
- ],
2299
- [
2300
- -0.011460327543318272,
2301
- -0.112699493765831,
2302
- 0.07512791454792023,
2303
- -0.01791263557970524,
2304
- 0.002493584528565407,
2305
- -0.005779704079031944
2306
- ],
2307
- [
2308
- -0.01148264016956091,
2309
- -0.11361665278673172,
2310
- 0.07578184455633163,
2311
- -0.018113603815436363,
2312
- 0.002500776434317231,
2313
- -0.005810873117297888
2314
- ],
2315
- [
2316
- -0.0115043381229043,
2317
- -0.11456672102212906,
2318
- 0.07645311951637268,
2319
- -0.01831905171275139,
2320
- 0.0025069534312933683,
2321
- -0.005842653568834066
2322
- ],
2323
- [
2324
- -0.011525269597768784,
2325
- -0.11554539203643799,
2326
- 0.077139712870121,
2327
- -0.018528953194618225,
2328
- 0.0025121571961790323,
2329
- -0.005874997936189175
2330
- ],
2331
- [
2332
- -0.011545254848897457,
2333
- -0.11655649542808533,
2334
- 0.07784364372491837,
2335
- -0.018743209540843964,
2336
- 0.0025163444224745035,
2337
- -0.005907729268074036
2338
- ],
2339
- [
2340
- -0.011564289219677448,
2341
- -0.11759737879037857,
2342
- 0.07856117188930511,
2343
- -0.018961431458592415,
2344
- 0.0025195053312927485,
2345
- -0.005940926726907492
2346
- ],
2347
- [
2348
- -0.011582577601075172,
2349
- -0.1186651885509491,
2350
- 0.07929252833127975,
2351
- -0.01918412186205387,
2352
- 0.0025216357316821814,
2353
- -0.005974185653030872
2354
- ],
2355
- [
2356
- -0.011599636636674404,
2357
- -0.11976135522127151,
2358
- 0.08003698289394379,
2359
- -0.01941043697297573,
2360
- 0.002522737253457308,
2361
- -0.006007528398185968
2362
- ],
2363
- [
2364
- -0.011615646071732044,
2365
- -0.12088415771722794,
2366
- 0.08079521358013153,
2367
- -0.019640421494841576,
2368
- 0.0025228108279407024,
2369
- -0.006040642037987709
2370
- ],
2371
- [
2372
- -0.011630408465862274,
2373
- -0.12203119695186615,
2374
- 0.08156563341617584,
2375
- -0.01987486705183983,
2376
- 0.0025218508671969175,
2377
- -0.006073454394936562
2378
- ],
2379
- [
2380
- -0.011643855832517147,
2381
- -0.12320785969495773,
2382
- 0.08234919607639313,
2383
- -0.02011321298778057,
2384
- 0.002519958885386586,
2385
- -0.006105266511440277
2386
- ],
2387
- [
2388
- -0.011655963957309723,
2389
- -0.12440569698810577,
2390
- 0.08314425498247147,
2391
- -0.020355073735117912,
2392
- 0.002517168177291751,
2393
- -0.006136235781013966
2394
- ],
2395
- [
2396
- -0.011666730977594852,
2397
- -0.12562784552574158,
2398
- 0.08394952118396759,
2399
- -0.020600447431206703,
2400
- 0.0025134377647191286,
2401
- -0.0061663375236094
2402
- ]
2403
- ],
2404
- "stepwise_std": [
2405
- [
2406
- 0.14926917850971222,
2407
- 0.5213814973831177,
2408
- 0.3587459325790405,
2409
- 0.19194650650024414,
2410
- 0.062493834644556046,
2411
- 0.15996815264225006
2412
- ],
2413
- [
2414
- 0.1500413417816162,
2415
- 0.523032009601593,
2416
- 0.360027015209198,
2417
- 0.19269965589046478,
2418
- 0.06297212839126587,
2419
- 0.1607884019613266
2420
- ],
2421
- [
2422
- 0.1509544998407364,
2423
- 0.5248922109603882,
2424
- 0.36133334040641785,
2425
- 0.19357013702392578,
2426
- 0.06355464458465576,
2427
- 0.16178904473781586
2428
- ],
2429
- [
2430
- 0.15200175344944,
2431
- 0.5269951820373535,
2432
- 0.3628169000148773,
2433
- 0.19453836977481842,
2434
- 0.0642242431640625,
2435
- 0.16295257210731506
2436
- ],
2437
- [
2438
- 0.15317046642303467,
2439
- 0.5292792916297913,
2440
- 0.36447256803512573,
2441
- 0.19558998942375183,
2442
- 0.06496787071228027,
2443
- 0.164264515042305
2444
- ],
2445
- [
2446
- 0.15445111691951752,
2447
- 0.5317529439926147,
2448
- 0.36626774072647095,
2449
- 0.19671101868152618,
2450
- 0.06577257812023163,
2451
- 0.16571012139320374
2452
- ],
2453
- [
2454
- 0.15583127737045288,
2455
- 0.5343769192695618,
2456
- 0.3681773543357849,
2457
- 0.1978926658630371,
2458
- 0.06662782281637192,
2459
- 0.1672767847776413
2460
- ],
2461
- [
2462
- 0.15730194747447968,
2463
- 0.5371483564376831,
2464
- 0.37036439776420593,
2465
- 0.1991196721792221,
2466
- 0.06752331554889679,
2467
- 0.16894806921482086
2468
- ],
2469
- [
2470
- 0.1588519960641861,
2471
- 0.540086030960083,
2472
- 0.3725243806838989,
2473
- 0.20039090514183044,
2474
- 0.06845115125179291,
2475
- 0.17071408033370972
2476
- ],
2477
- [
2478
- 0.16047412157058716,
2479
- 0.5431473851203918,
2480
- 0.37476980686187744,
2481
- 0.20168989896774292,
2482
- 0.06940462440252304,
2483
- 0.17256109416484833
2484
- ],
2485
- [
2486
- 0.16215845942497253,
2487
- 0.5463565587997437,
2488
- 0.3770976662635803,
2489
- 0.20300820469856262,
2490
- 0.07037710398435593,
2491
- 0.17447862029075623
2492
- ],
2493
- [
2494
- 0.16389796137809753,
2495
- 0.5497007369995117,
2496
- 0.379516065120697,
2497
- 0.20434579253196716,
2498
- 0.0713629350066185,
2499
- 0.17645731568336487
2500
- ],
2501
- [
2502
- 0.16568401455879211,
2503
- 0.5531285405158997,
2504
- 0.3819848895072937,
2505
- 0.205694779753685,
2506
- 0.07235772907733917,
2507
- 0.17848967015743256
2508
- ],
2509
- [
2510
- 0.16751021146774292,
2511
- 0.5566564798355103,
2512
- 0.38449999690055847,
2513
- 0.20705395936965942,
2514
- 0.07335598021745682,
2515
- 0.18056650459766388
2516
- ],
2517
- [
2518
- 0.16936945915222168,
2519
- 0.5602636337280273,
2520
- 0.38707467913627625,
2521
- 0.2084190547466278,
2522
- 0.07435543090105057,
2523
- 0.1826794445514679
2524
- ],
2525
- [
2526
- 0.1712576150894165,
2527
- 0.5639531016349792,
2528
- 0.3896796405315399,
2529
- 0.20978565514087677,
2530
- 0.07535311579704285,
2531
- 0.1848234385251999
2532
- ],
2533
- [
2534
- 0.17316752672195435,
2535
- 0.5676945447921753,
2536
- 0.39232245087623596,
2537
- 0.21114923059940338,
2538
- 0.07634550333023071,
2539
- 0.18699312210083008
2540
- ],
2541
- [
2542
- 0.17509521543979645,
2543
- 0.5714901685714722,
2544
- 0.3949940502643585,
2545
- 0.2125099152326584,
2546
- 0.07733182609081268,
2547
- 0.189181387424469
2548
- ],
2549
- [
2550
- 0.17703719437122345,
2551
- 0.5753116607666016,
2552
- 0.39773768186569214,
2553
- 0.2138626128435135,
2554
- 0.07830982655286789,
2555
- 0.19138552248477936
2556
- ],
2557
- [
2558
- 0.17898789048194885,
2559
- 0.5791762471199036,
2560
- 0.4004601836204529,
2561
- 0.21520619094371796,
2562
- 0.07927882671356201,
2563
- 0.1935998797416687
2564
- ],
2565
- [
2566
- 0.1809450089931488,
2567
- 0.5830692052841187,
2568
- 0.40319159626960754,
2569
- 0.21653808653354645,
2570
- 0.08023744076490402,
2571
- 0.19581985473632812
2572
- ],
2573
- [
2574
- 0.1829046607017517,
2575
- 0.5869708061218262,
2576
- 0.40594401955604553,
2577
- 0.21785536408424377,
2578
- 0.08118488639593124,
2579
- 0.1980426013469696
2580
- ],
2581
- [
2582
- 0.18486501276493073,
2583
- 0.5909055471420288,
2584
- 0.4086935222148895,
2585
- 0.21915648877620697,
2586
- 0.08212154358625412,
2587
- 0.2002648115158081
2588
- ],
2589
- [
2590
- 0.18682265281677246,
2591
- 0.5949994325637817,
2592
- 0.41148585081100464,
2593
- 0.22044047713279724,
2594
- 0.08304565399885178,
2595
- 0.20248180627822876
2596
- ],
2597
- [
2598
- 0.18877632915973663,
2599
- 0.5991201400756836,
2600
- 0.4142548441886902,
2601
- 0.22170715034008026,
2602
- 0.08395710587501526,
2603
- 0.20469345152378082
2604
- ],
2605
- [
2606
- 0.19072340428829193,
2607
- 0.6030997633934021,
2608
- 0.4170423746109009,
2609
- 0.22295531630516052,
2610
- 0.08485638350248337,
2611
- 0.2068973034620285
2612
- ],
2613
- [
2614
- 0.1926625370979309,
2615
- 0.6070594191551208,
2616
- 0.4198007881641388,
2617
- 0.22418415546417236,
2618
- 0.08574244379997253,
2619
- 0.20909127593040466
2620
- ],
2621
- [
2622
- 0.19458959996700287,
2623
- 0.6111615300178528,
2624
- 0.4225660264492035,
2625
- 0.22539091110229492,
2626
- 0.08661533147096634,
2627
- 0.2112717628479004
2628
- ],
2629
- [
2630
- 0.1965048462152481,
2631
- 0.6152557730674744,
2632
- 0.4253327250480652,
2633
- 0.22657610476016998,
2634
- 0.08747528493404388,
2635
- 0.21343645453453064
2636
- ],
2637
- [
2638
- 0.19840802252292633,
2639
- 0.6198038458824158,
2640
- 0.42816591262817383,
2641
- 0.22774089872837067,
2642
- 0.08832165598869324,
2643
- 0.2155836969614029
2644
- ],
2645
- [
2646
- 0.20029540359973907,
2647
- 0.6239833235740662,
2648
- 0.4309559464454651,
2649
- 0.22888469696044922,
2650
- 0.08915526419878006,
2651
- 0.21771225333213806
2652
- ],
2653
- [
2654
- 0.2021683305501938,
2655
- 0.627957284450531,
2656
- 0.4337092339992523,
2657
- 0.23000961542129517,
2658
- 0.08997483551502228,
2659
- 0.21982194483280182
2660
- ]
2661
- ]
2662
- },
2663
- "right_gripper": {
2664
- "global_max": [
2665
- [
2666
- 1.0
2667
- ]
2668
- ],
2669
- "global_min": [
2670
- [
2671
- 0.0
2672
- ]
2673
- ],
2674
- "global_mean": [
2675
- [
2676
- 0.062437981367111206
2677
- ]
2678
- ],
2679
- "global_std": [
2680
- [
2681
- 0.2380027174949646
2682
- ]
2683
- ],
2684
- "stepwise_max": [
2685
- [
2686
- 1.0
2687
- ],
2688
- [
2689
- 1.0
2690
- ],
2691
- [
2692
- 1.0
2693
- ],
2694
- [
2695
- 1.0
2696
- ],
2697
- [
2698
- 1.0
2699
- ],
2700
- [
2701
- 1.0
2702
- ],
2703
- [
2704
- 1.0
2705
- ],
2706
- [
2707
- 1.0
2708
- ],
2709
- [
2710
- 1.0
2711
- ],
2712
- [
2713
- 1.0
2714
- ],
2715
- [
2716
- 1.0
2717
- ],
2718
- [
2719
- 1.0
2720
- ],
2721
- [
2722
- 1.0
2723
- ],
2724
- [
2725
- 1.0
2726
- ],
2727
- [
2728
- 1.0
2729
- ],
2730
- [
2731
- 1.0
2732
- ],
2733
- [
2734
- 1.0
2735
- ],
2736
- [
2737
- 1.0
2738
- ],
2739
- [
2740
- 1.0
2741
- ],
2742
- [
2743
- 1.0
2744
- ],
2745
- [
2746
- 1.0
2747
- ],
2748
- [
2749
- 1.0
2750
- ],
2751
- [
2752
- 1.0
2753
- ],
2754
- [
2755
- 1.0
2756
- ],
2757
- [
2758
- 1.0
2759
- ],
2760
- [
2761
- 1.0
2762
- ],
2763
- [
2764
- 1.0
2765
- ],
2766
- [
2767
- 1.0
2768
- ],
2769
- [
2770
- 1.0
2771
- ],
2772
- [
2773
- 1.0
2774
- ],
2775
- [
2776
- 1.0
2777
- ],
2778
- [
2779
- 1.0
2780
- ]
2781
- ],
2782
- "stepwise_min": [
2783
- [
2784
- 0.0
2785
- ],
2786
- [
2787
- 0.0
2788
- ],
2789
- [
2790
- 0.0
2791
- ],
2792
- [
2793
- 0.0
2794
- ],
2795
- [
2796
- 0.0
2797
- ],
2798
- [
2799
- 0.0
2800
- ],
2801
- [
2802
- 0.0
2803
- ],
2804
- [
2805
- 0.0
2806
- ],
2807
- [
2808
- 0.0
2809
- ],
2810
- [
2811
- 0.0
2812
- ],
2813
- [
2814
- 0.0
2815
- ],
2816
- [
2817
- 0.0
2818
- ],
2819
- [
2820
- 0.0
2821
- ],
2822
- [
2823
- 0.0
2824
- ],
2825
- [
2826
- 0.0
2827
- ],
2828
- [
2829
- 0.0
2830
- ],
2831
- [
2832
- 0.0
2833
- ],
2834
- [
2835
- 0.0
2836
- ],
2837
- [
2838
- 0.0
2839
- ],
2840
- [
2841
- 0.0
2842
- ],
2843
- [
2844
- 0.0
2845
- ],
2846
- [
2847
- 0.0
2848
- ],
2849
- [
2850
- 0.0
2851
- ],
2852
- [
2853
- 0.0
2854
- ],
2855
- [
2856
- 0.0
2857
- ],
2858
- [
2859
- 0.0
2860
- ],
2861
- [
2862
- 0.0
2863
- ],
2864
- [
2865
- 0.0
2866
- ],
2867
- [
2868
- 0.0
2869
- ],
2870
- [
2871
- 0.0
2872
- ],
2873
- [
2874
- 0.0
2875
- ],
2876
- [
2877
- 0.0
2878
- ]
2879
- ],
2880
- "stepwise_mean": [
2881
- [
2882
- 0.062437981367111206
2883
- ],
2884
- [
2885
- 0.06239824742078781
2886
- ],
2887
- [
2888
- 0.06235749274492264
2889
- ],
2890
- [
2891
- 0.0623156763613224
2892
- ],
2893
- [
2894
- 0.06227266415953636
2895
- ],
2896
- [
2897
- 0.06222859397530556
2898
- ],
2899
- [
2900
- 0.06218421831727028
2901
- ],
2902
- [
2903
- 0.062139179557561874
2904
- ],
2905
- [
2906
- 0.06209322437644005
2907
- ],
2908
- [
2909
- 0.06204669177532196
2910
- ],
2911
- [
2912
- 0.061999499797821045
2913
- ],
2914
- [
2915
- 0.06195094436407089
2916
- ],
2917
- [
2918
- 0.061901211738586426
2919
- ],
2920
- [
2921
- 0.06185092404484749
2922
- ],
2923
- [
2924
- 0.06180015206336975
2925
- ],
2926
- [
2927
- 0.061748769134283066
2928
- ],
2929
- [
2930
- 0.06169651448726654
2931
- ],
2932
- [
2933
- 0.0616433210670948
2934
- ],
2935
- [
2936
- 0.06158915534615517
2937
- ],
2938
- [
2939
- 0.06153417378664017
2940
- ],
2941
- [
2942
- 0.06147753447294235
2943
- ],
2944
- [
2945
- 0.06141975149512291
2946
- ],
2947
- [
2948
- 0.06136101484298706
2949
- ],
2950
- [
2951
- 0.061301298439502716
2952
- ],
2953
- [
2954
- 0.061241086572408676
2955
- ],
2956
- [
2957
- 0.061179716140031815
2958
- ],
2959
- [
2960
- 0.061117541044950485
2961
- ],
2962
- [
2963
- 0.06105392053723335
2964
- ],
2965
- [
2966
- 0.060988593846559525
2967
- ],
2968
- [
2969
- 0.060921214520931244
2970
- ],
2971
- [
2972
- 0.06085265055298805
2973
- ],
2974
- [
2975
- 0.06078236922621727
2976
- ]
2977
- ],
2978
- "stepwise_std": [
2979
- [
2980
- 0.2380027174949646
2981
- ],
2982
- [
2983
- 0.23790889978408813
2984
- ],
2985
- [
2986
- 0.23783844709396362
2987
- ],
2988
- [
2989
- 0.23777224123477936
2990
- ],
2991
- [
2992
- 0.23769618570804596
2993
- ],
2994
- [
2995
- 0.23761790990829468
2996
- ],
2997
- [
2998
- 0.2375461906194687
2999
- ],
3000
- [
3001
- 0.2374706268310547
3002
- ],
3003
- [
3004
- 0.23735684156417847
3005
- ],
3006
- [
3007
- 0.2372768670320511
3008
- ],
3009
- [
3010
- 0.23719343543052673
3011
- ],
3012
- [
3013
- 0.2371082901954651
3014
- ],
3015
- [
3016
- 0.2370229810476303
3017
- ],
3018
- [
3019
- 0.23693455755710602
3020
- ],
3021
- [
3022
- 0.23684009909629822
3023
- ],
3024
- [
3025
- 0.23681969940662384
3026
- ],
3027
- [
3028
- 0.23689411580562592
3029
- ],
3030
- [
3031
- 0.23684866726398468
3032
- ],
3033
- [
3034
- 0.23675194382667542
3035
- ],
3036
- [
3037
- 0.23665376007556915
3038
- ],
3039
- [
3040
- 0.23655346035957336
3041
- ],
3042
- [
3043
- 0.23645202815532684
3044
- ],
3045
- [
3046
- 0.23634886741638184
3047
- ],
3048
- [
3049
- 0.23626071214675903
3050
- ],
3051
- [
3052
- 0.2361680418252945
3053
- ],
3054
- [
3055
- 0.2360377311706543
3056
- ],
3057
- [
3058
- 0.23593056201934814
3059
- ],
3060
- [
3061
- 0.2358085811138153
3062
- ],
3063
- [
3064
- 0.23569481074810028
3065
- ],
3066
- [
3067
- 0.2355712503194809
3068
- ],
3069
- [
3070
- 0.23546284437179565
3071
- ],
3072
- [
3073
- 0.23532383143901825
3074
- ]
3075
- ]
3076
- }
3077
- }
3078
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/checkpoints/step_124838_lite.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:174479b69f51c6ab418fe2c1cdf26d28dd508d68a2b12a23e9f39a563bd17d8f
3
- size 12957073720
 
 
 
 
G0Plus_3B_base-pick_and_place/checkpoints/step_214008_lite.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:289688cd79bf31eac04cab57fdc871c6e4c4d6a28960410bd119364cd28bc300
3
- size 12957073720
 
 
 
 
G0Plus_3B_base-pick_and_place/dataset_stats.json DELETED
@@ -1,3078 +0,0 @@
1
- {
2
- "state": {
3
- "left_arm": {
4
- "global_max": [
5
- 1.4610638618469238,
6
- 2.9634041786193848,
7
- 0.011717869900166988,
8
- 1.5236170291900635,
9
- 1.4272340536117554,
10
- 2.7451064586639404
11
- ],
12
- "global_min": [
13
- -1.5312765836715698,
14
- -0.006595744751393795,
15
- -2.0619149208068848,
16
- -1.5466008186340332,
17
- -1.5214893817901611,
18
- -2.7453250885009766
19
- ],
20
- "global_mean": [
21
- -0.15385475754737854,
22
- 1.0196179151535034,
23
- -0.6962228417396545,
24
- 0.1633579134941101,
25
- 0.02430018037557602,
26
- -0.03968285024166107
27
- ],
28
- "global_std": [
29
- 0.3172891139984131,
30
- 1.0238990783691406,
31
- 0.7324219346046448,
32
- 0.4185631573200226,
33
- 0.1703207641839981,
34
- 0.4027639627456665
35
- ]
36
- },
37
- "left_gripper": {
38
- "global_max": [
39
- [
40
- 99.9509048461914
41
- ]
42
- ],
43
- "global_min": [
44
- [
45
- -2.9897217750549316
46
- ]
47
- ],
48
- "global_mean": [
49
- [
50
- 20.016319274902344
51
- ]
52
- ],
53
- "global_std": [
54
- [
55
- 30.907089233398438
56
- ]
57
- ]
58
- },
59
- "right_arm": {
60
- "global_max": [
61
- 1.4829787015914917,
62
- 2.90510630607605,
63
- 0.03787234053015709,
64
- 1.522903561592102,
65
- 1.5057446956634521,
66
- 2.430000066757202
67
- ],
68
- "global_min": [
69
- -1.2771883010864258,
70
- -0.014680851250886917,
71
- -2.019148826599121,
72
- -1.5355170965194702,
73
- -1.4329787492752075,
74
- -2.7455317974090576
75
- ],
76
- "global_mean": [
77
- 0.0643104687333107,
78
- 0.5627414584159851,
79
- -0.38649144768714905,
80
- 0.09007605910301208,
81
- -0.015979398041963577,
82
- 0.03466107323765755
83
- ],
84
- "global_std": [
85
- 0.22052329778671265,
86
- 0.915774405002594,
87
- 0.6471983790397644,
88
- 0.3157067894935608,
89
- 0.11576754599809647,
90
- 0.27901899814605713
91
- ]
92
- },
93
- "right_gripper": {
94
- "global_max": [
95
- [
96
- 100.44113159179688
97
- ]
98
- ],
99
- "global_min": [
100
- [
101
- -1.9302018880844116
102
- ]
103
- ],
104
- "global_mean": [
105
- [
106
- 10.936921119689941
107
- ]
108
- ],
109
- "global_std": [
110
- [
111
- 23.83790397644043
112
- ]
113
- ]
114
- }
115
- },
116
- "action": {
117
- "left_arm": {
118
- "global_max": [
119
- 1.4726215600967407,
120
- 2.9651849269866943,
121
- 0.14879614114761353,
122
- 1.9251458644866943,
123
- 1.4358060359954834,
124
- 6.286253452301025
125
- ],
126
- "global_min": [
127
- -1.5355147123336792,
128
- -0.10737865418195724,
129
- -2.0540003776550293,
130
- -1.761009931564331,
131
- -1.5309128761291504,
132
- -3.0464859008789062
133
- ],
134
- "global_mean": [
135
- -0.1342962086200714,
136
- 0.8680647015571594,
137
- -0.5979458093643188,
138
- 0.1415415108203888,
139
- 0.02244705706834793,
140
- -0.04092579334974289
141
- ],
142
- "global_std": [
143
- 0.3040643036365509,
144
- 1.011231541633606,
145
- 0.7208603024482727,
146
- 0.3897697925567627,
147
- 0.16639848053455353,
148
- 0.3818989098072052
149
- ],
150
- "stepwise_max": [
151
- [
152
- 1.7925541400909424,
153
- 2.797664165496826,
154
- 2.053908586502075,
155
- 3.033994436264038,
156
- 1.789583444595337,
157
- 6.240562438964844
158
- ],
159
- [
160
- 1.788862705230713,
161
- 2.7922706604003906,
162
- 2.0554425716400146,
163
- 3.0337042808532715,
164
- 1.798787236213684,
165
- 6.277924060821533
166
- ],
167
- [
168
- 1.7965326309204102,
169
- 2.7922706604003906,
170
- 2.063112497329712,
171
- 3.033994436264038,
172
- 1.802800178527832,
173
- 6.282636642456055
174
- ],
175
- [
176
- 1.8025867938995361,
177
- 2.7922706604003906,
178
- 2.066180467605591,
179
- 3.033568859100342,
180
- 1.8028004169464111,
181
- 6.283061981201172
182
- ],
183
- [
184
- 1.8064146041870117,
185
- 2.7922706604003906,
186
- 2.063112497329712,
187
- 3.0341668128967285,
188
- 1.8043344020843506,
189
- 6.283061981201172
190
- ],
191
- [
192
- 1.809858798980713,
193
- 2.792651414871216,
194
- 2.0554425716400146,
195
- 3.033568859100342,
196
- 1.80586838722229,
197
- 6.283061981201172
198
- ],
199
- [
200
- 1.8218353986740112,
201
- 2.792651414871216,
202
- 2.0523746013641357,
203
- 3.033994436264038,
204
- 1.80586838722229,
205
- 6.283061981201172
206
- ],
207
- [
208
- 1.8576703071594238,
209
- 2.792651414871216,
210
- 2.0516128540039062,
211
- 3.033568859100342,
212
- 1.80586838722229,
213
- 6.283061981201172
214
- ],
215
- [
216
- 1.8935874700546265,
217
- 2.792651414871216,
218
- 2.0516128540039062,
219
- 3.033568859100342,
220
- 1.808365821838379,
221
- 6.283061981201172
222
- ],
223
- [
224
- 1.9272830486297607,
225
- 2.792651414871216,
226
- 2.0516128540039062,
227
- 3.033568859100342,
228
- 1.8252395391464233,
229
- 6.283061981201172
230
- ],
231
- [
232
- 1.9523556232452393,
233
- 2.792651414871216,
234
- 2.0516128540039062,
235
- 3.0335373878479004,
236
- 1.8390452861785889,
237
- 6.283061981201172
238
- ],
239
- [
240
- 1.9840823411941528,
241
- 2.798743724822998,
242
- 2.0516128540039062,
243
- 3.033568859100342,
244
- 1.8502728939056396,
245
- 6.283061981201172
246
- ],
247
- [
248
- 2.0116662979125977,
249
- 2.812549591064453,
250
- 2.0516128540039062,
251
- 3.0337533950805664,
252
- 1.8594766855239868,
253
- 6.283061981201172
254
- ],
255
- [
256
- 2.036738872528076,
257
- 2.826355218887329,
258
- 2.0516128540039062,
259
- 3.033568859100342,
260
- 1.8613108396530151,
261
- 6.283061981201172
262
- ],
263
- [
264
- 2.059515953063965,
265
- 2.8340139389038086,
266
- 2.0516128540039062,
267
- 3.033568859100342,
268
- 1.86194908618927,
269
- 6.283061981201172
270
- ],
271
- [
272
- 2.079690456390381,
273
- 2.840161085128784,
274
- 2.0516128540039062,
275
- 3.0331435203552246,
276
- 1.8653138875961304,
277
- 6.283061981201172
278
- ],
279
- [
280
- 2.1026999950408936,
281
- 2.844806671142578,
282
- 2.0516128540039062,
283
- 3.0331435203552246,
284
- 1.8987308740615845,
285
- 6.283061981201172
286
- ],
287
- [
288
- 2.1254770755767822,
289
- 2.8463406562805176,
290
- 2.0516128540039062,
291
- 3.0331435203552246,
292
- 1.9374109506607056,
293
- 6.283061981201172
294
- ],
295
- [
296
- 2.1408205032348633,
297
- 2.850942611694336,
298
- 2.0516128540039062,
299
- 3.033571720123291,
300
- 1.9861677885055542,
301
- 6.283061981201172
302
- ],
303
- [
304
- 2.1576907634735107,
305
- 2.8555009365081787,
306
- 2.0516128540039062,
307
- 3.033994436264038,
308
- 2.024847984313965,
309
- 6.283061981201172
310
- ],
311
- [
312
- 2.1730339527130127,
313
- 2.8601465225219727,
314
- 2.0516128540039062,
315
- 3.033994436264038,
316
- 2.0456502437591553,
317
- 6.283061981201172
318
- ],
319
- [
320
- 2.185305595397949,
321
- 2.8647048473358154,
322
- 2.0516128540039062,
323
- 3.033994436264038,
324
- 2.0655765533447266,
325
- 6.283061981201172
326
- ],
327
- [
328
- 2.195197582244873,
329
- 2.8693504333496094,
330
- 2.0516128540039062,
331
- 3.033994436264038,
332
- 2.078082323074341,
333
- 6.283061981201172
334
- ],
335
- [
336
- 2.2034077644348145,
337
- 2.8724184036254883,
338
- 2.0516128540039062,
339
- 3.033994436264038,
340
- 2.088820219039917,
341
- 6.283061981201172
342
- ],
343
- [
344
- 2.2081093788146973,
345
- 2.8739523887634277,
346
- 2.0516128540039062,
347
- 3.033568859100342,
348
- 2.099534511566162,
349
- 6.283061981201172
350
- ],
351
- [
352
- 2.211174726486206,
353
- 2.875486373901367,
354
- 2.0516128540039062,
355
- 3.033568859100342,
356
- 2.104701519012451,
357
- 6.283061981201172
358
- ],
359
- [
360
- 2.2138748168945312,
361
- 2.878554344177246,
362
- 2.0516128540039062,
363
- 3.033568859100342,
364
- 2.1081058979034424,
365
- 6.283061981201172
366
- ],
367
- [
368
- 2.21578049659729,
369
- 2.8800883293151855,
370
- 2.0516128540039062,
371
- 3.033568859100342,
372
- 2.111590623855591,
373
- 6.283061981201172
374
- ],
375
- [
376
- 2.2173147201538086,
377
- 2.881622314453125,
378
- 2.0516128540039062,
379
- 3.033860921859741,
380
- 2.1142759323120117,
381
- 6.283061981201172
382
- ],
383
- [
384
- 2.2179412841796875,
385
- 2.881622314453125,
386
- 2.0516128540039062,
387
- 3.033994436264038,
388
- 2.11928129196167,
389
- 6.283061981201172
390
- ],
391
- [
392
- 2.2179412841796875,
393
- 2.881622314453125,
394
- 2.0516128540039062,
395
- 3.033994436264038,
396
- 2.133087158203125,
397
- 6.282636642456055
398
- ],
399
- [
400
- 2.2179412841796875,
401
- 2.881622314453125,
402
- 2.0516128540039062,
403
- 3.0335898399353027,
404
- 2.1411819458007812,
405
- 6.28030252456665
406
- ]
407
- ],
408
- "stepwise_min": [
409
- [
410
- -1.8391509056091309,
411
- -2.8942999839782715,
412
- -2.047438859939575,
413
- -2.724001407623291,
414
- -1.8229106664657593,
415
- -3.17160701751709
416
- ],
417
- [
418
- -1.8464272022247314,
419
- -2.8942999839782715,
420
- -2.0478644371032715,
421
- -2.724001407623291,
422
- -1.8229106664657593,
423
- -3.17160701751709
424
- ],
425
- [
426
- -1.8529047966003418,
427
- -2.8942999839782715,
428
- -2.046330451965332,
429
- -2.724001407623291,
430
- -1.8229106664657593,
431
- -3.1746602058410645
432
- ],
433
- [
434
- -1.8639740943908691,
435
- -2.8942999839782715,
436
- -2.046330451965332,
437
- -2.724001407623291,
438
- -1.8229106664657593,
439
- -3.176194190979004
440
- ],
441
- [
442
- -1.8778817653656006,
443
- -2.8942999839782715,
444
- -2.0444154739379883,
445
- -2.7224674224853516,
446
- -1.8229106664657593,
447
- -3.1777281761169434
448
- ],
449
- [
450
- -1.8952226638793945,
451
- -2.8942999839782715,
452
- -2.043564558029175,
453
- -2.7224674224853516,
454
- -1.8229106664657593,
455
- -3.178940534591675
456
- ],
457
- [
458
- -1.9131858348846436,
459
- -2.8942999839782715,
460
- -2.0410661697387695,
461
- -2.7224674224853516,
462
- -1.8229106664657593,
463
- -3.178940534591675
464
- ],
465
- [
466
- -1.9299687147140503,
467
- -2.8942999839782715,
468
- -2.036182165145874,
469
- -2.7224674224853516,
470
- -1.8229106664657593,
471
- -3.1796398162841797
472
- ],
473
- [
474
- -1.9517409801483154,
475
- -2.8942999839782715,
476
- -2.0309906005859375,
477
- -2.7224674224853516,
478
- -1.8229106664657593,
479
- -3.1804745197296143
480
- ],
481
- [
482
- -1.9732165336608887,
483
- -2.9021732807159424,
484
- -2.0309906005859375,
485
- -2.7224674224853516,
486
- -1.8229106664657593,
487
- -3.1812405586242676
488
- ],
489
- [
490
- -1.993611216545105,
491
- -2.9192769527435303,
492
- -2.0309906005859375,
493
- -2.7224674224853516,
494
- -1.8229106664657593,
495
- -3.1819193363189697
496
- ],
497
- [
498
- -2.0127720832824707,
499
- -2.931075096130371,
500
- -2.0309906005859375,
501
- -2.7203075885772705,
502
- -1.8229106664657593,
503
- -3.182344913482666
504
- ],
505
- [
506
- -2.028925657272339,
507
- -2.9418129920959473,
508
- -2.0309906005859375,
509
- -2.7163314819335938,
510
- -1.8229106664657593,
511
- -3.182774543762207
512
- ],
513
- [
514
- -2.0399162769317627,
515
- -2.9501147270202637,
516
- -2.0309906005859375,
517
- -2.7147974967956543,
518
- -1.8229106664657593,
519
- -3.183453321456909
520
- ],
521
- [
522
- -2.0491201877593994,
523
- -2.9547080993652344,
524
- -2.0309906005859375,
525
- -2.7147974967956543,
526
- -1.8229106664657593,
527
- -3.1838788986206055
528
- ],
529
- [
530
- -2.058104991912842,
531
- -2.958379030227661,
532
- -2.0309906005859375,
533
- -2.713263511657715,
534
- -1.8229106664657593,
535
- -3.1838788986206055
536
- ],
537
- [
538
- -2.063399076461792,
539
- -2.9609813690185547,
540
- -2.0309906005859375,
541
- -2.713263511657715,
542
- -1.8229106664657593,
543
- -3.1838788986206055
544
- ],
545
- [
546
- -2.066467046737671,
547
- -2.9618701934814453,
548
- -2.0309906005859375,
549
- -2.7150826454162598,
550
- -1.8229106664657593,
551
- -3.1838788986206055
552
- ],
553
- [
554
- -2.0710690021514893,
555
- -2.9618701934814453,
556
- -2.0309906005859375,
557
- -2.717433214187622,
558
- -1.8229106664657593,
559
- -3.1838788986206055
560
- ],
561
- [
562
- -2.0721328258514404,
563
- -2.9618701934814453,
564
- -2.0309906005859375,
565
- -2.720691204071045,
566
- -1.8229106664657593,
567
- -3.1838788986206055
568
- ],
569
- [
570
- -2.0725584030151367,
571
- -2.9618701934814453,
572
- -2.0309906005859375,
573
- -2.7223167419433594,
574
- -1.8220634460449219,
575
- -3.182344913482666
576
- ],
577
- [
578
- -2.072983741760254,
579
- -2.9618701934814453,
580
- -2.0309906005859375,
581
- -2.7233738899230957,
582
- -1.8213766813278198,
583
- -3.1808109283447266
584
- ],
585
- [
586
- -2.073622226715088,
587
- -2.9618701934814453,
588
- -2.0309906005859375,
589
- -2.7233805656433105,
590
- -1.8213766813278198,
591
- -3.1808109283447266
592
- ],
593
- [
594
- -2.0771548748016357,
595
- -2.9618701934814453,
596
- -2.0309906005859375,
597
- -2.7238059043884277,
598
- -1.8213766813278198,
599
- -3.1808109283447266
600
- ],
601
- [
602
- -2.0841827392578125,
603
- -2.9618701934814453,
604
- -2.0309906005859375,
605
- -2.7238059043884277,
606
- -1.8213766813278198,
607
- -3.179276943206787
608
- ],
609
- [
610
- -2.0938186645507812,
611
- -2.9618701934814453,
612
- -2.0309906005859375,
613
- -2.7238059043884277,
614
- -1.8213766813278198,
615
- -3.1777429580688477
616
- ],
617
- [
618
- -2.104407787322998,
619
- -2.9618701934814453,
620
- -2.030820608139038,
621
- -2.7238059043884277,
622
- -1.8213766813278198,
623
- -3.175827980041504
624
- ],
625
- [
626
- -2.115180730819702,
627
- -2.9618701934814453,
628
- -2.030820608139038,
629
- -2.7238059043884277,
630
- -1.8205294609069824,
631
- -3.172760009765625
632
- ],
633
- [
634
- -2.1275720596313477,
635
- -2.9618701934814453,
636
- -2.030820608139038,
637
- -2.7238059043884277,
638
- -1.8198426961898804,
639
- -3.17160701751709
640
- ],
641
- [
642
- -2.1409945487976074,
643
- -2.9618701934814453,
644
- -2.029456615447998,
645
- -2.7238059043884277,
646
- -1.818995475769043,
647
- -3.17160701751709
648
- ],
649
- [
650
- -2.1558804512023926,
651
- -2.9618701934814453,
652
- -2.029456615447998,
653
- -2.7238059043884277,
654
- -1.8175022602081299,
655
- -3.1700730323791504
656
- ],
657
- [
658
- -2.1678872108459473,
659
- -2.9618701934814453,
660
- -2.030565023422241,
661
- -2.7238059043884277,
662
- -1.8159682750701904,
663
- -3.1700730323791504
664
- ]
665
- ],
666
- "stepwise_mean": [
667
- [
668
- 0.019551724195480347,
669
- -0.15189412236213684,
670
- 0.0982222929596901,
671
- -0.02179938554763794,
672
- -0.0018463829765096307,
673
- -0.001245663850568235
674
- ],
675
- [
676
- 0.0196340624243021,
677
- -0.15268047153949738,
678
- 0.09876574575901031,
679
- -0.021981747820973396,
680
- -0.0018424473237246275,
681
- -0.0012921123998239636
682
- ],
683
- [
684
- 0.0197162926197052,
685
- -0.15348832309246063,
686
- 0.0993208959698677,
687
- -0.022168045863509178,
688
- -0.0018381666159257293,
689
- -0.001338854432106018
690
- ],
691
- [
692
- 0.019798116758465767,
693
- -0.15430544316768646,
694
- 0.09988313913345337,
695
- -0.02235935442149639,
696
- -0.0018335479544475675,
697
- -0.0013861117186024785
698
- ],
699
- [
700
- 0.01988033577799797,
701
- -0.1551428735256195,
702
- 0.10046052187681198,
703
- -0.02255706675350666,
704
- -0.0018281657248735428,
705
- -0.0014338186010718346
706
- ],
707
- [
708
- 0.019962910562753677,
709
- -0.15599773824214935,
710
- 0.10105486214160919,
711
- -0.022761145606637,
712
- -0.0018215063028037548,
713
- -0.0014820971991866827
714
- ],
715
- [
716
- 0.020045913755893707,
717
- -0.1568722277879715,
718
- 0.10166869312524796,
719
- -0.022973040118813515,
720
- -0.001813007635064423,
721
- -0.0015308685833588243
722
- ],
723
- [
724
- 0.020129036158323288,
725
- -0.1577702760696411,
726
- 0.10230490565299988,
727
- -0.0231929998844862,
728
- -0.0018023417796939611,
729
- -0.0015801753615960479
730
- ],
731
- [
732
- 0.020213019102811813,
733
- -0.15870091319084167,
734
- 0.10296393930912018,
735
- -0.023421304300427437,
736
- -0.001789107802323997,
737
- -0.0016294349916279316
738
- ],
739
- [
740
- 0.020297661423683167,
741
- -0.15965543687343597,
742
- 0.10364992916584015,
743
- -0.023655828088521957,
744
- -0.001773215364664793,
745
- -0.0016788727371022105
746
- ],
747
- [
748
- 0.020383493974804878,
749
- -0.16065183281898499,
750
- 0.1043621376156807,
751
- -0.023897292092442513,
752
- -0.001754673314280808,
753
- -0.0017280486645177007
754
- ],
755
- [
756
- 0.020470233634114265,
757
- -0.16168424487113953,
758
- 0.10510274767875671,
759
- -0.024144098162651062,
760
- -0.0017334222793579102,
761
- -0.0017770417034626007
762
- ],
763
- [
764
- 0.020558269694447517,
765
- -0.16275633871555328,
766
- 0.105872243642807,
767
- -0.02439647912979126,
768
- -0.0017096572555601597,
769
- -0.0018255600007250905
770
- ],
771
- [
772
- 0.0206471998244524,
773
- -0.16387252509593964,
774
- 0.10667213797569275,
775
- -0.02465432696044445,
776
- -0.0016832681139931083,
777
- -0.0018738035578280687
778
- ],
779
- [
780
- 0.020737573504447937,
781
- -0.16503818333148956,
782
- 0.10750712454319,
783
- -0.02491818554699421,
784
- -0.0016543028177693486,
785
- -0.0019214317435398698
786
- ],
787
- [
788
- 0.020829007029533386,
789
- -0.16625167429447174,
790
- 0.1083788052201271,
791
- -0.02518725022673607,
792
- -0.001622870797291398,
793
- -0.001968652242794633
794
- ],
795
- [
796
- 0.020921828225255013,
797
- -0.1675221025943756,
798
- 0.10928186029195786,
799
- -0.025462083518505096,
800
- -0.0015890084905549884,
801
- -0.0020151736680418253
802
- ],
803
- [
804
- 0.021015651524066925,
805
- -0.1688448041677475,
806
- 0.1102205440402031,
807
- -0.025743307545781136,
808
- -0.0015531027456745505,
809
- -0.002060712082311511
810
- ],
811
- [
812
- 0.021110806614160538,
813
- -0.1702185422182083,
814
- 0.1111978068947792,
815
- -0.026031536981463432,
816
- -0.0015152010601013899,
817
- -0.0021054702810943127
818
- ],
819
- [
820
- 0.021207062527537346,
821
- -0.17165611684322357,
822
- 0.11221727728843689,
823
- -0.026326477527618408,
824
- -0.001475500874221325,
825
- -0.0021493351086974144
826
- ],
827
- [
828
- 0.021304327994585037,
829
- -0.1731519103050232,
830
- 0.11327411234378815,
831
- -0.02662835456430912,
832
- -0.0014340407215058804,
833
- -0.0021920474246144295
834
- ],
835
- [
836
- 0.021402522921562195,
837
- -0.17470534145832062,
838
- 0.11437028646469116,
839
- -0.026936832815408707,
840
- -0.0013907223474234343,
841
- -0.0022336451802402735
842
- ],
843
- [
844
- 0.02150142192840576,
845
- -0.17632295191287994,
846
- 0.11550461500883102,
847
- -0.027252672240138054,
848
- -0.001345790340565145,
849
- -0.0022736352402716875
850
- ],
851
- [
852
- 0.02160179428756237,
853
- -0.1780027151107788,
854
- 0.11667872220277786,
855
- -0.027575546875596046,
856
- -0.0012993632117286325,
857
- -0.002312407363206148
858
- ],
859
- [
860
- 0.021702514961361885,
861
- -0.17974376678466797,
862
- 0.11789112538099289,
863
- -0.02790505811572075,
864
- -0.0012516158167272806,
865
- -0.0023497063666582108
866
- ],
867
- [
868
- 0.021804437041282654,
869
- -0.18154294788837433,
870
- 0.11914008855819702,
871
- -0.028241390362381935,
872
- -0.0012027223128825426,
873
- -0.002385665662586689
874
- ],
875
- [
876
- 0.02190680429339409,
877
- -0.18340742588043213,
878
- 0.12043370306491852,
879
- -0.02858411706984043,
880
- -0.001152767683379352,
881
- -0.0024202954955399036
882
- ],
883
- [
884
- 0.022009361535310745,
885
- -0.18532879650592804,
886
- 0.12176159024238586,
887
- -0.02893367037177086,
888
- -0.0011017773067578673,
889
- -0.002453212160617113
890
- ],
891
- [
892
- 0.02211242914199829,
893
- -0.1873132586479187,
894
- 0.12312254309654236,
895
- -0.029290029779076576,
896
- -0.0010497721377760172,
897
- -0.002484675496816635
898
- ],
899
- [
900
- 0.0222160741686821,
901
- -0.18935690820217133,
902
- 0.12452279776334763,
903
- -0.029653262346982956,
904
- -0.0009968961821869016,
905
- -0.0025148845743387938
906
- ],
907
- [
908
- 0.022319847717881203,
909
- -0.19146421551704407,
910
- 0.12595634162425995,
911
- -0.030022747814655304,
912
- -0.0009432188817299902,
913
- -0.002543775364756584
914
- ],
915
- [
916
- 0.022424325346946716,
917
- -0.19362393021583557,
918
- 0.12742073833942413,
919
- -0.03039887361228466,
920
- -0.0008888324955478311,
921
- -0.0025715981610119343
922
- ]
923
- ],
924
- "stepwise_std": [
925
- [
926
- 0.21245421469211578,
927
- 0.65749591588974,
928
- 0.4604097008705139,
929
- 0.25488990545272827,
930
- 0.08543243259191513,
931
- 0.2374650239944458
932
- ],
933
- [
934
- 0.21388287842273712,
935
- 0.6598015427589417,
936
- 0.46206042170524597,
937
- 0.25609660148620605,
938
- 0.08675644546747208,
939
- 0.2386559695005417
940
- ],
941
- [
942
- 0.21556563675403595,
943
- 0.6624127626419067,
944
- 0.4638347327709198,
945
- 0.25752803683280945,
946
- 0.08828763663768768,
947
- 0.24007754027843475
948
- ],
949
- [
950
- 0.21746830642223358,
951
- 0.6653528213500977,
952
- 0.4658043086528778,
953
- 0.2591414749622345,
954
- 0.08997765183448792,
955
- 0.24170829355716705
956
- ],
957
- [
958
- 0.2195712774991989,
959
- 0.6686862707138062,
960
- 0.4680061340332031,
961
- 0.2608987092971802,
962
- 0.09179292619228363,
963
- 0.24352920055389404
964
- ],
965
- [
966
- 0.22185231745243073,
967
- 0.672333300113678,
968
- 0.4704645872116089,
969
- 0.26277902722358704,
970
- 0.0937039852142334,
971
- 0.24552208185195923
972
- ],
973
- [
974
- 0.22428618371486664,
975
- 0.6762640476226807,
976
- 0.4730895161628723,
977
- 0.26475971937179565,
978
- 0.09568437933921814,
979
- 0.24767369031906128
980
- ],
981
- [
982
- 0.22685402631759644,
983
- 0.6804194450378418,
984
- 0.47589361667633057,
985
- 0.26682424545288086,
986
- 0.09771370142698288,
987
- 0.24996636807918549
988
- ],
989
- [
990
- 0.2295384258031845,
991
- 0.6848429441452026,
992
- 0.4788643717765808,
993
- 0.2689584791660309,
994
- 0.099776491522789,
995
- 0.2523849308490753
996
- ],
997
- [
998
- 0.23232120275497437,
999
- 0.6893506646156311,
1000
- 0.48199447989463806,
1001
- 0.27114808559417725,
1002
- 0.10185399651527405,
1003
- 0.25491639971733093
1004
- ],
1005
- [
1006
- 0.23518258333206177,
1007
- 0.6940944194793701,
1008
- 0.4852769374847412,
1009
- 0.2733818292617798,
1010
- 0.10393735021352768,
1011
- 0.2575467824935913
1012
- ],
1013
- [
1014
- 0.23811392486095428,
1015
- 0.6989525556564331,
1016
- 0.4886784851551056,
1017
- 0.2756529748439789,
1018
- 0.10601495206356049,
1019
- 0.26026520133018494
1020
- ],
1021
- [
1022
- 0.2410997599363327,
1023
- 0.7039766311645508,
1024
- 0.4922291040420532,
1025
- 0.2779398560523987,
1026
- 0.10807888954877853,
1027
- 0.26306286454200745
1028
- ],
1029
- [
1030
- 0.24412351846694946,
1031
- 0.709116518497467,
1032
- 0.49584659934043884,
1033
- 0.2802463471889496,
1034
- 0.11012443155050278,
1035
- 0.26592913269996643
1036
- ],
1037
- [
1038
- 0.24718044698238373,
1039
- 0.7143929600715637,
1040
- 0.49955010414123535,
1041
- 0.2825590968132019,
1042
- 0.1121487095952034,
1043
- 0.26885008811950684
1044
- ],
1045
- [
1046
- 0.25026261806488037,
1047
- 0.7197957038879395,
1048
- 0.5033312439918518,
1049
- 0.284868985414505,
1050
- 0.1141466572880745,
1051
- 0.2718157172203064
1052
- ],
1053
- [
1054
- 0.2533583343029022,
1055
- 0.7256216406822205,
1056
- 0.507290780544281,
1057
- 0.2871703505516052,
1058
- 0.11611684411764145,
1059
- 0.2748223543167114
1060
- ],
1061
- [
1062
- 0.2564627230167389,
1063
- 0.7314958572387695,
1064
- 0.5112141370773315,
1065
- 0.28945785760879517,
1066
- 0.11805593222379684,
1067
- 0.27785685658454895
1068
- ],
1069
- [
1070
- 0.2595703899860382,
1071
- 0.7372317910194397,
1072
- 0.5152844190597534,
1073
- 0.29172301292419434,
1074
- 0.11996062844991684,
1075
- 0.2809157371520996
1076
- ],
1077
- [
1078
- 0.2626743018627167,
1079
- 0.7429200410842896,
1080
- 0.5193659663200378,
1081
- 0.29395946860313416,
1082
- 0.1218319982290268,
1083
- 0.283993661403656
1084
- ],
1085
- [
1086
- 0.26577192544937134,
1087
- 0.7486506700515747,
1088
- 0.5234155654907227,
1089
- 0.2961658239364624,
1090
- 0.12366820871829987,
1091
- 0.28708457946777344
1092
- ],
1093
- [
1094
- 0.2688576877117157,
1095
- 0.754421591758728,
1096
- 0.527442991733551,
1097
- 0.2983410954475403,
1098
- 0.12546943128108978,
1099
- 0.29018211364746094
1100
- ],
1101
- [
1102
- 0.27193236351013184,
1103
- 0.7602024078369141,
1104
- 0.5314684510231018,
1105
- 0.3004783093929291,
1106
- 0.12723568081855774,
1107
- 0.2932753264904022
1108
- ],
1109
- [
1110
- 0.27498897910118103,
1111
- 0.7660139203071594,
1112
- 0.5354956984519958,
1113
- 0.3025786280632019,
1114
- 0.12896551191806793,
1115
- 0.29636475443840027
1116
- ],
1117
- [
1118
- 0.27802547812461853,
1119
- 0.771797239780426,
1120
- 0.5395316481590271,
1121
- 0.30463284254074097,
1122
- 0.13066063821315765,
1123
- 0.2994452714920044
1124
- ],
1125
- [
1126
- 0.28104376792907715,
1127
- 0.7775866389274597,
1128
- 0.5435577630996704,
1129
- 0.30664345622062683,
1130
- 0.13232028484344482,
1131
- 0.30251115560531616
1132
- ],
1133
- [
1134
- 0.284036248922348,
1135
- 0.7834004759788513,
1136
- 0.5478748083114624,
1137
- 0.3086085617542267,
1138
- 0.1339460015296936,
1139
- 0.30556389689445496
1140
- ],
1141
- [
1142
- 0.2870016396045685,
1143
- 0.7891998887062073,
1144
- 0.5519785284996033,
1145
- 0.31053072214126587,
1146
- 0.13553474843502045,
1147
- 0.3085978329181671
1148
- ],
1149
- [
1150
- 0.28994038701057434,
1151
- 0.7949913740158081,
1152
- 0.5559530258178711,
1153
- 0.31240811944007874,
1154
- 0.13709190487861633,
1155
- 0.3116086721420288
1156
- ],
1157
- [
1158
- 0.2928553521633148,
1159
- 0.8007459044456482,
1160
- 0.5598917007446289,
1161
- 0.3142349123954773,
1162
- 0.13861437141895294,
1163
- 0.31459036469459534
1164
- ],
1165
- [
1166
- 0.2957407236099243,
1167
- 0.8072694540023804,
1168
- 0.5638424754142761,
1169
- 0.31602880358695984,
1170
- 0.14010459184646606,
1171
- 0.31754639744758606
1172
- ],
1173
- [
1174
- 0.29859355092048645,
1175
- 0.8139033913612366,
1176
- 0.5677211284637451,
1177
- 0.3177647292613983,
1178
- 0.14156217873096466,
1179
- 0.3204750418663025
1180
- ]
1181
- ]
1182
- },
1183
- "left_gripper": {
1184
- "global_max": [
1185
- [
1186
- 1.0
1187
- ]
1188
- ],
1189
- "global_min": [
1190
- [
1191
- 0.0
1192
- ]
1193
- ],
1194
- "global_mean": [
1195
- [
1196
- 0.12467392534017563
1197
- ]
1198
- ],
1199
- "global_std": [
1200
- [
1201
- 0.3309972286224365
1202
- ]
1203
- ],
1204
- "stepwise_max": [
1205
- [
1206
- 1.0
1207
- ],
1208
- [
1209
- 1.0
1210
- ],
1211
- [
1212
- 1.0
1213
- ],
1214
- [
1215
- 1.0
1216
- ],
1217
- [
1218
- 1.0
1219
- ],
1220
- [
1221
- 1.0
1222
- ],
1223
- [
1224
- 1.0
1225
- ],
1226
- [
1227
- 1.0
1228
- ],
1229
- [
1230
- 1.0
1231
- ],
1232
- [
1233
- 1.0
1234
- ],
1235
- [
1236
- 1.0
1237
- ],
1238
- [
1239
- 1.0
1240
- ],
1241
- [
1242
- 1.0
1243
- ],
1244
- [
1245
- 1.0
1246
- ],
1247
- [
1248
- 1.0
1249
- ],
1250
- [
1251
- 1.0
1252
- ],
1253
- [
1254
- 1.0
1255
- ],
1256
- [
1257
- 1.0
1258
- ],
1259
- [
1260
- 1.0
1261
- ],
1262
- [
1263
- 1.0
1264
- ],
1265
- [
1266
- 1.0
1267
- ],
1268
- [
1269
- 1.0
1270
- ],
1271
- [
1272
- 1.0
1273
- ],
1274
- [
1275
- 1.0
1276
- ],
1277
- [
1278
- 1.0
1279
- ],
1280
- [
1281
- 1.0
1282
- ],
1283
- [
1284
- 1.0
1285
- ],
1286
- [
1287
- 1.0
1288
- ],
1289
- [
1290
- 1.0
1291
- ],
1292
- [
1293
- 1.0
1294
- ],
1295
- [
1296
- 1.0
1297
- ],
1298
- [
1299
- 1.0
1300
- ]
1301
- ],
1302
- "stepwise_min": [
1303
- [
1304
- 0.0
1305
- ],
1306
- [
1307
- 0.0
1308
- ],
1309
- [
1310
- 0.0
1311
- ],
1312
- [
1313
- 0.0
1314
- ],
1315
- [
1316
- 0.0
1317
- ],
1318
- [
1319
- 0.0
1320
- ],
1321
- [
1322
- 0.0
1323
- ],
1324
- [
1325
- 0.0
1326
- ],
1327
- [
1328
- 0.0
1329
- ],
1330
- [
1331
- 0.0
1332
- ],
1333
- [
1334
- 0.0
1335
- ],
1336
- [
1337
- 0.0
1338
- ],
1339
- [
1340
- 0.0
1341
- ],
1342
- [
1343
- 0.0
1344
- ],
1345
- [
1346
- 0.0
1347
- ],
1348
- [
1349
- 0.0
1350
- ],
1351
- [
1352
- 0.0
1353
- ],
1354
- [
1355
- 0.0
1356
- ],
1357
- [
1358
- 0.0
1359
- ],
1360
- [
1361
- 0.0
1362
- ],
1363
- [
1364
- 0.0
1365
- ],
1366
- [
1367
- 0.0
1368
- ],
1369
- [
1370
- 0.0
1371
- ],
1372
- [
1373
- 0.0
1374
- ],
1375
- [
1376
- 0.0
1377
- ],
1378
- [
1379
- 0.0
1380
- ],
1381
- [
1382
- 0.0
1383
- ],
1384
- [
1385
- 0.0
1386
- ],
1387
- [
1388
- 0.0
1389
- ],
1390
- [
1391
- 0.0
1392
- ],
1393
- [
1394
- 0.0
1395
- ],
1396
- [
1397
- 0.0
1398
- ]
1399
- ],
1400
- "stepwise_mean": [
1401
- [
1402
- 0.12467392534017563
1403
- ],
1404
- [
1405
- 0.12462009489536285
1406
- ],
1407
- [
1408
- 0.12456527352333069
1409
- ],
1410
- [
1411
- 0.12450990080833435
1412
- ],
1413
- [
1414
- 0.1244538277387619
1415
- ],
1416
- [
1417
- 0.12439627945423126
1418
- ],
1419
- [
1420
- 0.12433777749538422
1421
- ],
1422
- [
1423
- 0.12427685409784317
1424
- ],
1425
- [
1426
- 0.12421312183141708
1427
- ],
1428
- [
1429
- 0.12414571642875671
1430
- ],
1431
- [
1432
- 0.12407335638999939
1433
- ],
1434
- [
1435
- 0.12399508059024811
1436
- ],
1437
- [
1438
- 0.12391027063131332
1439
- ],
1440
- [
1441
- 0.12381862103939056
1442
- ],
1443
- [
1444
- 0.12371843308210373
1445
- ],
1446
- [
1447
- 0.12360936403274536
1448
- ],
1449
- [
1450
- 0.12349151074886322
1451
- ],
1452
- [
1453
- 0.12336412072181702
1454
- ],
1455
- [
1456
- 0.12322710454463959
1457
- ],
1458
- [
1459
- 0.12308119237422943
1460
- ],
1461
- [
1462
- 0.12292546778917313
1463
- ],
1464
- [
1465
- 0.12276076525449753
1466
- ],
1467
- [
1468
- 0.12258629500865936
1469
- ],
1470
- [
1471
- 0.12240280210971832
1472
- ],
1473
- [
1474
- 0.1222093254327774
1475
- ],
1476
- [
1477
- 0.12200433760881424
1478
- ],
1479
- [
1480
- 0.12178820371627808
1481
- ],
1482
- [
1483
- 0.12156111747026443
1484
- ],
1485
- [
1486
- 0.12132147699594498
1487
- ],
1488
- [
1489
- 0.121070995926857
1490
- ],
1491
- [
1492
- 0.12081038951873779
1493
- ],
1494
- [
1495
- 0.12054098397493362
1496
- ]
1497
- ],
1498
- "stepwise_std": [
1499
- [
1500
- 0.3309972286224365
1501
- ],
1502
- [
1503
- 0.3309444189071655
1504
- ],
1505
- [
1506
- 0.33089780807495117
1507
- ],
1508
- [
1509
- 0.3308408558368683
1510
- ],
1511
- [
1512
- 0.33078113198280334
1513
- ],
1514
- [
1515
- 0.330870658159256
1516
- ],
1517
- [
1518
- 0.33072978258132935
1519
- ],
1520
- [
1521
- 0.3306758403778076
1522
- ],
1523
- [
1524
- 0.33060717582702637
1525
- ],
1526
- [
1527
- 0.3305376172065735
1528
- ],
1529
- [
1530
- 0.3304593563079834
1531
- ],
1532
- [
1533
- 0.3303767740726471
1534
- ],
1535
- [
1536
- 0.3302883207798004
1537
- ],
1538
- [
1539
- 0.3302484154701233
1540
- ],
1541
- [
1542
- 0.33015358448028564
1543
- ],
1544
- [
1545
- 0.33003970980644226
1546
- ],
1547
- [
1548
- 0.3299117088317871
1549
- ],
1550
- [
1551
- 0.3297744393348694
1552
- ],
1553
- [
1554
- 0.329642653465271
1555
- ],
1556
- [
1557
- 0.3294859826564789
1558
- ],
1559
- [
1560
- 0.32933804392814636
1561
- ],
1562
- [
1563
- 0.32918107509613037
1564
- ],
1565
- [
1566
- 0.3290306329727173
1567
- ],
1568
- [
1569
- 0.3288348913192749
1570
- ],
1571
- [
1572
- 0.3286316990852356
1573
- ],
1574
- [
1575
- 0.3286525011062622
1576
- ],
1577
- [
1578
- 0.32818493247032166
1579
- ],
1580
- [
1581
- 0.3279985785484314
1582
- ],
1583
- [
1584
- 0.3277207612991333
1585
- ],
1586
- [
1587
- 0.3274693489074707
1588
- ],
1589
- [
1590
- 0.3271960914134979
1591
- ],
1592
- [
1593
- 0.3270934522151947
1594
- ]
1595
- ]
1596
- },
1597
- "right_arm": {
1598
- "global_max": [
1599
- 1.483359456062317,
1600
- 2.9022915363311768,
1601
- 0.11044661700725555,
1602
- 1.6321555376052856,
1603
- 1.5140390396118164,
1604
- 2.443631410598755
1605
- ],
1606
- "global_min": [
1607
- -1.277806043624878,
1608
- -0.28685441613197327,
1609
- -2.0171847343444824,
1610
- -1.7794177532196045,
1611
- -1.4434759616851807,
1612
- -4.071185111999512
1613
- ],
1614
- "global_mean": [
1615
- 0.05339810624718666,
1616
- 0.4618866443634033,
1617
- -0.31972187757492065,
1618
- 0.07475129514932632,
1619
- -0.013666537590324879,
1620
- 0.02948567271232605
1621
- ],
1622
- "global_std": [
1623
- 0.2041841596364975,
1624
- 0.8621124029159546,
1625
- 0.6116714477539062,
1626
- 0.2812887728214264,
1627
- 0.10951798409223557,
1628
- 0.258775532245636
1629
- ],
1630
- "stepwise_max": [
1631
- [
1632
- 1.7726020812988281,
1633
- 2.8621506690979004,
1634
- 2.0161702632904053,
1635
- 2.1903319358825684,
1636
- 1.6231818199157715,
1637
- 2.7029242515563965
1638
- ],
1639
- [
1640
- 1.7741360664367676,
1641
- 2.860616683959961,
1642
- 2.0161702632904053,
1643
- 2.19030499458313,
1644
- 1.6229912042617798,
1645
- 2.7029242515563965
1646
- ],
1647
- [
1648
- 1.7772040367126465,
1649
- 2.8590826988220215,
1650
- 2.0161702632904053,
1651
- 2.19030499458313,
1652
- 1.6205828189849854,
1653
- 2.7029242515563965
1654
- ],
1655
- [
1656
- 1.7782306671142578,
1657
- 2.8560147285461426,
1658
- 2.0161702632904053,
1659
- 2.19030499458313,
1660
- 1.6175532341003418,
1661
- 2.7024989128112793
1662
- ],
1663
- [
1664
- 1.778738021850586,
1665
- 2.8525335788726807,
1666
- 2.0161702632904053,
1667
- 2.19030499458313,
1668
- 1.61075758934021,
1669
- 2.7024989128112793
1670
- ],
1671
- [
1672
- 1.7797646522521973,
1673
- 2.8483448028564453,
1674
- 2.0161702632904053,
1675
- 2.1905179023742676,
1676
- 1.6046216487884521,
1677
- 2.7029242515563965
1678
- ],
1679
- [
1680
- 1.7789134979248047,
1681
- 2.8452768325805664,
1682
- 2.0161702632904053,
1683
- 2.1904232501983643,
1684
- 1.6023385524749756,
1685
- 2.7024989128112793
1686
- ],
1687
- [
1688
- 1.778738021850586,
1689
- 2.844851493835449,
1690
- 2.0161702632904053,
1691
- 2.1905179023742676,
1692
- 1.6019129753112793,
1693
- 2.7024989128112793
1694
- ],
1695
- [
1696
- 1.7797646522521973,
1697
- 2.8433175086975098,
1698
- 2.0161702632904053,
1699
- 2.1905179023742676,
1700
- 1.601515531539917,
1701
- 2.701390266418457
1702
- ],
1703
- [
1704
- 1.7797646522521973,
1705
- 2.8417835235595703,
1706
- 2.0161702632904053,
1707
- 2.1905179023742676,
1708
- 1.5993703603744507,
1709
- 2.701390266418457
1710
- ],
1711
- [
1712
- 1.7802720069885254,
1713
- 2.840249538421631,
1714
- 2.0161702632904053,
1715
- 2.1909432411193848,
1716
- 1.5992705821990967,
1717
- 2.701390266418457
1718
- ],
1719
- [
1720
- 1.7818059921264648,
1721
- 2.840249538421631,
1722
- 2.0161702632904053,
1723
- 2.1905179023742676,
1724
- 1.5988450050354004,
1725
- 2.701390266418457
1726
- ],
1727
- [
1728
- 1.7848739624023438,
1729
- 2.840249538421631,
1730
- 2.0161702632904053,
1731
- 2.1909432411193848,
1732
- 1.5978363752365112,
1733
- 2.701390266418457
1734
- ],
1735
- [
1736
- 1.7864079475402832,
1737
- 2.840249538421631,
1738
- 2.0161702632904053,
1739
- 2.1903462409973145,
1740
- 1.5951130390167236,
1741
- 2.701390266418457
1742
- ],
1743
- [
1744
- 1.7874345779418945,
1745
- 2.840249538421631,
1746
- 2.0161702632904053,
1747
- 2.190415620803833,
1748
- 1.5908241271972656,
1749
- 2.701390266418457
1750
- ],
1751
- [
1752
- 1.7874345779418945,
1753
- 2.8387155532836914,
1754
- 2.0161702632904053,
1755
- 2.19030499458313,
1756
- 1.5886324644088745,
1757
- 2.701390266418457
1758
- ],
1759
- [
1760
- 1.7874345779418945,
1761
- 2.837181568145752,
1762
- 2.0161702632904053,
1763
- 2.1905179023742676,
1764
- 1.587098479270935,
1765
- 2.701390266418457
1766
- ],
1767
- [
1768
- 1.7874345779418945,
1769
- 2.834113597869873,
1770
- 2.0161702632904053,
1771
- 2.1903538703918457,
1772
- 1.5854647159576416,
1773
- 2.703385829925537
1774
- ],
1775
- [
1776
- 1.7874345779418945,
1777
- 2.831045627593994,
1778
- 2.0161702632904053,
1779
- 2.1905179023742676,
1780
- 1.5850391387939453,
1781
- 2.7533373832702637
1782
- ],
1783
- [
1784
- 1.7874345779418945,
1785
- 2.826443672180176,
1786
- 2.0161702632904053,
1787
- 2.1905179023742676,
1788
- 1.5840305089950562,
1789
- 2.8092336654663086
1790
- ],
1791
- [
1792
- 1.7874345779418945,
1793
- 2.8187737464904785,
1794
- 2.0161702632904053,
1795
- 2.19030499458313,
1796
- 1.5816221237182617,
1797
- 2.84987473487854
1798
- ],
1799
- [
1800
- 1.786583423614502,
1801
- 2.8126380443573,
1802
- 2.0161702632904053,
1803
- 2.1905179023742676,
1804
- 1.5773332118988037,
1805
- 2.8833870887756348
1806
- ],
1807
- [
1808
- 1.785900592803955,
1809
- 2.809570074081421,
1810
- 2.0161702632904053,
1811
- 2.19030499458313,
1812
- 1.5705376863479614,
1813
- 2.894489288330078
1814
- ],
1815
- [
1816
- 1.7850494384765625,
1817
- 2.806502103805542,
1818
- 2.0161702632904053,
1819
- 2.19030499458313,
1820
- 1.5684945583343506,
1821
- 2.903693199157715
1822
- ],
1823
- [
1824
- 1.7843666076660156,
1825
- 2.805225372314453,
1826
- 2.0161702632904053,
1827
- 2.19030499458313,
1828
- 1.5680691003799438,
1829
- 2.9055397510528564
1830
- ],
1831
- [
1832
- 1.7843666076660156,
1833
- 2.805225372314453,
1834
- 2.0161702632904053,
1835
- 2.1899678707122803,
1836
- 1.5680691003799438,
1837
- 2.9056670665740967
1838
- ],
1839
- [
1840
- 1.7843666076660156,
1841
- 2.805225372314453,
1842
- 2.0161702632904053,
1843
- 2.19030499458313,
1844
- 1.5666279792785645,
1845
- 2.906696319580078
1846
- ],
1847
- [
1848
- 1.7843666076660156,
1849
- 2.805225372314453,
1850
- 2.0161702632904053,
1851
- 2.1899678707122803,
1852
- 1.5666279792785645,
1853
- 2.91972279548645
1854
- ],
1855
- [
1856
- 1.802478551864624,
1857
- 2.805225372314453,
1858
- 2.0161702632904053,
1859
- 2.195361375808716,
1860
- 1.5666279792785645,
1861
- 2.9331817626953125
1862
- ],
1863
- [
1864
- 1.8224201202392578,
1865
- 2.805225372314453,
1866
- 2.0161702632904053,
1867
- 2.212430000305176,
1868
- 1.5665796995162964,
1869
- 2.9743216037750244
1870
- ],
1871
- [
1872
- 1.846963882446289,
1873
- 2.805225372314453,
1874
- 2.0161702632904053,
1875
- 2.2213306427001953,
1876
- 1.5664244890213013,
1877
- 3.000278949737549
1878
- ],
1879
- [
1880
- 1.8662207126617432,
1881
- 2.805225372314453,
1882
- 2.0161702632904053,
1883
- 2.224400281906128,
1884
- 1.5662338733673096,
1885
- 3.0221266746520996
1886
- ]
1887
- ],
1888
- "stepwise_min": [
1889
- [
1890
- -1.8516613245010376,
1891
- -2.9066402912139893,
1892
- -2.0141167640686035,
1893
- -2.7233760356903076,
1894
- -1.8783475160598755,
1895
- -4.082036018371582
1896
- ],
1897
- [
1898
- -1.8512358665466309,
1899
- -2.9066402912139893,
1900
- -2.0141167640686035,
1901
- -2.7233760356903076,
1902
- -1.8791569471359253,
1903
- -4.080502033233643
1904
- ],
1905
- [
1906
- -1.8505975008010864,
1907
- -2.9066402912139893,
1908
- -2.0141167640686035,
1909
- -2.7235107421875,
1910
- -1.879305124282837,
1911
- -4.080502033233643
1912
- ],
1913
- [
1914
- -1.8497018814086914,
1915
- -2.9066402912139893,
1916
- -2.0141167640686035,
1917
- -2.724865436553955,
1918
- -1.879582405090332,
1919
- -4.078968048095703
1920
- ],
1921
- [
1922
- -1.849063515663147,
1923
- -2.9066402912139893,
1924
- -2.0141167640686035,
1925
- -2.7252910137176514,
1926
- -1.879881501197815,
1927
- -4.077434062957764
1928
- ],
1929
- [
1930
- -1.8475295305252075,
1931
- -2.9066402912139893,
1932
- -2.0141167640686035,
1933
- -2.7259292602539062,
1934
- -1.879881501197815,
1935
- -4.077434062957764
1936
- ],
1937
- [
1938
- -1.8459956645965576,
1939
- -2.9066402912139893,
1940
- -2.0141167640686035,
1941
- -2.7263548374176025,
1942
- -1.8800079822540283,
1943
- -4.075900077819824
1944
- ],
1945
- [
1946
- -1.8444616794586182,
1947
- -2.9066402912139893,
1948
- -2.0141167640686035,
1949
- -2.7273669242858887,
1950
- -1.8800079822540283,
1951
- -4.075900077819824
1952
- ],
1953
- [
1954
- -1.8429276943206787,
1955
- -2.9066402912139893,
1956
- -2.0141167640686035,
1957
- -2.7286126613616943,
1958
- -1.8800079822540283,
1959
- -4.075900077819824
1960
- ],
1961
- [
1962
- -1.841012716293335,
1963
- -2.9066402912139893,
1964
- -2.0124146938323975,
1965
- -2.7320995330810547,
1966
- -1.8800079822540283,
1967
- -4.068260669708252
1968
- ],
1969
- [
1970
- -1.8386826515197754,
1971
- -2.9066402912139893,
1972
- -2.0104997158050537,
1973
- -2.733588695526123,
1974
- -1.8800079822540283,
1975
- -4.059747695922852
1976
- ],
1977
- [
1978
- -1.8386826515197754,
1979
- -2.9066402912139893,
1980
- -2.0087976455688477,
1981
- -2.7340145111083984,
1982
- -1.880325198173523,
1983
- -4.054424285888672
1984
- ],
1985
- [
1986
- -1.8386826515197754,
1987
- -2.9066402912139893,
1988
- -2.0025150775909424,
1989
- -2.731015682220459,
1990
- -1.8806909322738647,
1991
- -4.054424285888672
1992
- ],
1993
- [
1994
- -1.8386826515197754,
1995
- -2.9066402912139893,
1996
- -1.9990342855453491,
1997
- -2.7206220626831055,
1998
- -1.8808391094207764,
1999
- -4.054116249084473
2000
- ],
2001
- [
2002
- -1.8386826515197754,
2003
- -2.9066402912139893,
2004
- -1.998776912689209,
2005
- -2.709951877593994,
2006
- -1.8811163902282715,
2007
- -4.055650234222412
2008
- ],
2009
- [
2010
- -1.8386826515197754,
2011
- -2.9066402912139893,
2012
- -1.998776912689209,
2013
- -2.6964213848114014,
2014
- -1.8814154863357544,
2015
- -4.055650234222412
2016
- ],
2017
- [
2018
- -1.838287591934204,
2019
- -2.9066402912139893,
2020
- -1.998776912689209,
2021
- -2.6795477867126465,
2022
- -1.8820596933364868,
2023
- -4.055650234222412
2024
- ],
2025
- [
2026
- -1.837392807006836,
2027
- -2.9066402912139893,
2028
- -1.998776912689209,
2029
- -2.653233051300049,
2030
- -1.8848657608032227,
2031
- -4.05657434463501
2032
- ],
2033
- [
2034
- -1.837193250656128,
2035
- -2.9066402912139893,
2036
- -1.998776912689209,
2037
- -2.621556282043457,
2038
- -1.8865487575531006,
2039
- -4.0602521896362305
2040
- ],
2041
- [
2042
- -1.837193250656128,
2043
- -2.9066402912139893,
2044
- -1.998776912689209,
2045
- -2.5862746238708496,
2046
- -1.888676404953003,
2047
- -4.0602521896362305
2048
- ],
2049
- [
2050
- -1.837193250656128,
2051
- -2.9066402912139893,
2052
- -1.998776912689209,
2053
- -2.5499467849731445,
2054
- -1.9031143188476562,
2055
- -4.0602521896362305
2056
- ],
2057
- [
2058
- -1.8367302417755127,
2059
- -2.9066402912139893,
2060
- -1.998776912689209,
2061
- -2.5145978927612305,
2062
- -1.9175405502319336,
2063
- -4.0602521896362305
2064
- ],
2065
- [
2066
- -1.8356592655181885,
2067
- -2.9066402912139893,
2068
- -1.998776912689209,
2069
- -2.4777822494506836,
2070
- -1.9307868480682373,
2071
- -4.0602521896362305
2072
- ],
2073
- [
2074
- -1.8351962566375732,
2075
- -2.9066402912139893,
2076
- -1.998776912689209,
2077
- -2.4394216537475586,
2078
- -1.941524624824524,
2079
- -4.0602521896362305
2080
- ],
2081
- [
2082
- -1.8337442874908447,
2083
- -2.9066402912139893,
2084
- -1.998776912689209,
2085
- -2.3946774005889893,
2086
- -1.9496771097183228,
2087
- -4.059753894805908
2088
- ],
2089
- [
2090
- -1.8326804637908936,
2091
- -2.9066402912139893,
2092
- -1.998776912689209,
2093
- -2.3488988876342773,
2094
- -1.9564030170440674,
2095
- -4.058718204498291
2096
- ],
2097
- [
2098
- -1.831146478652954,
2099
- -2.9066402912139893,
2100
- -1.998776912689209,
2101
- -2.324084520339966,
2102
- -1.9597402811050415,
2103
- -4.058718204498291
2104
- ],
2105
- [
2106
- -1.8296126127243042,
2107
- -2.9066402912139893,
2108
- -1.998776912689209,
2109
- -2.2977700233459473,
2110
- -1.9620155096054077,
2111
- -4.058219909667969
2112
- ],
2113
- [
2114
- -1.8280786275863647,
2115
- -2.9066402912139893,
2116
- -1.998776912689209,
2117
- -2.2660930156707764,
2118
- -1.9753035306930542,
2119
- -4.056685924530029
2120
- ],
2121
- [
2122
- -1.8265446424484253,
2123
- -2.9066402912139893,
2124
- -1.998776912689209,
2125
- -2.230391025543213,
2126
- -1.9860413074493408,
2127
- -4.055879592895508
2128
- ],
2129
- [
2130
- -1.8249317407608032,
2131
- -2.9066402912139893,
2132
- -1.998776912689209,
2133
- -2.1944165229797363,
2134
- -1.990591287612915,
2135
- -4.055555820465088
2136
- ],
2137
- [
2138
- -1.8233977556228638,
2139
- -2.9066402912139893,
2140
- -1.998776912689209,
2141
- -2.1587142944335938,
2142
- -1.9939956665039062,
2143
- -4.054424285888672
2144
- ]
2145
- ],
2146
- "stepwise_mean": [
2147
- [
2148
- -0.010941613465547562,
2149
- -0.100924052298069,
2150
- 0.06674771010875702,
2151
- -0.015327914617955685,
2152
- 0.0023340333718806505,
2153
- -0.005183840170502663
2154
- ],
2155
- [
2156
- -0.010970848612487316,
2157
- -0.10137021541595459,
2158
- 0.06703577935695648,
2159
- -0.015409414656460285,
2160
- 0.0023400888312608004,
2161
- -0.005218395497649908
2162
- ],
2163
- [
2164
- -0.01100027747452259,
2165
- -0.10182598233222961,
2166
- 0.06732846796512604,
2167
- -0.015492473728954792,
2168
- 0.0023463470861315727,
2169
- -0.005252302158623934
2170
- ],
2171
- [
2172
- -0.011029593646526337,
2173
- -0.10228747874498367,
2174
- 0.06762661784887314,
2175
- -0.015577880665659904,
2176
- 0.00235302303917706,
2177
- -0.005285479128360748
2178
- ],
2179
- [
2180
- -0.011058888398110867,
2181
- -0.10275838524103165,
2182
- 0.0679338127374649,
2183
- -0.015666868537664413,
2184
- 0.0023600831627845764,
2185
- -0.005318191833794117
2186
- ],
2187
- [
2188
- -0.011088162660598755,
2189
- -0.10323862731456757,
2190
- 0.06825344264507294,
2191
- -0.015761036425828934,
2192
- 0.002367485547438264,
2193
- -0.005350364372134209
2194
- ],
2195
- [
2196
- -0.01111744623631239,
2197
- -0.1037331372499466,
2198
- 0.06858891993761063,
2199
- -0.015861831605434418,
2200
- 0.0023752297274768353,
2201
- -0.005382224917411804
2202
- ],
2203
- [
2204
- -0.011146615259349346,
2205
- -0.10424529761075974,
2206
- 0.06894516944885254,
2207
- -0.015970882028341293,
2208
- 0.0023832954466342926,
2209
- -0.005414009094238281
2210
- ],
2211
- [
2212
- -0.011175577528774738,
2213
- -0.10478170216083527,
2214
- 0.06932631134986877,
2215
- -0.016089266166090965,
2216
- 0.0023916359059512615,
2217
- -0.0054458919912576675
2218
- ],
2219
- [
2220
- -0.01120411790907383,
2221
- -0.10534250736236572,
2222
- 0.06972954422235489,
2223
- -0.01621728390455246,
2224
- 0.0024003898724913597,
2225
- -0.0054773082956671715
2226
- ],
2227
- [
2228
- -0.011232620105147362,
2229
- -0.10593276470899582,
2230
- 0.07015961408615112,
2231
- -0.016354763880372047,
2232
- 0.0024094863329082727,
2233
- -0.005508430767804384
2234
- ],
2235
- [
2236
- -0.01126027386635542,
2237
- -0.10655108839273453,
2238
- 0.07061735540628433,
2239
- -0.016501346603035927,
2240
- 0.0024189495015889406,
2241
- -0.005539171863347292
2242
- ],
2243
- [
2244
- -0.011287362314760685,
2245
- -0.10720176994800568,
2246
- 0.07110009342432022,
2247
- -0.016655977815389633,
2248
- 0.0024286145344376564,
2249
- -0.005569612607359886
2250
- ],
2251
- [
2252
- -0.01131388358771801,
2253
- -0.10788717120885849,
2254
- 0.0716087743639946,
2255
- -0.016817666590213776,
2256
- 0.0024383864365518093,
2257
- -0.005599685944616795
2258
- ],
2259
- [
2260
- -0.011339842341840267,
2261
- -0.10860557854175568,
2262
- 0.0721408799290657,
2263
- -0.01698615401983261,
2264
- 0.0024482575245201588,
2265
- -0.005629538092762232
2266
- ],
2267
- [
2268
- -0.011365008540451527,
2269
- -0.10935629159212112,
2270
- 0.07269871234893799,
2271
- -0.01716042496263981,
2272
- 0.0024581148754805326,
2273
- -0.005659237038344145
2274
- ],
2275
- [
2276
- -0.011389697901904583,
2277
- -0.11014155298471451,
2278
- 0.07327595353126526,
2279
- -0.017340509220957756,
2280
- 0.0024676595348864794,
2281
- -0.0056890458799898624
2282
- ],
2283
- [
2284
- -0.011413799598813057,
2285
- -0.11096277832984924,
2286
- 0.07387416064739227,
2287
- -0.017525911331176758,
2288
- 0.0024769026786088943,
2289
- -0.0057189143262803555
2290
- ],
2291
- [
2292
- -0.011437218636274338,
2293
- -0.11181503534317017,
2294
- 0.07449249923229218,
2295
- -0.017717117443680763,
2296
- 0.0024855954106897116,
2297
- -0.005749144591391087
2298
- ],
2299
- [
2300
- -0.011460327543318272,
2301
- -0.112699493765831,
2302
- 0.07512791454792023,
2303
- -0.01791263557970524,
2304
- 0.002493584528565407,
2305
- -0.005779704079031944
2306
- ],
2307
- [
2308
- -0.01148264016956091,
2309
- -0.11361665278673172,
2310
- 0.07578184455633163,
2311
- -0.018113603815436363,
2312
- 0.002500776434317231,
2313
- -0.005810873117297888
2314
- ],
2315
- [
2316
- -0.0115043381229043,
2317
- -0.11456672102212906,
2318
- 0.07645311951637268,
2319
- -0.01831905171275139,
2320
- 0.0025069534312933683,
2321
- -0.005842653568834066
2322
- ],
2323
- [
2324
- -0.011525269597768784,
2325
- -0.11554539203643799,
2326
- 0.077139712870121,
2327
- -0.018528953194618225,
2328
- 0.0025121571961790323,
2329
- -0.005874997936189175
2330
- ],
2331
- [
2332
- -0.011545254848897457,
2333
- -0.11655649542808533,
2334
- 0.07784364372491837,
2335
- -0.018743209540843964,
2336
- 0.0025163444224745035,
2337
- -0.005907729268074036
2338
- ],
2339
- [
2340
- -0.011564289219677448,
2341
- -0.11759737879037857,
2342
- 0.07856117188930511,
2343
- -0.018961431458592415,
2344
- 0.0025195053312927485,
2345
- -0.005940926726907492
2346
- ],
2347
- [
2348
- -0.011582577601075172,
2349
- -0.1186651885509491,
2350
- 0.07929252833127975,
2351
- -0.01918412186205387,
2352
- 0.0025216357316821814,
2353
- -0.005974185653030872
2354
- ],
2355
- [
2356
- -0.011599636636674404,
2357
- -0.11976135522127151,
2358
- 0.08003698289394379,
2359
- -0.01941043697297573,
2360
- 0.002522737253457308,
2361
- -0.006007528398185968
2362
- ],
2363
- [
2364
- -0.011615646071732044,
2365
- -0.12088415771722794,
2366
- 0.08079521358013153,
2367
- -0.019640421494841576,
2368
- 0.0025228108279407024,
2369
- -0.006040642037987709
2370
- ],
2371
- [
2372
- -0.011630408465862274,
2373
- -0.12203119695186615,
2374
- 0.08156563341617584,
2375
- -0.01987486705183983,
2376
- 0.0025218508671969175,
2377
- -0.006073454394936562
2378
- ],
2379
- [
2380
- -0.011643855832517147,
2381
- -0.12320785969495773,
2382
- 0.08234919607639313,
2383
- -0.02011321298778057,
2384
- 0.002519958885386586,
2385
- -0.006105266511440277
2386
- ],
2387
- [
2388
- -0.011655963957309723,
2389
- -0.12440569698810577,
2390
- 0.08314425498247147,
2391
- -0.020355073735117912,
2392
- 0.002517168177291751,
2393
- -0.006136235781013966
2394
- ],
2395
- [
2396
- -0.011666730977594852,
2397
- -0.12562784552574158,
2398
- 0.08394952118396759,
2399
- -0.020600447431206703,
2400
- 0.0025134377647191286,
2401
- -0.0061663375236094
2402
- ]
2403
- ],
2404
- "stepwise_std": [
2405
- [
2406
- 0.14926917850971222,
2407
- 0.5213814973831177,
2408
- 0.3587459325790405,
2409
- 0.19194650650024414,
2410
- 0.062493834644556046,
2411
- 0.15996815264225006
2412
- ],
2413
- [
2414
- 0.1500413417816162,
2415
- 0.523032009601593,
2416
- 0.360027015209198,
2417
- 0.19269965589046478,
2418
- 0.06297212839126587,
2419
- 0.1607884019613266
2420
- ],
2421
- [
2422
- 0.1509544998407364,
2423
- 0.5248922109603882,
2424
- 0.36133334040641785,
2425
- 0.19357013702392578,
2426
- 0.06355464458465576,
2427
- 0.16178904473781586
2428
- ],
2429
- [
2430
- 0.15200175344944,
2431
- 0.5269951820373535,
2432
- 0.3628169000148773,
2433
- 0.19453836977481842,
2434
- 0.0642242431640625,
2435
- 0.16295257210731506
2436
- ],
2437
- [
2438
- 0.15317046642303467,
2439
- 0.5292792916297913,
2440
- 0.36447256803512573,
2441
- 0.19558998942375183,
2442
- 0.06496787071228027,
2443
- 0.164264515042305
2444
- ],
2445
- [
2446
- 0.15445111691951752,
2447
- 0.5317529439926147,
2448
- 0.36626774072647095,
2449
- 0.19671101868152618,
2450
- 0.06577257812023163,
2451
- 0.16571012139320374
2452
- ],
2453
- [
2454
- 0.15583127737045288,
2455
- 0.5343769192695618,
2456
- 0.3681773543357849,
2457
- 0.1978926658630371,
2458
- 0.06662782281637192,
2459
- 0.1672767847776413
2460
- ],
2461
- [
2462
- 0.15730194747447968,
2463
- 0.5371483564376831,
2464
- 0.37036439776420593,
2465
- 0.1991196721792221,
2466
- 0.06752331554889679,
2467
- 0.16894806921482086
2468
- ],
2469
- [
2470
- 0.1588519960641861,
2471
- 0.540086030960083,
2472
- 0.3725243806838989,
2473
- 0.20039090514183044,
2474
- 0.06845115125179291,
2475
- 0.17071408033370972
2476
- ],
2477
- [
2478
- 0.16047412157058716,
2479
- 0.5431473851203918,
2480
- 0.37476980686187744,
2481
- 0.20168989896774292,
2482
- 0.06940462440252304,
2483
- 0.17256109416484833
2484
- ],
2485
- [
2486
- 0.16215845942497253,
2487
- 0.5463565587997437,
2488
- 0.3770976662635803,
2489
- 0.20300820469856262,
2490
- 0.07037710398435593,
2491
- 0.17447862029075623
2492
- ],
2493
- [
2494
- 0.16389796137809753,
2495
- 0.5497007369995117,
2496
- 0.379516065120697,
2497
- 0.20434579253196716,
2498
- 0.0713629350066185,
2499
- 0.17645731568336487
2500
- ],
2501
- [
2502
- 0.16568401455879211,
2503
- 0.5531285405158997,
2504
- 0.3819848895072937,
2505
- 0.205694779753685,
2506
- 0.07235772907733917,
2507
- 0.17848967015743256
2508
- ],
2509
- [
2510
- 0.16751021146774292,
2511
- 0.5566564798355103,
2512
- 0.38449999690055847,
2513
- 0.20705395936965942,
2514
- 0.07335598021745682,
2515
- 0.18056650459766388
2516
- ],
2517
- [
2518
- 0.16936945915222168,
2519
- 0.5602636337280273,
2520
- 0.38707467913627625,
2521
- 0.2084190547466278,
2522
- 0.07435543090105057,
2523
- 0.1826794445514679
2524
- ],
2525
- [
2526
- 0.1712576150894165,
2527
- 0.5639531016349792,
2528
- 0.3896796405315399,
2529
- 0.20978565514087677,
2530
- 0.07535311579704285,
2531
- 0.1848234385251999
2532
- ],
2533
- [
2534
- 0.17316752672195435,
2535
- 0.5676945447921753,
2536
- 0.39232245087623596,
2537
- 0.21114923059940338,
2538
- 0.07634550333023071,
2539
- 0.18699312210083008
2540
- ],
2541
- [
2542
- 0.17509521543979645,
2543
- 0.5714901685714722,
2544
- 0.3949940502643585,
2545
- 0.2125099152326584,
2546
- 0.07733182609081268,
2547
- 0.189181387424469
2548
- ],
2549
- [
2550
- 0.17703719437122345,
2551
- 0.5753116607666016,
2552
- 0.39773768186569214,
2553
- 0.2138626128435135,
2554
- 0.07830982655286789,
2555
- 0.19138552248477936
2556
- ],
2557
- [
2558
- 0.17898789048194885,
2559
- 0.5791762471199036,
2560
- 0.4004601836204529,
2561
- 0.21520619094371796,
2562
- 0.07927882671356201,
2563
- 0.1935998797416687
2564
- ],
2565
- [
2566
- 0.1809450089931488,
2567
- 0.5830692052841187,
2568
- 0.40319159626960754,
2569
- 0.21653808653354645,
2570
- 0.08023744076490402,
2571
- 0.19581985473632812
2572
- ],
2573
- [
2574
- 0.1829046607017517,
2575
- 0.5869708061218262,
2576
- 0.40594401955604553,
2577
- 0.21785536408424377,
2578
- 0.08118488639593124,
2579
- 0.1980426013469696
2580
- ],
2581
- [
2582
- 0.18486501276493073,
2583
- 0.5909055471420288,
2584
- 0.4086935222148895,
2585
- 0.21915648877620697,
2586
- 0.08212154358625412,
2587
- 0.2002648115158081
2588
- ],
2589
- [
2590
- 0.18682265281677246,
2591
- 0.5949994325637817,
2592
- 0.41148585081100464,
2593
- 0.22044047713279724,
2594
- 0.08304565399885178,
2595
- 0.20248180627822876
2596
- ],
2597
- [
2598
- 0.18877632915973663,
2599
- 0.5991201400756836,
2600
- 0.4142548441886902,
2601
- 0.22170715034008026,
2602
- 0.08395710587501526,
2603
- 0.20469345152378082
2604
- ],
2605
- [
2606
- 0.19072340428829193,
2607
- 0.6030997633934021,
2608
- 0.4170423746109009,
2609
- 0.22295531630516052,
2610
- 0.08485638350248337,
2611
- 0.2068973034620285
2612
- ],
2613
- [
2614
- 0.1926625370979309,
2615
- 0.6070594191551208,
2616
- 0.4198007881641388,
2617
- 0.22418415546417236,
2618
- 0.08574244379997253,
2619
- 0.20909127593040466
2620
- ],
2621
- [
2622
- 0.19458959996700287,
2623
- 0.6111615300178528,
2624
- 0.4225660264492035,
2625
- 0.22539091110229492,
2626
- 0.08661533147096634,
2627
- 0.2112717628479004
2628
- ],
2629
- [
2630
- 0.1965048462152481,
2631
- 0.6152557730674744,
2632
- 0.4253327250480652,
2633
- 0.22657610476016998,
2634
- 0.08747528493404388,
2635
- 0.21343645453453064
2636
- ],
2637
- [
2638
- 0.19840802252292633,
2639
- 0.6198038458824158,
2640
- 0.42816591262817383,
2641
- 0.22774089872837067,
2642
- 0.08832165598869324,
2643
- 0.2155836969614029
2644
- ],
2645
- [
2646
- 0.20029540359973907,
2647
- 0.6239833235740662,
2648
- 0.4309559464454651,
2649
- 0.22888469696044922,
2650
- 0.08915526419878006,
2651
- 0.21771225333213806
2652
- ],
2653
- [
2654
- 0.2021683305501938,
2655
- 0.627957284450531,
2656
- 0.4337092339992523,
2657
- 0.23000961542129517,
2658
- 0.08997483551502228,
2659
- 0.21982194483280182
2660
- ]
2661
- ]
2662
- },
2663
- "right_gripper": {
2664
- "global_max": [
2665
- [
2666
- 1.0
2667
- ]
2668
- ],
2669
- "global_min": [
2670
- [
2671
- 0.0
2672
- ]
2673
- ],
2674
- "global_mean": [
2675
- [
2676
- 0.062437981367111206
2677
- ]
2678
- ],
2679
- "global_std": [
2680
- [
2681
- 0.2380027174949646
2682
- ]
2683
- ],
2684
- "stepwise_max": [
2685
- [
2686
- 1.0
2687
- ],
2688
- [
2689
- 1.0
2690
- ],
2691
- [
2692
- 1.0
2693
- ],
2694
- [
2695
- 1.0
2696
- ],
2697
- [
2698
- 1.0
2699
- ],
2700
- [
2701
- 1.0
2702
- ],
2703
- [
2704
- 1.0
2705
- ],
2706
- [
2707
- 1.0
2708
- ],
2709
- [
2710
- 1.0
2711
- ],
2712
- [
2713
- 1.0
2714
- ],
2715
- [
2716
- 1.0
2717
- ],
2718
- [
2719
- 1.0
2720
- ],
2721
- [
2722
- 1.0
2723
- ],
2724
- [
2725
- 1.0
2726
- ],
2727
- [
2728
- 1.0
2729
- ],
2730
- [
2731
- 1.0
2732
- ],
2733
- [
2734
- 1.0
2735
- ],
2736
- [
2737
- 1.0
2738
- ],
2739
- [
2740
- 1.0
2741
- ],
2742
- [
2743
- 1.0
2744
- ],
2745
- [
2746
- 1.0
2747
- ],
2748
- [
2749
- 1.0
2750
- ],
2751
- [
2752
- 1.0
2753
- ],
2754
- [
2755
- 1.0
2756
- ],
2757
- [
2758
- 1.0
2759
- ],
2760
- [
2761
- 1.0
2762
- ],
2763
- [
2764
- 1.0
2765
- ],
2766
- [
2767
- 1.0
2768
- ],
2769
- [
2770
- 1.0
2771
- ],
2772
- [
2773
- 1.0
2774
- ],
2775
- [
2776
- 1.0
2777
- ],
2778
- [
2779
- 1.0
2780
- ]
2781
- ],
2782
- "stepwise_min": [
2783
- [
2784
- 0.0
2785
- ],
2786
- [
2787
- 0.0
2788
- ],
2789
- [
2790
- 0.0
2791
- ],
2792
- [
2793
- 0.0
2794
- ],
2795
- [
2796
- 0.0
2797
- ],
2798
- [
2799
- 0.0
2800
- ],
2801
- [
2802
- 0.0
2803
- ],
2804
- [
2805
- 0.0
2806
- ],
2807
- [
2808
- 0.0
2809
- ],
2810
- [
2811
- 0.0
2812
- ],
2813
- [
2814
- 0.0
2815
- ],
2816
- [
2817
- 0.0
2818
- ],
2819
- [
2820
- 0.0
2821
- ],
2822
- [
2823
- 0.0
2824
- ],
2825
- [
2826
- 0.0
2827
- ],
2828
- [
2829
- 0.0
2830
- ],
2831
- [
2832
- 0.0
2833
- ],
2834
- [
2835
- 0.0
2836
- ],
2837
- [
2838
- 0.0
2839
- ],
2840
- [
2841
- 0.0
2842
- ],
2843
- [
2844
- 0.0
2845
- ],
2846
- [
2847
- 0.0
2848
- ],
2849
- [
2850
- 0.0
2851
- ],
2852
- [
2853
- 0.0
2854
- ],
2855
- [
2856
- 0.0
2857
- ],
2858
- [
2859
- 0.0
2860
- ],
2861
- [
2862
- 0.0
2863
- ],
2864
- [
2865
- 0.0
2866
- ],
2867
- [
2868
- 0.0
2869
- ],
2870
- [
2871
- 0.0
2872
- ],
2873
- [
2874
- 0.0
2875
- ],
2876
- [
2877
- 0.0
2878
- ]
2879
- ],
2880
- "stepwise_mean": [
2881
- [
2882
- 0.062437981367111206
2883
- ],
2884
- [
2885
- 0.06239824742078781
2886
- ],
2887
- [
2888
- 0.06235749274492264
2889
- ],
2890
- [
2891
- 0.0623156763613224
2892
- ],
2893
- [
2894
- 0.06227266415953636
2895
- ],
2896
- [
2897
- 0.06222859397530556
2898
- ],
2899
- [
2900
- 0.06218421831727028
2901
- ],
2902
- [
2903
- 0.062139179557561874
2904
- ],
2905
- [
2906
- 0.06209322437644005
2907
- ],
2908
- [
2909
- 0.06204669177532196
2910
- ],
2911
- [
2912
- 0.061999499797821045
2913
- ],
2914
- [
2915
- 0.06195094436407089
2916
- ],
2917
- [
2918
- 0.061901211738586426
2919
- ],
2920
- [
2921
- 0.06185092404484749
2922
- ],
2923
- [
2924
- 0.06180015206336975
2925
- ],
2926
- [
2927
- 0.061748769134283066
2928
- ],
2929
- [
2930
- 0.06169651448726654
2931
- ],
2932
- [
2933
- 0.0616433210670948
2934
- ],
2935
- [
2936
- 0.06158915534615517
2937
- ],
2938
- [
2939
- 0.06153417378664017
2940
- ],
2941
- [
2942
- 0.06147753447294235
2943
- ],
2944
- [
2945
- 0.06141975149512291
2946
- ],
2947
- [
2948
- 0.06136101484298706
2949
- ],
2950
- [
2951
- 0.061301298439502716
2952
- ],
2953
- [
2954
- 0.061241086572408676
2955
- ],
2956
- [
2957
- 0.061179716140031815
2958
- ],
2959
- [
2960
- 0.061117541044950485
2961
- ],
2962
- [
2963
- 0.06105392053723335
2964
- ],
2965
- [
2966
- 0.060988593846559525
2967
- ],
2968
- [
2969
- 0.060921214520931244
2970
- ],
2971
- [
2972
- 0.06085265055298805
2973
- ],
2974
- [
2975
- 0.06078236922621727
2976
- ]
2977
- ],
2978
- "stepwise_std": [
2979
- [
2980
- 0.2380027174949646
2981
- ],
2982
- [
2983
- 0.23790889978408813
2984
- ],
2985
- [
2986
- 0.23783844709396362
2987
- ],
2988
- [
2989
- 0.23777224123477936
2990
- ],
2991
- [
2992
- 0.23769618570804596
2993
- ],
2994
- [
2995
- 0.23761790990829468
2996
- ],
2997
- [
2998
- 0.2375461906194687
2999
- ],
3000
- [
3001
- 0.2374706268310547
3002
- ],
3003
- [
3004
- 0.23735684156417847
3005
- ],
3006
- [
3007
- 0.2372768670320511
3008
- ],
3009
- [
3010
- 0.23719343543052673
3011
- ],
3012
- [
3013
- 0.2371082901954651
3014
- ],
3015
- [
3016
- 0.2370229810476303
3017
- ],
3018
- [
3019
- 0.23693455755710602
3020
- ],
3021
- [
3022
- 0.23684009909629822
3023
- ],
3024
- [
3025
- 0.23681969940662384
3026
- ],
3027
- [
3028
- 0.23689411580562592
3029
- ],
3030
- [
3031
- 0.23684866726398468
3032
- ],
3033
- [
3034
- 0.23675194382667542
3035
- ],
3036
- [
3037
- 0.23665376007556915
3038
- ],
3039
- [
3040
- 0.23655346035957336
3041
- ],
3042
- [
3043
- 0.23645202815532684
3044
- ],
3045
- [
3046
- 0.23634886741638184
3047
- ],
3048
- [
3049
- 0.23626071214675903
3050
- ],
3051
- [
3052
- 0.2361680418252945
3053
- ],
3054
- [
3055
- 0.2360377311706543
3056
- ],
3057
- [
3058
- 0.23593056201934814
3059
- ],
3060
- [
3061
- 0.2358085811138153
3062
- ],
3063
- [
3064
- 0.23569481074810028
3065
- ],
3066
- [
3067
- 0.2355712503194809
3068
- ],
3069
- [
3070
- 0.23546284437179565
3071
- ],
3072
- [
3073
- 0.23532383143901825
3074
- ]
3075
- ]
3076
- }
3077
- }
3078
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/debug-internal.log DELETED
@@ -1,8 +0,0 @@
1
- {"time":"2025-12-20T12:16:41.884852271Z","level":"INFO","msg":"stream: starting","core version":"0.23.1"}
2
- {"time":"2025-12-20T12:16:42.885663635Z","level":"INFO","msg":"stream: created new stream","id":"1p1f1w70"}
3
- {"time":"2025-12-20T12:16:42.885729316Z","level":"INFO","msg":"handler: started","stream_id":"1p1f1w70"}
4
- {"time":"2025-12-20T12:16:42.895315785Z","level":"INFO","msg":"stream: started","id":"1p1f1w70"}
5
- {"time":"2025-12-20T12:16:42.895328349Z","level":"INFO","msg":"writer: started","stream_id":"1p1f1w70"}
6
- {"time":"2025-12-20T12:16:42.895337235Z","level":"INFO","msg":"sender: started","stream_id":"1p1f1w70"}
7
- {"time":"2025-12-20T21:00:15.90867878Z","level":"INFO","msg":"api: retrying HTTP error","status":502,"url":"https://api.bandw.top/files/cuijianning1996-galaxea-ai/merge_pipeline/1p1f1w70/file_stream","body":"error code: 502"}
8
- {"time":"2025-12-21T07:55:31.235552428Z","level":"INFO","msg":"api: retrying HTTP error","status":502,"url":"https://api.bandw.top/files/cuijianning1996-galaxea-ai/merge_pipeline/1p1f1w70/file_stream","body":"error code: 502"}
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/debug.log DELETED
@@ -1,22 +0,0 @@
1
- 2025-12-20 12:16:41,533 INFO MainThread:2691 [wandb_setup.py:_flush():80] Current SDK version is 0.23.1
2
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_setup.py:_flush():80] Configure stats pid to 2691
3
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_setup.py:_flush():80] Loading settings from /root/.config/wandb/settings
4
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_setup.py:_flush():80] Loading settings from /vla_fulltime/jianning.cui/code/GalaxeaFM/wandb/settings
5
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_setup.py:_flush():80] Loading settings from environment variables
6
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:setup_run_log_directory():714] Logging user logs to /vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35/wandb/wandb/run-20251220_121641-1p1f1w70/logs/debug.log
7
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:setup_run_log_directory():715] Logging internal logs to /vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35/wandb/wandb/run-20251220_121641-1p1f1w70/logs/debug-internal.log
8
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:init():841] calling init triggers
9
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:init():846] wandb.init called with sweep_config: {}
10
- config: {'_wandb': {}}
11
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:init():889] starting backend
12
- 2025-12-20 12:16:41,872 INFO MainThread:2691 [wandb_init.py:init():892] sending inform_init request
13
- 2025-12-20 12:16:41,881 INFO MainThread:2691 [wandb_init.py:init():900] backend started and connected
14
- 2025-12-20 12:16:41,882 INFO MainThread:2691 [wandb_init.py:init():970] updated telemetry
15
- 2025-12-20 12:16:42,030 INFO MainThread:2691 [wandb_init.py:init():994] communicating run to backend with 90.0 second timeout
16
- 2025-12-20 12:16:44,346 INFO MainThread:2691 [wandb_init.py:init():1041] starting run threads in backend
17
- 2025-12-20 12:16:45,087 INFO MainThread:2691 [wandb_run.py:_console_start():2521] atexit reg
18
- 2025-12-20 12:16:45,087 INFO MainThread:2691 [wandb_run.py:_redirect():2369] redirect: wrap_raw
19
- 2025-12-20 12:16:45,087 INFO MainThread:2691 [wandb_run.py:_redirect():2438] Wrapping output streams.
20
- 2025-12-20 12:16:45,087 INFO MainThread:2691 [wandb_run.py:_redirect():2461] Redirects installed.
21
- 2025-12-20 12:16:45,096 INFO MainThread:2691 [wandb_init.py:init():1081] run started, returning control to user process
22
- 2025-12-20 12:16:45,099 INFO MainThread:2691 [wandb_run.py:_config_callback():1396] config_cb None None {'seed': 7, 'resume_ckpt': None, 'output_dir': '/vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35', 'checkpointing_steps': 17834, 'logger': {'type': 'wandb', 'log_steps': 10, 'task': 'merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks', 'project': 'merge_pipeline', 'experiment_name': 'r1lite_g0_pp_bbox_400_tasks', 'mode': 'online', 'workspace': 'cuijianning1996-galaxea-ai', 'dir': '/vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35/wandb'}, 'batch_size_val': 16, 'eval_episodes_num': 1, 'ckpt_path': None, 'env': 'R1ProBlocksStackEasy', 'target_controller_type': 'bimanual_relaxed_ik', 'tags': None, 'edp': {'card': None, 'training_time': '2025-12-20_12-10-35', 'git_branch': None, 'git_commit': None, 'root': None, 'repo_ids': None, 'save_dir': '/vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35', 'tags': None, 'max_steps': None, 'batch_size': 4}, 'data': {'_target_': 'galaxea_fm.data.galaxea_lerobot_dataset.GalaxeaLerobotDataset', 'dataset_dirs': None, 'shape_meta': {'action': [{'key': 'left_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'left_gripper', 'raw_shape': 1, 'shape': 1}, {'key': 'right_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'right_gripper', 'raw_shape': 1, 'shape': 1}], 'state': [{'key': 'left_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'left_gripper', 'raw_shape': 1, 'shape': 1}, {'key': 'right_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'right_gripper', 'raw_shape': 1, 'shape': 1}], 'images': [{'key': 'head_condition', 'raw_shape': [3, 224, 224], 'shape': [3, 224, 224]}, {'key': 'head_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}, {'key': 'left_wrist_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}, {'key': 'right_wrist_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}]}, 'action_size': 32, 'past_action_size': 0, 'obs_size': 1, 'ee_start_moving_thresh': 0.0, 'val_set_proportion': 0.05, 'use_bbox_condition': True, 'dataset_root': '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox', 'dataset_prefixes': ['BENCH', 'Bench']}, 'model': {'pretrained_ckpt': '/galaxea_dataset/mnt/tmp/pp_wt_img_cond/checkpoints/org2fm_v2.pt', 'use_pretrained_norm_stats': True, 'model_weights_to_bf16': False, 'enable_bf16_training': True, 'use_torch_compile': False, 'find_unused_parameters': False, 'batch_size': 4, 'num_workers': 4, 'pin_memory': True, 'persistent_workers': True, 'max_epochs': 4, 'max_steps': None, 'grad_accumulation_steps': 1, 'use_8bit_optimizer': False, 'learning_rate': 2.5e-05, 'weight_decay': 1e-06, 'betas': [0.9, 0.999], 'lr_scheduler_type': 'cosine', 'warmup_steps': 500, 'max_grad_norm': 1.0, 'use_ema': False, 'ema': {'update_after_step': 0, 'power': 0.67}, 'use_sync_bn': False, 'processor': {'_target_': 'galaxea_fm.processors.galaxea_zero_processor.GalaxeaZeroProcessor', 'shape_meta': {'action': [{'key': 'left_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'left_gripper', 'raw_shape': 1, 'shape': 1}, {'key': 'right_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'right_gripper', 'raw_shape': 1, 'shape': 1}], 'state': [{'key': 'left_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'left_gripper', 'raw_shape': 1, 'shape': 1}, {'key': 'right_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'right_gripper', 'raw_shape': 1, 'shape': 1}], 'images': [{'key': 'head_condition', 'raw_shape': [3, 224, 224], 'shape': [3, 224, 224]}, {'key': 'head_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}, {'key': 'left_wrist_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}, {'key': 'right_wrist_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}]}, 'num_obs_steps': 1, 'action_state_transforms': [{'_target_': 'galaxea_fm.transforms.relative_action.RelativeJointTransform', 'keys': ['left_arm', 'right_arm']}], 'use_stepwise_action_norm': True, 'norm_default_mode': 'z-score', 'norm_exception_mode': {'action': {'left_gripper': '0/100', 'right_gripper': '0/100'}}, 'action_state_merger': {'_target_': 'galaxea_fm.transforms.action_state_merger.ConcatLeftAlign'}, 'train_transforms': {'head_condition': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'head_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'left_wrist_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'right_wrist_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}]}, 'val_transforms': {'head_condition': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'head_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'left_wrist_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'right_wrist_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}]}, 'num_output_cameras': 4, 'use_zh_instruction': False, 'drop_high_level_prob': 1.0, 'pad_token_id': 0, 'image_token_index': 257152, 'tokenizer_params': {'pretrained_model_name_or_path': 'google/paligemma-3b-pt-224', 'local_files_only': False, 'token': None}, 'max_text_tokens': 55, 'max_image_text_tokens': 1079, 'num_input_cameras': 4, 'num_image_tokens_per_camera': 256}, 'model_arch': {'_target_': 'galaxea_fm.models.galaxea_zero.galaxea_zero_policy.GalaxeaZeroPolicy', 'model_name': 'galaxea_fm.models.galaxea_zero.galaxea_zero_policy.GalaxeaZero', 'pretrained_model_path': '/vla_fulltime/jianning.cui/code/GalaxeaFM/google/paligemma-3b-pt-224', 'vla_training_strategy': 'vla-full-train', 'backbone_lr_multiplier': 1.0, 'image_token_index': 257152, 'pad_token_id': 0, 'vocab_size': 257216, 'cond_steps': 1, 'horizon_steps': 32, 'max_text_tokens': 55, 'max_image_text_tokens': 1079, 'num_input_images': 4, 'num_extra_image_tokens_per_camera': 0, 'final_action_clip_value': None, 'action_dim': 14, 'proprio_dim': 14, 'action_decoder_layers': 2, 'action_expert_adaptive_mode': None, 'flow_sampling': 'beta', 'num_inference_steps': 10, 'vision': {'name': 'galaxea_fm.models.galaxea_zero.paligemma.siglip.SiglipVisionModel', 'hidden_size': 1152, 'intermediate_size': 4304, 'num_hidden_layers': 27, 'num_attention_heads': 16, 'num_channels': 3, 'image_size': 224, 'patch_size': 14, 'layer_norm_eps': 1e-06, 'attention_dropout': 0.0, 'num_image_tokens': 256}, 'vision_projector': {'name': 'galaxea_fm.models.galaxea_zero.paligemma.siglip.PaliGemmaMultiModalProjector', 'vision_config': {'hidden_size': 1152, 'projection_dim': 2048}}, 'joint': {'name': 'galaxea_fm.models.galaxea_zero.joint_model.JointModel', 'action_expert_adaptive_mode': None, 'mixture': {'vlm': {'hidden_size': 2048, 'intermediate_size': 16384, 'use_final_norm': False, 'cache': True}, 'proprio': {'hidden_size': 1024, 'intermediate_size': 4096, 'use_final_norm': True, 'cache': True, 'adaptive_mode': None}, 'action': {'hidden_size': 1024, 'intermediate_size': 4096, 'use_final_norm': True, 'cache': False, 'adaptive_mode': None}}, 'time_hidden_size': 256, 'num_hidden_layers': 18, 'num_attention_heads': 8, 'num_key_value_heads': 1, 'head_dim': 256, 'max_position_embeddings': 8192, 'rms_norm_eps': 1e-06, 'rope_theta': 10000.0, 'attention_bias': False, 'attention_dropout': 0.0}}}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/latest-run/files/output.log DELETED
@@ -1,93 +0,0 @@
1
- 12/20 [12:16:45] INFO | >> Initialized wandb tracker train_utils.py:66
2
- dataset_dirs:['/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Plac_Photo_Frame_Evenly_Distributed_Round_7_20250929_007/BENCH_Pick_And_Plac_Photo_Frame_Evenly_Distributed_Round_7_20250929_007/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items100_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items100_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items103_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items103_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items104_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items104_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items105_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items105_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items106_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items106_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items107_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items107_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items108_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items108_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items109_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items109_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items10_Evenly_Distributed_Round_13_20251022_007/BENCH_Pick_And_Place_20_Items10_Evenly_Distributed_Round_13_20251022_007/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items111_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items111_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items113_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items113_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items115_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items115_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items116_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items116_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_13_20251022_007/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_13_20251022_007/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_13_20251022_018/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_13_20251022_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_14_251125_019/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_14_251125_019/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_9_20251015_007/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_9_20251015_007/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items121_Evenly_Distributed_Round_13_20251028_018/BENCH_Pick_And_Place_20_Items121_Evenly_Distributed_Round_13_20251028_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items122_Evenly_Distributed_Round_13_20251028_018/BENCH_Pick_And_Place_20_Items122_Evenly_Distributed_Round_1
3
- INFO | >> [Dataset] Expanded 384 finetune.py:284
4
- dataset_dirs from
5
- root=/galaxea_dataset/galaxea/pp_proje
6
- ct/lerobot_with_bbox
7
- INFO | >> [Dataset] First 5: finetune.py:285
8
- INFO | >> finetune.py:287
9
- /galaxea_dataset/galaxea/pp_project/le
10
- robot_with_bbox/BENCH_Pick_And_Plac_Ph
11
- oto_Frame_Evenly_Distributed_Round_7_2
12
- 0250929_007/BENCH_Pick_And_Plac_Photo_
13
- Frame_Evenly_Distributed_Round_7_20250
14
- 929_007/
15
- INFO | >> finetune.py:287
16
- /galaxea_dataset/galaxea/pp_project/le
17
- robot_with_bbox/BENCH_Pick_And_Place_2
18
- 0_Items100_Evenly_Distributed_Round_13
19
- _20251027_018/BENCH_Pick_And_Place_20_
20
- Items100_Evenly_Distributed_Round_13_2
21
- 0251027_018/
22
- INFO | >> finetune.py:287
23
- /galaxea_dataset/galaxea/pp_project/le
24
- robot_with_bbox/BENCH_Pick_And_Place_2
25
- 0_Items103_Evenly_Distributed_Round_13
26
- _20251027_018/BENCH_Pick_And_Place_20_
27
- Items103_Evenly_Distributed_Round_13_2
28
- 0251027_018/
29
- INFO | >> finetune.py:287
30
- /galaxea_dataset/galaxea/pp_project/le
31
- robot_with_bbox/BENCH_Pick_And_Place_2
32
- 0_Items104_Evenly_Distributed_Round_13
33
- _20251027_018/BENCH_Pick_And_Place_20_
34
- Items104_Evenly_Distributed_Round_13_2
35
- 0251027_018/
36
- INFO | >> finetune.py:287
37
- /galaxea_dataset/galaxea/pp_project/le
38
- robot_with_bbox/BENCH_Pick_And_Place_2
39
- 0_Items105_Evenly_Distributed_Round_13
40
- _20251027_018/BENCH_Pick_And_Place_20_
41
- Items105_Evenly_Distributed_Round_13_2
42
- 0251027_018/
43
- 12/20 [12:37:38] INFO | >> Detected GPU: NVIDIA train_utils.py:177
44
- A800-SXM4-80GB, dtype:
45
- torch.bfloat16, peak FLOPS: 312.0
46
- TFLOPS
47
- INFO | >> Model parameters: 3239.17M train_utils.py:252
48
- INFO | >> Estimated FLOPs/step: train_utils.py:253
49
- 5241.64 TFLOPs
50
- INFO | >> MFU Tracker initialized: train_utils.py:136
51
- INFO | >> Training mode: AMP train_utils.py:137
52
- (torch.bfloat16)
53
- INFO | >> GPU Peak: 312.0 TFLOPS/GPU train_utils.py:138
54
- (torch.bfloat16)
55
- INFO | >> Total Peak (80 GPUs): train_utils.py:139
56
- 24960.0 TFLOPS
57
- INFO | >> Model FLOPs/step: 5241.64 train_utils.py:140
58
- TFLOPs
59
- /vla_fulltime/jianning.cui/code/GalaxeaFM/.venv/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:4631: UserWarning: No device id is provided via `init_process_group` or `barrier `. Using the current device set by the user.
60
- warnings.warn( # warn only once
61
- Epoch 0, Step 17833, Loss: 0.0523: 6%|▋ | 17834/285328 [4:59:52<71:19:10, 1.04it/s]/vla_fulltime/jianning.cui/code/GalaxeaFM/.venv/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:4631: UserWarning: No device id is provided via `init_process_group` or `barrier `. Using the current device set by the user.
62
- 12/20 [17:37:32] INFO | >> Saving model checkpoint for step finetune.py:521
63
- 17834 ...
64
- [2025-12-20 17:37:34,011] [INFO] [real_accelerator.py:219:get_accelerator] Setting ds_accelerator to cuda (auto detect)
65
- 12/20 [17:37:36] INFO | >> cc -pthread -Wno-unused-result spawn.py:77
66
- -Wsign-compare -Wunreachable-code -DNDEBUG
67
- -g -fwrapv -O3 -Wall -fPIC -fPIC -c
68
- /tmp/tmpvctvfu0i/test.c -o
69
- /tmp/tmpvctvfu0i/test.o
70
- INFO | >> cc -pthread /tmp/tmpvctvfu0i/test.o spawn.py:77
71
- -laio -o /tmp/tmpvctvfu0i/a.out
72
- 12/20 [17:37:37] INFO | >> cc -pthread -Wno-unused-result spawn.py:77
73
- -Wsign-compare -Wunreachable-code -DNDEBUG
74
- -g -fwrapv -O3 -Wall -fPIC -fPIC -c
75
- /tmp/tmptk2ttbv1/test.c -o
76
- /tmp/tmptk2ttbv1/test.o
77
- INFO | >> cc -pthread /tmp/tmptk2ttbv1/test.o spawn.py:77
78
- -L/usr/local/cuda -L/usr/local/cuda/lib64
79
- -lcufile -o /tmp/tmptk2ttbv1/a.out
80
- warnings.warn( # warn only once
81
- Epoch 1, Step 136003, Loss: 0.0093: 48%|████▊ | 136004/285328 [37:54:22<39:50:02, 1.04it/s]
82
- 12/20 [22:37:12] INFO | >> Saving model checkpoint for step finetune.py:521
83
- 35668 ...
84
- 12/21 [03:35:24] INFO | >> Saving model checkpoint for step finetune.py:521
85
- 53502 ...
86
- 12/21 [08:33:08] INFO | >> Saving model checkpoint for step finetune.py:521
87
- 71336 ...
88
- 12/21 [13:30:41] INFO | >> Saving model checkpoint for step finetune.py:521
89
- 89170 ...
90
- 12/21 [18:28:00] INFO | >> Saving model checkpoint for step finetune.py:521
91
- 107004 ...
92
- 12/21 [23:25:30] INFO | >> Saving model checkpoint for step finetune.py:521
93
- 124838 ...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/latest-run/files/requirements.txt DELETED
@@ -1,259 +0,0 @@
1
- coloredlogs==15.0.1
2
- docstring_parser==0.17.0
3
- filelock==3.20.0
4
- triton==3.3.1
5
- rootutils==1.0.7
6
- py-cpuinfo==9.0.0
7
- Markdown==3.10
8
- nvidia-cufft-cu12==11.3.3.41
9
- alembic==1.17.1
10
- yapf==0.40.2
11
- optuna==2.10.1
12
- pluggy==1.6.0
13
- sympy==1.14.0
14
- Mako==1.3.10
15
- torchmetrics==1.7.4
16
- kiwisolver==1.4.9
17
- platformdirs==4.5.0
18
- easydict==1.9
19
- pyasn1_modules==0.4.2
20
- jsonschema-specifications==2025.9.1
21
- Jinja2==3.1.6
22
- stevedore==5.5.0
23
- sentry-sdk==2.48.0
24
- pynvml==13.0.1
25
- fastjsonschema==2.21.2
26
- pytest==8.3.4
27
- mplib==0.2.1
28
- arm_pytorch_utilities==0.4.3
29
- gitdb==4.0.12
30
- termcolor==2.4.0
31
- aiosignal==1.4.0
32
- open3d==0.18.0
33
- google-auth==2.43.0
34
- galaxea_fm==0.0.1
35
- Flask==3.1.2
36
- nvidia-cusolver-cu12==11.7.2.55
37
- swankit==0.2.4
38
- nest-asyncio==1.6.0
39
- s3transfer==0.14.0
40
- frozenlist==1.8.0
41
- nvidia-cuda-runtime-cu12==12.8.57
42
- jsonlines==4.0.0
43
- transformers==4.47.1
44
- multiprocess==0.70.16
45
- iniconfig==2.3.0
46
- jupytext==1.16.6
47
- beautifulsoup4==4.14.2
48
- toppra==0.6.3
49
- retrying==1.4.2
50
- wandb==0.23.1
51
- peft==0.11.1
52
- async-timeout==5.0.1
53
- annotated-types==0.7.0
54
- typing-inspect==0.9.0
55
- antlr4-python3-runtime==4.9.3
56
- robomimic==0.2.0
57
- sapien==3.0.0b1
58
- contourpy==1.3.2
59
- torchcodec==0.4.0+cu128
60
- charset-normalizer==3.4.4
61
- simplejson==3.20.2
62
- PySocks==1.7.1
63
- nvidia-cublas-cu12==12.8.3.14
64
- scikit-learn==1.7.2
65
- pyparsing==3.2.5
66
- python-dotenv==1.2.1
67
- hjson==3.1.0
68
- tensorboard-data-server==0.7.2
69
- egl_probe==1.0.2
70
- hydra-core==1.3.2
71
- six==1.17.0
72
- certifi==2025.10.5
73
- lxml==6.0.2
74
- fasteners==0.20
75
- tqdm==4.67.1
76
- nvidia-nvjitlink-cu12==12.8.61
77
- pyecharts==2.0.9
78
- botocore==1.40.68
79
- addict==2.4.0
80
- zipp==3.23.0
81
- colorlog==6.10.1
82
- nvidia-cusparse-cu12==12.5.7.53
83
- rich==13.9.4
84
- wcwidth==0.2.14
85
- pycparser==2.23
86
- jsonschema==4.25.1
87
- typing-inspection==0.4.2
88
- plotly==6.2.0
89
- tzdata==2025.2
90
- soupsieve==2.8
91
- nvidia-ml-py==13.580.82
92
- dash==3.2.0
93
- ninja==1.13.0
94
- nvidia-cuda-nvrtc-cu12==12.8.61
95
- polygraphy==0.49.26
96
- propcache==0.4.1
97
- nvidia-cufile-cu12==1.13.0.11
98
- grpcio==1.76.0
99
- autopage==0.5.2
100
- pyperclip==1.11.0
101
- multidict==6.7.0
102
- nvidia-cuda-cupti-cu12==12.8.57
103
- typing_extensions==4.15.0
104
- urllib3==2.5.0
105
- pydantic_core==2.41.5
106
- zarr==2.18.3
107
- attrs==25.4.0
108
- narwhals==2.10.2
109
- yarl==1.22.0
110
- mdurl==0.1.2
111
- cffi==2.0.0
112
- google-auth-oauthlib==1.2.2
113
- scipy==1.15.3
114
- nvidia-nccl-cu12==2.26.2
115
- networkx==3.4.2
116
- numba==0.61.2
117
- pyasn1==0.6.1
118
- imageio==2.34.1
119
- humanfriendly==10.0
120
- plyfile==1.0.3
121
- ConfigArgParse==1.7.1
122
- hydra-colorlog==1.2.0
123
- glfw==2.10.0
124
- gymnasium==0.29.1
125
- torchvision==0.22.1+cu128
126
- ema-pytorch==0.7.7
127
- click==8.3.0
128
- nbformat==5.10.4
129
- requests-oauthlib==2.0.0
130
- protobuf==4.25.8
131
- pymunk==6.11.1
132
- GitPython==3.1.45
133
- tensorboardX==2.6.4
134
- cmd2==2.7.0
135
- importlib_resources==6.5.2
136
- fonttools==4.60.1
137
- joblib==1.5.2
138
- greenlet==3.2.4
139
- datasets==3.6.0
140
- cycler==0.12.1
141
- prettytable==3.16.0
142
- rsa==4.9.1
143
- rich-argparse==1.7.2
144
- setuptools==80.9.0
145
- requests==2.32.5
146
- tokenizers==0.21.4
147
- mypy_extensions==1.1.0
148
- pillow==10.2.0
149
- h5py==3.14.0
150
- robosuite==1.4.0
151
- thop==0.1.1-2209072238
152
- SQLAlchemy==2.0.44
153
- lightning-utilities==0.15.2
154
- numcodecs==0.13.1
155
- regex==2025.11.3
156
- Werkzeug==3.1.3
157
- omegaconf==2.3.0
158
- imageio-ffmpeg==0.6.0
159
- pytorch_kinematics_ms==0.7.3
160
- flatbuffers==25.9.23
161
- deepspeed==0.15.4
162
- boto3==1.40.68
163
- importlib_metadata==8.7.0
164
- transforms3d==0.4.1
165
- packaging==25.0
166
- blinker==1.9.0
167
- bddl==1.0.1
168
- accelerate==1.2.1
169
- onnx==1.18.0
170
- fsspec==2025.3.0
171
- av==14.2.0
172
- psutil==7.1.3
173
- deepdiff==8.5.0
174
- xxhash==3.6.0
175
- torch==2.7.1+cu128
176
- dill==0.3.8
177
- PyYAML==6.0.3
178
- mujoco==3.4.0
179
- vit-pytorch==1.9.1
180
- mdit-py-plugins==0.5.0
181
- opencv-python==4.10.0.84
182
- nvidia-cusparselt-cu12==0.6.3
183
- galaxea-sim==0.1.0
184
- nvidia-cudnn-cu12==9.7.1.26
185
- onnx_graphsurgeon==0.5.8
186
- idna==3.11
187
- swanlab==0.6.9
188
- mpmath==1.3.0
189
- etils==1.13.0
190
- cliff==4.11.0
191
- nvidia-curand-cu12==10.3.9.55
192
- crcmod==1.7
193
- jmespath==1.0.1
194
- hf-xet==1.2.0
195
- referencing==0.37.0
196
- pandas==2.2.3
197
- huggingface-hub==0.33.4
198
- diffusers==0.29.0
199
- pyarrow==22.0.0
200
- onnxoptimizer==0.3.13
201
- absl-py==1.4.0
202
- asciitree==0.3.3
203
- SharedArray==3.2.4
204
- markdown-it-py==4.0.0
205
- oauthlib==3.3.1
206
- cloudpickle==3.1.2
207
- tensorboard==2.15.2
208
- pyyaml-include==1.4.1
209
- loguru==0.7.3
210
- pytorch-seed==0.2.0
211
- aiohttp==3.13.2
212
- gdown==5.2.0
213
- cmaes==0.12.0
214
- onnxruntime==1.23.2
215
- hydra-optuna-sweeper==1.2.0
216
- pyquaternion==0.9.9
217
- cachetools==6.2.1
218
- einops==0.8.0
219
- MarkupSafe==3.0.3
220
- PyOpenGL==3.1.10
221
- Pygments==2.19.2
222
- Farama-Notifications==0.0.4
223
- timm==0.9.10
224
- traitlets==5.14.3
225
- pyserial==3.5
226
- seaborn==0.13.2
227
- jupyter_core==5.9.1
228
- safetensors==0.5.0
229
- smmap==5.0.2
230
- tyro==0.9.28
231
- pydantic==2.12.4
232
- exceptiongroup==1.3.0
233
- torchaudio==2.7.1+cu128
234
- rpds-py==0.28.0
235
- draccus==0.10.0
236
- matplotlib==3.10.0
237
- mergedeep==1.3.4
238
- nvidia-nvtx-cu12==12.8.55
239
- trimesh==4.7.3
240
- shtab==1.7.2
241
- pytz==2025.2
242
- aiohappyeyeballs==2.6.1
243
- future==0.18.2
244
- python-dateutil==2.9.0.post0
245
- itsdangerous==2.2.0
246
- toml==0.10.2
247
- Deprecated==1.3.1
248
- numpy==1.26.4
249
- tos==2.8.7
250
- typeguard==4.4.4
251
- torch_geometric==2.5.3
252
- orderly-set==5.5.0
253
- wrapt==2.0.1
254
- msgpack==1.1.2
255
- tomli==2.3.0
256
- threadpoolctl==3.6.0
257
- llvmlite==0.44.0
258
- coacd==1.0.5
259
- galaxea_fm==0.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/latest-run/files/wandb-metadata.json DELETED
@@ -1,92 +0,0 @@
1
- {
2
- "os": "Linux-5.4.250-2-velinux1u1-amd64-x86_64-with-glibc2.31",
3
- "python": "CPython 3.10.16",
4
- "startedAt": "2025-12-20T12:16:41.486579Z",
5
- "args": [
6
- "task=merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks"
7
- ],
8
- "program": "/vla_fulltime/jianning.cui/code/GalaxeaFM/scripts/finetune.py",
9
- "codePath": "scripts/finetune.py",
10
- "codePathLocal": "scripts/finetune.py",
11
- "git": {
12
- "remote": "https://cnb.cool/galaxea.ai/FoundationModel/GalaxeaFM",
13
- "commit": "2add87daa168a0bb9f5fa79c33b00b811dbf8eb2"
14
- },
15
- "email": "cuijianning1996@sina.com",
16
- "root": "/vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35/wandb",
17
- "host": "t-20251220200709-gqgj9-worker-0",
18
- "executable": "/vla_fulltime/jianning.cui/code/GalaxeaFM/.venv/bin/python",
19
- "cpu_count": 64,
20
- "cpu_count_logical": 128,
21
- "gpu": "NVIDIA A800-SXM4-80GB",
22
- "gpu_count": 8,
23
- "disk": {
24
- "/": {
25
- "total": "3779302981632",
26
- "used": "226878947328"
27
- }
28
- },
29
- "memory": {
30
- "total": "2112525561856"
31
- },
32
- "gpu_nvidia": [
33
- {
34
- "name": "NVIDIA A800-SXM4-80GB",
35
- "memoryTotal": "85899345920",
36
- "cudaCores": 6912,
37
- "architecture": "Ampere",
38
- "uuid": "GPU-effb492c-5c27-9c2f-0eed-fc2066d8d2f1"
39
- },
40
- {
41
- "name": "NVIDIA A800-SXM4-80GB",
42
- "memoryTotal": "85899345920",
43
- "cudaCores": 6912,
44
- "architecture": "Ampere",
45
- "uuid": "GPU-c03913a4-e871-1dc7-5ebf-9b7a2b2b7440"
46
- },
47
- {
48
- "name": "NVIDIA A800-SXM4-80GB",
49
- "memoryTotal": "85899345920",
50
- "cudaCores": 6912,
51
- "architecture": "Ampere",
52
- "uuid": "GPU-2b9eb220-0095-22c0-12e1-a6f82708cb20"
53
- },
54
- {
55
- "name": "NVIDIA A800-SXM4-80GB",
56
- "memoryTotal": "85899345920",
57
- "cudaCores": 6912,
58
- "architecture": "Ampere",
59
- "uuid": "GPU-8a4f4e04-6c1d-bc8b-b562-0a77cbd8635f"
60
- },
61
- {
62
- "name": "NVIDIA A800-SXM4-80GB",
63
- "memoryTotal": "85899345920",
64
- "cudaCores": 6912,
65
- "architecture": "Ampere",
66
- "uuid": "GPU-b3299029-de5c-3f52-7968-06fb0fb9e57f"
67
- },
68
- {
69
- "name": "NVIDIA A800-SXM4-80GB",
70
- "memoryTotal": "85899345920",
71
- "cudaCores": 6912,
72
- "architecture": "Ampere",
73
- "uuid": "GPU-d445873f-1a8b-30c1-3bac-6b840dfcceb3"
74
- },
75
- {
76
- "name": "NVIDIA A800-SXM4-80GB",
77
- "memoryTotal": "85899345920",
78
- "cudaCores": 6912,
79
- "architecture": "Ampere",
80
- "uuid": "GPU-c9c70444-c3c4-cb9c-423a-46f4930f3429"
81
- },
82
- {
83
- "name": "NVIDIA A800-SXM4-80GB",
84
- "memoryTotal": "85899345920",
85
- "cudaCores": 6912,
86
- "architecture": "Ampere",
87
- "uuid": "GPU-0d06ea56-4f76-214e-a422-cacb484ebccd"
88
- }
89
- ],
90
- "cudaVersion": "12.4",
91
- "writerId": "5k8nskq4uaxelzy8dqdpy8869qcxv91l"
92
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/latest-run/logs/debug-internal.log DELETED
@@ -1,8 +0,0 @@
1
- {"time":"2025-12-20T12:16:41.884852271Z","level":"INFO","msg":"stream: starting","core version":"0.23.1"}
2
- {"time":"2025-12-20T12:16:42.885663635Z","level":"INFO","msg":"stream: created new stream","id":"1p1f1w70"}
3
- {"time":"2025-12-20T12:16:42.885729316Z","level":"INFO","msg":"handler: started","stream_id":"1p1f1w70"}
4
- {"time":"2025-12-20T12:16:42.895315785Z","level":"INFO","msg":"stream: started","id":"1p1f1w70"}
5
- {"time":"2025-12-20T12:16:42.895328349Z","level":"INFO","msg":"writer: started","stream_id":"1p1f1w70"}
6
- {"time":"2025-12-20T12:16:42.895337235Z","level":"INFO","msg":"sender: started","stream_id":"1p1f1w70"}
7
- {"time":"2025-12-20T21:00:15.90867878Z","level":"INFO","msg":"api: retrying HTTP error","status":502,"url":"https://api.bandw.top/files/cuijianning1996-galaxea-ai/merge_pipeline/1p1f1w70/file_stream","body":"error code: 502"}
8
- {"time":"2025-12-21T07:55:31.235552428Z","level":"INFO","msg":"api: retrying HTTP error","status":502,"url":"https://api.bandw.top/files/cuijianning1996-galaxea-ai/merge_pipeline/1p1f1w70/file_stream","body":"error code: 502"}
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/latest-run/logs/debug.log DELETED
@@ -1,22 +0,0 @@
1
- 2025-12-20 12:16:41,533 INFO MainThread:2691 [wandb_setup.py:_flush():80] Current SDK version is 0.23.1
2
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_setup.py:_flush():80] Configure stats pid to 2691
3
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_setup.py:_flush():80] Loading settings from /root/.config/wandb/settings
4
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_setup.py:_flush():80] Loading settings from /vla_fulltime/jianning.cui/code/GalaxeaFM/wandb/settings
5
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_setup.py:_flush():80] Loading settings from environment variables
6
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:setup_run_log_directory():714] Logging user logs to /vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35/wandb/wandb/run-20251220_121641-1p1f1w70/logs/debug.log
7
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:setup_run_log_directory():715] Logging internal logs to /vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35/wandb/wandb/run-20251220_121641-1p1f1w70/logs/debug-internal.log
8
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:init():841] calling init triggers
9
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:init():846] wandb.init called with sweep_config: {}
10
- config: {'_wandb': {}}
11
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:init():889] starting backend
12
- 2025-12-20 12:16:41,872 INFO MainThread:2691 [wandb_init.py:init():892] sending inform_init request
13
- 2025-12-20 12:16:41,881 INFO MainThread:2691 [wandb_init.py:init():900] backend started and connected
14
- 2025-12-20 12:16:41,882 INFO MainThread:2691 [wandb_init.py:init():970] updated telemetry
15
- 2025-12-20 12:16:42,030 INFO MainThread:2691 [wandb_init.py:init():994] communicating run to backend with 90.0 second timeout
16
- 2025-12-20 12:16:44,346 INFO MainThread:2691 [wandb_init.py:init():1041] starting run threads in backend
17
- 2025-12-20 12:16:45,087 INFO MainThread:2691 [wandb_run.py:_console_start():2521] atexit reg
18
- 2025-12-20 12:16:45,087 INFO MainThread:2691 [wandb_run.py:_redirect():2369] redirect: wrap_raw
19
- 2025-12-20 12:16:45,087 INFO MainThread:2691 [wandb_run.py:_redirect():2438] Wrapping output streams.
20
- 2025-12-20 12:16:45,087 INFO MainThread:2691 [wandb_run.py:_redirect():2461] Redirects installed.
21
- 2025-12-20 12:16:45,096 INFO MainThread:2691 [wandb_init.py:init():1081] run started, returning control to user process
22
- 2025-12-20 12:16:45,099 INFO MainThread:2691 [wandb_run.py:_config_callback():1396] config_cb None None {'seed': 7, 'resume_ckpt': None, 'output_dir': '/vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35', 'checkpointing_steps': 17834, 'logger': {'type': 'wandb', 'log_steps': 10, 'task': 'merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks', 'project': 'merge_pipeline', 'experiment_name': 'r1lite_g0_pp_bbox_400_tasks', 'mode': 'online', 'workspace': 'cuijianning1996-galaxea-ai', 'dir': '/vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35/wandb'}, 'batch_size_val': 16, 'eval_episodes_num': 1, 'ckpt_path': None, 'env': 'R1ProBlocksStackEasy', 'target_controller_type': 'bimanual_relaxed_ik', 'tags': None, 'edp': {'card': None, 'training_time': '2025-12-20_12-10-35', 'git_branch': None, 'git_commit': None, 'root': None, 'repo_ids': None, 'save_dir': '/vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35', 'tags': None, 'max_steps': None, 'batch_size': 4}, 'data': {'_target_': 'galaxea_fm.data.galaxea_lerobot_dataset.GalaxeaLerobotDataset', 'dataset_dirs': None, 'shape_meta': {'action': [{'key': 'left_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'left_gripper', 'raw_shape': 1, 'shape': 1}, {'key': 'right_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'right_gripper', 'raw_shape': 1, 'shape': 1}], 'state': [{'key': 'left_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'left_gripper', 'raw_shape': 1, 'shape': 1}, {'key': 'right_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'right_gripper', 'raw_shape': 1, 'shape': 1}], 'images': [{'key': 'head_condition', 'raw_shape': [3, 224, 224], 'shape': [3, 224, 224]}, {'key': 'head_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}, {'key': 'left_wrist_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}, {'key': 'right_wrist_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}]}, 'action_size': 32, 'past_action_size': 0, 'obs_size': 1, 'ee_start_moving_thresh': 0.0, 'val_set_proportion': 0.05, 'use_bbox_condition': True, 'dataset_root': '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox', 'dataset_prefixes': ['BENCH', 'Bench']}, 'model': {'pretrained_ckpt': '/galaxea_dataset/mnt/tmp/pp_wt_img_cond/checkpoints/org2fm_v2.pt', 'use_pretrained_norm_stats': True, 'model_weights_to_bf16': False, 'enable_bf16_training': True, 'use_torch_compile': False, 'find_unused_parameters': False, 'batch_size': 4, 'num_workers': 4, 'pin_memory': True, 'persistent_workers': True, 'max_epochs': 4, 'max_steps': None, 'grad_accumulation_steps': 1, 'use_8bit_optimizer': False, 'learning_rate': 2.5e-05, 'weight_decay': 1e-06, 'betas': [0.9, 0.999], 'lr_scheduler_type': 'cosine', 'warmup_steps': 500, 'max_grad_norm': 1.0, 'use_ema': False, 'ema': {'update_after_step': 0, 'power': 0.67}, 'use_sync_bn': False, 'processor': {'_target_': 'galaxea_fm.processors.galaxea_zero_processor.GalaxeaZeroProcessor', 'shape_meta': {'action': [{'key': 'left_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'left_gripper', 'raw_shape': 1, 'shape': 1}, {'key': 'right_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'right_gripper', 'raw_shape': 1, 'shape': 1}], 'state': [{'key': 'left_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'left_gripper', 'raw_shape': 1, 'shape': 1}, {'key': 'right_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'right_gripper', 'raw_shape': 1, 'shape': 1}], 'images': [{'key': 'head_condition', 'raw_shape': [3, 224, 224], 'shape': [3, 224, 224]}, {'key': 'head_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}, {'key': 'left_wrist_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}, {'key': 'right_wrist_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}]}, 'num_obs_steps': 1, 'action_state_transforms': [{'_target_': 'galaxea_fm.transforms.relative_action.RelativeJointTransform', 'keys': ['left_arm', 'right_arm']}], 'use_stepwise_action_norm': True, 'norm_default_mode': 'z-score', 'norm_exception_mode': {'action': {'left_gripper': '0/100', 'right_gripper': '0/100'}}, 'action_state_merger': {'_target_': 'galaxea_fm.transforms.action_state_merger.ConcatLeftAlign'}, 'train_transforms': {'head_condition': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'head_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'left_wrist_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'right_wrist_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}]}, 'val_transforms': {'head_condition': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'head_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'left_wrist_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'right_wrist_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}]}, 'num_output_cameras': 4, 'use_zh_instruction': False, 'drop_high_level_prob': 1.0, 'pad_token_id': 0, 'image_token_index': 257152, 'tokenizer_params': {'pretrained_model_name_or_path': 'google/paligemma-3b-pt-224', 'local_files_only': False, 'token': None}, 'max_text_tokens': 55, 'max_image_text_tokens': 1079, 'num_input_cameras': 4, 'num_image_tokens_per_camera': 256}, 'model_arch': {'_target_': 'galaxea_fm.models.galaxea_zero.galaxea_zero_policy.GalaxeaZeroPolicy', 'model_name': 'galaxea_fm.models.galaxea_zero.galaxea_zero_policy.GalaxeaZero', 'pretrained_model_path': '/vla_fulltime/jianning.cui/code/GalaxeaFM/google/paligemma-3b-pt-224', 'vla_training_strategy': 'vla-full-train', 'backbone_lr_multiplier': 1.0, 'image_token_index': 257152, 'pad_token_id': 0, 'vocab_size': 257216, 'cond_steps': 1, 'horizon_steps': 32, 'max_text_tokens': 55, 'max_image_text_tokens': 1079, 'num_input_images': 4, 'num_extra_image_tokens_per_camera': 0, 'final_action_clip_value': None, 'action_dim': 14, 'proprio_dim': 14, 'action_decoder_layers': 2, 'action_expert_adaptive_mode': None, 'flow_sampling': 'beta', 'num_inference_steps': 10, 'vision': {'name': 'galaxea_fm.models.galaxea_zero.paligemma.siglip.SiglipVisionModel', 'hidden_size': 1152, 'intermediate_size': 4304, 'num_hidden_layers': 27, 'num_attention_heads': 16, 'num_channels': 3, 'image_size': 224, 'patch_size': 14, 'layer_norm_eps': 1e-06, 'attention_dropout': 0.0, 'num_image_tokens': 256}, 'vision_projector': {'name': 'galaxea_fm.models.galaxea_zero.paligemma.siglip.PaliGemmaMultiModalProjector', 'vision_config': {'hidden_size': 1152, 'projection_dim': 2048}}, 'joint': {'name': 'galaxea_fm.models.galaxea_zero.joint_model.JointModel', 'action_expert_adaptive_mode': None, 'mixture': {'vlm': {'hidden_size': 2048, 'intermediate_size': 16384, 'use_final_norm': False, 'cache': True}, 'proprio': {'hidden_size': 1024, 'intermediate_size': 4096, 'use_final_norm': True, 'cache': True, 'adaptive_mode': None}, 'action': {'hidden_size': 1024, 'intermediate_size': 4096, 'use_final_norm': True, 'cache': False, 'adaptive_mode': None}}, 'time_hidden_size': 256, 'num_hidden_layers': 18, 'num_attention_heads': 8, 'num_key_value_heads': 1, 'head_dim': 256, 'max_position_embeddings': 8192, 'rms_norm_eps': 1e-06, 'rope_theta': 10000.0, 'attention_bias': False, 'attention_dropout': 0.0}}}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/latest-run/run-1p1f1w70.wandb DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb2548c318dd509596c7374a077a71d90d29e85c5b66de156fad6d22ace30294
3
- size 105938944
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/run-20251220_121641-1p1f1w70/files/output.log DELETED
@@ -1,93 +0,0 @@
1
- 12/20 [12:16:45] INFO | >> Initialized wandb tracker train_utils.py:66
2
- dataset_dirs:['/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Plac_Photo_Frame_Evenly_Distributed_Round_7_20250929_007/BENCH_Pick_And_Plac_Photo_Frame_Evenly_Distributed_Round_7_20250929_007/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items100_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items100_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items103_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items103_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items104_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items104_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items105_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items105_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items106_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items106_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items107_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items107_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items108_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items108_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items109_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items109_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items10_Evenly_Distributed_Round_13_20251022_007/BENCH_Pick_And_Place_20_Items10_Evenly_Distributed_Round_13_20251022_007/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items111_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items111_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items113_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items113_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items115_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items115_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items116_Evenly_Distributed_Round_13_20251027_018/BENCH_Pick_And_Place_20_Items116_Evenly_Distributed_Round_13_20251027_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_13_20251022_007/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_13_20251022_007/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_13_20251022_018/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_13_20251022_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_14_251125_019/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_14_251125_019/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_9_20251015_007/BENCH_Pick_And_Place_20_Items11_Evenly_Distributed_Round_9_20251015_007/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items121_Evenly_Distributed_Round_13_20251028_018/BENCH_Pick_And_Place_20_Items121_Evenly_Distributed_Round_13_20251028_018/', '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox/BENCH_Pick_And_Place_20_Items122_Evenly_Distributed_Round_13_20251028_018/BENCH_Pick_And_Place_20_Items122_Evenly_Distributed_Round_1
3
- INFO | >> [Dataset] Expanded 384 finetune.py:284
4
- dataset_dirs from
5
- root=/galaxea_dataset/galaxea/pp_proje
6
- ct/lerobot_with_bbox
7
- INFO | >> [Dataset] First 5: finetune.py:285
8
- INFO | >> finetune.py:287
9
- /galaxea_dataset/galaxea/pp_project/le
10
- robot_with_bbox/BENCH_Pick_And_Plac_Ph
11
- oto_Frame_Evenly_Distributed_Round_7_2
12
- 0250929_007/BENCH_Pick_And_Plac_Photo_
13
- Frame_Evenly_Distributed_Round_7_20250
14
- 929_007/
15
- INFO | >> finetune.py:287
16
- /galaxea_dataset/galaxea/pp_project/le
17
- robot_with_bbox/BENCH_Pick_And_Place_2
18
- 0_Items100_Evenly_Distributed_Round_13
19
- _20251027_018/BENCH_Pick_And_Place_20_
20
- Items100_Evenly_Distributed_Round_13_2
21
- 0251027_018/
22
- INFO | >> finetune.py:287
23
- /galaxea_dataset/galaxea/pp_project/le
24
- robot_with_bbox/BENCH_Pick_And_Place_2
25
- 0_Items103_Evenly_Distributed_Round_13
26
- _20251027_018/BENCH_Pick_And_Place_20_
27
- Items103_Evenly_Distributed_Round_13_2
28
- 0251027_018/
29
- INFO | >> finetune.py:287
30
- /galaxea_dataset/galaxea/pp_project/le
31
- robot_with_bbox/BENCH_Pick_And_Place_2
32
- 0_Items104_Evenly_Distributed_Round_13
33
- _20251027_018/BENCH_Pick_And_Place_20_
34
- Items104_Evenly_Distributed_Round_13_2
35
- 0251027_018/
36
- INFO | >> finetune.py:287
37
- /galaxea_dataset/galaxea/pp_project/le
38
- robot_with_bbox/BENCH_Pick_And_Place_2
39
- 0_Items105_Evenly_Distributed_Round_13
40
- _20251027_018/BENCH_Pick_And_Place_20_
41
- Items105_Evenly_Distributed_Round_13_2
42
- 0251027_018/
43
- 12/20 [12:37:38] INFO | >> Detected GPU: NVIDIA train_utils.py:177
44
- A800-SXM4-80GB, dtype:
45
- torch.bfloat16, peak FLOPS: 312.0
46
- TFLOPS
47
- INFO | >> Model parameters: 3239.17M train_utils.py:252
48
- INFO | >> Estimated FLOPs/step: train_utils.py:253
49
- 5241.64 TFLOPs
50
- INFO | >> MFU Tracker initialized: train_utils.py:136
51
- INFO | >> Training mode: AMP train_utils.py:137
52
- (torch.bfloat16)
53
- INFO | >> GPU Peak: 312.0 TFLOPS/GPU train_utils.py:138
54
- (torch.bfloat16)
55
- INFO | >> Total Peak (80 GPUs): train_utils.py:139
56
- 24960.0 TFLOPS
57
- INFO | >> Model FLOPs/step: 5241.64 train_utils.py:140
58
- TFLOPs
59
- /vla_fulltime/jianning.cui/code/GalaxeaFM/.venv/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:4631: UserWarning: No device id is provided via `init_process_group` or `barrier `. Using the current device set by the user.
60
- warnings.warn( # warn only once
61
- Epoch 0, Step 17833, Loss: 0.0523: 6%|▋ | 17834/285328 [4:59:52<71:19:10, 1.04it/s]/vla_fulltime/jianning.cui/code/GalaxeaFM/.venv/lib/python3.10/site-packages/torch/distributed/distributed_c10d.py:4631: UserWarning: No device id is provided via `init_process_group` or `barrier `. Using the current device set by the user.
62
- 12/20 [17:37:32] INFO | >> Saving model checkpoint for step finetune.py:521
63
- 17834 ...
64
- [2025-12-20 17:37:34,011] [INFO] [real_accelerator.py:219:get_accelerator] Setting ds_accelerator to cuda (auto detect)
65
- 12/20 [17:37:36] INFO | >> cc -pthread -Wno-unused-result spawn.py:77
66
- -Wsign-compare -Wunreachable-code -DNDEBUG
67
- -g -fwrapv -O3 -Wall -fPIC -fPIC -c
68
- /tmp/tmpvctvfu0i/test.c -o
69
- /tmp/tmpvctvfu0i/test.o
70
- INFO | >> cc -pthread /tmp/tmpvctvfu0i/test.o spawn.py:77
71
- -laio -o /tmp/tmpvctvfu0i/a.out
72
- 12/20 [17:37:37] INFO | >> cc -pthread -Wno-unused-result spawn.py:77
73
- -Wsign-compare -Wunreachable-code -DNDEBUG
74
- -g -fwrapv -O3 -Wall -fPIC -fPIC -c
75
- /tmp/tmptk2ttbv1/test.c -o
76
- /tmp/tmptk2ttbv1/test.o
77
- INFO | >> cc -pthread /tmp/tmptk2ttbv1/test.o spawn.py:77
78
- -L/usr/local/cuda -L/usr/local/cuda/lib64
79
- -lcufile -o /tmp/tmptk2ttbv1/a.out
80
- warnings.warn( # warn only once
81
- Epoch 1, Step 136003, Loss: 0.0093: 48%|████▊ | 136004/285328 [37:54:22<39:50:02, 1.04it/s]
82
- 12/20 [22:37:12] INFO | >> Saving model checkpoint for step finetune.py:521
83
- 35668 ...
84
- 12/21 [03:35:24] INFO | >> Saving model checkpoint for step finetune.py:521
85
- 53502 ...
86
- 12/21 [08:33:08] INFO | >> Saving model checkpoint for step finetune.py:521
87
- 71336 ...
88
- 12/21 [13:30:41] INFO | >> Saving model checkpoint for step finetune.py:521
89
- 89170 ...
90
- 12/21 [18:28:00] INFO | >> Saving model checkpoint for step finetune.py:521
91
- 107004 ...
92
- 12/21 [23:25:30] INFO | >> Saving model checkpoint for step finetune.py:521
93
- 124838 ...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/run-20251220_121641-1p1f1w70/files/requirements.txt DELETED
@@ -1,259 +0,0 @@
1
- coloredlogs==15.0.1
2
- docstring_parser==0.17.0
3
- filelock==3.20.0
4
- triton==3.3.1
5
- rootutils==1.0.7
6
- py-cpuinfo==9.0.0
7
- Markdown==3.10
8
- nvidia-cufft-cu12==11.3.3.41
9
- alembic==1.17.1
10
- yapf==0.40.2
11
- optuna==2.10.1
12
- pluggy==1.6.0
13
- sympy==1.14.0
14
- Mako==1.3.10
15
- torchmetrics==1.7.4
16
- kiwisolver==1.4.9
17
- platformdirs==4.5.0
18
- easydict==1.9
19
- pyasn1_modules==0.4.2
20
- jsonschema-specifications==2025.9.1
21
- Jinja2==3.1.6
22
- stevedore==5.5.0
23
- sentry-sdk==2.48.0
24
- pynvml==13.0.1
25
- fastjsonschema==2.21.2
26
- pytest==8.3.4
27
- mplib==0.2.1
28
- arm_pytorch_utilities==0.4.3
29
- gitdb==4.0.12
30
- termcolor==2.4.0
31
- aiosignal==1.4.0
32
- open3d==0.18.0
33
- google-auth==2.43.0
34
- galaxea_fm==0.0.1
35
- Flask==3.1.2
36
- nvidia-cusolver-cu12==11.7.2.55
37
- swankit==0.2.4
38
- nest-asyncio==1.6.0
39
- s3transfer==0.14.0
40
- frozenlist==1.8.0
41
- nvidia-cuda-runtime-cu12==12.8.57
42
- jsonlines==4.0.0
43
- transformers==4.47.1
44
- multiprocess==0.70.16
45
- iniconfig==2.3.0
46
- jupytext==1.16.6
47
- beautifulsoup4==4.14.2
48
- toppra==0.6.3
49
- retrying==1.4.2
50
- wandb==0.23.1
51
- peft==0.11.1
52
- async-timeout==5.0.1
53
- annotated-types==0.7.0
54
- typing-inspect==0.9.0
55
- antlr4-python3-runtime==4.9.3
56
- robomimic==0.2.0
57
- sapien==3.0.0b1
58
- contourpy==1.3.2
59
- torchcodec==0.4.0+cu128
60
- charset-normalizer==3.4.4
61
- simplejson==3.20.2
62
- PySocks==1.7.1
63
- nvidia-cublas-cu12==12.8.3.14
64
- scikit-learn==1.7.2
65
- pyparsing==3.2.5
66
- python-dotenv==1.2.1
67
- hjson==3.1.0
68
- tensorboard-data-server==0.7.2
69
- egl_probe==1.0.2
70
- hydra-core==1.3.2
71
- six==1.17.0
72
- certifi==2025.10.5
73
- lxml==6.0.2
74
- fasteners==0.20
75
- tqdm==4.67.1
76
- nvidia-nvjitlink-cu12==12.8.61
77
- pyecharts==2.0.9
78
- botocore==1.40.68
79
- addict==2.4.0
80
- zipp==3.23.0
81
- colorlog==6.10.1
82
- nvidia-cusparse-cu12==12.5.7.53
83
- rich==13.9.4
84
- wcwidth==0.2.14
85
- pycparser==2.23
86
- jsonschema==4.25.1
87
- typing-inspection==0.4.2
88
- plotly==6.2.0
89
- tzdata==2025.2
90
- soupsieve==2.8
91
- nvidia-ml-py==13.580.82
92
- dash==3.2.0
93
- ninja==1.13.0
94
- nvidia-cuda-nvrtc-cu12==12.8.61
95
- polygraphy==0.49.26
96
- propcache==0.4.1
97
- nvidia-cufile-cu12==1.13.0.11
98
- grpcio==1.76.0
99
- autopage==0.5.2
100
- pyperclip==1.11.0
101
- multidict==6.7.0
102
- nvidia-cuda-cupti-cu12==12.8.57
103
- typing_extensions==4.15.0
104
- urllib3==2.5.0
105
- pydantic_core==2.41.5
106
- zarr==2.18.3
107
- attrs==25.4.0
108
- narwhals==2.10.2
109
- yarl==1.22.0
110
- mdurl==0.1.2
111
- cffi==2.0.0
112
- google-auth-oauthlib==1.2.2
113
- scipy==1.15.3
114
- nvidia-nccl-cu12==2.26.2
115
- networkx==3.4.2
116
- numba==0.61.2
117
- pyasn1==0.6.1
118
- imageio==2.34.1
119
- humanfriendly==10.0
120
- plyfile==1.0.3
121
- ConfigArgParse==1.7.1
122
- hydra-colorlog==1.2.0
123
- glfw==2.10.0
124
- gymnasium==0.29.1
125
- torchvision==0.22.1+cu128
126
- ema-pytorch==0.7.7
127
- click==8.3.0
128
- nbformat==5.10.4
129
- requests-oauthlib==2.0.0
130
- protobuf==4.25.8
131
- pymunk==6.11.1
132
- GitPython==3.1.45
133
- tensorboardX==2.6.4
134
- cmd2==2.7.0
135
- importlib_resources==6.5.2
136
- fonttools==4.60.1
137
- joblib==1.5.2
138
- greenlet==3.2.4
139
- datasets==3.6.0
140
- cycler==0.12.1
141
- prettytable==3.16.0
142
- rsa==4.9.1
143
- rich-argparse==1.7.2
144
- setuptools==80.9.0
145
- requests==2.32.5
146
- tokenizers==0.21.4
147
- mypy_extensions==1.1.0
148
- pillow==10.2.0
149
- h5py==3.14.0
150
- robosuite==1.4.0
151
- thop==0.1.1-2209072238
152
- SQLAlchemy==2.0.44
153
- lightning-utilities==0.15.2
154
- numcodecs==0.13.1
155
- regex==2025.11.3
156
- Werkzeug==3.1.3
157
- omegaconf==2.3.0
158
- imageio-ffmpeg==0.6.0
159
- pytorch_kinematics_ms==0.7.3
160
- flatbuffers==25.9.23
161
- deepspeed==0.15.4
162
- boto3==1.40.68
163
- importlib_metadata==8.7.0
164
- transforms3d==0.4.1
165
- packaging==25.0
166
- blinker==1.9.0
167
- bddl==1.0.1
168
- accelerate==1.2.1
169
- onnx==1.18.0
170
- fsspec==2025.3.0
171
- av==14.2.0
172
- psutil==7.1.3
173
- deepdiff==8.5.0
174
- xxhash==3.6.0
175
- torch==2.7.1+cu128
176
- dill==0.3.8
177
- PyYAML==6.0.3
178
- mujoco==3.4.0
179
- vit-pytorch==1.9.1
180
- mdit-py-plugins==0.5.0
181
- opencv-python==4.10.0.84
182
- nvidia-cusparselt-cu12==0.6.3
183
- galaxea-sim==0.1.0
184
- nvidia-cudnn-cu12==9.7.1.26
185
- onnx_graphsurgeon==0.5.8
186
- idna==3.11
187
- swanlab==0.6.9
188
- mpmath==1.3.0
189
- etils==1.13.0
190
- cliff==4.11.0
191
- nvidia-curand-cu12==10.3.9.55
192
- crcmod==1.7
193
- jmespath==1.0.1
194
- hf-xet==1.2.0
195
- referencing==0.37.0
196
- pandas==2.2.3
197
- huggingface-hub==0.33.4
198
- diffusers==0.29.0
199
- pyarrow==22.0.0
200
- onnxoptimizer==0.3.13
201
- absl-py==1.4.0
202
- asciitree==0.3.3
203
- SharedArray==3.2.4
204
- markdown-it-py==4.0.0
205
- oauthlib==3.3.1
206
- cloudpickle==3.1.2
207
- tensorboard==2.15.2
208
- pyyaml-include==1.4.1
209
- loguru==0.7.3
210
- pytorch-seed==0.2.0
211
- aiohttp==3.13.2
212
- gdown==5.2.0
213
- cmaes==0.12.0
214
- onnxruntime==1.23.2
215
- hydra-optuna-sweeper==1.2.0
216
- pyquaternion==0.9.9
217
- cachetools==6.2.1
218
- einops==0.8.0
219
- MarkupSafe==3.0.3
220
- PyOpenGL==3.1.10
221
- Pygments==2.19.2
222
- Farama-Notifications==0.0.4
223
- timm==0.9.10
224
- traitlets==5.14.3
225
- pyserial==3.5
226
- seaborn==0.13.2
227
- jupyter_core==5.9.1
228
- safetensors==0.5.0
229
- smmap==5.0.2
230
- tyro==0.9.28
231
- pydantic==2.12.4
232
- exceptiongroup==1.3.0
233
- torchaudio==2.7.1+cu128
234
- rpds-py==0.28.0
235
- draccus==0.10.0
236
- matplotlib==3.10.0
237
- mergedeep==1.3.4
238
- nvidia-nvtx-cu12==12.8.55
239
- trimesh==4.7.3
240
- shtab==1.7.2
241
- pytz==2025.2
242
- aiohappyeyeballs==2.6.1
243
- future==0.18.2
244
- python-dateutil==2.9.0.post0
245
- itsdangerous==2.2.0
246
- toml==0.10.2
247
- Deprecated==1.3.1
248
- numpy==1.26.4
249
- tos==2.8.7
250
- typeguard==4.4.4
251
- torch_geometric==2.5.3
252
- orderly-set==5.5.0
253
- wrapt==2.0.1
254
- msgpack==1.1.2
255
- tomli==2.3.0
256
- threadpoolctl==3.6.0
257
- llvmlite==0.44.0
258
- coacd==1.0.5
259
- galaxea_fm==0.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/run-20251220_121641-1p1f1w70/files/wandb-metadata.json DELETED
@@ -1,92 +0,0 @@
1
- {
2
- "os": "Linux-5.4.250-2-velinux1u1-amd64-x86_64-with-glibc2.31",
3
- "python": "CPython 3.10.16",
4
- "startedAt": "2025-12-20T12:16:41.486579Z",
5
- "args": [
6
- "task=merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks"
7
- ],
8
- "program": "/vla_fulltime/jianning.cui/code/GalaxeaFM/scripts/finetune.py",
9
- "codePath": "scripts/finetune.py",
10
- "codePathLocal": "scripts/finetune.py",
11
- "git": {
12
- "remote": "https://cnb.cool/galaxea.ai/FoundationModel/GalaxeaFM",
13
- "commit": "2add87daa168a0bb9f5fa79c33b00b811dbf8eb2"
14
- },
15
- "email": "cuijianning1996@sina.com",
16
- "root": "/vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35/wandb",
17
- "host": "t-20251220200709-gqgj9-worker-0",
18
- "executable": "/vla_fulltime/jianning.cui/code/GalaxeaFM/.venv/bin/python",
19
- "cpu_count": 64,
20
- "cpu_count_logical": 128,
21
- "gpu": "NVIDIA A800-SXM4-80GB",
22
- "gpu_count": 8,
23
- "disk": {
24
- "/": {
25
- "total": "3779302981632",
26
- "used": "226878947328"
27
- }
28
- },
29
- "memory": {
30
- "total": "2112525561856"
31
- },
32
- "gpu_nvidia": [
33
- {
34
- "name": "NVIDIA A800-SXM4-80GB",
35
- "memoryTotal": "85899345920",
36
- "cudaCores": 6912,
37
- "architecture": "Ampere",
38
- "uuid": "GPU-effb492c-5c27-9c2f-0eed-fc2066d8d2f1"
39
- },
40
- {
41
- "name": "NVIDIA A800-SXM4-80GB",
42
- "memoryTotal": "85899345920",
43
- "cudaCores": 6912,
44
- "architecture": "Ampere",
45
- "uuid": "GPU-c03913a4-e871-1dc7-5ebf-9b7a2b2b7440"
46
- },
47
- {
48
- "name": "NVIDIA A800-SXM4-80GB",
49
- "memoryTotal": "85899345920",
50
- "cudaCores": 6912,
51
- "architecture": "Ampere",
52
- "uuid": "GPU-2b9eb220-0095-22c0-12e1-a6f82708cb20"
53
- },
54
- {
55
- "name": "NVIDIA A800-SXM4-80GB",
56
- "memoryTotal": "85899345920",
57
- "cudaCores": 6912,
58
- "architecture": "Ampere",
59
- "uuid": "GPU-8a4f4e04-6c1d-bc8b-b562-0a77cbd8635f"
60
- },
61
- {
62
- "name": "NVIDIA A800-SXM4-80GB",
63
- "memoryTotal": "85899345920",
64
- "cudaCores": 6912,
65
- "architecture": "Ampere",
66
- "uuid": "GPU-b3299029-de5c-3f52-7968-06fb0fb9e57f"
67
- },
68
- {
69
- "name": "NVIDIA A800-SXM4-80GB",
70
- "memoryTotal": "85899345920",
71
- "cudaCores": 6912,
72
- "architecture": "Ampere",
73
- "uuid": "GPU-d445873f-1a8b-30c1-3bac-6b840dfcceb3"
74
- },
75
- {
76
- "name": "NVIDIA A800-SXM4-80GB",
77
- "memoryTotal": "85899345920",
78
- "cudaCores": 6912,
79
- "architecture": "Ampere",
80
- "uuid": "GPU-c9c70444-c3c4-cb9c-423a-46f4930f3429"
81
- },
82
- {
83
- "name": "NVIDIA A800-SXM4-80GB",
84
- "memoryTotal": "85899345920",
85
- "cudaCores": 6912,
86
- "architecture": "Ampere",
87
- "uuid": "GPU-0d06ea56-4f76-214e-a422-cacb484ebccd"
88
- }
89
- ],
90
- "cudaVersion": "12.4",
91
- "writerId": "5k8nskq4uaxelzy8dqdpy8869qcxv91l"
92
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/run-20251220_121641-1p1f1w70/logs/debug-internal.log DELETED
@@ -1,8 +0,0 @@
1
- {"time":"2025-12-20T12:16:41.884852271Z","level":"INFO","msg":"stream: starting","core version":"0.23.1"}
2
- {"time":"2025-12-20T12:16:42.885663635Z","level":"INFO","msg":"stream: created new stream","id":"1p1f1w70"}
3
- {"time":"2025-12-20T12:16:42.885729316Z","level":"INFO","msg":"handler: started","stream_id":"1p1f1w70"}
4
- {"time":"2025-12-20T12:16:42.895315785Z","level":"INFO","msg":"stream: started","id":"1p1f1w70"}
5
- {"time":"2025-12-20T12:16:42.895328349Z","level":"INFO","msg":"writer: started","stream_id":"1p1f1w70"}
6
- {"time":"2025-12-20T12:16:42.895337235Z","level":"INFO","msg":"sender: started","stream_id":"1p1f1w70"}
7
- {"time":"2025-12-20T21:00:15.90867878Z","level":"INFO","msg":"api: retrying HTTP error","status":502,"url":"https://api.bandw.top/files/cuijianning1996-galaxea-ai/merge_pipeline/1p1f1w70/file_stream","body":"error code: 502"}
8
- {"time":"2025-12-21T07:55:31.235552428Z","level":"INFO","msg":"api: retrying HTTP error","status":502,"url":"https://api.bandw.top/files/cuijianning1996-galaxea-ai/merge_pipeline/1p1f1w70/file_stream","body":"error code: 502"}
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/run-20251220_121641-1p1f1w70/logs/debug.log DELETED
@@ -1,22 +0,0 @@
1
- 2025-12-20 12:16:41,533 INFO MainThread:2691 [wandb_setup.py:_flush():80] Current SDK version is 0.23.1
2
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_setup.py:_flush():80] Configure stats pid to 2691
3
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_setup.py:_flush():80] Loading settings from /root/.config/wandb/settings
4
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_setup.py:_flush():80] Loading settings from /vla_fulltime/jianning.cui/code/GalaxeaFM/wandb/settings
5
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_setup.py:_flush():80] Loading settings from environment variables
6
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:setup_run_log_directory():714] Logging user logs to /vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35/wandb/wandb/run-20251220_121641-1p1f1w70/logs/debug.log
7
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:setup_run_log_directory():715] Logging internal logs to /vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35/wandb/wandb/run-20251220_121641-1p1f1w70/logs/debug-internal.log
8
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:init():841] calling init triggers
9
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:init():846] wandb.init called with sweep_config: {}
10
- config: {'_wandb': {}}
11
- 2025-12-20 12:16:41,534 INFO MainThread:2691 [wandb_init.py:init():889] starting backend
12
- 2025-12-20 12:16:41,872 INFO MainThread:2691 [wandb_init.py:init():892] sending inform_init request
13
- 2025-12-20 12:16:41,881 INFO MainThread:2691 [wandb_init.py:init():900] backend started and connected
14
- 2025-12-20 12:16:41,882 INFO MainThread:2691 [wandb_init.py:init():970] updated telemetry
15
- 2025-12-20 12:16:42,030 INFO MainThread:2691 [wandb_init.py:init():994] communicating run to backend with 90.0 second timeout
16
- 2025-12-20 12:16:44,346 INFO MainThread:2691 [wandb_init.py:init():1041] starting run threads in backend
17
- 2025-12-20 12:16:45,087 INFO MainThread:2691 [wandb_run.py:_console_start():2521] atexit reg
18
- 2025-12-20 12:16:45,087 INFO MainThread:2691 [wandb_run.py:_redirect():2369] redirect: wrap_raw
19
- 2025-12-20 12:16:45,087 INFO MainThread:2691 [wandb_run.py:_redirect():2438] Wrapping output streams.
20
- 2025-12-20 12:16:45,087 INFO MainThread:2691 [wandb_run.py:_redirect():2461] Redirects installed.
21
- 2025-12-20 12:16:45,096 INFO MainThread:2691 [wandb_init.py:init():1081] run started, returning control to user process
22
- 2025-12-20 12:16:45,099 INFO MainThread:2691 [wandb_run.py:_config_callback():1396] config_cb None None {'seed': 7, 'resume_ckpt': None, 'output_dir': '/vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35', 'checkpointing_steps': 17834, 'logger': {'type': 'wandb', 'log_steps': 10, 'task': 'merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks', 'project': 'merge_pipeline', 'experiment_name': 'r1lite_g0_pp_bbox_400_tasks', 'mode': 'online', 'workspace': 'cuijianning1996-galaxea-ai', 'dir': '/vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35/wandb'}, 'batch_size_val': 16, 'eval_episodes_num': 1, 'ckpt_path': None, 'env': 'R1ProBlocksStackEasy', 'target_controller_type': 'bimanual_relaxed_ik', 'tags': None, 'edp': {'card': None, 'training_time': '2025-12-20_12-10-35', 'git_branch': None, 'git_commit': None, 'root': None, 'repo_ids': None, 'save_dir': '/vla_fulltime/jianning.cui/code/GalaxeaFM/runs/merge_pipeline/real/r1lite_g0_pp_bbox_400_tasks/2025-12-20_12-10-35', 'tags': None, 'max_steps': None, 'batch_size': 4}, 'data': {'_target_': 'galaxea_fm.data.galaxea_lerobot_dataset.GalaxeaLerobotDataset', 'dataset_dirs': None, 'shape_meta': {'action': [{'key': 'left_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'left_gripper', 'raw_shape': 1, 'shape': 1}, {'key': 'right_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'right_gripper', 'raw_shape': 1, 'shape': 1}], 'state': [{'key': 'left_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'left_gripper', 'raw_shape': 1, 'shape': 1}, {'key': 'right_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'right_gripper', 'raw_shape': 1, 'shape': 1}], 'images': [{'key': 'head_condition', 'raw_shape': [3, 224, 224], 'shape': [3, 224, 224]}, {'key': 'head_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}, {'key': 'left_wrist_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}, {'key': 'right_wrist_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}]}, 'action_size': 32, 'past_action_size': 0, 'obs_size': 1, 'ee_start_moving_thresh': 0.0, 'val_set_proportion': 0.05, 'use_bbox_condition': True, 'dataset_root': '/galaxea_dataset/galaxea/pp_project/lerobot_with_bbox', 'dataset_prefixes': ['BENCH', 'Bench']}, 'model': {'pretrained_ckpt': '/galaxea_dataset/mnt/tmp/pp_wt_img_cond/checkpoints/org2fm_v2.pt', 'use_pretrained_norm_stats': True, 'model_weights_to_bf16': False, 'enable_bf16_training': True, 'use_torch_compile': False, 'find_unused_parameters': False, 'batch_size': 4, 'num_workers': 4, 'pin_memory': True, 'persistent_workers': True, 'max_epochs': 4, 'max_steps': None, 'grad_accumulation_steps': 1, 'use_8bit_optimizer': False, 'learning_rate': 2.5e-05, 'weight_decay': 1e-06, 'betas': [0.9, 0.999], 'lr_scheduler_type': 'cosine', 'warmup_steps': 500, 'max_grad_norm': 1.0, 'use_ema': False, 'ema': {'update_after_step': 0, 'power': 0.67}, 'use_sync_bn': False, 'processor': {'_target_': 'galaxea_fm.processors.galaxea_zero_processor.GalaxeaZeroProcessor', 'shape_meta': {'action': [{'key': 'left_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'left_gripper', 'raw_shape': 1, 'shape': 1}, {'key': 'right_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'right_gripper', 'raw_shape': 1, 'shape': 1}], 'state': [{'key': 'left_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'left_gripper', 'raw_shape': 1, 'shape': 1}, {'key': 'right_arm', 'raw_shape': 6, 'shape': 6}, {'key': 'right_gripper', 'raw_shape': 1, 'shape': 1}], 'images': [{'key': 'head_condition', 'raw_shape': [3, 224, 224], 'shape': [3, 224, 224]}, {'key': 'head_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}, {'key': 'left_wrist_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}, {'key': 'right_wrist_rgb', 'raw_shape': [3, 720, 1280], 'shape': [3, 224, 224]}]}, 'num_obs_steps': 1, 'action_state_transforms': [{'_target_': 'galaxea_fm.transforms.relative_action.RelativeJointTransform', 'keys': ['left_arm', 'right_arm']}], 'use_stepwise_action_norm': True, 'norm_default_mode': 'z-score', 'norm_exception_mode': {'action': {'left_gripper': '0/100', 'right_gripper': '0/100'}}, 'action_state_merger': {'_target_': 'galaxea_fm.transforms.action_state_merger.ConcatLeftAlign'}, 'train_transforms': {'head_condition': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'head_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'left_wrist_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'right_wrist_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}]}, 'val_transforms': {'head_condition': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'head_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'left_wrist_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}], 'right_wrist_rgb': [{'_target_': 'torchvision.transforms.Resize', 'size': [224, 224]}, {'_target_': 'galaxea_fm.transforms.image.ToTensor'}, {'_target_': 'torchvision.transforms.Normalize', 'mean': [0.5, 0.5, 0.5], 'std': [0.5, 0.5, 0.5]}]}, 'num_output_cameras': 4, 'use_zh_instruction': False, 'drop_high_level_prob': 1.0, 'pad_token_id': 0, 'image_token_index': 257152, 'tokenizer_params': {'pretrained_model_name_or_path': 'google/paligemma-3b-pt-224', 'local_files_only': False, 'token': None}, 'max_text_tokens': 55, 'max_image_text_tokens': 1079, 'num_input_cameras': 4, 'num_image_tokens_per_camera': 256}, 'model_arch': {'_target_': 'galaxea_fm.models.galaxea_zero.galaxea_zero_policy.GalaxeaZeroPolicy', 'model_name': 'galaxea_fm.models.galaxea_zero.galaxea_zero_policy.GalaxeaZero', 'pretrained_model_path': '/vla_fulltime/jianning.cui/code/GalaxeaFM/google/paligemma-3b-pt-224', 'vla_training_strategy': 'vla-full-train', 'backbone_lr_multiplier': 1.0, 'image_token_index': 257152, 'pad_token_id': 0, 'vocab_size': 257216, 'cond_steps': 1, 'horizon_steps': 32, 'max_text_tokens': 55, 'max_image_text_tokens': 1079, 'num_input_images': 4, 'num_extra_image_tokens_per_camera': 0, 'final_action_clip_value': None, 'action_dim': 14, 'proprio_dim': 14, 'action_decoder_layers': 2, 'action_expert_adaptive_mode': None, 'flow_sampling': 'beta', 'num_inference_steps': 10, 'vision': {'name': 'galaxea_fm.models.galaxea_zero.paligemma.siglip.SiglipVisionModel', 'hidden_size': 1152, 'intermediate_size': 4304, 'num_hidden_layers': 27, 'num_attention_heads': 16, 'num_channels': 3, 'image_size': 224, 'patch_size': 14, 'layer_norm_eps': 1e-06, 'attention_dropout': 0.0, 'num_image_tokens': 256}, 'vision_projector': {'name': 'galaxea_fm.models.galaxea_zero.paligemma.siglip.PaliGemmaMultiModalProjector', 'vision_config': {'hidden_size': 1152, 'projection_dim': 2048}}, 'joint': {'name': 'galaxea_fm.models.galaxea_zero.joint_model.JointModel', 'action_expert_adaptive_mode': None, 'mixture': {'vlm': {'hidden_size': 2048, 'intermediate_size': 16384, 'use_final_norm': False, 'cache': True}, 'proprio': {'hidden_size': 1024, 'intermediate_size': 4096, 'use_final_norm': True, 'cache': True, 'adaptive_mode': None}, 'action': {'hidden_size': 1024, 'intermediate_size': 4096, 'use_final_norm': True, 'cache': False, 'adaptive_mode': None}}, 'time_hidden_size': 256, 'num_hidden_layers': 18, 'num_attention_heads': 8, 'num_key_value_heads': 1, 'head_dim': 256, 'max_position_embeddings': 8192, 'rms_norm_eps': 1e-06, 'rope_theta': 10000.0, 'attention_bias': False, 'attention_dropout': 0.0}}}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
G0Plus_3B_base-pick_and_place/wandb/wandb/run-20251220_121641-1p1f1w70/run-1p1f1w70.wandb DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb2548c318dd509596c7374a077a71d90d29e85c5b66de156fad6d22ace30294
3
- size 105938944