serialexperimentsleon commited on
Commit
fed96b2
·
verified ·
1 Parent(s): ac6a4ee

Add files using upload-large-folder tool

Browse files
Files changed (42) hide show
  1. .gitattributes +15 -0
  2. 205617/.hydra/config.yaml +350 -0
  3. 205617/.hydra/hydra.yaml +169 -0
  4. 205617/.hydra/overrides.yaml +3 -0
  5. 205617/eval_policy.log +15 -0
  6. 205619/.hydra/config.yaml +350 -0
  7. 205619/.hydra/hydra.yaml +169 -0
  8. 205619/.hydra/overrides.yaml +3 -0
  9. 205619/episode_rosbags/aligned_depth_to_color_K.npy +3 -0
  10. 205619/episode_rosbags/cam_tf_world.npy +3 -0
  11. 205619/episode_rosbags/color_K.npy +3 -0
  12. 205619/episode_rosbags/depth_K.npy +3 -0
  13. 205619/episode_rosbags/episode_0_2024-12-17-20-56-42.bag +3 -0
  14. 205619/episode_rosbags/episode_1_2024-12-17-20-57-23.bag +3 -0
  15. 205619/episode_rosbags/episode_2_2024-12-17-20-58-03.bag +3 -0
  16. 205619/episode_rosbags/episode_3_2024-12-17-20-58-48.bag +3 -0
  17. 205619/episode_rosbags/episode_4_2024-12-17-20-59-50.bag +3 -0
  18. 205619/eval_robot.log +12 -0
  19. 205619/eval_video/0_eval.mp4 +3 -0
  20. 205619/eval_video/1_eval.mp4 +3 -0
  21. 205619/eval_video/2_eval.mp4 +3 -0
  22. 205619/eval_video/3_eval.mp4 +3 -0
  23. 205619/eval_video/4_eval.mp4 +3 -0
  24. 205619/tb/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0 +3 -0
  25. 205619/wandb/debug-internal.log +688 -0
  26. 205619/wandb/debug.log +31 -0
  27. 205619/wandb/run-20241217_205625-m7h1fbac/files/code/FISH/eval_robot.py +512 -0
  28. 205619/wandb/run-20241217_205625-m7h1fbac/files/config.yaml +891 -0
  29. 205619/wandb/run-20241217_205625-m7h1fbac/files/diff.patch +195 -0
  30. 205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4 +3 -0
  31. 205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4 +3 -0
  32. 205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4 +3 -0
  33. 205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4 +3 -0
  34. 205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4 +3 -0
  35. 205619/wandb/run-20241217_205625-m7h1fbac/files/output.log +238 -0
  36. 205619/wandb/run-20241217_205625-m7h1fbac/files/requirements.txt +339 -0
  37. 205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-metadata.json +92 -0
  38. 205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json +1 -0
  39. 205619/wandb/run-20241217_205625-m7h1fbac/logs/debug-internal.log +688 -0
  40. 205619/wandb/run-20241217_205625-m7h1fbac/logs/debug.log +31 -0
  41. 205619/wandb/run-20241217_205625-m7h1fbac/run-m7h1fbac.wandb +0 -0
  42. config.yaml +546 -0
.gitattributes CHANGED
@@ -33,3 +33,18 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ 205619/eval_video/2_eval.mp4 filter=lfs diff=lfs merge=lfs -text
37
+ 205619/eval_video/4_eval.mp4 filter=lfs diff=lfs merge=lfs -text
38
+ 205619/eval_video/0_eval.mp4 filter=lfs diff=lfs merge=lfs -text
39
+ 205619/eval_video/1_eval.mp4 filter=lfs diff=lfs merge=lfs -text
40
+ 205619/eval_video/3_eval.mp4 filter=lfs diff=lfs merge=lfs -text
41
+ 205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4 filter=lfs diff=lfs merge=lfs -text
42
+ 205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4 filter=lfs diff=lfs merge=lfs -text
43
+ 205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4 filter=lfs diff=lfs merge=lfs -text
44
+ 205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4 filter=lfs diff=lfs merge=lfs -text
45
+ 205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4 filter=lfs diff=lfs merge=lfs -text
46
+ 205619/episode_rosbags/episode_1_2024-12-17-20-57-23.bag filter=lfs diff=lfs merge=lfs -text
47
+ 205619/episode_rosbags/episode_2_2024-12-17-20-58-03.bag filter=lfs diff=lfs merge=lfs -text
48
+ 205619/episode_rosbags/episode_3_2024-12-17-20-58-48.bag filter=lfs diff=lfs merge=lfs -text
49
+ 205619/episode_rosbags/episode_4_2024-12-17-20-59-50.bag filter=lfs diff=lfs merge=lfs -text
50
+ 205619/episode_rosbags/episode_0_2024-12-17-20-56-42.bag filter=lfs diff=lfs merge=lfs -text
205617/.hydra/config.yaml ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ root_dir: /home/${oc.env:USER}/fish_leon
2
+ nstep: 3
3
+ seed: 41
4
+ dataset_shuffle_seed: ${seed}
5
+ device: cuda
6
+ save_video: true
7
+ save_buffer: true
8
+ use_tb: true
9
+ baseline: false
10
+ use_wandb: true
11
+ eval: true
12
+ process_contact_features: ${eval}
13
+ obs_type: pixels
14
+ use_color: true
15
+ use_depth: true
16
+ use_masks: false
17
+ mask_list:
18
+ - EE_obj_mask
19
+ mask_representation: channels
20
+ crop_hw:
21
+ - 144
22
+ - 144
23
+ crop_down_offset: 48
24
+ color_crop_type: null
25
+ depth_crop_type: null
26
+ segmask_crop_type: null
27
+ add_crop_binary_mask: false
28
+ add_coord_conv_map: false
29
+ use_context_color: false
30
+ use_context_depth: false
31
+ use_context_segmask: false
32
+ context_color_crop_type: null
33
+ context_depth_crop_type: null
34
+ context_segmask_crop_type: null
35
+ context_add_crop_binary_mask: false
36
+ context_add_coord_conv_map: false
37
+ use_contact_map: false
38
+ use_sdf_maps: false
39
+ use_normals_maps: false
40
+ which_objects: both
41
+ max_contact_prob: 0.1
42
+ max_depth: 2.0
43
+ grasped_dtc_max_value: 0.105
44
+ env_dtc_max_value: 0.425
45
+ grasped_normals_mask_max_dtc_value: 0.105
46
+ env_normals_mask_max_dtc_value: 0.425
47
+ clamp_dtc: true
48
+ dtc_adaptive_normalization: false
49
+ mask_normals_within_sdf: true
50
+ adaptive_normals_mask: true
51
+ learnable_contact_preprocess_params: false
52
+ contact_model_name: local_multitask_outhd64all_home_crop_h144w144d48_ctxt_seed_183386_epoch_9
53
+ contact_estimation_model_ckpt_path: ~/fish_leon/contact_estimation/artifacts/175604_2/checkpoints/epoch=09-val_loss=0.00.ckpt
54
+ num_eval: 5
55
+ debug_timestamps: false
56
+ open_loop: false
57
+ action_trajectories: true
58
+ stop_after_action: false
59
+ interpolation_frequency: 25
60
+ policy_frequency: 5
61
+ wait_for_new_camera_frames: true
62
+ random_start: false
63
+ eval_starts: ${root_dir}/FISH/eval_starts/${suite.name}_${obs_type}/${task_name}
64
+ train_demo_idxs_list_or_num: null
65
+ num_valid_demos: null
66
+ val_num_groups: 3
67
+ name_of_expert_demo: 112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
68
+ expert_dataset_dirpath: ${root_dir}/FISH/expert_demos/${suite.name}/${task_name}/${name_of_expert_demo}
69
+ expert_dataset: ${expert_dataset_dirpath}/demos.zarr
70
+ action_key: ${oc.if_else:${action_trajectories}, 'action_trajectory_${interpolation_frequency}hz',
71
+ 'action'}
72
+ semantic_demo_grouping_name: semantic_demo_grouping.yaml
73
+ semantic_demo_grouping: ${expert_dataset_dirpath}/${semantic_demo_grouping_name}
74
+ expert_dataset_config: ${expert_dataset_dirpath}/demo_config.yaml
75
+ bc_regularize: false
76
+ bc_weight_type: qfilter
77
+ load_checkpoint: ${agent.load_checkpoint}
78
+ wandb_run_id: '506_0'
79
+ true_action_history: false
80
+ wandb_notes: null
81
+ checkpoint_epoch: 12000
82
+ load_residual_weight: false
83
+ checkpoint_root_dir: /home/${oc.env:USER}/fish_leon/FISH
84
+ checkpoint_weight_dir: ${checkpoint_root_dir}/exp_local/${suite.name}_${obs_type}/${task_name}/${wandb_run_id}
85
+ residual_weight: ${root_dir}/FISH/weights/${suite.name}_${obs_type}/${task_name}/weight.pt
86
+ experiment_dir: ./exp_local/${suite.name}_${obs_type}/${task_name}/${wandb_run_id}
87
+ final_experiment_dir: ${experiment_dir}/${now:%H%M%S}
88
+ agent:
89
+ _target_: agent.diffusion_policy.DiffusionPolicyAgent
90
+ name: diffusion_policy
91
+ load_checkpoint: ${eval}
92
+ device: ${device}
93
+ n_obs_steps: ${.config.policy_cfg.n_obs_steps}
94
+ suite_name: ${suite.name}
95
+ obs_type: ${obs_type}
96
+ enable_arm: ${eval}
97
+ enable_camera: ${eval}
98
+ use_tb: ${use_tb}
99
+ desired_image_shape:
100
+ - 13
101
+ - 180
102
+ - 240
103
+ orig_cam_shape:
104
+ - 3
105
+ - 240
106
+ - 320
107
+ config:
108
+ _target_: agent.diffusion_policy.DiffusionPolicyAgentConfig
109
+ compile: false
110
+ device: ${device}
111
+ cam_resize_shape: ${agent.desired_image_shape}
112
+ orig_cam_shape: ${agent.orig_cam_shape}
113
+ policy_frequency: ${policy_frequency}
114
+ interpolation_frequency: ${interpolation_frequency}
115
+ policy_cfg:
116
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig
117
+ n_obs_steps: 1
118
+ horizon: 36
119
+ n_action_steps: ${agent.config.policy_cfg.horizon}
120
+ input_shapes:
121
+ observation.image: ${agent.config.cam_resize_shape}
122
+ context_observation.image: ${agent.config.cam_resize_shape}
123
+ observation.state:
124
+ - 8
125
+ observation.action_history:
126
+ - 7
127
+ output_shapes:
128
+ action:
129
+ - 7
130
+ input_normalization_modes:
131
+ observation.image: mean_std
132
+ observation.state: min_max
133
+ observation.action_history: min_max
134
+ output_normalization_modes:
135
+ action: min_max
136
+ vision_backbone: resnet18
137
+ pretrained_backbone_weights: null
138
+ transforms:
139
+ - _target_: torchaug.transforms.RandomAffine
140
+ degrees:
141
+ - -5
142
+ - 5
143
+ translate:
144
+ - 0.05
145
+ - 0.05
146
+ batch_transform: true
147
+ num_chunks: -1
148
+ batch_inplace: true
149
+ - _target_: torchaug.transforms.RandomColorJitter
150
+ brightness: 0.3
151
+ contrast: 0.4
152
+ saturation: 0.5
153
+ hue: 0.08
154
+ batch_transform: true
155
+ num_chunks: -1
156
+ batch_inplace: true
157
+ use_group_norm: true
158
+ spatial_softmax_num_keypoints: 32
159
+ action_history_encoder_config:
160
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig
161
+ in_channels: 7
162
+ out_channels: 32
163
+ history_length: ${agent.config.policy_cfg.n_action_steps}
164
+ kernel_size: ${agent.config.policy_cfg.kernel_size}
165
+ downsample_kernel_size: 3
166
+ downsample_stride: 2
167
+ downsample_padding: 1
168
+ down_dims:
169
+ - 256
170
+ - 512
171
+ - 1024
172
+ kernel_size: 5
173
+ n_groups: 8
174
+ diffusion_step_embed_dim: 128
175
+ use_film_scale_modulation: true
176
+ noise_scheduler_type: DDIM
177
+ beta_schedule: squaredcos_cap_v2
178
+ beta_start: 0.0001
179
+ beta_end: 0.02
180
+ prediction_type: epsilon
181
+ clip_sample: true
182
+ clip_sample_range: 1.0
183
+ num_train_timesteps: 50
184
+ num_inference_steps: 10
185
+ do_mask_loss_for_padding: false
186
+ train_cfg:
187
+ _target_: utils.TrainConfig
188
+ lr: 0.0001
189
+ lr_scheduler: cosine
190
+ lr_warmup_steps: 500
191
+ adam_betas:
192
+ - 0.95
193
+ - 0.999
194
+ adam_eps: 1.0e-08
195
+ adam_weight_decay: 1.0e-06
196
+ grad_clip_norm: 10
197
+ offline_steps: ${num_train_frames_diffusion}
198
+ use_amp: true
199
+ observation_cfg:
200
+ _target_: agent.encoder.VisualFeatureSet
201
+ use_depth: ${use_depth}
202
+ use_color: ${use_color}
203
+ mask_input_dict:
204
+ _target_: agent.encoder.MaskInputDict
205
+ enable: ${use_masks}
206
+ representation: ${mask_representation}
207
+ mask_list: ${mask_list}
208
+ crop_input_config:
209
+ _target_: agent.encoder.CropInputConfig
210
+ color_crop_type: ${color_crop_type}
211
+ depth_crop_type: ${depth_crop_type}
212
+ segmask_crop_type: ${segmask_crop_type}
213
+ crop_hw: ${crop_hw}
214
+ crop_down_offset: ${crop_down_offset}
215
+ add_crop_binary_mask: ${add_crop_binary_mask}
216
+ add_coord_conv_map: ${add_coord_conv_map}
217
+ context_input_config:
218
+ _target_: agent.encoder.ContextInputConfig
219
+ use_color: ${use_context_color}
220
+ use_depth: ${use_context_depth}
221
+ mask_input_dict:
222
+ _target_: agent.encoder.MaskInputDict
223
+ enable: ${use_context_segmask}
224
+ representation: ${mask_representation}
225
+ mask_list: ${mask_list}
226
+ crop_input_config:
227
+ _target_: agent.encoder.CropInputConfig
228
+ color_crop_type: ${context_color_crop_type}
229
+ depth_crop_type: ${context_depth_crop_type}
230
+ segmask_crop_type: ${context_segmask_crop_type}
231
+ crop_hw: ${crop_hw}
232
+ crop_down_offset: ${crop_down_offset}
233
+ add_crop_binary_mask: ${context_add_crop_binary_mask}
234
+ add_coord_conv_map: ${context_add_coord_conv_map}
235
+ mask_soft_approx_scheduler_config:
236
+ _target_: agent.encoder.MaskSoftApproxSchedulerConfig
237
+ num_steps: 40000
238
+ initial_value: 10.0
239
+ final_value: 1000.0
240
+ interpolation_scheme: constant
241
+ use_contact_map: ${use_contact_map}
242
+ use_sdf_maps: ${use_sdf_maps}
243
+ use_normals_maps: ${use_normals_maps}
244
+ which_objects: ${which_objects}
245
+ grasped_dtc_max_value: ${grasped_dtc_max_value}
246
+ env_dtc_max_value: ${env_dtc_max_value}
247
+ grasped_normals_mask_max_dtc_value: ${grasped_normals_mask_max_dtc_value}
248
+ env_normals_mask_max_dtc_value: ${env_normals_mask_max_dtc_value}
249
+ clamp_dtc: ${clamp_dtc}
250
+ max_contact_prob: ${max_contact_prob}
251
+ mask_normals_within_sdf: ${mask_normals_within_sdf}
252
+ dtc_adaptive_normalization: ${dtc_adaptive_normalization}
253
+ adaptive_normals_mask: ${adaptive_normals_mask}
254
+ max_depth: ${max_depth}
255
+ image_shape: ${agent.desired_image_shape}
256
+ learnable_contact_preprocess_params: ${learnable_contact_preprocess_params}
257
+ learning_rate: ${agent.config.train_cfg.lr}
258
+ weight_decay: 0.0
259
+ contact_model_name: ${contact_model_name}
260
+ zero_centered: false
261
+ suite:
262
+ suite: frankagym
263
+ name: frankagym
264
+ frame_stack: ${agent.n_obs_steps}
265
+ action_repeat: 1
266
+ discount: 0.99
267
+ hidden_dim: 1024
268
+ num_train_frames: 2010
269
+ num_seed_frames: 260
270
+ num_train_epochs: 5000
271
+ validate_every_epochs: 100
272
+ validate_diffusion_on_action_loss_every_epochs: 500
273
+ train_eval_diffusion_on_action_loss_every_epochs: 500
274
+ check_topk_every_epochs: 10
275
+ save_snapshot_every_epochs: 5000
276
+ eval_every_frames: 2000
277
+ num_eval_episodes: 5
278
+ save_snapshot: true
279
+ wait_for_user_to_start_episode: true
280
+ task_make_fn:
281
+ _target_: suite.frankagym.make
282
+ name: ${task_name}
283
+ height: 240
284
+ width: 320
285
+ frame_stack: ${suite.frame_stack}
286
+ action_repeat: ${suite.action_repeat}
287
+ seed: ${seed}
288
+ enable_arm: ${agent.enable_arm}
289
+ enable_gripper: ${enable_gripper}
290
+ start_with_gripper_open: ${start_with_gripper_open}
291
+ enable_camera: ${agent.enable_camera}
292
+ path_to_depth_extrinsics: ${path_to_depth_extrinsics}
293
+ contact_estimation_model_ckpt_path: ${contact_estimation_model_ckpt_path}
294
+ x_limit: ${x_limit}
295
+ y_limit: ${y_limit}
296
+ z_limit: ${z_limit}
297
+ device: ${device}
298
+ interpolation_frequency: ${interpolation_frequency}
299
+ policy_frequency: ${policy_frequency}
300
+ debug_timestamps: ${debug_timestamps}
301
+ stop_after_action: ${stop_after_action}
302
+ open_loop: ${open_loop}
303
+ wait_for_new_camera_frames: ${wait_for_new_camera_frames}
304
+ action_key: ${action_key}
305
+ action_trajectory_horizon: ${agent.config.policy_cfg.horizon}
306
+ action_trajectories: ${action_trajectories}
307
+ path_to_zarr_dataset: ${expert_dataset}
308
+ agent_policy_cfg: ???
309
+ true_action_history: ${true_action_history}
310
+ num_train_frames_bc: 50000
311
+ num_train_frames_drq: 1100000
312
+ stddev_schedule_drq: linear(1.0,0.1,100000)
313
+ task_name: FrankaInsertion-v1
314
+ num_train_frames_vinn: 25000
315
+ num_train_frames_diffusion: 1000000
316
+ num_train_epochs_bc: 5000
317
+ num_train_epochs_diffusion: 5000
318
+ validate_every_epochs_bc: 5
319
+ validate_every_epochs_diffusion: 25
320
+ validate_diffusion_on_action_loss_every_epochs: 50
321
+ train_eval_diffusion_on_action_loss_every_epochs: 500
322
+ check_topk_every_epochs: 5
323
+ check_topk_every_epochs_diffusion: ${validate_diffusion_on_action_loss_every_epochs}
324
+ save_snapshot_every_epochs_diffusion: 5000
325
+ x_limit:
326
+ - 0.2
327
+ - 0.7
328
+ y_limit:
329
+ - -0.4
330
+ - 0.4
331
+ z_limit:
332
+ - -0.05
333
+ - 0.55
334
+ home_displacement:
335
+ - 0.55
336
+ - 0.0
337
+ - 0.55
338
+ - 180.0
339
+ - 0.0
340
+ - 0.0
341
+ enable_gripper: true
342
+ start_with_gripper_open: true
343
+ offset_mask:
344
+ - 1
345
+ - 1
346
+ - 1
347
+ - 1
348
+ - 1
349
+ - 1
350
+ path_to_depth_extrinsics: ~/fish_leon/FISH/cfgs/camera_poses/camera_poses_L515/20240904-122305/color_tf_world.npy
205617/.hydra/hydra.yaml ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: ${final_experiment_dir}
4
+ sweep:
5
+ dir: ${final_experiment_dir}
6
+ subdir: ${hydra.job.num}
7
+ launcher:
8
+ submitit_folder: ${final_experiment_dir}/.slurm
9
+ timeout_min: 60
10
+ cpus_per_task: null
11
+ gpus_per_node: null
12
+ tasks_per_node: 1
13
+ mem_gb: null
14
+ nodes: 1
15
+ name: ${hydra.job.name}
16
+ stderr_to_stdout: false
17
+ _target_: hydra_plugins.hydra_submitit_launcher.submitit_launcher.LocalLauncher
18
+ sweeper:
19
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
20
+ max_batch_size: null
21
+ params: null
22
+ help:
23
+ app_name: ${hydra.job.name}
24
+ header: '${hydra.help.app_name} is powered by Hydra.
25
+
26
+ '
27
+ footer: 'Powered by Hydra (https://hydra.cc)
28
+
29
+ Use --hydra-help to view Hydra specific help
30
+
31
+ '
32
+ template: '${hydra.help.header}
33
+
34
+ == Configuration groups ==
35
+
36
+ Compose your configuration from those groups (group=option)
37
+
38
+
39
+ $APP_CONFIG_GROUPS
40
+
41
+
42
+ == Config ==
43
+
44
+ Override anything in the config (foo.bar=value)
45
+
46
+
47
+ $CONFIG
48
+
49
+
50
+ ${hydra.help.footer}
51
+
52
+ '
53
+ hydra_help:
54
+ template: 'Hydra (${hydra.runtime.version})
55
+
56
+ See https://hydra.cc for more info.
57
+
58
+
59
+ == Flags ==
60
+
61
+ $FLAGS_HELP
62
+
63
+
64
+ == Configuration groups ==
65
+
66
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
67
+ to command line)
68
+
69
+
70
+ $HYDRA_CONFIG_GROUPS
71
+
72
+
73
+ Use ''--cfg hydra'' to Show the Hydra config.
74
+
75
+ '
76
+ hydra_help: ???
77
+ hydra_logging:
78
+ version: 1
79
+ formatters:
80
+ simple:
81
+ format: '[%(asctime)s][HYDRA] %(message)s'
82
+ handlers:
83
+ console:
84
+ class: logging.StreamHandler
85
+ formatter: simple
86
+ stream: ext://sys.stdout
87
+ root:
88
+ level: INFO
89
+ handlers:
90
+ - console
91
+ loggers:
92
+ logging_example:
93
+ level: DEBUG
94
+ disable_existing_loggers: false
95
+ job_logging:
96
+ version: 1
97
+ formatters:
98
+ simple:
99
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
100
+ handlers:
101
+ console:
102
+ class: logging.StreamHandler
103
+ formatter: simple
104
+ stream: ext://sys.stdout
105
+ file:
106
+ class: logging.FileHandler
107
+ formatter: simple
108
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
109
+ root:
110
+ level: INFO
111
+ handlers:
112
+ - console
113
+ - file
114
+ disable_existing_loggers: false
115
+ env: {}
116
+ mode: RUN
117
+ searchpath: []
118
+ callbacks: {}
119
+ output_subdir: .hydra
120
+ overrides:
121
+ hydra:
122
+ - hydra.mode=RUN
123
+ task:
124
+ - agent=diffusion
125
+ - suite=frankagym
126
+ - suite/frankagym_task@_global_=insertion
127
+ job:
128
+ name: eval_policy
129
+ chdir: true
130
+ override_dirname: agent=diffusion,suite/frankagym_task@_global_=insertion,suite=frankagym
131
+ id: ???
132
+ num: ???
133
+ config_name: config_eval
134
+ env_set: {}
135
+ env_copy: []
136
+ config:
137
+ override_dirname:
138
+ kv_sep: '='
139
+ item_sep: ','
140
+ exclude_keys: []
141
+ runtime:
142
+ version: 1.3.2
143
+ version_base: '1.1'
144
+ cwd: /home/leonmkim/fish_leon/FISH
145
+ config_sources:
146
+ - path: hydra.conf
147
+ schema: pkg
148
+ provider: hydra
149
+ - path: /home/leonmkim/fish_leon/FISH/cfgs
150
+ schema: file
151
+ provider: main
152
+ - path: ''
153
+ schema: structured
154
+ provider: schema
155
+ output_dir: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205617
156
+ choices:
157
+ suite: frankagym
158
+ suite/frankagym_task@_global_: insertion
159
+ agent: diffusion
160
+ hydra/env: default
161
+ hydra/callbacks: null
162
+ hydra/job_logging: default
163
+ hydra/hydra_logging: default
164
+ hydra/hydra_help: default
165
+ hydra/help: default
166
+ hydra/sweeper: basic
167
+ hydra/launcher: submitit_local
168
+ hydra/output: default
169
+ verbose: false
205617/.hydra/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - agent=diffusion
2
+ - suite=frankagym
3
+ - suite/frankagym_task@_global_=insertion
205617/eval_policy.log ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [2024-12-17 20:56:17,922][py.warnings][WARNING] - /home/leonmkim/fish_leon/FISH/eval_policy.py:428: UserWarning:
2
+ The version_base parameter is not specified.
3
+ Please specify a compatability version level, or None.
4
+ Will assume defaults for version 1.1
5
+ @hydra.main(config_path='cfgs', config_name='config_eval')
6
+
7
+ [2024-12-17 20:56:17,925][py.warnings][WARNING] - /home/leonmkim/fish_leon/FISH/eval_policy.py:365: UserWarning:
8
+ The version_base parameter is not specified.
9
+ Please specify a compatability version level, or None.
10
+ Will assume defaults for version 1.1
11
+ hydra.initialize(
12
+
13
+ [2024-12-17 20:56:20,566][py.warnings][WARNING] - /home/leonmkim/fish_leon/FISH/eval_policy.py:414: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
14
+ payload = torch.load(f)
15
+
205619/.hydra/config.yaml ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ root_dir: /home/${oc.env:USER}/fish_leon
2
+ nstep: 3
3
+ seed: 41
4
+ dataset_shuffle_seed: ${seed}
5
+ device: cuda
6
+ save_video: true
7
+ save_buffer: true
8
+ use_tb: true
9
+ baseline: false
10
+ use_wandb: true
11
+ eval: true
12
+ process_contact_features: ${eval}
13
+ obs_type: pixels
14
+ use_color: true
15
+ use_depth: true
16
+ use_masks: false
17
+ mask_list:
18
+ - EE_obj_mask
19
+ mask_representation: channels
20
+ crop_hw:
21
+ - 144
22
+ - 144
23
+ crop_down_offset: 48
24
+ color_crop_type: null
25
+ depth_crop_type: null
26
+ segmask_crop_type: null
27
+ add_crop_binary_mask: false
28
+ add_coord_conv_map: false
29
+ use_context_color: false
30
+ use_context_depth: false
31
+ use_context_segmask: false
32
+ context_color_crop_type: null
33
+ context_depth_crop_type: null
34
+ context_segmask_crop_type: null
35
+ context_add_crop_binary_mask: false
36
+ context_add_coord_conv_map: false
37
+ use_contact_map: false
38
+ use_sdf_maps: false
39
+ use_normals_maps: false
40
+ which_objects: both
41
+ max_contact_prob: 0.1
42
+ max_depth: 2.0
43
+ grasped_dtc_max_value: 0.105
44
+ env_dtc_max_value: 0.425
45
+ grasped_normals_mask_max_dtc_value: 0.105
46
+ env_normals_mask_max_dtc_value: 0.425
47
+ clamp_dtc: true
48
+ dtc_adaptive_normalization: false
49
+ mask_normals_within_sdf: true
50
+ adaptive_normals_mask: true
51
+ learnable_contact_preprocess_params: false
52
+ contact_model_name: local_multitask_outhd64all_home_crop_h144w144d48_ctxt_seed_183386_epoch_9
53
+ contact_estimation_model_ckpt_path: ~/fish_leon/contact_estimation/artifacts/175604_2/checkpoints/epoch=09-val_loss=0.00.ckpt
54
+ num_eval: 5
55
+ debug_timestamps: false
56
+ open_loop: false
57
+ action_trajectories: true
58
+ stop_after_action: false
59
+ interpolation_frequency: 25
60
+ policy_frequency: 5
61
+ wait_for_new_camera_frames: true
62
+ random_start: false
63
+ eval_starts: ${root_dir}/FISH/eval_starts/${suite.name}_${obs_type}/${task_name}
64
+ train_demo_idxs_list_or_num: null
65
+ num_valid_demos: null
66
+ val_num_groups: 3
67
+ name_of_expert_demo: 112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
68
+ expert_dataset_dirpath: ${root_dir}/FISH/expert_demos/${suite.name}/${task_name}/${name_of_expert_demo}
69
+ expert_dataset: ${expert_dataset_dirpath}/demos.zarr
70
+ action_key: ${oc.if_else:${action_trajectories}, 'action_trajectory_${interpolation_frequency}hz',
71
+ 'action'}
72
+ semantic_demo_grouping_name: semantic_demo_grouping.yaml
73
+ semantic_demo_grouping: ${expert_dataset_dirpath}/${semantic_demo_grouping_name}
74
+ expert_dataset_config: ${expert_dataset_dirpath}/demo_config.yaml
75
+ bc_regularize: false
76
+ bc_weight_type: qfilter
77
+ load_checkpoint: ${agent.load_checkpoint}
78
+ wandb_run_id: '506_0'
79
+ true_action_history: false
80
+ wandb_notes: null
81
+ checkpoint_epoch: 12000
82
+ load_residual_weight: false
83
+ checkpoint_root_dir: /home/${oc.env:USER}/fish_leon/FISH
84
+ checkpoint_weight_dir: ${checkpoint_root_dir}/exp_local/${suite.name}_${obs_type}/${task_name}/${wandb_run_id}
85
+ residual_weight: ${root_dir}/FISH/weights/${suite.name}_${obs_type}/${task_name}/weight.pt
86
+ experiment_dir: ./exp_local/${suite.name}_${obs_type}/${task_name}/${wandb_run_id}
87
+ final_experiment_dir: ${experiment_dir}/${now:%H%M%S}
88
+ agent:
89
+ _target_: agent.diffusion_policy.DiffusionPolicyAgent
90
+ name: diffusion_policy
91
+ load_checkpoint: ${eval}
92
+ device: ${device}
93
+ n_obs_steps: ${.config.policy_cfg.n_obs_steps}
94
+ suite_name: ${suite.name}
95
+ obs_type: ${obs_type}
96
+ enable_arm: ${eval}
97
+ enable_camera: ${eval}
98
+ use_tb: ${use_tb}
99
+ desired_image_shape:
100
+ - 13
101
+ - 180
102
+ - 240
103
+ orig_cam_shape:
104
+ - 3
105
+ - 240
106
+ - 320
107
+ config:
108
+ _target_: agent.diffusion_policy.DiffusionPolicyAgentConfig
109
+ compile: false
110
+ device: ${device}
111
+ cam_resize_shape: ${agent.desired_image_shape}
112
+ orig_cam_shape: ${agent.orig_cam_shape}
113
+ policy_frequency: ${policy_frequency}
114
+ interpolation_frequency: ${interpolation_frequency}
115
+ policy_cfg:
116
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig
117
+ n_obs_steps: 1
118
+ horizon: 36
119
+ n_action_steps: ${agent.config.policy_cfg.horizon}
120
+ input_shapes:
121
+ observation.image: ${agent.config.cam_resize_shape}
122
+ context_observation.image: ${agent.config.cam_resize_shape}
123
+ observation.state:
124
+ - 8
125
+ observation.action_history:
126
+ - 7
127
+ output_shapes:
128
+ action:
129
+ - 7
130
+ input_normalization_modes:
131
+ observation.image: mean_std
132
+ observation.state: min_max
133
+ observation.action_history: min_max
134
+ output_normalization_modes:
135
+ action: min_max
136
+ vision_backbone: resnet18
137
+ pretrained_backbone_weights: null
138
+ transforms:
139
+ - _target_: torchaug.transforms.RandomAffine
140
+ degrees:
141
+ - -5
142
+ - 5
143
+ translate:
144
+ - 0.05
145
+ - 0.05
146
+ batch_transform: true
147
+ num_chunks: -1
148
+ batch_inplace: true
149
+ - _target_: torchaug.transforms.RandomColorJitter
150
+ brightness: 0.3
151
+ contrast: 0.4
152
+ saturation: 0.5
153
+ hue: 0.08
154
+ batch_transform: true
155
+ num_chunks: -1
156
+ batch_inplace: true
157
+ use_group_norm: true
158
+ spatial_softmax_num_keypoints: 32
159
+ action_history_encoder_config:
160
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig
161
+ in_channels: 7
162
+ out_channels: 32
163
+ history_length: ${agent.config.policy_cfg.n_action_steps}
164
+ kernel_size: ${agent.config.policy_cfg.kernel_size}
165
+ downsample_kernel_size: 3
166
+ downsample_stride: 2
167
+ downsample_padding: 1
168
+ down_dims:
169
+ - 256
170
+ - 512
171
+ - 1024
172
+ kernel_size: 5
173
+ n_groups: 8
174
+ diffusion_step_embed_dim: 128
175
+ use_film_scale_modulation: true
176
+ noise_scheduler_type: DDIM
177
+ beta_schedule: squaredcos_cap_v2
178
+ beta_start: 0.0001
179
+ beta_end: 0.02
180
+ prediction_type: epsilon
181
+ clip_sample: true
182
+ clip_sample_range: 1.0
183
+ num_train_timesteps: 50
184
+ num_inference_steps: 10
185
+ do_mask_loss_for_padding: false
186
+ train_cfg:
187
+ _target_: utils.TrainConfig
188
+ lr: 0.0001
189
+ lr_scheduler: cosine
190
+ lr_warmup_steps: 500
191
+ adam_betas:
192
+ - 0.95
193
+ - 0.999
194
+ adam_eps: 1.0e-08
195
+ adam_weight_decay: 1.0e-06
196
+ grad_clip_norm: 10
197
+ offline_steps: ${num_train_frames_diffusion}
198
+ use_amp: true
199
+ observation_cfg:
200
+ _target_: agent.encoder.VisualFeatureSet
201
+ use_depth: ${use_depth}
202
+ use_color: ${use_color}
203
+ mask_input_dict:
204
+ _target_: agent.encoder.MaskInputDict
205
+ enable: ${use_masks}
206
+ representation: ${mask_representation}
207
+ mask_list: ${mask_list}
208
+ crop_input_config:
209
+ _target_: agent.encoder.CropInputConfig
210
+ color_crop_type: ${color_crop_type}
211
+ depth_crop_type: ${depth_crop_type}
212
+ segmask_crop_type: ${segmask_crop_type}
213
+ crop_hw: ${crop_hw}
214
+ crop_down_offset: ${crop_down_offset}
215
+ add_crop_binary_mask: ${add_crop_binary_mask}
216
+ add_coord_conv_map: ${add_coord_conv_map}
217
+ context_input_config:
218
+ _target_: agent.encoder.ContextInputConfig
219
+ use_color: ${use_context_color}
220
+ use_depth: ${use_context_depth}
221
+ mask_input_dict:
222
+ _target_: agent.encoder.MaskInputDict
223
+ enable: ${use_context_segmask}
224
+ representation: ${mask_representation}
225
+ mask_list: ${mask_list}
226
+ crop_input_config:
227
+ _target_: agent.encoder.CropInputConfig
228
+ color_crop_type: ${context_color_crop_type}
229
+ depth_crop_type: ${context_depth_crop_type}
230
+ segmask_crop_type: ${context_segmask_crop_type}
231
+ crop_hw: ${crop_hw}
232
+ crop_down_offset: ${crop_down_offset}
233
+ add_crop_binary_mask: ${context_add_crop_binary_mask}
234
+ add_coord_conv_map: ${context_add_coord_conv_map}
235
+ mask_soft_approx_scheduler_config:
236
+ _target_: agent.encoder.MaskSoftApproxSchedulerConfig
237
+ num_steps: 40000
238
+ initial_value: 10.0
239
+ final_value: 1000.0
240
+ interpolation_scheme: constant
241
+ use_contact_map: ${use_contact_map}
242
+ use_sdf_maps: ${use_sdf_maps}
243
+ use_normals_maps: ${use_normals_maps}
244
+ which_objects: ${which_objects}
245
+ grasped_dtc_max_value: ${grasped_dtc_max_value}
246
+ env_dtc_max_value: ${env_dtc_max_value}
247
+ grasped_normals_mask_max_dtc_value: ${grasped_normals_mask_max_dtc_value}
248
+ env_normals_mask_max_dtc_value: ${env_normals_mask_max_dtc_value}
249
+ clamp_dtc: ${clamp_dtc}
250
+ max_contact_prob: ${max_contact_prob}
251
+ mask_normals_within_sdf: ${mask_normals_within_sdf}
252
+ dtc_adaptive_normalization: ${dtc_adaptive_normalization}
253
+ adaptive_normals_mask: ${adaptive_normals_mask}
254
+ max_depth: ${max_depth}
255
+ image_shape: ${agent.desired_image_shape}
256
+ learnable_contact_preprocess_params: ${learnable_contact_preprocess_params}
257
+ learning_rate: ${agent.config.train_cfg.lr}
258
+ weight_decay: 0.0
259
+ contact_model_name: ${contact_model_name}
260
+ zero_centered: false
261
+ suite:
262
+ suite: frankagym
263
+ name: frankagym
264
+ frame_stack: ${agent.n_obs_steps}
265
+ action_repeat: 1
266
+ discount: 0.99
267
+ hidden_dim: 1024
268
+ num_train_frames: 2010
269
+ num_seed_frames: 260
270
+ num_train_epochs: 5000
271
+ validate_every_epochs: 100
272
+ validate_diffusion_on_action_loss_every_epochs: 500
273
+ train_eval_diffusion_on_action_loss_every_epochs: 500
274
+ check_topk_every_epochs: 10
275
+ save_snapshot_every_epochs: 5000
276
+ eval_every_frames: 2000
277
+ num_eval_episodes: 5
278
+ save_snapshot: true
279
+ wait_for_user_to_start_episode: true
280
+ task_make_fn:
281
+ _target_: suite.frankagym.make
282
+ name: ${task_name}
283
+ height: 240
284
+ width: 320
285
+ frame_stack: ${suite.frame_stack}
286
+ action_repeat: ${suite.action_repeat}
287
+ seed: ${seed}
288
+ enable_arm: ${agent.enable_arm}
289
+ enable_gripper: ${enable_gripper}
290
+ start_with_gripper_open: ${start_with_gripper_open}
291
+ enable_camera: ${agent.enable_camera}
292
+ path_to_depth_extrinsics: ${path_to_depth_extrinsics}
293
+ contact_estimation_model_ckpt_path: ${contact_estimation_model_ckpt_path}
294
+ x_limit: ${x_limit}
295
+ y_limit: ${y_limit}
296
+ z_limit: ${z_limit}
297
+ device: ${device}
298
+ interpolation_frequency: ${interpolation_frequency}
299
+ policy_frequency: ${policy_frequency}
300
+ debug_timestamps: ${debug_timestamps}
301
+ stop_after_action: ${stop_after_action}
302
+ open_loop: ${open_loop}
303
+ wait_for_new_camera_frames: ${wait_for_new_camera_frames}
304
+ action_key: ${action_key}
305
+ action_trajectory_horizon: ${agent.config.policy_cfg.horizon}
306
+ action_trajectories: ${action_trajectories}
307
+ path_to_zarr_dataset: ${expert_dataset}
308
+ agent_policy_cfg: ???
309
+ true_action_history: ${true_action_history}
310
+ num_train_frames_bc: 50000
311
+ num_train_frames_drq: 1100000
312
+ stddev_schedule_drq: linear(1.0,0.1,100000)
313
+ task_name: FrankaInsertion-v1
314
+ num_train_frames_vinn: 25000
315
+ num_train_frames_diffusion: 1000000
316
+ num_train_epochs_bc: 5000
317
+ num_train_epochs_diffusion: 5000
318
+ validate_every_epochs_bc: 5
319
+ validate_every_epochs_diffusion: 25
320
+ validate_diffusion_on_action_loss_every_epochs: 50
321
+ train_eval_diffusion_on_action_loss_every_epochs: 500
322
+ check_topk_every_epochs: 5
323
+ check_topk_every_epochs_diffusion: ${validate_diffusion_on_action_loss_every_epochs}
324
+ save_snapshot_every_epochs_diffusion: 5000
325
+ x_limit:
326
+ - 0.2
327
+ - 0.7
328
+ y_limit:
329
+ - -0.4
330
+ - 0.4
331
+ z_limit:
332
+ - -0.05
333
+ - 0.55
334
+ home_displacement:
335
+ - 0.55
336
+ - 0.0
337
+ - 0.55
338
+ - 180.0
339
+ - 0.0
340
+ - 0.0
341
+ enable_gripper: true
342
+ start_with_gripper_open: true
343
+ offset_mask:
344
+ - 1
345
+ - 1
346
+ - 1
347
+ - 1
348
+ - 1
349
+ - 1
350
+ path_to_depth_extrinsics: ~/fish_leon/FISH/cfgs/camera_poses/camera_poses_L515/20240904-122305/color_tf_world.npy
205619/.hydra/hydra.yaml ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ hydra:
2
+ run:
3
+ dir: ${final_experiment_dir}
4
+ sweep:
5
+ dir: ${final_experiment_dir}
6
+ subdir: ${hydra.job.num}
7
+ launcher:
8
+ submitit_folder: ${final_experiment_dir}/.slurm
9
+ timeout_min: 60
10
+ cpus_per_task: null
11
+ gpus_per_node: null
12
+ tasks_per_node: 1
13
+ mem_gb: null
14
+ nodes: 1
15
+ name: ${hydra.job.name}
16
+ stderr_to_stdout: false
17
+ _target_: hydra_plugins.hydra_submitit_launcher.submitit_launcher.LocalLauncher
18
+ sweeper:
19
+ _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
20
+ max_batch_size: null
21
+ params: null
22
+ help:
23
+ app_name: ${hydra.job.name}
24
+ header: '${hydra.help.app_name} is powered by Hydra.
25
+
26
+ '
27
+ footer: 'Powered by Hydra (https://hydra.cc)
28
+
29
+ Use --hydra-help to view Hydra specific help
30
+
31
+ '
32
+ template: '${hydra.help.header}
33
+
34
+ == Configuration groups ==
35
+
36
+ Compose your configuration from those groups (group=option)
37
+
38
+
39
+ $APP_CONFIG_GROUPS
40
+
41
+
42
+ == Config ==
43
+
44
+ Override anything in the config (foo.bar=value)
45
+
46
+
47
+ $CONFIG
48
+
49
+
50
+ ${hydra.help.footer}
51
+
52
+ '
53
+ hydra_help:
54
+ template: 'Hydra (${hydra.runtime.version})
55
+
56
+ See https://hydra.cc for more info.
57
+
58
+
59
+ == Flags ==
60
+
61
+ $FLAGS_HELP
62
+
63
+
64
+ == Configuration groups ==
65
+
66
+ Compose your configuration from those groups (For example, append hydra/job_logging=disabled
67
+ to command line)
68
+
69
+
70
+ $HYDRA_CONFIG_GROUPS
71
+
72
+
73
+ Use ''--cfg hydra'' to Show the Hydra config.
74
+
75
+ '
76
+ hydra_help: ???
77
+ hydra_logging:
78
+ version: 1
79
+ formatters:
80
+ simple:
81
+ format: '[%(asctime)s][HYDRA] %(message)s'
82
+ handlers:
83
+ console:
84
+ class: logging.StreamHandler
85
+ formatter: simple
86
+ stream: ext://sys.stdout
87
+ root:
88
+ level: INFO
89
+ handlers:
90
+ - console
91
+ loggers:
92
+ logging_example:
93
+ level: DEBUG
94
+ disable_existing_loggers: false
95
+ job_logging:
96
+ version: 1
97
+ formatters:
98
+ simple:
99
+ format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
100
+ handlers:
101
+ console:
102
+ class: logging.StreamHandler
103
+ formatter: simple
104
+ stream: ext://sys.stdout
105
+ file:
106
+ class: logging.FileHandler
107
+ formatter: simple
108
+ filename: ${hydra.runtime.output_dir}/${hydra.job.name}.log
109
+ root:
110
+ level: INFO
111
+ handlers:
112
+ - console
113
+ - file
114
+ disable_existing_loggers: false
115
+ env: {}
116
+ mode: RUN
117
+ searchpath: []
118
+ callbacks: {}
119
+ output_subdir: .hydra
120
+ overrides:
121
+ hydra:
122
+ - hydra.mode=RUN
123
+ task:
124
+ - agent=diffusion
125
+ - suite=frankagym
126
+ - suite/frankagym_task@_global_=insertion
127
+ job:
128
+ name: eval_robot
129
+ chdir: true
130
+ override_dirname: agent=diffusion,suite/frankagym_task@_global_=insertion,suite=frankagym
131
+ id: ???
132
+ num: ???
133
+ config_name: config_eval
134
+ env_set: {}
135
+ env_copy: []
136
+ config:
137
+ override_dirname:
138
+ kv_sep: '='
139
+ item_sep: ','
140
+ exclude_keys: []
141
+ runtime:
142
+ version: 1.3.2
143
+ version_base: '1.1'
144
+ cwd: /home/leonmkim/fish_leon/FISH
145
+ config_sources:
146
+ - path: hydra.conf
147
+ schema: pkg
148
+ provider: hydra
149
+ - path: /home/leonmkim/fish_leon/FISH/cfgs
150
+ schema: file
151
+ provider: main
152
+ - path: ''
153
+ schema: structured
154
+ provider: schema
155
+ output_dir: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619
156
+ choices:
157
+ suite: frankagym
158
+ suite/frankagym_task@_global_: insertion
159
+ agent: diffusion
160
+ hydra/env: default
161
+ hydra/callbacks: null
162
+ hydra/job_logging: default
163
+ hydra/hydra_logging: default
164
+ hydra/hydra_help: default
165
+ hydra/help: default
166
+ hydra/sweeper: basic
167
+ hydra/launcher: submitit_local
168
+ hydra/output: default
169
+ verbose: false
205619/.hydra/overrides.yaml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ - agent=diffusion
2
+ - suite=frankagym
3
+ - suite/frankagym_task@_global_=insertion
205619/episode_rosbags/aligned_depth_to_color_K.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a962c703d20da282f5e009d432dff51df4ebd22f3386699b6754ea9cfc06a55
3
+ size 200
205619/episode_rosbags/cam_tf_world.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29313ba240dd65ebbc79056d5582a97c9586cf2a1d4a1e0db13b87b49152cc9e
3
+ size 256
205619/episode_rosbags/color_K.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a962c703d20da282f5e009d432dff51df4ebd22f3386699b6754ea9cfc06a55
3
+ size 200
205619/episode_rosbags/depth_K.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc601d2fecd31c5513c76a88b5d4d8059adc1f92dad682e2d755d89a66d8fdf7
3
+ size 200
205619/episode_rosbags/episode_0_2024-12-17-20-56-42.bag ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6db8d73088c48d573f729bd5a836c8e6ef5588a82a3e7f7d91875e9284179c56
3
+ size 1333095236
205619/episode_rosbags/episode_1_2024-12-17-20-57-23.bag ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b36e2c45975afe478240b83929742982642ef9cb6726ef46ca901f87f6ee3d4
3
+ size 1336177279
205619/episode_rosbags/episode_2_2024-12-17-20-58-03.bag ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c83cbcb7722bfa1d07ee32195bc7613660b3bcef41779295529c7bde79b3a674
3
+ size 1330851491
205619/episode_rosbags/episode_3_2024-12-17-20-58-48.bag ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:380f4d217077674246d3207c89778fddad576e1abc62a2bd20ac0f660b01eaa4
3
+ size 1336822118
205619/episode_rosbags/episode_4_2024-12-17-20-59-50.bag ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e75b1ebfa5532c1ec8d56e54057427aa095c1d98f86f56e5143312fe89abadb4
3
+ size 1333619679
205619/eval_robot.log ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [2024-12-17 20:56:19,290][py.warnings][WARNING] - /home/leonmkim/fish_leon/FISH/eval_robot.py:503: UserWarning:
2
+ The version_base parameter is not specified.
3
+ Please specify a compatability version level, or None.
4
+ Will assume defaults for version 1.1
5
+ @hydra.main(config_path='cfgs', config_name='config_eval')
6
+
7
+ [2024-12-17 20:56:19,293][py.warnings][WARNING] - /home/leonmkim/fish_leon/FISH/eval_robot.py:439: UserWarning:
8
+ The version_base parameter is not specified.
9
+ Please specify a compatability version level, or None.
10
+ Will assume defaults for version 1.1
11
+ hydra.initialize(
12
+
205619/eval_video/0_eval.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ac69680a9ec173c38e2f673f7cee924c41c969f46c49db4def6afddb959161a
3
+ size 1130483
205619/eval_video/1_eval.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a59176de7339dfa56b5f4aac2f1a34fa608ec2ce737cecc3b2c31a97af469c56
3
+ size 1116795
205619/eval_video/2_eval.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb964b6ad7f53c112f71de461af6718f919fd2aacd012218d2edc2ab8108dbc6
3
+ size 1137506
205619/eval_video/3_eval.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1fd18c7f97afc0352cbd0cc8abfff95a01692936410c447a7dfe7c209fbd3c3
3
+ size 1139232
205619/eval_video/4_eval.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc34baaf71385e46f645d4c9c51b86fab9aa8ad1520fd328bce80ad336b8289f
3
+ size 1163338
205619/tb/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fda363faa0814b06a04b823cea9331fd7004d69be288059789736a766f3be299
3
+ size 1103
205619/wandb/debug-internal.log ADDED
@@ -0,0 +1,688 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-12-17 20:56:25,183 INFO StreamThr :70616 [internal.py:wandb_internal():85] W&B internal server running at pid: 70616, started at: 2024-12-17 20:56:25.182923
2
+ 2024-12-17 20:56:25,184 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status
3
+ 2024-12-17 20:56:25,193 INFO WriterThread:70616 [datastore.py:open_for_write():87] open: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/run-m7h1fbac.wandb
4
+ 2024-12-17 20:56:25,194 DEBUG SenderThread:70616 [sender.py:send():379] send: header
5
+ 2024-12-17 20:56:25,206 DEBUG SenderThread:70616 [sender.py:send():379] send: run
6
+ 2024-12-17 20:56:25,450 INFO SenderThread:70616 [dir_watcher.py:__init__():211] watching files in: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files
7
+ 2024-12-17 20:56:25,450 INFO SenderThread:70616 [sender.py:_start_run_threads():1188] run started: m7h1fbac with start time 1734486985.183267
8
+ 2024-12-17 20:56:25,468 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: check_version
9
+ 2024-12-17 20:56:25,468 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: check_version
10
+ 2024-12-17 20:56:25,518 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: run_start
11
+ 2024-12-17 20:56:25,523 DEBUG HandlerThread:70616 [system_info.py:__init__():26] System info init
12
+ 2024-12-17 20:56:25,523 DEBUG HandlerThread:70616 [system_info.py:__init__():41] System info init done
13
+ 2024-12-17 20:56:25,523 INFO HandlerThread:70616 [system_monitor.py:start():194] Starting system monitor
14
+ 2024-12-17 20:56:25,523 INFO SystemMonitor:70616 [system_monitor.py:_start():158] Starting system asset monitoring threads
15
+ 2024-12-17 20:56:25,523 INFO HandlerThread:70616 [system_monitor.py:probe():214] Collecting system info
16
+ 2024-12-17 20:56:25,524 INFO SystemMonitor:70616 [interfaces.py:start():188] Started cpu monitoring
17
+ 2024-12-17 20:56:25,524 INFO SystemMonitor:70616 [interfaces.py:start():188] Started disk monitoring
18
+ 2024-12-17 20:56:25,525 INFO SystemMonitor:70616 [interfaces.py:start():188] Started gpu monitoring
19
+ 2024-12-17 20:56:25,525 INFO SystemMonitor:70616 [interfaces.py:start():188] Started memory monitoring
20
+ 2024-12-17 20:56:25,526 INFO SystemMonitor:70616 [interfaces.py:start():188] Started network monitoring
21
+ 2024-12-17 20:56:25,537 DEBUG HandlerThread:70616 [system_info.py:probe():152] Probing system
22
+ 2024-12-17 20:56:25,539 DEBUG HandlerThread:70616 [system_info.py:_probe_git():137] Probing git
23
+ 2024-12-17 20:56:25,543 DEBUG HandlerThread:70616 [system_info.py:_probe_git():145] Probing git done
24
+ 2024-12-17 20:56:25,543 DEBUG HandlerThread:70616 [system_info.py:probe():200] Probing system done
25
+ 2024-12-17 20:56:25,543 DEBUG HandlerThread:70616 [system_monitor.py:probe():223] {'os': 'Linux-5.15.0-125-generic-x86_64-with-glibc2.31', 'python': '3.10.14', 'heartbeatAt': '2024-12-18T01:56:25.537675', 'startedAt': '2024-12-18T01:56:25.175931', 'docker': None, 'cuda': None, 'args': ('agent=diffusion', 'suite=frankagym', 'suite/frankagym_task@_global_=insertion'), 'state': 'running', 'program': '/home/leonmkim/fish_leon/FISH/eval_robot.py', 'codePathLocal': None, 'codePath': 'FISH/eval_robot.py', 'git': {'remote': 'https://github.com/leonmkim/fish_leon.git', 'commit': '5f28b54373d7d41e4ebace380ff1080a8ffc4051'}, 'email': 'leonmkim@seas.upenn.edu', 'root': '/home/leonmkim/fish_leon', 'host': 'leonmkim-ROG-Strix-G15CS-G15CS', 'username': 'leonmkim', 'executable': '/home/leonmkim/.pyenv/versions/lerobot/bin/python', 'cpu_count': 8, 'cpu_count_logical': 8, 'cpu_freq': {'current': 3570.471375, 'min': 800.0, 'max': 4700.0}, 'cpu_freq_per_core': [{'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 4499.958, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}], 'disk': {'/': {'total': 915.3232879638672, 'used': 367.0489959716797}}, 'gpu': 'NVIDIA GeForce RTX 2070 SUPER', 'gpu_count': 1, 'gpu_devices': [{'name': 'NVIDIA GeForce RTX 2070 SUPER', 'memory_total': 8589934592}], 'memory': {'total': 62.71595764160156}}
26
+ 2024-12-17 20:56:25,543 INFO HandlerThread:70616 [system_monitor.py:probe():224] Finished collecting system info
27
+ 2024-12-17 20:56:25,543 INFO HandlerThread:70616 [system_monitor.py:probe():227] Publishing system info
28
+ 2024-12-17 20:56:25,544 DEBUG HandlerThread:70616 [system_info.py:_save_code():44] Saving code
29
+ 2024-12-17 20:56:25,545 DEBUG HandlerThread:70616 [system_info.py:_save_code():67] Saving code done
30
+ 2024-12-17 20:56:25,545 DEBUG HandlerThread:70616 [system_info.py:_save_patches():84] Saving git patches
31
+ 2024-12-17 20:56:25,610 DEBUG HandlerThread:70616 [system_info.py:_save_patches():126] Saving git patches done
32
+ 2024-12-17 20:56:25,610 INFO HandlerThread:70616 [system_monitor.py:probe():229] Finished publishing system info
33
+ 2024-12-17 20:56:25,613 DEBUG SenderThread:70616 [sender.py:send():379] send: files
34
+ 2024-12-17 20:56:25,613 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-metadata.json with policy now
35
+ 2024-12-17 20:56:25,613 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file code/FISH/eval_robot.py with policy now
36
+ 2024-12-17 20:56:25,614 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file diff.patch with policy now
37
+ 2024-12-17 20:56:25,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: python_packages
38
+ 2024-12-17 20:56:25,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
39
+ 2024-12-17 20:56:25,843 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: python_packages
40
+ 2024-12-17 20:56:25,843 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
41
+ 2024-12-17 20:56:25,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
42
+ 2024-12-17 20:56:25,846 INFO HandlerThread:70616 [handler.py:handle_tbrecord():783] handling tbrecord: tbrecord {
43
+ log_dir: "/home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/tb"
44
+ save: true
45
+ }
46
+ control {
47
+ relay_id: "19469a5384a5467b80ba8af284641d13"
48
+ }
49
+ _info {
50
+ stream_id: "m7h1fbac"
51
+ }
52
+
53
+ 2024-12-17 20:56:25,846 DEBUG HandlerThread:70616 [config_util.py:dict_from_config_file():70] no default config file found in config-defaults.yaml
54
+ 2024-12-17 20:56:25,873 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/fe6nodd0-wandb-metadata.json
55
+ 2024-12-17 20:56:25,876 INFO wandb-upload_2:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/yn4a2obv-diff.patch
56
+ 2024-12-17 20:56:25,907 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/e3g49mjo-code/FISH/eval_robot.py
57
+ 2024-12-17 20:56:25,963 DEBUG SenderThread:70616 [sender.py:send():379] send: telemetry
58
+ 2024-12-17 20:56:25,963 DEBUG SenderThread:70616 [sender.py:send():379] send: tbrecord
59
+ 2024-12-17 20:56:25,964 DEBUG SenderThread:70616 [sender.py:send():379] send: files
60
+ 2024-12-17 20:56:25,964 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0 with policy live
61
+ 2024-12-17 20:56:26,162 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/wkffbmz1-events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
62
+ 2024-12-17 20:56:26,451 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/code/FISH/eval_robot.py
63
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
64
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-metadata.json
65
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/requirements.txt
66
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/diff.patch
67
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
68
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/code
69
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/code/FISH
70
+ 2024-12-17 20:56:26,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
71
+ 2024-12-17 20:56:27,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
72
+ 2024-12-17 20:56:28,451 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
73
+ 2024-12-17 20:56:28,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
74
+ 2024-12-17 20:56:29,700 DEBUG SenderThread:70616 [sender.py:send():379] send: config
75
+ 2024-12-17 20:56:29,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
76
+ 2024-12-17 20:56:30,706 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
77
+ 2024-12-17 20:56:30,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
78
+ 2024-12-17 20:56:31,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
79
+ 2024-12-17 20:56:32,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
80
+ 2024-12-17 20:56:32,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
81
+ 2024-12-17 20:56:33,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
82
+ 2024-12-17 20:56:34,453 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
83
+ 2024-12-17 20:56:34,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
84
+ 2024-12-17 20:56:35,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
85
+ 2024-12-17 20:56:35,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
86
+ 2024-12-17 20:56:36,453 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
87
+ 2024-12-17 20:56:36,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
88
+ 2024-12-17 20:56:37,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
89
+ 2024-12-17 20:56:38,454 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
90
+ 2024-12-17 20:56:38,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
91
+ 2024-12-17 20:56:39,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
92
+ 2024-12-17 20:56:40,455 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
93
+ 2024-12-17 20:56:40,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
94
+ 2024-12-17 20:56:40,843 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
95
+ 2024-12-17 20:56:40,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
96
+ 2024-12-17 20:56:40,910 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
97
+ 2024-12-17 20:56:41,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
98
+ 2024-12-17 20:56:42,455 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
99
+ 2024-12-17 20:56:42,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
100
+ 2024-12-17 20:56:43,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
101
+ 2024-12-17 20:56:44,456 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
102
+ 2024-12-17 20:56:44,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
103
+ 2024-12-17 20:56:45,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
104
+ 2024-12-17 20:56:46,456 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
105
+ 2024-12-17 20:56:46,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
106
+ 2024-12-17 20:56:46,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
107
+ 2024-12-17 20:56:47,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
108
+ 2024-12-17 20:56:48,457 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
109
+ 2024-12-17 20:56:48,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
110
+ 2024-12-17 20:56:49,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
111
+ 2024-12-17 20:56:50,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
112
+ 2024-12-17 20:56:51,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
113
+ 2024-12-17 20:56:51,879 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
114
+ 2024-12-17 20:56:52,458 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
115
+ 2024-12-17 20:56:52,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
116
+ 2024-12-17 20:56:53,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
117
+ 2024-12-17 20:56:54,459 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
118
+ 2024-12-17 20:56:54,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
119
+ 2024-12-17 20:56:55,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
120
+ 2024-12-17 20:56:55,843 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
121
+ 2024-12-17 20:56:55,889 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
122
+ 2024-12-17 20:56:56,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
123
+ 2024-12-17 20:56:56,957 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
124
+ 2024-12-17 20:56:57,460 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/config.yaml
125
+ 2024-12-17 20:56:57,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
126
+ 2024-12-17 20:56:58,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
127
+ 2024-12-17 20:56:59,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
128
+ 2024-12-17 20:57:00,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
129
+ 2024-12-17 20:57:01,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
130
+ 2024-12-17 20:57:02,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
131
+ 2024-12-17 20:57:02,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
132
+ 2024-12-17 20:57:03,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
133
+ 2024-12-17 20:57:04,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
134
+ 2024-12-17 20:57:05,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
135
+ 2024-12-17 20:57:06,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
136
+ 2024-12-17 20:57:07,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
137
+ 2024-12-17 20:57:07,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
138
+ 2024-12-17 20:57:08,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
139
+ 2024-12-17 20:57:09,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
140
+ 2024-12-17 20:57:10,452 DEBUG SenderThread:70616 [sender.py:send():379] send: files
141
+ 2024-12-17 20:57:10,452 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4 with policy now
142
+ 2024-12-17 20:57:10,452 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: partial_history
143
+ 2024-12-17 20:57:10,453 DEBUG SenderThread:70616 [sender.py:send():379] send: history
144
+ 2024-12-17 20:57:10,453 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
145
+ 2024-12-17 20:57:10,454 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
146
+ 2024-12-17 20:57:10,463 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
147
+ 2024-12-17 20:57:10,463 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4
148
+ 2024-12-17 20:57:10,464 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
149
+ 2024-12-17 20:57:10,464 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval
150
+ 2024-12-17 20:57:10,464 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos
151
+ 2024-12-17 20:57:10,464 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media
152
+ 2024-12-17 20:57:10,710 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/2m43vjbj-media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4
153
+ 2024-12-17 20:57:10,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
154
+ 2024-12-17 20:57:10,844 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
155
+ 2024-12-17 20:57:10,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
156
+ 2024-12-17 20:57:10,971 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/gxg5gj2f-media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4
157
+ 2024-12-17 20:57:11,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
158
+ 2024-12-17 20:57:12,464 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
159
+ 2024-12-17 20:57:12,850 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
160
+ 2024-12-17 20:57:12,984 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
161
+ 2024-12-17 20:57:13,851 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
162
+ 2024-12-17 20:57:14,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
163
+ 2024-12-17 20:57:15,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
164
+ 2024-12-17 20:57:16,465 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
165
+ 2024-12-17 20:57:16,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
166
+ 2024-12-17 20:57:17,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
167
+ 2024-12-17 20:57:18,466 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
168
+ 2024-12-17 20:57:18,821 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
169
+ 2024-12-17 20:57:18,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
170
+ 2024-12-17 20:57:19,466 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
171
+ 2024-12-17 20:57:19,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
172
+ 2024-12-17 20:57:20,467 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
173
+ 2024-12-17 20:57:20,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
174
+ 2024-12-17 20:57:21,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
175
+ 2024-12-17 20:57:22,467 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
176
+ 2024-12-17 20:57:22,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
177
+ 2024-12-17 20:57:23,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
178
+ 2024-12-17 20:57:24,348 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
179
+ 2024-12-17 20:57:24,468 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
180
+ 2024-12-17 20:57:24,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
181
+ 2024-12-17 20:57:25,526 DEBUG SystemMonitor:70616 [system_monitor.py:_start():172] Starting system metrics aggregation loop
182
+ 2024-12-17 20:57:25,526 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
183
+ 2024-12-17 20:57:25,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
184
+ 2024-12-17 20:57:25,844 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
185
+ 2024-12-17 20:57:25,885 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
186
+ 2024-12-17 20:57:26,854 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
187
+ 2024-12-17 20:57:27,854 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
188
+ 2024-12-17 20:57:28,854 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
189
+ 2024-12-17 20:57:29,854 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
190
+ 2024-12-17 20:57:29,966 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
191
+ 2024-12-17 20:57:30,854 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
192
+ 2024-12-17 20:57:31,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
193
+ 2024-12-17 20:57:32,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
194
+ 2024-12-17 20:57:33,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
195
+ 2024-12-17 20:57:34,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
196
+ 2024-12-17 20:57:35,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
197
+ 2024-12-17 20:57:35,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
198
+ 2024-12-17 20:57:36,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
199
+ 2024-12-17 20:57:37,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
200
+ 2024-12-17 20:57:38,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
201
+ 2024-12-17 20:57:39,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
202
+ 2024-12-17 20:57:40,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
203
+ 2024-12-17 20:57:40,844 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
204
+ 2024-12-17 20:57:40,889 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
205
+ 2024-12-17 20:57:40,932 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
206
+ 2024-12-17 20:57:41,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
207
+ 2024-12-17 20:57:42,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
208
+ 2024-12-17 20:57:43,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
209
+ 2024-12-17 20:57:44,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
210
+ 2024-12-17 20:57:45,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
211
+ 2024-12-17 20:57:46,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
212
+ 2024-12-17 20:57:46,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
213
+ 2024-12-17 20:57:47,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
214
+ 2024-12-17 20:57:48,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
215
+ 2024-12-17 20:57:49,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
216
+ 2024-12-17 20:57:50,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
217
+ 2024-12-17 20:57:51,053 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: partial_history
218
+ 2024-12-17 20:57:51,054 DEBUG SenderThread:70616 [sender.py:send():379] send: files
219
+ 2024-12-17 20:57:51,054 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4 with policy now
220
+ 2024-12-17 20:57:51,054 DEBUG SenderThread:70616 [sender.py:send():379] send: history
221
+ 2024-12-17 20:57:51,054 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
222
+ 2024-12-17 20:57:51,055 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
223
+ 2024-12-17 20:57:51,308 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/gwsratzy-media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4
224
+ 2024-12-17 20:57:51,476 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
225
+ 2024-12-17 20:57:51,477 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4
226
+ 2024-12-17 20:57:51,477 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval
227
+ 2024-12-17 20:57:51,732 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/00fbg6z1-media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4
228
+ 2024-12-17 20:57:51,863 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
229
+ 2024-12-17 20:57:52,056 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
230
+ 2024-12-17 20:57:52,477 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
231
+ 2024-12-17 20:57:52,863 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
232
+ 2024-12-17 20:57:53,862 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
233
+ 2024-12-17 20:57:54,863 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
234
+ 2024-12-17 20:57:55,527 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
235
+ 2024-12-17 20:57:55,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
236
+ 2024-12-17 20:57:55,848 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
237
+ 2024-12-17 20:57:55,889 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
238
+ 2024-12-17 20:57:56,478 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
239
+ 2024-12-17 20:57:56,869 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
240
+ 2024-12-17 20:57:57,394 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
241
+ 2024-12-17 20:57:57,866 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
242
+ 2024-12-17 20:57:58,479 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
243
+ 2024-12-17 20:57:58,871 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
244
+ 2024-12-17 20:57:59,871 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
245
+ 2024-12-17 20:58:00,479 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
246
+ 2024-12-17 20:58:00,723 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/b5x3uf8q-events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
247
+ 2024-12-17 20:58:00,867 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
248
+ 2024-12-17 20:58:01,239 DEBUG SenderThread:70616 [sender.py:send():379] send: history
249
+ 2024-12-17 20:58:01,239 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
250
+ 2024-12-17 20:58:01,240 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
251
+ 2024-12-17 20:58:01,480 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
252
+ 2024-12-17 20:58:01,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
253
+ 2024-12-17 20:58:02,480 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
254
+ 2024-12-17 20:58:02,873 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
255
+ 2024-12-17 20:58:03,241 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
256
+ 2024-12-17 20:58:03,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
257
+ 2024-12-17 20:58:04,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
258
+ 2024-12-17 20:58:05,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
259
+ 2024-12-17 20:58:06,481 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
260
+ 2024-12-17 20:58:06,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
261
+ 2024-12-17 20:58:07,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
262
+ 2024-12-17 20:58:08,482 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
263
+ 2024-12-17 20:58:08,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
264
+ 2024-12-17 20:58:09,049 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
265
+ 2024-12-17 20:58:09,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
266
+ 2024-12-17 20:58:10,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
267
+ 2024-12-17 20:58:10,849 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
268
+ 2024-12-17 20:58:10,869 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
269
+ 2024-12-17 20:58:11,869 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
270
+ 2024-12-17 20:58:12,484 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
271
+ 2024-12-17 20:58:12,869 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
272
+ 2024-12-17 20:58:13,870 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
273
+ 2024-12-17 20:58:14,485 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
274
+ 2024-12-17 20:58:14,870 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
275
+ 2024-12-17 20:58:15,049 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
276
+ 2024-12-17 20:58:15,870 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
277
+ 2024-12-17 20:58:16,485 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
278
+ 2024-12-17 20:58:16,871 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
279
+ 2024-12-17 20:58:17,871 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
280
+ 2024-12-17 20:58:18,870 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
281
+ 2024-12-17 20:58:19,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
282
+ 2024-12-17 20:58:20,487 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
283
+ 2024-12-17 20:58:20,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
284
+ 2024-12-17 20:58:20,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
285
+ 2024-12-17 20:58:21,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
286
+ 2024-12-17 20:58:22,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
287
+ 2024-12-17 20:58:23,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
288
+ 2024-12-17 20:58:24,488 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
289
+ 2024-12-17 20:58:24,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
290
+ 2024-12-17 20:58:25,527 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
291
+ 2024-12-17 20:58:25,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
292
+ 2024-12-17 20:58:25,845 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
293
+ 2024-12-17 20:58:25,885 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
294
+ 2024-12-17 20:58:25,903 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
295
+ 2024-12-17 20:58:26,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
296
+ 2024-12-17 20:58:27,873 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
297
+ 2024-12-17 20:58:28,873 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
298
+ 2024-12-17 20:58:29,873 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
299
+ 2024-12-17 20:58:30,873 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
300
+ 2024-12-17 20:58:31,398 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
301
+ 2024-12-17 20:58:31,654 DEBUG SenderThread:70616 [sender.py:send():379] send: files
302
+ 2024-12-17 20:58:31,654 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4 with policy now
303
+ 2024-12-17 20:58:31,657 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: partial_history
304
+ 2024-12-17 20:58:31,657 DEBUG SenderThread:70616 [sender.py:send():379] send: history
305
+ 2024-12-17 20:58:31,657 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
306
+ 2024-12-17 20:58:31,658 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
307
+ 2024-12-17 20:58:31,874 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
308
+ 2024-12-17 20:58:31,907 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/bz7uu82v-media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4
309
+ 2024-12-17 20:58:32,491 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
310
+ 2024-12-17 20:58:32,491 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
311
+ 2024-12-17 20:58:32,491 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4
312
+ 2024-12-17 20:58:32,491 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval
313
+ 2024-12-17 20:58:32,796 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/u5o9rvmq-media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4
314
+ 2024-12-17 20:58:32,876 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
315
+ 2024-12-17 20:58:33,881 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
316
+ 2024-12-17 20:58:34,491 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
317
+ 2024-12-17 20:58:34,875 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
318
+ 2024-12-17 20:58:35,881 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
319
+ 2024-12-17 20:58:36,492 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
320
+ 2024-12-17 20:58:36,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
321
+ 2024-12-17 20:58:36,882 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
322
+ 2024-12-17 20:58:37,889 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
323
+ 2024-12-17 20:58:38,884 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
324
+ 2024-12-17 20:58:39,884 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
325
+ 2024-12-17 20:58:40,493 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
326
+ 2024-12-17 20:58:40,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
327
+ 2024-12-17 20:58:40,847 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
328
+ 2024-12-17 20:58:40,889 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
329
+ 2024-12-17 20:58:41,886 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
330
+ 2024-12-17 20:58:41,984 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
331
+ 2024-12-17 20:58:42,888 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
332
+ 2024-12-17 20:58:43,887 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
333
+ 2024-12-17 20:58:44,887 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
334
+ 2024-12-17 20:58:45,495 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
335
+ 2024-12-17 20:58:45,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
336
+ 2024-12-17 20:58:46,061 DEBUG SenderThread:70616 [sender.py:send():379] send: history
337
+ 2024-12-17 20:58:46,063 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
338
+ 2024-12-17 20:58:46,064 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
339
+ 2024-12-17 20:58:46,495 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
340
+ 2024-12-17 20:58:46,495 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
341
+ 2024-12-17 20:58:46,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
342
+ 2024-12-17 20:58:47,225 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
343
+ 2024-12-17 20:58:47,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
344
+ 2024-12-17 20:58:48,496 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
345
+ 2024-12-17 20:58:48,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
346
+ 2024-12-17 20:58:49,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
347
+ 2024-12-17 20:58:50,497 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
348
+ 2024-12-17 20:58:50,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
349
+ 2024-12-17 20:58:51,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
350
+ 2024-12-17 20:58:52,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
351
+ 2024-12-17 20:58:52,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
352
+ 2024-12-17 20:58:53,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
353
+ 2024-12-17 20:58:54,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
354
+ 2024-12-17 20:58:55,528 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
355
+ 2024-12-17 20:58:55,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
356
+ 2024-12-17 20:58:55,845 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
357
+ 2024-12-17 20:58:55,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
358
+ 2024-12-17 20:58:56,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
359
+ 2024-12-17 20:58:57,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
360
+ 2024-12-17 20:58:57,920 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
361
+ 2024-12-17 20:58:58,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
362
+ 2024-12-17 20:58:59,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
363
+ 2024-12-17 20:59:00,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
364
+ 2024-12-17 20:59:01,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
365
+ 2024-12-17 20:59:02,892 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
366
+ 2024-12-17 20:59:03,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
367
+ 2024-12-17 20:59:03,892 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
368
+ 2024-12-17 20:59:04,892 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
369
+ 2024-12-17 20:59:05,892 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
370
+ 2024-12-17 20:59:06,892 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
371
+ 2024-12-17 20:59:07,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
372
+ 2024-12-17 20:59:08,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
373
+ 2024-12-17 20:59:08,894 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
374
+ 2024-12-17 20:59:09,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
375
+ 2024-12-17 20:59:10,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
376
+ 2024-12-17 20:59:10,845 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
377
+ 2024-12-17 20:59:10,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
378
+ 2024-12-17 20:59:11,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
379
+ 2024-12-17 20:59:12,504 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
380
+ 2024-12-17 20:59:12,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
381
+ 2024-12-17 20:59:13,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
382
+ 2024-12-17 20:59:13,931 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
383
+ 2024-12-17 20:59:14,894 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
384
+ 2024-12-17 20:59:15,894 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
385
+ 2024-12-17 20:59:16,505 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
386
+ 2024-12-17 20:59:16,871 DEBUG SenderThread:70616 [sender.py:send():379] send: files
387
+ 2024-12-17 20:59:16,871 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4 with policy now
388
+ 2024-12-17 20:59:16,879 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: partial_history
389
+ 2024-12-17 20:59:16,880 DEBUG SenderThread:70616 [sender.py:send():379] send: history
390
+ 2024-12-17 20:59:16,880 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
391
+ 2024-12-17 20:59:16,880 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
392
+ 2024-12-17 20:59:16,915 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
393
+ 2024-12-17 20:59:17,120 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/zwvwl4qx-media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4
394
+ 2024-12-17 20:59:17,506 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
395
+ 2024-12-17 20:59:17,506 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4
396
+ 2024-12-17 20:59:17,506 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval
397
+ 2024-12-17 20:59:17,769 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/5yfl7pkc-media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4
398
+ 2024-12-17 20:59:17,916 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
399
+ 2024-12-17 20:59:18,506 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
400
+ 2024-12-17 20:59:18,904 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
401
+ 2024-12-17 20:59:19,892 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
402
+ 2024-12-17 20:59:19,925 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
403
+ 2024-12-17 20:59:20,917 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
404
+ 2024-12-17 20:59:21,912 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
405
+ 2024-12-17 20:59:22,507 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
406
+ 2024-12-17 20:59:22,912 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
407
+ 2024-12-17 20:59:23,914 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
408
+ 2024-12-17 20:59:24,508 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
409
+ 2024-12-17 20:59:24,919 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
410
+ 2024-12-17 20:59:25,373 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
411
+ 2024-12-17 20:59:25,528 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
412
+ 2024-12-17 20:59:25,850 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
413
+ 2024-12-17 20:59:25,850 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
414
+ 2024-12-17 20:59:25,917 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
415
+ 2024-12-17 20:59:26,916 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
416
+ 2024-12-17 20:59:27,920 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
417
+ 2024-12-17 20:59:28,923 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
418
+ 2024-12-17 20:59:29,924 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
419
+ 2024-12-17 20:59:30,870 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
420
+ 2024-12-17 20:59:30,919 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
421
+ 2024-12-17 20:59:31,920 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
422
+ 2024-12-17 20:59:32,927 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
423
+ 2024-12-17 20:59:33,928 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
424
+ 2024-12-17 20:59:34,924 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
425
+ 2024-12-17 20:59:35,923 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
426
+ 2024-12-17 20:59:36,867 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
427
+ 2024-12-17 20:59:36,921 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
428
+ 2024-12-17 20:59:37,922 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
429
+ 2024-12-17 20:59:38,929 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
430
+ 2024-12-17 20:59:39,931 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
431
+ 2024-12-17 20:59:40,863 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
432
+ 2024-12-17 20:59:40,863 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
433
+ 2024-12-17 20:59:40,926 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
434
+ 2024-12-17 20:59:41,929 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
435
+ 2024-12-17 20:59:41,989 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
436
+ 2024-12-17 20:59:42,931 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
437
+ 2024-12-17 20:59:43,941 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
438
+ 2024-12-17 20:59:44,932 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
439
+ 2024-12-17 20:59:45,942 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
440
+ 2024-12-17 20:59:46,515 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
441
+ 2024-12-17 20:59:46,775 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/4e06pnb5-events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
442
+ 2024-12-17 20:59:46,935 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
443
+ 2024-12-17 20:59:47,138 DEBUG SenderThread:70616 [sender.py:send():379] send: history
444
+ 2024-12-17 20:59:47,138 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
445
+ 2024-12-17 20:59:47,139 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
446
+ 2024-12-17 20:59:47,140 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
447
+ 2024-12-17 20:59:47,515 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
448
+ 2024-12-17 20:59:47,932 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
449
+ 2024-12-17 20:59:48,516 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
450
+ 2024-12-17 20:59:48,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
451
+ 2024-12-17 20:59:49,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
452
+ 2024-12-17 20:59:50,932 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
453
+ 2024-12-17 20:59:51,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
454
+ 2024-12-17 20:59:52,517 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
455
+ 2024-12-17 20:59:52,865 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
456
+ 2024-12-17 20:59:52,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
457
+ 2024-12-17 20:59:53,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
458
+ 2024-12-17 20:59:54,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
459
+ 2024-12-17 20:59:55,529 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
460
+ 2024-12-17 20:59:55,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
461
+ 2024-12-17 20:59:55,848 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
462
+ 2024-12-17 20:59:55,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
463
+ 2024-12-17 20:59:56,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
464
+ 2024-12-17 20:59:57,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
465
+ 2024-12-17 20:59:57,987 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
466
+ 2024-12-17 20:59:58,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
467
+ 2024-12-17 20:59:59,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
468
+ 2024-12-17 21:00:00,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
469
+ 2024-12-17 21:00:01,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
470
+ 2024-12-17 21:00:02,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
471
+ 2024-12-17 21:00:03,865 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
472
+ 2024-12-17 21:00:03,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
473
+ 2024-12-17 21:00:04,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
474
+ 2024-12-17 21:00:05,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
475
+ 2024-12-17 21:00:06,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
476
+ 2024-12-17 21:00:07,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
477
+ 2024-12-17 21:00:08,522 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
478
+ 2024-12-17 21:00:08,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
479
+ 2024-12-17 21:00:08,979 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
480
+ 2024-12-17 21:00:09,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
481
+ 2024-12-17 21:00:10,523 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
482
+ 2024-12-17 21:00:10,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
483
+ 2024-12-17 21:00:10,848 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
484
+ 2024-12-17 21:00:10,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
485
+ 2024-12-17 21:00:11,935 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
486
+ 2024-12-17 21:00:12,935 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
487
+ 2024-12-17 21:00:13,935 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
488
+ 2024-12-17 21:00:14,525 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
489
+ 2024-12-17 21:00:14,779 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
490
+ 2024-12-17 21:00:14,935 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
491
+ 2024-12-17 21:00:15,935 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
492
+ 2024-12-17 21:00:16,525 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
493
+ 2024-12-17 21:00:16,937 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
494
+ 2024-12-17 21:00:17,953 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
495
+ 2024-12-17 21:00:18,526 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
496
+ 2024-12-17 21:00:18,693 DEBUG SenderThread:70616 [sender.py:send():379] send: files
497
+ 2024-12-17 21:00:18,693 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4 with policy now
498
+ 2024-12-17 21:00:18,696 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: partial_history
499
+ 2024-12-17 21:00:18,696 DEBUG SenderThread:70616 [sender.py:send():379] send: history
500
+ 2024-12-17 21:00:18,696 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
501
+ 2024-12-17 21:00:18,696 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
502
+ 2024-12-17 21:00:18,952 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/l2dpc4od-media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4
503
+ 2024-12-17 21:00:18,955 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
504
+ 2024-12-17 21:00:19,526 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
505
+ 2024-12-17 21:00:19,527 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4
506
+ 2024-12-17 21:00:19,527 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval
507
+ 2024-12-17 21:00:19,804 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/c179dvnw-media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4
508
+ 2024-12-17 21:00:19,952 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
509
+ 2024-12-17 21:00:20,527 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
510
+ 2024-12-17 21:00:20,716 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
511
+ 2024-12-17 21:00:20,951 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
512
+ 2024-12-17 21:00:21,527 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
513
+ 2024-12-17 21:00:21,956 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
514
+ 2024-12-17 21:00:22,970 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
515
+ 2024-12-17 21:00:23,952 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
516
+ 2024-12-17 21:00:24,528 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
517
+ 2024-12-17 21:00:24,955 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
518
+ 2024-12-17 21:00:25,529 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
519
+ 2024-12-17 21:00:25,864 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
520
+ 2024-12-17 21:00:25,864 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
521
+ 2024-12-17 21:00:25,955 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
522
+ 2024-12-17 21:00:25,962 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
523
+ 2024-12-17 21:00:26,529 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
524
+ 2024-12-17 21:00:26,961 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
525
+ 2024-12-17 21:00:27,613 DEBUG SenderThread:70616 [sender.py:send():379] send: exit
526
+ 2024-12-17 21:00:27,613 INFO SenderThread:70616 [sender.py:send_exit():586] handling exit code: 0
527
+ 2024-12-17 21:00:27,613 INFO SenderThread:70616 [sender.py:send_exit():588] handling runtime: 242
528
+ 2024-12-17 21:00:27,614 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
529
+ 2024-12-17 21:00:27,614 INFO SenderThread:70616 [sender.py:send_exit():594] send defer
530
+ 2024-12-17 21:00:27,614 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
531
+ 2024-12-17 21:00:27,614 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 0
532
+ 2024-12-17 21:00:27,614 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
533
+ 2024-12-17 21:00:27,614 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 0
534
+ 2024-12-17 21:00:27,614 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 1
535
+ 2024-12-17 21:00:27,614 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
536
+ 2024-12-17 21:00:27,614 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 1
537
+ 2024-12-17 21:00:27,614 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
538
+ 2024-12-17 21:00:27,614 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 1
539
+ 2024-12-17 21:00:27,614 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 2
540
+ 2024-12-17 21:00:27,615 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
541
+ 2024-12-17 21:00:27,615 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 2
542
+ 2024-12-17 21:00:27,615 INFO HandlerThread:70616 [system_monitor.py:finish():203] Stopping system monitor
543
+ 2024-12-17 21:00:27,615 DEBUG SystemMonitor:70616 [system_monitor.py:_start():179] Finished system metrics aggregation loop
544
+ 2024-12-17 21:00:27,615 DEBUG SystemMonitor:70616 [system_monitor.py:_start():183] Publishing last batch of metrics
545
+ 2024-12-17 21:00:27,615 INFO HandlerThread:70616 [interfaces.py:finish():200] Joined cpu monitor
546
+ 2024-12-17 21:00:27,616 INFO HandlerThread:70616 [interfaces.py:finish():200] Joined disk monitor
547
+ 2024-12-17 21:00:27,679 INFO HandlerThread:70616 [interfaces.py:finish():200] Joined gpu monitor
548
+ 2024-12-17 21:00:27,679 INFO HandlerThread:70616 [interfaces.py:finish():200] Joined memory monitor
549
+ 2024-12-17 21:00:27,679 INFO HandlerThread:70616 [interfaces.py:finish():200] Joined network monitor
550
+ 2024-12-17 21:00:27,680 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
551
+ 2024-12-17 21:00:27,680 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 2
552
+ 2024-12-17 21:00:27,680 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 3
553
+ 2024-12-17 21:00:27,680 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
554
+ 2024-12-17 21:00:27,680 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
555
+ 2024-12-17 21:00:27,680 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 3
556
+ 2024-12-17 21:00:27,680 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
557
+ 2024-12-17 21:00:27,680 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 3
558
+ 2024-12-17 21:00:27,680 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 4
559
+ 2024-12-17 21:00:27,680 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
560
+ 2024-12-17 21:00:27,680 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 4
561
+ 2024-12-17 21:00:28,530 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
562
+ 2024-12-17 21:00:28,530 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
563
+ 2024-12-17 21:00:28,530 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
564
+ 2024-12-17 21:00:33,682 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: poll_exit
565
+ 2024-12-17 21:00:33,683 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
566
+ 2024-12-17 21:00:33,683 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: keepalive
567
+ 2024-12-17 21:00:33,683 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
568
+ 2024-12-17 21:00:33,683 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 4
569
+ 2024-12-17 21:00:33,683 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 5
570
+ 2024-12-17 21:00:33,683 DEBUG SenderThread:70616 [sender.py:send():379] send: history
571
+ 2024-12-17 21:00:33,683 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
572
+ 2024-12-17 21:00:33,684 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
573
+ 2024-12-17 21:00:33,684 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 5
574
+ 2024-12-17 21:00:33,684 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
575
+ 2024-12-17 21:00:33,684 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: poll_exit
576
+ 2024-12-17 21:00:33,684 DEBUG SenderThread:70616 [sender.py:send():379] send: history
577
+ 2024-12-17 21:00:33,685 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
578
+ 2024-12-17 21:00:33,688 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
579
+ 2024-12-17 21:00:33,688 DEBUG SenderThread:70616 [sender.py:send():379] send: summary
580
+ 2024-12-17 21:00:33,689 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
581
+ 2024-12-17 21:00:33,689 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
582
+ 2024-12-17 21:00:33,689 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 5
583
+ 2024-12-17 21:00:33,689 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 6
584
+ 2024-12-17 21:00:33,689 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
585
+ 2024-12-17 21:00:33,689 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 6
586
+ 2024-12-17 21:00:33,689 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
587
+ 2024-12-17 21:00:33,689 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 6
588
+ 2024-12-17 21:00:33,689 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 7
589
+ 2024-12-17 21:00:33,690 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
590
+ 2024-12-17 21:00:33,690 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
591
+ 2024-12-17 21:00:33,690 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 7
592
+ 2024-12-17 21:00:33,690 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
593
+ 2024-12-17 21:00:33,690 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 7
594
+ 2024-12-17 21:00:34,532 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
595
+ 2024-12-17 21:00:34,602 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 8
596
+ 2024-12-17 21:00:34,602 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
597
+ 2024-12-17 21:00:34,602 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 8
598
+ 2024-12-17 21:00:34,602 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
599
+ 2024-12-17 21:00:34,603 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 8
600
+ 2024-12-17 21:00:34,603 INFO SenderThread:70616 [job_builder.py:build():440] Attempting to build job artifact
601
+ 2024-12-17 21:00:34,605 INFO SenderThread:70616 [job_builder.py:_get_source_type():569] is repo sourced job
602
+ 2024-12-17 21:00:34,614 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: poll_exit
603
+ 2024-12-17 21:00:34,619 INFO SenderThread:70616 [job_builder.py:build():545] adding wandb-job metadata file
604
+ 2024-12-17 21:00:34,632 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 9
605
+ 2024-12-17 21:00:34,632 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: poll_exit
606
+ 2024-12-17 21:00:34,632 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
607
+ 2024-12-17 21:00:34,632 DEBUG SenderThread:70616 [sender.py:send():379] send: artifact
608
+ 2024-12-17 21:00:34,632 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 9
609
+ 2024-12-17 21:00:35,321 INFO wandb-upload_2:70616 [upload_job.py:push():85] Skipped uploading /home/leonmkim/.local/share/wandb/artifacts/staging/tmpu4l34lz7
610
+ 2024-12-17 21:00:35,321 INFO wandb-upload_0:70616 [upload_job.py:push():85] Skipped uploading /tmp/tmpthz7ujbr/wandb-job.json
611
+ 2024-12-17 21:00:35,452 INFO wandb-upload_1:70616 [upload_job.py:push():88] Uploaded file /home/leonmkim/.local/share/wandb/artifacts/staging/tmpouixkgus
612
+ 2024-12-17 21:00:35,533 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
613
+ 2024-12-17 21:00:35,615 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: poll_exit
614
+ 2024-12-17 21:00:36,051 INFO SenderThread:70616 [sender.py:send_artifact():1537] sent artifact job-https___github.com_leonmkim_fish_leon.git_FISH_eval_robot.py - {'id': 'QXJ0aWZhY3Q6MTM4MzA4NzA1NA==', 'state': 'PENDING', 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjMxNzk5NjkyNQ==', 'latestArtifact': {'id': 'QXJ0aWZhY3Q6MTM4MzA1OTA4Nw==', 'versionIndex': 374}}}
615
+ 2024-12-17 21:00:36,051 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
616
+ 2024-12-17 21:00:36,051 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 9
617
+ 2024-12-17 21:00:36,051 INFO SenderThread:70616 [dir_watcher.py:finish():358] shutting down directory watcher
618
+ 2024-12-17 21:00:36,534 INFO SenderThread:70616 [dir_watcher.py:finish():388] scan: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files
619
+ 2024-12-17 21:00:36,534 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/config.yaml config.yaml
620
+ 2024-12-17 21:00:36,534 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json wandb-summary.json
621
+ 2024-12-17 21:00:36,534 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/requirements.txt requirements.txt
622
+ 2024-12-17 21:00:36,534 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-metadata.json wandb-metadata.json
623
+ 2024-12-17 21:00:36,537 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0 events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
624
+ 2024-12-17 21:00:36,537 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log output.log
625
+ 2024-12-17 21:00:36,537 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/diff.patch diff.patch
626
+ 2024-12-17 21:00:36,539 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/code/FISH/eval_robot.py code/FISH/eval_robot.py
627
+ 2024-12-17 21:00:36,539 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4 media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4
628
+ 2024-12-17 21:00:36,539 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4 media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4
629
+ 2024-12-17 21:00:36,540 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4 media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4
630
+ 2024-12-17 21:00:36,541 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4 media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4
631
+ 2024-12-17 21:00:36,541 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4 media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4
632
+ 2024-12-17 21:00:36,542 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 10
633
+ 2024-12-17 21:00:36,542 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: poll_exit
634
+ 2024-12-17 21:00:36,543 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
635
+ 2024-12-17 21:00:36,543 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 10
636
+ 2024-12-17 21:00:36,543 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
637
+ 2024-12-17 21:00:36,543 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 10
638
+ 2024-12-17 21:00:36,543 INFO SenderThread:70616 [file_pusher.py:finish():169] shutting down file pusher
639
+ 2024-12-17 21:00:36,616 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: poll_exit
640
+ 2024-12-17 21:00:36,616 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: poll_exit
641
+ 2024-12-17 21:00:36,718 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
642
+ 2024-12-17 21:00:36,731 INFO wandb-upload_2:70616 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/config.yaml
643
+ 2024-12-17 21:00:37,118 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/requirements.txt
644
+ 2024-12-17 21:00:37,154 INFO wandb-upload_3:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/igganeue-events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
645
+ 2024-12-17 21:00:37,157 INFO wandb-upload_4:70616 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
646
+ 2024-12-17 21:00:37,357 INFO Thread-11 (_thread_body):70616 [sender.py:transition_state():614] send defer: 11
647
+ 2024-12-17 21:00:37,357 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
648
+ 2024-12-17 21:00:37,357 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 11
649
+ 2024-12-17 21:00:37,358 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
650
+ 2024-12-17 21:00:37,358 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 11
651
+ 2024-12-17 21:00:37,358 INFO SenderThread:70616 [file_pusher.py:join():175] waiting for file pusher
652
+ 2024-12-17 21:00:37,359 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 12
653
+ 2024-12-17 21:00:37,359 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
654
+ 2024-12-17 21:00:37,359 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 12
655
+ 2024-12-17 21:00:37,359 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
656
+ 2024-12-17 21:00:37,359 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 12
657
+ 2024-12-17 21:00:37,359 INFO SenderThread:70616 [file_stream.py:finish():601] file stream finish called
658
+ 2024-12-17 21:00:37,414 INFO SenderThread:70616 [file_stream.py:finish():605] file stream finish is done
659
+ 2024-12-17 21:00:37,414 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 13
660
+ 2024-12-17 21:00:37,414 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
661
+ 2024-12-17 21:00:37,414 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 13
662
+ 2024-12-17 21:00:37,414 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
663
+ 2024-12-17 21:00:37,414 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 13
664
+ 2024-12-17 21:00:37,414 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 14
665
+ 2024-12-17 21:00:37,415 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
666
+ 2024-12-17 21:00:37,415 DEBUG SenderThread:70616 [sender.py:send():379] send: final
667
+ 2024-12-17 21:00:37,415 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 14
668
+ 2024-12-17 21:00:37,415 DEBUG SenderThread:70616 [sender.py:send():379] send: footer
669
+ 2024-12-17 21:00:37,415 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
670
+ 2024-12-17 21:00:37,415 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 14
671
+ 2024-12-17 21:00:37,415 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: poll_exit
672
+ 2024-12-17 21:00:37,415 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: poll_exit
673
+ 2024-12-17 21:00:37,416 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: server_info
674
+ 2024-12-17 21:00:37,416 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: server_info
675
+ 2024-12-17 21:00:37,417 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: poll_exit
676
+ 2024-12-17 21:00:37,417 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: get_summary
677
+ 2024-12-17 21:00:37,418 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: sampled_history
678
+ 2024-12-17 21:00:37,418 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
679
+ 2024-12-17 21:00:37,497 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: poll_exit
680
+ 2024-12-17 21:00:37,497 INFO MainThread:70616 [wandb_run.py:_footer_history_summary_info():4016] rendering history
681
+ 2024-12-17 21:00:37,497 INFO MainThread:70616 [wandb_run.py:_footer_history_summary_info():4048] rendering summary
682
+ 2024-12-17 21:00:37,497 INFO MainThread:70616 [wandb_run.py:_footer_sync_info():3975] logging synced files
683
+ 2024-12-17 21:00:37,498 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: shutdown
684
+ 2024-12-17 21:00:37,498 INFO HandlerThread:70616 [handler.py:finish():882] shutting down handler
685
+ 2024-12-17 21:00:38,418 INFO WriterThread:70616 [datastore.py:close():296] close: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/run-m7h1fbac.wandb
686
+ 2024-12-17 21:00:38,497 INFO SenderThread:70616 [sender.py:finish():1615] shutting down sender
687
+ 2024-12-17 21:00:38,497 INFO SenderThread:70616 [file_pusher.py:finish():169] shutting down file pusher
688
+ 2024-12-17 21:00:38,497 INFO SenderThread:70616 [file_pusher.py:join():175] waiting for file pusher
205619/wandb/debug.log ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Current SDK version is 0.17.5
2
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Configure stats pid to 70432
3
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Loading settings from /home/leonmkim/.config/wandb/settings
4
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Loading settings from /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/settings
5
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
6
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
7
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': 'FISH/eval_robot.py', 'program_abspath': '/home/leonmkim/fish_leon/FISH/eval_robot.py', 'program': '/home/leonmkim/fish_leon/FISH/eval_robot.py'}
8
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Applying login settings: {}
9
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_init.py:_log_setup():529] Logging user logs to /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/logs/debug.log
10
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_init.py:_log_setup():530] Logging internal logs to /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/logs/debug-internal.log
11
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_init.py:init():569] calling init triggers
12
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_init.py:init():576] wandb.init called with sweep_config: {}
13
+ config: {'root_dir': '/home/leonmkim/fish_leon', 'replay_buffer_size': 150000, 'replay_buffer_num_workers': 2, 'nstep': 3, 'batch_size': 128, 'seed': 0, 'dataset_shuffle_seed': 0, 'device': 'cuda', 'save_video': True, 'save_train_video': True, 'use_tb': True, 'use_wandb': True, 'wandb_run_id': '506_0', 'wandb_notes': '506_0_req_578_0', 'eval': True, 'true_action_history': False, 'process_contact_features': True, 'obs_type': 'pixels', 'use_color': True, 'use_depth': True, 'use_masks': False, 'mask_list': ['EE_obj_mask'], 'mask_representation': 'channels', 'crop_hw': [144, 144], 'crop_down_offset': 48, 'color_crop_type': None, 'depth_crop_type': None, 'segmask_crop_type': None, 'add_crop_binary_mask': False, 'add_coord_conv_map': False, 'use_context_color': False, 'use_context_depth': False, 'use_context_segmask': False, 'context_color_crop_type': None, 'context_depth_crop_type': None, 'context_segmask_crop_type': None, 'context_add_crop_binary_mask': False, 'context_add_coord_conv_map': False, 'use_contact_map': False, 'use_sdf_maps': False, 'use_normals_maps': False, 'which_objects': 'both', 'max_contact_prob': 0.1, 'max_depth': 2.0, 'grasped_dtc_max_value': 0.2, 'env_dtc_max_value': 0.4, 'grasped_normals_mask_max_dtc_value': 0.2, 'env_normals_mask_max_dtc_value': 0.4, 'clamp_dtc': True, 'dtc_adaptive_normalization': False, 'mask_normals_within_sdf': True, 'adaptive_normals_mask': True, 'learnable_contact_preprocess_params': True, 'contact_model_name': 'local_multitask_outhd64all_home_crop_h144w144d48_mask_ctxtmask_seed_220979_epoch_9', 'contact_estimation_model_ckpt_path': '~/fish_leon/contact_estimation/artifacts/175604_2/checkpoints/epoch=09-val_loss=0.00.ckpt', 'encoder_type': 'small', 'debug_timestamps': False, 'open_loop': False, 'action_trajectories': True, 'stop_after_action': False, 'interpolation_frequency': 25, 'policy_frequency': 5, 'wait_for_new_camera_frames': True, 'baseline': False, 'train_demo_idxs_list_or_num': -1, 'log_train_every_steps': 25, 'name_of_expert_demo': '112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act', 'expert_dataset_dirpath': '/home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act', 'store_dataset_in_memory': False, 'expert_dataset': '/home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/demos.zarr', 'action_key': 'action_trajectory_25hz', 'semantic_demo_grouping_name': 'semantic_demo_grouping.yaml', 'semantic_demo_grouping': '/home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/semantic_demo_grouping.yaml', 'include_groups_list': ['lady_twodim'], 'expert_dataset_config': '/home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/demo_config.yaml', 'name_of_valid_demo': '112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act', 'valid_dataset_dir': '/home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/demos.zarr', 'valid_demo_idxs_list_or_num': None, 'val_num_groups': 0, 'load_bc': True, 'checkpoint_epoch_list': [99, 199, 299, 399, 499, 599, 699, 799, 899, 999, 1249, 1499, 1749, 1999, 2999, 3999, 4999, 5999, 6999, 7999, 8999, 9999], 'snapshot_root_dir': '/mnt/kostas-graid/datasets/extrinsic_contact_data/FISH', 'save_snapshot': True, 'save_last_snapshot': True, 'save_snapshot_when_done': True, 'top_k_checkpoints': 5, 'save_snapshot_link_to_weights_dir': 'deprecated', 'bc_regularize': False, 'bc_weight_type': 'qfilter', 'experiment_dir': './exp_local/frankagym_pixels/FrankaInsertion-v1/506_0', 'agent': {'_target_': 'agent.diffusion_policy.DiffusionPolicyAgent', 'name': 'diffusion_policy', 'load_checkpoint': True, 'device': 'cuda', 'n_obs_steps': 1, 'suite_name': 'frankagym', 'obs_type': 'pixels', 'enable_arm': True, 'enable_camera': True, 'use_tb': True, 'desired_image_shape': [13, 180, 240], 'orig_cam_shape': [3, 240, 320], 'config': {'_target_': 'agent.diffusion_policy.DiffusionPolicyAgentConfig', 'compile': False, 'device': 'cuda', 'cam_resize_shape': [13, 180, 240], 'orig_cam_shape': [3, 240, 320], 'policy_frequency': 5, 'interpolation_frequency': 25, 'policy_cfg': {'_target_': 'lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig', 'n_obs_steps': 1, 'horizon': 36, 'n_action_steps': 36, 'output_shapes': {'action': [7]}, 'input_normalization_modes': {'observation.image': 'mean_std', 'observation.state': 'min_max', 'observation.action_history': 'min_max'}, 'output_normalization_modes': {'action': 'min_max'}, 'vision_backbone': 'resnet18', 'pretrained_backbone_weights': None, 'transforms': [{'_target_': 'torchaug.transforms.RandomAffine', 'degrees': [-5, 5], 'translate': [0.05, 0.05], 'batch_transform': True, 'num_chunks': -1, 'batch_inplace': True}, {'_target_': 'torchaug.transforms.RandomColorJitter', 'brightness': 0.3, 'contrast': 0.4, 'saturation': 0.5, 'hue': 0.08, 'batch_transform': True, 'num_chunks': -1, 'batch_inplace': True}], 'use_group_norm': True, 'spatial_softmax_num_keypoints': 32, 'action_history_encoder_config': {'_target_': 'lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig', 'in_channels': 7, 'out_channels': 32, 'history_length': 6, 'kernel_size': 5, 'downsample_kernel_size': 3, 'downsample_stride': 2, 'downsample_padding': 1}, 'down_dims': [256, 512, 1024], 'kernel_size': 5, 'n_groups': 8, 'diffusion_step_embed_dim': 128, 'use_film_scale_modulation': True, 'noise_scheduler_type': 'DDIM', 'beta_schedule': 'squaredcos_cap_v2', 'beta_start': 0.0001, 'beta_end': 0.02, 'prediction_type': 'epsilon', 'clip_sample': True, 'clip_sample_range': 1.0, 'num_train_timesteps': 50, 'num_inference_steps': 10, 'do_mask_loss_for_padding': False, 'input_shapes': {'observation.image': [13, 180, 240], 'context_observation.image': [13, 180, 240], 'observation.state': [8], 'observation.action_history': [7]}}, 'train_cfg': {'_target_': 'utils.TrainConfig', 'lr': 0.0001, 'lr_scheduler': 'cosine', 'lr_warmup_steps': 500, 'adam_betas': [0.95, 0.999], 'adam_eps': 1e-08, 'adam_weight_decay': 1e-06, 'grad_clip_norm': 10, 'offline_steps': 1000000, 'use_amp': True}, 'observation_cfg': {'_target_': 'agent.encoder.VisualFeatureSet', 'use_depth': True, 'use_color': True, 'mask_input_dict': {'_target_': 'agent.encoder.MaskInputDict', 'enable': False, 'representation': 'channels', 'mask_list': ['EE_obj_mask']}, 'crop_input_config': {'_target_': 'agent.encoder.CropInputConfig', 'color_crop_type': None, 'depth_crop_type': None, 'segmask_crop_type': None, 'crop_hw': [144, 144], 'crop_down_offset': 48, 'add_crop_binary_mask': False, 'add_coord_conv_map': False}, 'context_input_config': {'_target_': 'agent.encoder.ContextInputConfig', 'use_color': False, 'use_depth': False, 'mask_input_dict': {'_target_': 'agent.encoder.MaskInputDict', 'enable': False, 'representation': 'channels', 'mask_list': ['EE_obj_mask']}, 'crop_input_config': {'_target_': 'agent.encoder.CropInputConfig', 'color_crop_type': None, 'depth_crop_type': None, 'segmask_crop_type': None, 'crop_hw': [144, 144], 'crop_down_offset': 48, 'add_crop_binary_mask': False, 'add_coord_conv_map': False}}, 'mask_soft_approx_scheduler_config': {'_target_': 'agent.encoder.MaskSoftApproxSchedulerConfig', 'num_steps': 40000, 'initial_value': 10.0, 'final_value': 1000.0, 'interpolation_scheme': 'cosine'}, 'use_contact_map': False, 'use_sdf_maps': False, 'use_normals_maps': False, 'which_objects': 'both', 'grasped_dtc_max_value': 0.2, 'env_dtc_max_value': 0.4, 'grasped_normals_mask_max_dtc_value': 0.2, 'env_normals_mask_max_dtc_value': 0.4, 'clamp_dtc': True, 'max_contact_prob': 0.1, 'mask_normals_within_sdf': True, 'dtc_adaptive_normalization': False, 'adaptive_normals_mask': True, 'max_depth': 2.0, 'image_shape': [13, 180, 240], 'learnable_contact_preprocess_params': True, 'learning_rate': 0.0001, 'weight_decay': 0.0, 'contact_model_name': 'local_multitask_outhd64all_home_crop_h144w144d48_mask_ctxtmask_seed_220979_epoch_9', 'zero_centered': False}}}, 'suite': {'suite': 'frankagym', 'name': 'frankagym', 'frame_stack': 1, 'action_repeat': 1, 'discount': 0.99, 'hidden_dim': 1024, 'num_train_frames': 2010, 'num_seed_frames': 260, 'num_train_epochs': 5000, 'validate_every_epochs': 100, 'validate_diffusion_on_action_loss_every_epochs': 500, 'train_eval_diffusion_on_action_loss_every_epochs': 500, 'check_topk_every_epochs': 10, 'save_snapshot_every_epochs': 5000, 'eval_every_frames': 2000, 'num_eval_episodes': 5, 'save_snapshot': True, 'wait_for_user_to_start_episode': True, 'task_make_fn': {'_target_': 'suite.frankagym.make', 'name': 'FrankaInsertion-v1', 'height': 240, 'width': 320, 'frame_stack': 1, 'action_repeat': 1, 'seed': 0, 'enable_arm': True, 'enable_gripper': True, 'start_with_gripper_open': True, 'enable_camera': True, 'path_to_depth_extrinsics': '~/fish_leon/FISH/cfgs/camera_poses/camera_poses_L515/20240904-122305/color_tf_world.npy', 'contact_estimation_model_ckpt_path': '~/fish_leon/contact_estimation/artifacts/175604_2/checkpoints/epoch=09-val_loss=0.00.ckpt', 'x_limit': [0.2, 0.7], 'y_limit': [-0.4, 0.4], 'z_limit': [-0.05, 0.55], 'device': 'cuda', 'interpolation_frequency': 25, 'policy_frequency': 5, 'debug_timestamps': False, 'stop_after_action': False, 'open_loop': False, 'wait_for_new_camera_frames': True, 'action_key': 'action_trajectory_25hz', 'action_trajectory_horizon': 36, 'action_trajectories': True, 'path_to_zarr_dataset': '/home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/demos.zarr', 'agent_policy_cfg': {'_target_': 'agent.diffusion_policy.DiffusionPolicyAgentConfig', 'compile': False, 'device': 'cuda', 'cam_resize_shape': [13, 180, 240], 'orig_cam_shape': [3, 240, 320], 'policy_frequency': 5, 'interpolation_frequency': 25, 'policy_cfg': {'_target_': 'lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig', 'n_obs_steps': 1, 'horizon': 36, 'n_action_steps': 36, 'output_shapes': {'action': [7]}, 'input_normalization_modes': {'observation.image': 'mean_std', 'observation.state': 'min_max', 'observation.action_history': 'min_max'}, 'output_normalization_modes': {'action': 'min_max'}, 'vision_backbone': 'resnet18', 'pretrained_backbone_weights': None, 'transforms': [{'_target_': 'torchaug.transforms.RandomAffine', 'degrees': [-5, 5], 'translate': [0.05, 0.05], 'batch_transform': True, 'num_chunks': -1, 'batch_inplace': True}, {'_target_': 'torchaug.transforms.RandomColorJitter', 'brightness': 0.3, 'contrast': 0.4, 'saturation': 0.5, 'hue': 0.08, 'batch_transform': True, 'num_chunks': -1, 'batch_inplace': True}], 'use_group_norm': True, 'spatial_softmax_num_keypoints': 32, 'action_history_encoder_config': {'_target_': 'lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig', 'in_channels': 7, 'out_channels': 32, 'history_length': 6, 'kernel_size': 5, 'downsample_kernel_size': 3, 'downsample_stride': 2, 'downsample_padding': 1}, 'down_dims': [256, 512, 1024], 'kernel_size': 5, 'n_groups': 8, 'diffusion_step_embed_dim': 128, 'use_film_scale_modulation': True, 'noise_scheduler_type': 'DDIM', 'beta_schedule': 'squaredcos_cap_v2', 'beta_start': 0.0001, 'beta_end': 0.02, 'prediction_type': 'epsilon', 'clip_sample': True, 'clip_sample_range': 1.0, 'num_train_timesteps': 50, 'num_inference_steps': 10, 'do_mask_loss_for_padding': False, 'input_shapes': {'observation.image': [13, 180, 240], 'context_observation.image': [13, 180, 240], 'observation.state': [8], 'observation.action_history': [7]}}, 'train_cfg': {'_target_': 'utils.TrainConfig', 'lr': 0.0001, 'lr_scheduler': 'cosine', 'lr_warmup_steps': 500, 'adam_betas': [0.95, 0.999], 'adam_eps': 1e-08, 'adam_weight_decay': 1e-06, 'grad_clip_norm': 10, 'offline_steps': 1000000, 'use_amp': True}, 'observation_cfg': {'_target_': 'agent.encoder.VisualFeatureSet', 'use_depth': True, 'use_color': True, 'mask_input_dict': {'_target_': 'agent.encoder.MaskInputDict', 'enable': False, 'representation': 'channels', 'mask_list': ['EE_obj_mask']}, 'crop_input_config': {'_target_': 'agent.encoder.CropInputConfig', 'color_crop_type': None, 'depth_crop_type': None, 'segmask_crop_type': None, 'crop_hw': [144, 144], 'crop_down_offset': 48, 'add_crop_binary_mask': False, 'add_coord_conv_map': False}, 'context_input_config': {'_target_': 'agent.encoder.ContextInputConfig', 'use_color': False, 'use_depth': False, 'mask_input_dict': {'_target_': 'agent.encoder.MaskInputDict', 'enable': False, 'representation': 'channels', 'mask_list': ['EE_obj_mask']}, 'crop_input_config': {'_target_': 'agent.encoder.CropInputConfig', 'color_crop_type': None, 'depth_crop_type': None, 'segmask_crop_type': None, 'crop_hw': [144, 144], 'crop_down_offset': 48, 'add_crop_binary_mask': False, 'add_coord_conv_map': False}}, 'mask_soft_approx_scheduler_config': {'_target_': 'agent.encoder.MaskSoftApproxSchedulerConfig', 'num_steps': 40000, 'initial_value': 10.0, 'final_value': 1000.0, 'interpolation_scheme': 'cosine'}, 'use_contact_map': False, 'use_sdf_maps': False, 'use_normals_maps': False, 'which_objects': 'both', 'grasped_dtc_max_value': 0.2, 'env_dtc_max_value': 0.4, 'grasped_normals_mask_max_dtc_value': 0.2, 'env_normals_mask_max_dtc_value': 0.4, 'clamp_dtc': True, 'max_contact_prob': 0.1, 'mask_normals_within_sdf': True, 'dtc_adaptive_normalization': False, 'adaptive_normals_mask': True, 'max_depth': 2.0, 'image_shape': [13, 180, 240], 'learnable_contact_preprocess_params': True, 'learning_rate': 0.0001, 'weight_decay': 0.0, 'contact_model_name': 'local_multitask_outhd64all_home_crop_h144w144d48_mask_ctxtmask_seed_220979_epoch_9', 'zero_centered': False}}, 'true_action_history': False}}, 'num_train_frames_bc': 50000, 'num_train_frames_drq': 1100000, 'stddev_schedule_drq': 'linear(1.0,0.1,100000)', 'task_name': 'FrankaInsertion-v1', 'num_train_frames_vinn': 25000, 'num_train_frames_diffusion': 1000000, 'num_train_epochs_bc': 5000, 'num_train_epochs_diffusion': 15000, 'validate_every_epochs_bc': 5, 'validate_every_epochs_diffusion': 250, 'validate_diffusion_on_action_loss_every_epochs': 250, 'train_eval_diffusion_on_action_loss_every_epochs': 250, 'check_topk_every_epochs': 5, 'check_topk_every_epochs_diffusion': 250, 'save_snapshot_every_epochs_diffusion': 1500, 'x_limit': [0.2, 0.7], 'y_limit': [-0.4, 0.4], 'z_limit': [-0.05, 0.55], 'home_displacement': [0.55, 0.0, 0.55, 180.0, 0.0, 0.0], 'enable_gripper': True, 'start_with_gripper_open': True, 'offset_mask': [1, 1, 1, 1, 1, 1], 'path_to_depth_extrinsics': '~/fish_leon/FISH/cfgs/camera_poses/camera_poses_L515/20240904-122305/color_tf_world.npy', 'feature_type': '180x240_1_RGB_D_2.0_acthst_hst6_out32_dwnkrnl3_dwnstrd2_dwnpd1', 'save_buffer': True, 'num_eval': 5, 'random_start': False, 'eval_starts': '/home/leonmkim/fish_leon/FISH/eval_starts/frankagym_pixels/FrankaInsertion-v1', 'num_valid_demos': None, 'load_checkpoint': True, 'checkpoint_epoch': 12000, 'load_residual_weight': False, 'checkpoint_root_dir': '/home/leonmkim/fish_leon/FISH', 'checkpoint_weight_dir': '/home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0', 'residual_weight': '/home/leonmkim/fish_leon/FISH/weights/frankagym_pixels/FrankaInsertion-v1/weight.pt', 'final_experiment_dir': './exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619'}
14
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_init.py:init():619] starting backend
15
+ 2024-12-17 20:56:25,178 INFO MainThread:70432 [wandb_init.py:init():623] setting up manager
16
+ 2024-12-17 20:56:25,182 INFO MainThread:70432 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
17
+ 2024-12-17 20:56:25,182 INFO MainThread:70432 [wandb_init.py:init():631] backend started and connected
18
+ 2024-12-17 20:56:25,193 INFO MainThread:70432 [wandb_init.py:init():720] updated telemetry
19
+ 2024-12-17 20:56:25,203 INFO MainThread:70432 [wandb_init.py:init():753] communicating run to backend with 90.0 second timeout
20
+ 2024-12-17 20:56:25,467 INFO MainThread:70432 [wandb_run.py:_on_init():2435] communicating current version
21
+ 2024-12-17 20:56:25,514 INFO MainThread:70432 [wandb_run.py:_on_init():2444] got version response upgrade_message: "wandb version 0.19.1 is available! To upgrade, please run:\n $ pip install wandb --upgrade"
22
+
23
+ 2024-12-17 20:56:25,514 INFO MainThread:70432 [wandb_init.py:init():804] starting run threads in backend
24
+ 2024-12-17 20:56:25,843 INFO MainThread:70432 [wandb_run.py:_console_start():2413] atexit reg
25
+ 2024-12-17 20:56:25,843 INFO MainThread:70432 [wandb_run.py:_redirect():2255] redirect: wrap_raw
26
+ 2024-12-17 20:56:25,843 INFO MainThread:70432 [wandb_run.py:_redirect():2320] Wrapping output streams.
27
+ 2024-12-17 20:56:25,844 INFO MainThread:70432 [wandb_run.py:_redirect():2345] Redirects installed.
28
+ 2024-12-17 20:56:25,845 INFO MainThread:70432 [wandb_init.py:init():847] run started, returning control to user process
29
+ 2024-12-17 20:56:25,845 INFO MainThread:70432 [wandb_run.py:_tensorboard_callback():1544] tensorboard callback: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/tb, True
30
+ 2024-12-17 20:56:29,700 INFO MainThread:70432 [wandb_run.py:_config_callback():1382] config_cb None None {'grasped_obj_name': 'lady', 'left_book_slot': 'twodim'}
31
+ 2024-12-17 21:00:38,501 WARNING MsgRouterThr:70432 [router.py:message_loop():77] message_loop has been closed
205619/wandb/run-20241217_205625-m7h1fbac/files/code/FISH/eval_robot.py ADDED
@@ -0,0 +1,512 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #%%
2
+ import warnings
3
+ import os
4
+
5
+ os.environ['MKL_SERVICE_FORCE_INTEL'] = '1'
6
+ os.environ['MUJOCO_GL'] = 'egl'
7
+ from pathlib import Path
8
+ #%%
9
+ import hydra
10
+ import numpy as np
11
+ import torch
12
+
13
+ import utils
14
+ from utils import get_feature_dirname_from_configs
15
+
16
+ from video import VideoRecorder
17
+ import pickle
18
+ import time
19
+ import threading
20
+ import shutil
21
+ from logger import Logger
22
+
23
+ import wandb
24
+ from omegaconf import OmegaConf, open_dict
25
+
26
+ from replay_buffer_robot import RosbagEvalReplayBufferStorage
27
+ from lerobot.common.utils.utils import _relative_path_between
28
+
29
+ torch.backends.cudnn.benchmark = True
30
+ warnings.filterwarnings('ignore', category=DeprecationWarning)
31
+
32
+ # import specs for replay buffer
33
+ from dm_env import specs
34
+
35
+ import sys, signal
36
+ import yaml
37
+
38
+ # get path of current file
39
+ current_path = os.path.dirname(os.path.realpath(__file__))
40
+ sys.path.append(os.path.join(current_path, os.pardir))
41
+ # from contact_estimation.src.utils.viz_utils import normalized_surface_normal_to_rgb, depth_map_to_im, grasped_env_dtc_map_to_im, contact_prob_map_to_im, desaturate_color_image, masked_overlay_im_list
42
+
43
+ def make_agent(obs_spec, action_spec, cfg):
44
+ cfg.obs_shape = obs_spec['pixels'].shape
45
+ dataset_statistics = None # this will be loaded from the checkpoint
46
+ try:
47
+ cfg.action_shape = action_spec.shape
48
+ except:
49
+ pass
50
+ return hydra.utils.instantiate(cfg, dataset_statistics)
51
+
52
+ class Workspace:
53
+ def __init__(self, cfg):
54
+ self.work_dir = Path.cwd()
55
+ print(f'workspace: {self.work_dir}')
56
+
57
+ signal.signal(signal.SIGINT, self.signal_handler)
58
+
59
+ self.cfg = cfg
60
+ self.loading_uncompiled_checkpoint_with_compile = False
61
+ self.loading_compiled_checkpoint_with_no_compile = False
62
+
63
+ snapshot_path = Path(self.cfg.checkpoint_weight_dir) / f'snapshot_{self.cfg.checkpoint_epoch}.pt'
64
+ self.load_checkpoint_conf(snapshot_path=snapshot_path)
65
+
66
+ # load config for action trajectories
67
+ utils.set_seed_everywhere(self.cfg.seed)
68
+ self.device = torch.device(self.cfg.device)
69
+ self.setup()
70
+
71
+ # self.agent = make_agent(self.eval_env.observation_spec(),
72
+ # self.eval_env.action_spec(), self.cfg.agent)
73
+ self.timer = utils.Timer()
74
+ # self._global_step = 0
75
+ self._global_episode = 0
76
+ self._global_epoch = 0
77
+ self.num_episode_successes = 0
78
+
79
+ # Need to convert hydra config to primitive container for wandb https://docs.wandb.ai/guides/integrations/hydra
80
+ with open_dict(self.cfg):
81
+ self.cfg.feature_type = get_feature_dirname_from_configs(
82
+ hydra.utils.instantiate(self.cfg.agent.config.observation_cfg),
83
+ self.cfg.agent.config.policy_cfg.input_shapes,
84
+ hydra.utils.instantiate(self.cfg.agent.config.policy_cfg.action_history_encoder_config) if 'observation.action_history' in self.cfg.agent.config.policy_cfg.input_shapes else None,
85
+ )
86
+
87
+ wandb_config = OmegaConf.to_container(
88
+ self.cfg, resolve=True, throw_on_missing=True
89
+ )
90
+ # must be called before any tf summary writer is created
91
+ if self.cfg.use_wandb:
92
+ wandb.init(project='extrinsic_contact_downstream', entity='serialexperimentsleon', job_type='eval', sync_tensorboard=self.cfg.use_tb, config=wandb_config)
93
+
94
+ self.logger = Logger(self.work_dir, use_tb=self.cfg.use_tb, use_wandb=self.cfg.use_wandb)
95
+
96
+ # if not self.loading_uncompiled_checkpoint_with_compile and self.cfg.agent.config.compile:
97
+ # self.agent.compile_modules()
98
+
99
+ # self.load_checkpoint(snapshot_path=snapshot_path)
100
+
101
+ # if self.loading_uncompiled_checkpoint_with_compile: # need to call compile after loading the checkpoint
102
+ # self.agent.compile_modules()
103
+
104
+ print(f"loaded agent with feature_type: {self.cfg.feature_type}")
105
+
106
+ def check_for_key_press(self):
107
+ while self.continue_keypress_thread:
108
+ inp = input("Press 'r' to restart current episode, 'n' to stop current episode and skip to next, 'q' to break entire eval\n")
109
+ if inp == 'n':
110
+ self.preempt_episode = True
111
+ print("preempting episode")
112
+ elif inp in ['', '0', '1']: # enter key
113
+ if inp in ['0', '1']:
114
+ self.num_episode_successes += int(inp)
115
+ self.proceed_after_env_reset_event.set()
116
+ print("proceeding to start episode!")
117
+ elif inp == 'q':
118
+ self.proceed_after_env_reset_event.set()
119
+ self.preempt_episode = True
120
+ self.exit_eval = True
121
+ self.continue_keypress_thread = False # will stop the keypress thread
122
+ print("quitting eval")
123
+ break
124
+ elif inp == 'r':
125
+ print('restarting episode')
126
+ self.preempt_episode = True
127
+ self.restart_episode = True
128
+ else:
129
+ print("Invalid key press, try again")
130
+
131
+ # self.keypress_input_thread.join() # wait for the keypress thread to finish
132
+
133
+ def signal_handler(self, signal, frame):
134
+ print("\nprogram exiting gracefully")
135
+ self.proceed_after_env_reset_event.set()
136
+ self.preempt_episode = True
137
+ self.exit_eval = True
138
+ self.continue_keypress_thread = False # will stop the keypress thread
139
+ self.keypress_input_thread.join() # wait for the keypress thread to finish
140
+ video_filepath = self.video_recorder.save()
141
+ # get the video file and convert to video tensor to log
142
+ self.logger.log_video('eval/video', video_filepath, self.global_step)
143
+ sys.exit(0)
144
+
145
+ def setup(self):
146
+ # create envs
147
+ self.eval_env = hydra.utils.call(self.cfg.suite.task_make_fn)
148
+ # expert_demo_config_path = os.path.join(os.path.dirname(self.cfg.expert_dataset), 'demo_config.yaml')
149
+ # self.expert_demo_config = yaml.load(open(expert_demo_config_path, 'r'), Loader=yaml.FullLoader)
150
+ # self.eval_env._env.action_trans_norm = expert_demo_config['max_translation_action_norm']
151
+ # self.eval_env._env.action_rot_norm = expert_demo_config['max_rotation_action_norm']
152
+ # self.eval_env._env.action_period = expert_demo_config['sample_period']
153
+ # print(f"setting max_translation_action_norm to {expert_demo_config['max_translation_action_norm']} and sample_period to {expert_demo_config['sample_period']}")
154
+ # print(f"setting max_rotation_action_norm to {expert_demo_config['max_rotation_action_norm']}")
155
+
156
+ # self.eval_env.set_demo_params(self.cfg.expert_dataset)
157
+
158
+ # Turn off random start
159
+ self.eval_env.random_start = False
160
+
161
+ # create replay buffer
162
+ # data_specs = [
163
+ # {
164
+ # 'observation': self.eval_env.observation_spec(),
165
+ # },
166
+ # # self.eval_env.observation_spec()['features'],
167
+ # self.eval_env.action_spec(),
168
+ # specs.Array(self.eval_env.action_spec().shape, self.eval_env.action_spec().dtype, 'vinn_action'),
169
+ # specs.Array((1, ), np.float32, 'reward'),
170
+ # specs.Array((1, ), np.float32, 'discount'),
171
+ # ]
172
+
173
+ # self.eval_replay_storage = ZarrEvalReplayBufferStorage(data_specs, self.work_dir / 'eval_buffer', debug_timestamps=self.cfg.debug_timestamps, save_buffer=self.cfg.save_buffer, debug_info_data_specs=self.eval_env.debug_info_data_specs, camera_info_dict=self.eval_env.get_camera_info_dict())
174
+ self.eval_replay_storage = RosbagEvalReplayBufferStorage(self.work_dir)
175
+
176
+ self.video_recorder = VideoRecorder(
177
+ self.work_dir if self.cfg.save_video else None,
178
+ ros_enabled=True,
179
+ fps=self.cfg.agent.config.policy_frequency,
180
+ )
181
+
182
+ print('workspace setup complete')
183
+
184
+ @property
185
+ def global_step(self):
186
+ # return self._global_step
187
+ return self.eval_env.get_global_step()
188
+
189
+ @property
190
+ def global_episode(self):
191
+ return self._global_episode
192
+
193
+ @property
194
+ def global_frame(self):
195
+ return self.global_step * self.cfg.action_repeat
196
+
197
+ @property
198
+ def global_epoch(self):
199
+ return self._global_epoch
200
+
201
+ def reset(self, eval_idx):
202
+ if not self.eval_env.enable_arm:
203
+ return np.array([0,0,0], dtype=np.float32)
204
+ self.eval_env.arm_refresh(reset=False)
205
+ # Set start position
206
+ try:
207
+ self.eval_env.set_position(self.start_pos[eval_idx])
208
+ except:
209
+ self.eval_env.arm.set_position(self.start_pos[eval_idx])
210
+ if self.eval_env.arm.keep_gripper_closed:
211
+ self.eval_env.arm.close_gripper_fully()
212
+ else:
213
+ self.eval_env.arm.open_gripper_fully()
214
+ time.sleep(0.1)
215
+ time_step = self.eval_env.step(np.zeros(self.eval_env.action_spec().shape[0], dtype=np.float32),
216
+ np.zeros(self.eval_env.action_spec().shape[0], dtype=np.float32))
217
+ return time_step
218
+
219
+ def eval(self):
220
+ # before evals start, prompt user for name of grasped object and the left book of the slot location
221
+ grasped_obj_name = input("Enter the name of the grasped object: ")
222
+ left_book_slot = input("Enter the left book slot location: ")
223
+ # update wandb config
224
+ if self.cfg.use_wandb:
225
+ wandb.config.update({'grasped_obj_name': grasped_obj_name, 'left_book_slot': left_book_slot})
226
+
227
+ self.preempt_episode = False
228
+ self.exit_eval = False
229
+ self.restart_episode = False
230
+
231
+ self.continue_keypress_thread = True
232
+ self.proceed_after_env_reset_event = threading.Event()
233
+ self.keypress_input_thread = threading.Thread(target=self.check_for_key_press)
234
+ self.keypress_input_thread.start()
235
+
236
+ # # Set model to eval mode
237
+ # self.agent.train(False)
238
+
239
+ eval_until_episode = utils.Until(self.cfg.num_eval)
240
+
241
+ self.use_action_history = False
242
+ # if "dp" in repr(self.agent) and "observation.action_history" in self.cfg.agent.config.policy_cfg.input_shapes:
243
+ if "observation.action_history" in self.cfg.agent.config.policy_cfg.input_shapes:
244
+ self.use_action_history = True
245
+
246
+ # self.eval_replay_storage._new_eval_step(0)
247
+
248
+ # if 'vinn' in repr(self.agent) or 'openloop' in repr(self.agent):
249
+ # with open(self.cfg.expert_dataset, 'rb') as f:
250
+ # if self.cfg.obs_type == 'pixels':
251
+ # self.expert_demo, _, self.expert_action, self.expert_reward = pickle.load(f)
252
+ # elif self.cfg.obs_type == 'features':
253
+ # _, self.expert_demo, self.expert_action, self.expert_reward = pickle.load(f)
254
+
255
+ # if self.cfg.action_trajectories:
256
+ # with open(self.cfg.expert_action_trajectories, 'rb') as f:
257
+ # self.expert_action = pickle.load(f)
258
+
259
+ # if isinstance(self.cfg.train_demo_idxs_list_or_num, int):
260
+ # if self.cfg.train_demo_idxs_list_or_num == -1:
261
+ # self.cfg.train_demo_idxs_list_or_num = len(self.expert_demo)
262
+ # train_demo_idxs_list_or_num = list(range(self.cfg.train_demo_idxs_list_or_num))
263
+
264
+ # self.expert_demo = self.expert_demo[train_demo_idxs_list_or_num]
265
+ # self.expert_action = self.expert_action[train_demo_idxs_list_or_num]
266
+ # self.expert_reward = self.expert_reward[train_demo_idxs_list_or_num]
267
+ # # if self.cfg.action_plans:
268
+ # # self.expert_action_plans = self.expert_action_plans[self.cfg.train_demo_idxs_list_or_num]
269
+ # # self.expert_demo = self.expert_demo[:self.cfg.num_demos]
270
+ # # self.expert_action = self.expert_action[:self.cfg.num_demos]
271
+ # # self.expert_reward = self.expert_reward[:self.cfg.num_demos]
272
+
273
+ # self.expert_demo = np.concatenate(self.expert_demo, axis=0)
274
+ # self.expert_rgb_obs = np.ascontiguousarray(np.transpose(self.expert_demo, (0,2,3,1))[:, :,:,:3].astype(np.uint8))
275
+ # self.expert_action = np.concatenate(self.expert_action, axis=0)
276
+
277
+ # self.agent.save_representations(self.expert_demo, self.expert_action, 128, config=self.expert_demo_config)
278
+
279
+ # Get start points
280
+ if self.cfg.random_start:
281
+ eval_starts = Path(self.cfg.eval_starts) / 'starts.pkl'
282
+ if eval_starts.exists():
283
+ with eval_starts.open('rb') as f:
284
+ self.start_pos = pickle.load(f)
285
+ else:
286
+ eval_starts = Path(self.cfg.eval_starts)
287
+ eval_starts.mkdir(parents=True, exist_ok=True)
288
+
289
+ # Generate start points
290
+ self.start_pos = []
291
+ try:
292
+ for _ in range(self.cfg.num_eval):
293
+ self.start_pos.append(self.eval_env.get_random_pos())
294
+ except:
295
+ for _ in range(self.cfg.num_eval):
296
+ self.start_pos.append(self.eval_env.arm.get_random_pos())
297
+
298
+ # Save start points for the task
299
+ eval_starts = eval_starts / 'starts.pkl'
300
+ with eval_starts.open('wb') as f:
301
+ pickle.dump(self.start_pos, f)
302
+
303
+ time_step = self.eval_env.reset()
304
+ # replay_thread = None
305
+ while eval_until_episode(self.global_episode) and not self.exit_eval:
306
+ # self.video_recorder.init(self.eval_env, video_filename=f'{self.global_episode}_eval.mp4')
307
+ print(f"Starting episode {self.global_episode}")
308
+ time_step = self.eval_env.reset() #Leon: need to call reset twice in case objects are trapped
309
+ self.video_recorder.init(self.eval_env, video_filename=f'{self.global_episode}_eval.mp4')
310
+ # x = input("Press Enter to continue... after reseting env")
311
+ print("Press Enter to continue... after reseting env. To rate prev episode, press 0 for failure and 1 for success")
312
+ self.proceed_after_env_reset_event.clear() # clear the event flag
313
+ self.proceed_after_env_reset_event.wait() # blocking wait for the event flag to be set
314
+ if self.global_episode > 0:
315
+ self.logger.log_metrics({'num_success': self.num_episode_successes}, self.global_step, 'eval', episode=self.global_episode)
316
+ self.logger.log_metrics({'success_rate': self.num_episode_successes/self.global_episode}, self.global_step, 'eval', episode=self.global_episode)
317
+ time_step = self.eval_env.reset()
318
+ # debug_info_dict = self.eval_env.debug_info_dict
319
+ # if replay_thread is not None:
320
+ # # wait for the last replay thread to finish
321
+ # replay_thread.join()
322
+
323
+ # self.eval_replay_storage.add(time_step._replace(observation=time_step.observation[self.cfg.obs_type]), debug_info_dict)
324
+ # replay_thread = threading.Thread(target=self.eval_replay_storage.add, args=(time_step._replace(observation=time_step.observation[self.cfg.obs_type]), debug_info_dict))
325
+ # replay_thread = threading.Thread(target=self.eval_replay_storage.add, args=(time_step, debug_info_dict))
326
+
327
+ # replay_thread.start()
328
+ if self.cfg.random_start:
329
+ time_step = self.reset(self.global_episode)
330
+ time.sleep(2) #5)
331
+ # if 'vinn' in repr(self.agent):
332
+ # self.agent.reset()
333
+ # # self.agent.buffer.reset()
334
+ # # if self.cfg.open_loop:
335
+ # # self.agent.current_step = 0
336
+ # if 'openloop' in repr(self.agent):
337
+ # self.agent.curr_step = 0
338
+ # at start of each episode, provide zero action for policies that use action history
339
+ # shape should be (T_o, T_a, action_dim)
340
+
341
+ # while not time_step.last() and not self.preempt_episode:
342
+ self.video_recorder.ros_start_recording()
343
+ self.eval_replay_storage.start_episode()
344
+ self.eval_env.start_policy_timer()
345
+ while not self.eval_env.episode_done() and not self.preempt_episode:
346
+ # with torch.no_grad(), utils.eval_mode(self.agent):
347
+ # # if self.cfg.agent.provide_topk:
348
+ # # action, vinn_action, topk = self.agent.act(
349
+ # # time_step.observation['pixels'],
350
+ # # self.global_step,
351
+ # # eval_mode=True)
352
+ # # elif self.cfg.agent.provide_obs:
353
+ # # action, vinn_action, obs = self.agent.act(
354
+ # # time_step.observation['pixels'],
355
+ # # self.global_step,
356
+ # # eval_mode=True)
357
+ # # else:
358
+ # action, vinn_action = self.agent.act(
359
+ # time_step.observation,
360
+ # self.global_step,
361
+ # eval_mode=True,
362
+ # obs_timestamp=time_step.observation['timestamp'],
363
+ # obs_seq=time_step.observation['seq'],
364
+ # action_history=action_history,
365
+ # action_history_start_timestamp=action_history_start_timestamp,
366
+ # )
367
+ # DONT WAIT FOR POLICY TO GET AN ACTION
368
+ # we dont want to slow down grabbing obs and passing to sam/contact features
369
+
370
+ self.eval_env.run_policy_threads() # this just does a rospy sleep
371
+
372
+ # if self.use_action_history:
373
+ # action_history_start_timestamp = time_step.observation['timestamp']
374
+ # # action_history = action[:self.cfg.agent.config.policy_cfg.action_history_encoder_config.history_length, ...]
375
+ # # add n_obs_steps dimension to action_history, for now we assume n_obs_steps = 1
376
+ # # TODO: handle n_obs_steps > 1
377
+ # action_history = action[np.newaxis, ...]
378
+
379
+ # time_step = self.eval_env.step(action, vinn_action) # obs, reward after action has been taken
380
+ # debug_info_dict = self.eval_env.debug_info_dict
381
+
382
+ # time_step = self.eval_env.ros_step()
383
+
384
+ # replay_thread.join()
385
+
386
+ # time how long it takes to execute the step
387
+ # time_before_add = time.perf_counter()
388
+ # self.eval_replay_storage.add(time_step._replace(observation=time_step.observation[self.cfg.obs_type]), debug_info_dict)
389
+ # use thread to call the add function in a separate thread
390
+ # replay_thread = threading.Thread(target=self.eval_replay_storage.add, args=(time_step._replace(observation=time_step.observation[self.cfg.obs_type]), debug_info_dict))
391
+
392
+ # replay_thread = threading.Thread(target=self.eval_replay_storage.add, args=(time_step, debug_info_dict))
393
+ # replay_thread.start()
394
+
395
+ # print(f"Time to add to replay buffer: {time.perf_counter() - time_before_add}")
396
+
397
+ # self.video_recorder.record(self.eval_env)
398
+ # self._global_step += 1
399
+
400
+ self.eval_env.stop_policy_timer()
401
+
402
+ if self.restart_episode:
403
+ # means we should delete the current episode and start again
404
+ self.restart_episode = False
405
+ self.eval_replay_storage.reset_current_episode()
406
+ self.video_recorder.reset_current_episode()
407
+
408
+ else:
409
+ self.eval_replay_storage.store_current_episode()
410
+ video_filepath = self.video_recorder.save()
411
+ self.logger.log_video(f"eval/{video_filepath.name.rstrip('.mp4')}", video_filepath, self.global_step)
412
+ self._global_episode += 1
413
+
414
+ self.preempt_episode = False # reset preempt_episode flag
415
+
416
+ # self.video_recorder.save(f'{episode}_eval.mp4')
417
+ # get the video file and convert to video tensor to log
418
+
419
+ self.eval_env.reset()
420
+
421
+ print("Evaluation finished. To wrap up, rate prev episode, press 0 for failure and 1 for success")
422
+ self.proceed_after_env_reset_event.clear() # clear the event flag
423
+ self.proceed_after_env_reset_event.wait() # blocking wait for the event flag to be set
424
+ if self.global_episode > 0:
425
+ # self.logger.log_metrics({'num_success': self.num_episode_successes}, self.global_step, 'eval', episode=self.global_episode)
426
+ self.logger.log_metrics({'num_success': self.num_episode_successes}, self.global_step, 'eval', episode=self.global_episode)
427
+ self.logger.log_metrics({'success_rate': self.num_episode_successes/self.global_episode}, self.global_step, 'eval', episode=self.global_episode)
428
+
429
+ self.continue_keypress_thread = False # will stop the keypress thread
430
+ self.keypress_input_thread.join() # wait for the keypress thread to finish
431
+
432
+ def load_checkpoint_conf(self, snapshot_path):
433
+ config_path = snapshot_path.parent / 'config.yaml'
434
+ if not config_path.exists():
435
+ raise FileNotFoundError(f'No snapshot conf found at {config_path}')
436
+ else:
437
+ # load the omegaconf config
438
+ hydra.core.global_hydra.GlobalHydra.instance().clear()
439
+ hydra.initialize(
440
+ str(_relative_path_between(Path(config_path).absolute().parent, Path(__file__).absolute().parent)),
441
+ )
442
+ cfg = hydra.compose(Path(config_path).stem)
443
+ from deepdiff import DeepDiff
444
+ from omegaconf import open_dict
445
+ diff = DeepDiff(OmegaConf.to_container(cfg), OmegaConf.to_container(self.cfg)) # old, new
446
+ # import re
447
+ overwriteable_keys = [f"root{overwritable_key}" for overwritable_key in ["['use_wandb']", "['path_to_depth_extrinsics']", "['eval']", "['root_dir']", "['wandb_notes']", "['agent']['config']['train_cfg']['use_amp']", "['agent']['config']['compile']", "['agent']['config']['policy_cfg']['num_inference_steps']"]]
448
+ if "values_changed" in diff:
449
+ # top_k_checkpoints, wandb_notes, agent.config.train_cfg.use_amp, save_snapshot_every_epochs_diffusion, check_topk_every_epochs_diffusion, validate_diffusion_on_action_loss_every_epochs, train_eval_diffusion_on_action_loss_every_epochs, validate_every_epochs_diffusion
450
+ # for keys above, overwrite the old config with the new config
451
+ for k, v in diff['values_changed'].items():
452
+ # replace any keys that are under "root['suite']"
453
+ if k in overwriteable_keys or k.startswith("root['suite']"):
454
+ print(f"Found changed key {k} with value {v}. Overwriting old checkpoint config")
455
+ if k == "root['agent']['config']['compile']":
456
+ if diff['values_changed'][k]['new_value']:
457
+ self.loading_uncompiled_checkpoint_with_compile = True
458
+ elif not diff['values_changed'][k]['new_value']:
459
+ # raise ValueError("Cannot load a compiled checkpoint without compile")
460
+ self.loading_compiled_checkpoint_with_no_compile = True
461
+ exec(f"{k.replace('root[', 'cfg[')} = {k.replace('root[', 'self.cfg[')}")
462
+ # for any new values, update the old checkpoint config
463
+ if "dictionary_item_added" in diff:
464
+ for new_key in diff['dictionary_item_added']: # this is a list
465
+ # if new_key == "root['suite']['task_make_fn']['observation_cfg']":
466
+ if new_key == "root['suite']['task_make_fn']['agent_policy_cfg']":
467
+ # pass the agents observation_cfg to the suite task_make_fn
468
+ with open_dict(cfg): # to allow addition of non-existing keys
469
+ # cfg.suite.task_make_fn.observation_cfg = cfg.agent.config.observation_cfg
470
+ cfg.suite.task_make_fn.agent_policy_cfg = cfg.agent.config
471
+ continue
472
+ elif "['agent']['config']['policy_cfg']['input_shapes']" in new_key:
473
+ # skip adding the new key if it is the input_shapes of the policy_cfg
474
+ continue
475
+ else:
476
+ print(f"Found new key {new_key} with value {eval(new_key.replace('root[', 'self.cfg['))}. Adding to checkpoint config")
477
+ # eval(new_key.replace('root', 'cfg')) = eval(new_key.replace('root', 'self.cfg'))
478
+ if new_key == "root['agent']['config']['compile']":
479
+ if self.cfg.agent.config.compile:
480
+ self.loading_uncompiled_checkpoint_with_compile = True
481
+
482
+ with open_dict(cfg):
483
+ exec(f"{new_key.replace('root[', 'cfg[')}={new_key.replace('root[', 'self.cfg[')}")
484
+ self.cfg = cfg
485
+
486
+ def load_checkpoint(self, snapshot_path, bc=False):
487
+ print(f'resuming {repr(self.agent)}: {snapshot_path}')
488
+ with snapshot_path.open('rb') as f:
489
+ payload = torch.load(f)
490
+ agent_payload = {}
491
+ for k, v in payload.items():
492
+ if k not in self.__dict__:
493
+ agent_payload[k] = v
494
+ elif k == '_global_epoch':
495
+ self._global_epoch = v
496
+ print(f'loaded epoch: {v}')
497
+ if self.cfg.use_wandb:
498
+ # add to config of wandb
499
+ wandb.config.update({'epoch': v})
500
+
501
+ # self.agent.load_snapshot_eval(agent_payload, bc)
502
+
503
+ @hydra.main(config_path='cfgs', config_name='config_eval')
504
+ def main(cfg):
505
+ from eval_robot import Workspace as W
506
+ root_dir = Path.cwd()
507
+ workspace = W(cfg)
508
+
509
+ workspace.eval()
510
+
511
+ if __name__ == '__main__':
512
+ main()
205619/wandb/run-20241217_205625-m7h1fbac/files/config.yaml ADDED
@@ -0,0 +1,891 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ wandb_version: 1
2
+
3
+ root_dir:
4
+ desc: null
5
+ value: /home/leonmkim/fish_leon
6
+ replay_buffer_size:
7
+ desc: null
8
+ value: 150000
9
+ replay_buffer_num_workers:
10
+ desc: null
11
+ value: 2
12
+ nstep:
13
+ desc: null
14
+ value: 3
15
+ batch_size:
16
+ desc: null
17
+ value: 128
18
+ seed:
19
+ desc: null
20
+ value: 0
21
+ dataset_shuffle_seed:
22
+ desc: null
23
+ value: 0
24
+ device:
25
+ desc: null
26
+ value: cuda
27
+ save_video:
28
+ desc: null
29
+ value: true
30
+ save_train_video:
31
+ desc: null
32
+ value: true
33
+ use_tb:
34
+ desc: null
35
+ value: true
36
+ use_wandb:
37
+ desc: null
38
+ value: true
39
+ wandb_run_id:
40
+ desc: null
41
+ value: '506_0'
42
+ wandb_notes:
43
+ desc: null
44
+ value: 506_0_req_578_0
45
+ eval:
46
+ desc: null
47
+ value: true
48
+ true_action_history:
49
+ desc: null
50
+ value: false
51
+ process_contact_features:
52
+ desc: null
53
+ value: true
54
+ obs_type:
55
+ desc: null
56
+ value: pixels
57
+ use_color:
58
+ desc: null
59
+ value: true
60
+ use_depth:
61
+ desc: null
62
+ value: true
63
+ use_masks:
64
+ desc: null
65
+ value: false
66
+ mask_list:
67
+ desc: null
68
+ value:
69
+ - EE_obj_mask
70
+ mask_representation:
71
+ desc: null
72
+ value: channels
73
+ crop_hw:
74
+ desc: null
75
+ value:
76
+ - 144
77
+ - 144
78
+ crop_down_offset:
79
+ desc: null
80
+ value: 48
81
+ color_crop_type:
82
+ desc: null
83
+ value: null
84
+ depth_crop_type:
85
+ desc: null
86
+ value: null
87
+ segmask_crop_type:
88
+ desc: null
89
+ value: null
90
+ add_crop_binary_mask:
91
+ desc: null
92
+ value: false
93
+ add_coord_conv_map:
94
+ desc: null
95
+ value: false
96
+ use_context_color:
97
+ desc: null
98
+ value: false
99
+ use_context_depth:
100
+ desc: null
101
+ value: false
102
+ use_context_segmask:
103
+ desc: null
104
+ value: false
105
+ context_color_crop_type:
106
+ desc: null
107
+ value: null
108
+ context_depth_crop_type:
109
+ desc: null
110
+ value: null
111
+ context_segmask_crop_type:
112
+ desc: null
113
+ value: null
114
+ context_add_crop_binary_mask:
115
+ desc: null
116
+ value: false
117
+ context_add_coord_conv_map:
118
+ desc: null
119
+ value: false
120
+ use_contact_map:
121
+ desc: null
122
+ value: false
123
+ use_sdf_maps:
124
+ desc: null
125
+ value: false
126
+ use_normals_maps:
127
+ desc: null
128
+ value: false
129
+ which_objects:
130
+ desc: null
131
+ value: both
132
+ max_contact_prob:
133
+ desc: null
134
+ value: 0.1
135
+ max_depth:
136
+ desc: null
137
+ value: 2.0
138
+ grasped_dtc_max_value:
139
+ desc: null
140
+ value: 0.2
141
+ env_dtc_max_value:
142
+ desc: null
143
+ value: 0.4
144
+ grasped_normals_mask_max_dtc_value:
145
+ desc: null
146
+ value: 0.2
147
+ env_normals_mask_max_dtc_value:
148
+ desc: null
149
+ value: 0.4
150
+ clamp_dtc:
151
+ desc: null
152
+ value: true
153
+ dtc_adaptive_normalization:
154
+ desc: null
155
+ value: false
156
+ mask_normals_within_sdf:
157
+ desc: null
158
+ value: true
159
+ adaptive_normals_mask:
160
+ desc: null
161
+ value: true
162
+ learnable_contact_preprocess_params:
163
+ desc: null
164
+ value: true
165
+ contact_model_name:
166
+ desc: null
167
+ value: local_multitask_outhd64all_home_crop_h144w144d48_mask_ctxtmask_seed_220979_epoch_9
168
+ contact_estimation_model_ckpt_path:
169
+ desc: null
170
+ value: ~/fish_leon/contact_estimation/artifacts/175604_2/checkpoints/epoch=09-val_loss=0.00.ckpt
171
+ encoder_type:
172
+ desc: null
173
+ value: small
174
+ debug_timestamps:
175
+ desc: null
176
+ value: false
177
+ open_loop:
178
+ desc: null
179
+ value: false
180
+ action_trajectories:
181
+ desc: null
182
+ value: true
183
+ stop_after_action:
184
+ desc: null
185
+ value: false
186
+ interpolation_frequency:
187
+ desc: null
188
+ value: 25
189
+ policy_frequency:
190
+ desc: null
191
+ value: 5
192
+ wait_for_new_camera_frames:
193
+ desc: null
194
+ value: true
195
+ baseline:
196
+ desc: null
197
+ value: false
198
+ train_demo_idxs_list_or_num:
199
+ desc: null
200
+ value: -1
201
+ log_train_every_steps:
202
+ desc: null
203
+ value: 25
204
+ name_of_expert_demo:
205
+ desc: null
206
+ value: 112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
207
+ expert_dataset_dirpath:
208
+ desc: null
209
+ value: /home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
210
+ store_dataset_in_memory:
211
+ desc: null
212
+ value: false
213
+ expert_dataset:
214
+ desc: null
215
+ value: /home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/demos.zarr
216
+ action_key:
217
+ desc: null
218
+ value: action_trajectory_25hz
219
+ semantic_demo_grouping_name:
220
+ desc: null
221
+ value: semantic_demo_grouping.yaml
222
+ semantic_demo_grouping:
223
+ desc: null
224
+ value: /home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/semantic_demo_grouping.yaml
225
+ include_groups_list:
226
+ desc: null
227
+ value:
228
+ - lady_twodim
229
+ expert_dataset_config:
230
+ desc: null
231
+ value: /home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/demo_config.yaml
232
+ name_of_valid_demo:
233
+ desc: null
234
+ value: 112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
235
+ valid_dataset_dir:
236
+ desc: null
237
+ value: /home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/demos.zarr
238
+ valid_demo_idxs_list_or_num:
239
+ desc: null
240
+ value: null
241
+ val_num_groups:
242
+ desc: null
243
+ value: 0
244
+ load_bc:
245
+ desc: null
246
+ value: true
247
+ checkpoint_epoch_list:
248
+ desc: null
249
+ value:
250
+ - 99
251
+ - 199
252
+ - 299
253
+ - 399
254
+ - 499
255
+ - 599
256
+ - 699
257
+ - 799
258
+ - 899
259
+ - 999
260
+ - 1249
261
+ - 1499
262
+ - 1749
263
+ - 1999
264
+ - 2999
265
+ - 3999
266
+ - 4999
267
+ - 5999
268
+ - 6999
269
+ - 7999
270
+ - 8999
271
+ - 9999
272
+ snapshot_root_dir:
273
+ desc: null
274
+ value: /mnt/kostas-graid/datasets/extrinsic_contact_data/FISH
275
+ save_snapshot:
276
+ desc: null
277
+ value: true
278
+ save_last_snapshot:
279
+ desc: null
280
+ value: true
281
+ save_snapshot_when_done:
282
+ desc: null
283
+ value: true
284
+ top_k_checkpoints:
285
+ desc: null
286
+ value: 5
287
+ save_snapshot_link_to_weights_dir:
288
+ desc: null
289
+ value: deprecated
290
+ bc_regularize:
291
+ desc: null
292
+ value: false
293
+ bc_weight_type:
294
+ desc: null
295
+ value: qfilter
296
+ experiment_dir:
297
+ desc: null
298
+ value: ./exp_local/frankagym_pixels/FrankaInsertion-v1/506_0
299
+ agent:
300
+ desc: null
301
+ value:
302
+ _target_: agent.diffusion_policy.DiffusionPolicyAgent
303
+ name: diffusion_policy
304
+ load_checkpoint: true
305
+ device: cuda
306
+ n_obs_steps: 1
307
+ suite_name: frankagym
308
+ obs_type: pixels
309
+ enable_arm: true
310
+ enable_camera: true
311
+ use_tb: true
312
+ desired_image_shape:
313
+ - 13
314
+ - 180
315
+ - 240
316
+ orig_cam_shape:
317
+ - 3
318
+ - 240
319
+ - 320
320
+ config:
321
+ _target_: agent.diffusion_policy.DiffusionPolicyAgentConfig
322
+ compile: false
323
+ device: cuda
324
+ cam_resize_shape:
325
+ - 13
326
+ - 180
327
+ - 240
328
+ orig_cam_shape:
329
+ - 3
330
+ - 240
331
+ - 320
332
+ policy_frequency: 5
333
+ interpolation_frequency: 25
334
+ policy_cfg:
335
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig
336
+ n_obs_steps: 1
337
+ horizon: 36
338
+ n_action_steps: 36
339
+ output_shapes:
340
+ action:
341
+ - 7
342
+ input_normalization_modes:
343
+ observation.image: mean_std
344
+ observation.state: min_max
345
+ observation.action_history: min_max
346
+ output_normalization_modes:
347
+ action: min_max
348
+ vision_backbone: resnet18
349
+ pretrained_backbone_weights: null
350
+ transforms:
351
+ - _target_: torchaug.transforms.RandomAffine
352
+ degrees:
353
+ - -5
354
+ - 5
355
+ translate:
356
+ - 0.05
357
+ - 0.05
358
+ batch_transform: true
359
+ num_chunks: -1
360
+ batch_inplace: true
361
+ - _target_: torchaug.transforms.RandomColorJitter
362
+ brightness: 0.3
363
+ contrast: 0.4
364
+ saturation: 0.5
365
+ hue: 0.08
366
+ batch_transform: true
367
+ num_chunks: -1
368
+ batch_inplace: true
369
+ use_group_norm: true
370
+ spatial_softmax_num_keypoints: 32
371
+ action_history_encoder_config:
372
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig
373
+ in_channels: 7
374
+ out_channels: 32
375
+ history_length: 6
376
+ kernel_size: 5
377
+ downsample_kernel_size: 3
378
+ downsample_stride: 2
379
+ downsample_padding: 1
380
+ down_dims:
381
+ - 256
382
+ - 512
383
+ - 1024
384
+ kernel_size: 5
385
+ n_groups: 8
386
+ diffusion_step_embed_dim: 128
387
+ use_film_scale_modulation: true
388
+ noise_scheduler_type: DDIM
389
+ beta_schedule: squaredcos_cap_v2
390
+ beta_start: 0.0001
391
+ beta_end: 0.02
392
+ prediction_type: epsilon
393
+ clip_sample: true
394
+ clip_sample_range: 1.0
395
+ num_train_timesteps: 50
396
+ num_inference_steps: 10
397
+ do_mask_loss_for_padding: false
398
+ input_shapes:
399
+ observation.image:
400
+ - 13
401
+ - 180
402
+ - 240
403
+ context_observation.image:
404
+ - 13
405
+ - 180
406
+ - 240
407
+ observation.state:
408
+ - 8
409
+ observation.action_history:
410
+ - 7
411
+ train_cfg:
412
+ _target_: utils.TrainConfig
413
+ lr: 0.0001
414
+ lr_scheduler: cosine
415
+ lr_warmup_steps: 500
416
+ adam_betas:
417
+ - 0.95
418
+ - 0.999
419
+ adam_eps: 1.0e-08
420
+ adam_weight_decay: 1.0e-06
421
+ grad_clip_norm: 10
422
+ offline_steps: 1000000
423
+ use_amp: true
424
+ observation_cfg:
425
+ _target_: agent.encoder.VisualFeatureSet
426
+ use_depth: true
427
+ use_color: true
428
+ mask_input_dict:
429
+ _target_: agent.encoder.MaskInputDict
430
+ enable: false
431
+ representation: channels
432
+ mask_list:
433
+ - EE_obj_mask
434
+ crop_input_config:
435
+ _target_: agent.encoder.CropInputConfig
436
+ color_crop_type: null
437
+ depth_crop_type: null
438
+ segmask_crop_type: null
439
+ crop_hw:
440
+ - 144
441
+ - 144
442
+ crop_down_offset: 48
443
+ add_crop_binary_mask: false
444
+ add_coord_conv_map: false
445
+ context_input_config:
446
+ _target_: agent.encoder.ContextInputConfig
447
+ use_color: false
448
+ use_depth: false
449
+ mask_input_dict:
450
+ _target_: agent.encoder.MaskInputDict
451
+ enable: false
452
+ representation: channels
453
+ mask_list:
454
+ - EE_obj_mask
455
+ crop_input_config:
456
+ _target_: agent.encoder.CropInputConfig
457
+ color_crop_type: null
458
+ depth_crop_type: null
459
+ segmask_crop_type: null
460
+ crop_hw:
461
+ - 144
462
+ - 144
463
+ crop_down_offset: 48
464
+ add_crop_binary_mask: false
465
+ add_coord_conv_map: false
466
+ mask_soft_approx_scheduler_config:
467
+ _target_: agent.encoder.MaskSoftApproxSchedulerConfig
468
+ num_steps: 40000
469
+ initial_value: 10.0
470
+ final_value: 1000.0
471
+ interpolation_scheme: cosine
472
+ use_contact_map: false
473
+ use_sdf_maps: false
474
+ use_normals_maps: false
475
+ which_objects: both
476
+ grasped_dtc_max_value: 0.2
477
+ env_dtc_max_value: 0.4
478
+ grasped_normals_mask_max_dtc_value: 0.2
479
+ env_normals_mask_max_dtc_value: 0.4
480
+ clamp_dtc: true
481
+ max_contact_prob: 0.1
482
+ mask_normals_within_sdf: true
483
+ dtc_adaptive_normalization: false
484
+ adaptive_normals_mask: true
485
+ max_depth: 2.0
486
+ image_shape:
487
+ - 13
488
+ - 180
489
+ - 240
490
+ learnable_contact_preprocess_params: true
491
+ learning_rate: 0.0001
492
+ weight_decay: 0.0
493
+ contact_model_name: local_multitask_outhd64all_home_crop_h144w144d48_mask_ctxtmask_seed_220979_epoch_9
494
+ zero_centered: false
495
+ suite:
496
+ desc: null
497
+ value:
498
+ suite: frankagym
499
+ name: frankagym
500
+ frame_stack: 1
501
+ action_repeat: 1
502
+ discount: 0.99
503
+ hidden_dim: 1024
504
+ num_train_frames: 2010
505
+ num_seed_frames: 260
506
+ num_train_epochs: 5000
507
+ validate_every_epochs: 100
508
+ validate_diffusion_on_action_loss_every_epochs: 500
509
+ train_eval_diffusion_on_action_loss_every_epochs: 500
510
+ check_topk_every_epochs: 10
511
+ save_snapshot_every_epochs: 5000
512
+ eval_every_frames: 2000
513
+ num_eval_episodes: 5
514
+ save_snapshot: true
515
+ wait_for_user_to_start_episode: true
516
+ task_make_fn:
517
+ _target_: suite.frankagym.make
518
+ name: FrankaInsertion-v1
519
+ height: 240
520
+ width: 320
521
+ frame_stack: 1
522
+ action_repeat: 1
523
+ seed: 0
524
+ enable_arm: true
525
+ enable_gripper: true
526
+ start_with_gripper_open: true
527
+ enable_camera: true
528
+ path_to_depth_extrinsics: ~/fish_leon/FISH/cfgs/camera_poses/camera_poses_L515/20240904-122305/color_tf_world.npy
529
+ contact_estimation_model_ckpt_path: ~/fish_leon/contact_estimation/artifacts/175604_2/checkpoints/epoch=09-val_loss=0.00.ckpt
530
+ x_limit:
531
+ - 0.2
532
+ - 0.7
533
+ y_limit:
534
+ - -0.4
535
+ - 0.4
536
+ z_limit:
537
+ - -0.05
538
+ - 0.55
539
+ device: cuda
540
+ interpolation_frequency: 25
541
+ policy_frequency: 5
542
+ debug_timestamps: false
543
+ stop_after_action: false
544
+ open_loop: false
545
+ wait_for_new_camera_frames: true
546
+ action_key: action_trajectory_25hz
547
+ action_trajectory_horizon: 36
548
+ action_trajectories: true
549
+ path_to_zarr_dataset: /home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/demos.zarr
550
+ agent_policy_cfg:
551
+ _target_: agent.diffusion_policy.DiffusionPolicyAgentConfig
552
+ compile: false
553
+ device: cuda
554
+ cam_resize_shape:
555
+ - 13
556
+ - 180
557
+ - 240
558
+ orig_cam_shape:
559
+ - 3
560
+ - 240
561
+ - 320
562
+ policy_frequency: 5
563
+ interpolation_frequency: 25
564
+ policy_cfg:
565
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig
566
+ n_obs_steps: 1
567
+ horizon: 36
568
+ n_action_steps: 36
569
+ output_shapes:
570
+ action:
571
+ - 7
572
+ input_normalization_modes:
573
+ observation.image: mean_std
574
+ observation.state: min_max
575
+ observation.action_history: min_max
576
+ output_normalization_modes:
577
+ action: min_max
578
+ vision_backbone: resnet18
579
+ pretrained_backbone_weights: null
580
+ transforms:
581
+ - _target_: torchaug.transforms.RandomAffine
582
+ degrees:
583
+ - -5
584
+ - 5
585
+ translate:
586
+ - 0.05
587
+ - 0.05
588
+ batch_transform: true
589
+ num_chunks: -1
590
+ batch_inplace: true
591
+ - _target_: torchaug.transforms.RandomColorJitter
592
+ brightness: 0.3
593
+ contrast: 0.4
594
+ saturation: 0.5
595
+ hue: 0.08
596
+ batch_transform: true
597
+ num_chunks: -1
598
+ batch_inplace: true
599
+ use_group_norm: true
600
+ spatial_softmax_num_keypoints: 32
601
+ action_history_encoder_config:
602
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig
603
+ in_channels: 7
604
+ out_channels: 32
605
+ history_length: 6
606
+ kernel_size: 5
607
+ downsample_kernel_size: 3
608
+ downsample_stride: 2
609
+ downsample_padding: 1
610
+ down_dims:
611
+ - 256
612
+ - 512
613
+ - 1024
614
+ kernel_size: 5
615
+ n_groups: 8
616
+ diffusion_step_embed_dim: 128
617
+ use_film_scale_modulation: true
618
+ noise_scheduler_type: DDIM
619
+ beta_schedule: squaredcos_cap_v2
620
+ beta_start: 0.0001
621
+ beta_end: 0.02
622
+ prediction_type: epsilon
623
+ clip_sample: true
624
+ clip_sample_range: 1.0
625
+ num_train_timesteps: 50
626
+ num_inference_steps: 10
627
+ do_mask_loss_for_padding: false
628
+ input_shapes:
629
+ observation.image:
630
+ - 13
631
+ - 180
632
+ - 240
633
+ context_observation.image:
634
+ - 13
635
+ - 180
636
+ - 240
637
+ observation.state:
638
+ - 8
639
+ observation.action_history:
640
+ - 7
641
+ train_cfg:
642
+ _target_: utils.TrainConfig
643
+ lr: 0.0001
644
+ lr_scheduler: cosine
645
+ lr_warmup_steps: 500
646
+ adam_betas:
647
+ - 0.95
648
+ - 0.999
649
+ adam_eps: 1.0e-08
650
+ adam_weight_decay: 1.0e-06
651
+ grad_clip_norm: 10
652
+ offline_steps: 1000000
653
+ use_amp: true
654
+ observation_cfg:
655
+ _target_: agent.encoder.VisualFeatureSet
656
+ use_depth: true
657
+ use_color: true
658
+ mask_input_dict:
659
+ _target_: agent.encoder.MaskInputDict
660
+ enable: false
661
+ representation: channels
662
+ mask_list:
663
+ - EE_obj_mask
664
+ crop_input_config:
665
+ _target_: agent.encoder.CropInputConfig
666
+ color_crop_type: null
667
+ depth_crop_type: null
668
+ segmask_crop_type: null
669
+ crop_hw:
670
+ - 144
671
+ - 144
672
+ crop_down_offset: 48
673
+ add_crop_binary_mask: false
674
+ add_coord_conv_map: false
675
+ context_input_config:
676
+ _target_: agent.encoder.ContextInputConfig
677
+ use_color: false
678
+ use_depth: false
679
+ mask_input_dict:
680
+ _target_: agent.encoder.MaskInputDict
681
+ enable: false
682
+ representation: channels
683
+ mask_list:
684
+ - EE_obj_mask
685
+ crop_input_config:
686
+ _target_: agent.encoder.CropInputConfig
687
+ color_crop_type: null
688
+ depth_crop_type: null
689
+ segmask_crop_type: null
690
+ crop_hw:
691
+ - 144
692
+ - 144
693
+ crop_down_offset: 48
694
+ add_crop_binary_mask: false
695
+ add_coord_conv_map: false
696
+ mask_soft_approx_scheduler_config:
697
+ _target_: agent.encoder.MaskSoftApproxSchedulerConfig
698
+ num_steps: 40000
699
+ initial_value: 10.0
700
+ final_value: 1000.0
701
+ interpolation_scheme: cosine
702
+ use_contact_map: false
703
+ use_sdf_maps: false
704
+ use_normals_maps: false
705
+ which_objects: both
706
+ grasped_dtc_max_value: 0.2
707
+ env_dtc_max_value: 0.4
708
+ grasped_normals_mask_max_dtc_value: 0.2
709
+ env_normals_mask_max_dtc_value: 0.4
710
+ clamp_dtc: true
711
+ max_contact_prob: 0.1
712
+ mask_normals_within_sdf: true
713
+ dtc_adaptive_normalization: false
714
+ adaptive_normals_mask: true
715
+ max_depth: 2.0
716
+ image_shape:
717
+ - 13
718
+ - 180
719
+ - 240
720
+ learnable_contact_preprocess_params: true
721
+ learning_rate: 0.0001
722
+ weight_decay: 0.0
723
+ contact_model_name: local_multitask_outhd64all_home_crop_h144w144d48_mask_ctxtmask_seed_220979_epoch_9
724
+ zero_centered: false
725
+ true_action_history: false
726
+ num_train_frames_bc:
727
+ desc: null
728
+ value: 50000
729
+ num_train_frames_drq:
730
+ desc: null
731
+ value: 1100000
732
+ stddev_schedule_drq:
733
+ desc: null
734
+ value: linear(1.0,0.1,100000)
735
+ task_name:
736
+ desc: null
737
+ value: FrankaInsertion-v1
738
+ num_train_frames_vinn:
739
+ desc: null
740
+ value: 25000
741
+ num_train_frames_diffusion:
742
+ desc: null
743
+ value: 1000000
744
+ num_train_epochs_bc:
745
+ desc: null
746
+ value: 5000
747
+ num_train_epochs_diffusion:
748
+ desc: null
749
+ value: 15000
750
+ validate_every_epochs_bc:
751
+ desc: null
752
+ value: 5
753
+ validate_every_epochs_diffusion:
754
+ desc: null
755
+ value: 250
756
+ validate_diffusion_on_action_loss_every_epochs:
757
+ desc: null
758
+ value: 250
759
+ train_eval_diffusion_on_action_loss_every_epochs:
760
+ desc: null
761
+ value: 250
762
+ check_topk_every_epochs:
763
+ desc: null
764
+ value: 5
765
+ check_topk_every_epochs_diffusion:
766
+ desc: null
767
+ value: 250
768
+ save_snapshot_every_epochs_diffusion:
769
+ desc: null
770
+ value: 1500
771
+ x_limit:
772
+ desc: null
773
+ value:
774
+ - 0.2
775
+ - 0.7
776
+ y_limit:
777
+ desc: null
778
+ value:
779
+ - -0.4
780
+ - 0.4
781
+ z_limit:
782
+ desc: null
783
+ value:
784
+ - -0.05
785
+ - 0.55
786
+ home_displacement:
787
+ desc: null
788
+ value:
789
+ - 0.55
790
+ - 0.0
791
+ - 0.55
792
+ - 180.0
793
+ - 0.0
794
+ - 0.0
795
+ enable_gripper:
796
+ desc: null
797
+ value: true
798
+ start_with_gripper_open:
799
+ desc: null
800
+ value: true
801
+ offset_mask:
802
+ desc: null
803
+ value:
804
+ - 1
805
+ - 1
806
+ - 1
807
+ - 1
808
+ - 1
809
+ - 1
810
+ path_to_depth_extrinsics:
811
+ desc: null
812
+ value: ~/fish_leon/FISH/cfgs/camera_poses/camera_poses_L515/20240904-122305/color_tf_world.npy
813
+ feature_type:
814
+ desc: null
815
+ value: 180x240_1_RGB_D_2.0_acthst_hst6_out32_dwnkrnl3_dwnstrd2_dwnpd1
816
+ save_buffer:
817
+ desc: null
818
+ value: true
819
+ num_eval:
820
+ desc: null
821
+ value: 5
822
+ random_start:
823
+ desc: null
824
+ value: false
825
+ eval_starts:
826
+ desc: null
827
+ value: /home/leonmkim/fish_leon/FISH/eval_starts/frankagym_pixels/FrankaInsertion-v1
828
+ num_valid_demos:
829
+ desc: null
830
+ value: null
831
+ load_checkpoint:
832
+ desc: null
833
+ value: true
834
+ checkpoint_epoch:
835
+ desc: null
836
+ value: 12000
837
+ load_residual_weight:
838
+ desc: null
839
+ value: false
840
+ checkpoint_root_dir:
841
+ desc: null
842
+ value: /home/leonmkim/fish_leon/FISH
843
+ checkpoint_weight_dir:
844
+ desc: null
845
+ value: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0
846
+ residual_weight:
847
+ desc: null
848
+ value: /home/leonmkim/fish_leon/FISH/weights/frankagym_pixels/FrankaInsertion-v1/weight.pt
849
+ final_experiment_dir:
850
+ desc: null
851
+ value: ./exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619
852
+ _wandb:
853
+ desc: null
854
+ value:
855
+ code_path: code/FISH/eval_robot.py
856
+ python_version: 3.10.14
857
+ cli_version: 0.17.5
858
+ framework: torch
859
+ is_jupyter_run: false
860
+ is_kaggle_kernel: false
861
+ start_time: 1734486985
862
+ t:
863
+ 1:
864
+ - 1
865
+ - 41
866
+ - 49
867
+ - 50
868
+ - 55
869
+ - 83
870
+ 2:
871
+ - 1
872
+ - 41
873
+ - 49
874
+ - 50
875
+ - 55
876
+ - 83
877
+ 3:
878
+ - 16
879
+ - 23
880
+ - 35
881
+ 4: 3.10.14
882
+ 5: 0.17.5
883
+ 8:
884
+ - 5
885
+ 13: linux-x86_64
886
+ grasped_obj_name:
887
+ desc: null
888
+ value: lady
889
+ left_book_slot:
890
+ desc: null
891
+ value: twodim
205619/wandb/run-20241217_205625-m7h1fbac/files/diff.patch ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ diff --git a/FISH/cfgs/config_eval.yaml b/FISH/cfgs/config_eval.yaml
2
+ index bb0a413..15b3d90 100644
3
+ --- a/FISH/cfgs/config_eval.yaml
4
+ +++ b/FISH/cfgs/config_eval.yaml
5
+ @@ -107,7 +107,7 @@ num_valid_demos: null
6
+ val_num_groups: 3
7
+
8
+ # name_of_expert_demo: 'book_insertion_wo_ends_wedge_v2_76_all_demos_10hz_no_filter_wo_flow_mask_expert_demos_imp_act'
9
+ -name_of_expert_demo: '192_240x320_multiobj_twodim_recovery_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act'
10
+ +name_of_expert_demo: '112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act'
11
+ expert_dataset_dirpath: '${root_dir}/FISH/expert_demos/${suite.name}/${task_name}/${name_of_expert_demo}'
12
+
13
+ expert_dataset: '${expert_dataset_dirpath}/demos.zarr'
14
+ @@ -123,89 +123,28 @@ bc_weight_type: 'qfilter' # linear, qfilter
15
+
16
+ # Load weights
17
+ load_checkpoint: ${agent.load_checkpoint}
18
+ -# 64_240x320_hbm_twodim_fps_fix_contact_fix_recovery_fix_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
19
+ -# full 32 demos
20
+ -# wandb_run_id: "265625" # RGBD history seed 0
21
+ -# wandb_run_id: "266370_1" # RGBD history seed 1
22
+ -# wandb_run_id: "266370_2" # RGBD history seed 2
23
+ -# wandb_run_id: "266382_4" # RGBD history seed 4
24
+ -
25
+ -# 16 held out demos (16 demos)
26
+ -# wandb_run_id: "266392_0" # RGBD+act history dataset seed 0
27
+ -# wandb_run_id: "266407_0" # RGBD+act history dataset seed 1
28
+ -wandb_run_id: "266406_0" # RGBD+act history dataset seed 2
29
+ -
30
+ -# wandb_run_id: "265626" # RGBD+Mask+act history seed 0
31
+ -# wandb_run_id: "265638" # RGBD+Mask+act history seed 1
32
+ -# wandb_run_id: "265637" # RGBD+Mask+act history seed 2
33
+ -# wandb_run_id: "265636" # RGBD+Mask+act history seed 3
34
+ -# wandb_run_id: "265635" # RGBD+Mask+act history seed 4
35
+ -
36
+ -# wandb_run_id: "265628" # RGBD+Mask+contact+act history seed 0
37
+ -# wandb_run_id: "265630" # RGBD+Mask+contact+act history seed 1
38
+ -# wandb_run_id: "265631" # RGBD+Mask+contact+act history seed 2
39
+ -# wandb_run_id: "265633" # RGBD+Mask+contact+act history seed 3
40
+ -# wandb_run_id: "265634" # RGBD+Mask+contact+act history seed 4
41
+ -
42
+ -# 8 held out demos (26 demos)
43
+ -# wandb_run_id: "265652" # RGBD+Mask+contact+act history dataset seed 0
44
+ -# wandb_run_id: "265654" # RGBD+Mask+contact+act history dataset seed 1
45
+ -# wandb_run_id: "265655" # RGBD+Mask+contact+act history dataset seed 2
46
+ -
47
+ -# 8 held out demos (26 demos)
48
+ -# wandb_run_id: "265656" # RGBD+Mask+act history dataset seed 0
49
+ -# wandb_run_id: "265657" # RGBD+Mask+act history dataset seed 1
50
+ -# wandb_run_id: "265658" # RGBD+Mask+act history dataset seed 2
51
+ -
52
+ -# 16 held out demos (16 demos)
53
+ -# wandb_run_id: "265641" # RGBD+Mask+act history dataset seed 0
54
+ -# wandb_run_id: "265644" # RGBD+Mask+act history dataset seed 1
55
+ -# wandb_run_id: "265645" # RGBD+Mask+act history dataset seed 2
56
+ -# wandb_run_id: "266381_0" # RGBD+Mask+act history dataset seed 4
57
+ -
58
+ -# 16 held out demos (16 demos)
59
+ -# wandb_run_id: "265646" # RGBD+Mask+Contact+act history dataset seed 0
60
+ -# wandb_run_id: "265649" # RGBD+Mask+Contact+act history dataset seed 1
61
+ -# wandb_run_id: "265650" # RGBD+Mask+Contact+act history dataset seed 2
62
+ -# wandb_run_id: "266378_0" # RGBD+Mask+Contact+act history dataset seed 4
63
+ -
64
+ -
65
+ -
66
+ -
67
+ -# 54_240x320_hbm_twodim_fps_fix_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
68
+ -# full dataset
69
+ -# 6 step action history
70
+ -# wandb_run_id: '250358_0' # RGBD+act history
71
+ -# wandb_run_id: '250371_0' # RGBD+mask+act history
72
+ -# wandb_run_id: '250366_0' # RGBD+contact+act history
73
+ -# wandb_run_id: '250376_0' # RGBD+mask+contact+act history
74
+ -# wandb_run_id: '250366_0' # RGBD+contact+act history
75
+ -
76
+ -# 54_240x320_hbm_twodim_fps_fix_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
77
+ -# 16 held out demos
78
+ -# wandb_run_id: '250362_0' # RGBD+act history
79
+ -# wandb_run_id: '250373_0' # RGBD+mask+act history
80
+ -# wandb_run_id: '250378_0' # RGBD+mask+contact+act history
81
+ -# wandb_run_id: '250368_0' # RGBD+contact+act history
82
+ -
83
+ -# 54_240x320_hbm_twodim_fps_fix_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
84
+ -# 32 held out demos
85
+ -# wandb_run_id: '250365_0' # RGBD+act history
86
+ -# wandb_run_id: '250375_0' # RGBD+mask+act history
87
+ -wandb_run_id: '250380_0' # RGBD+mask+contact+act history
88
+ -# wandb_run_id: '250370_0' # RGBD+contact+act history
89
+ -# 4 step action history
90
+ -# wandb_run_id: '264772_0' # RGBD+act history
91
+ -# wandb_run_id: '264775_0' # RGBD+mask+act history
92
+ -# wandb_run_id: '264776_0' # RGBD+contact+act history
93
+ -# wandb_run_id: '264777_0' # RGBD+mask+contact+act history
94
+ -
95
+ -# 54_240x320_hbm_twodim_fps_fix_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
96
+ -# 16 held out demos
97
+ -# wandb_run_id: '250362_0' # RGBD+act history
98
+ -# wandb_run_id: '250373_0' # RGBD+mask+act history
99
+ -# wandb_run_id: '250378_0' # RGBD+mask+contact+act history
100
+ -# wandb_run_id: '250368_0' # RGBD+contact+act history
101
+ +# 112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
102
+ +# 14 demos
103
+ +
104
+ +# RGBD+act history
105
+ +# wandb_run_id: '497_0' # german
106
+ +# wandb_run_id: '505_0' # hbm
107
+ +wandb_run_id: '506_0' # lady
108
+ +# wandb_run_id: '507_0' # greece
109
+ +# wandb_run_id: '508_0' # fowlers
110
+ +# wandb_run_id: '509_0' # lib
111
+ +# wandb_run_id: '510_0' # modelsys
112
+ +# wandb_run_id: '511_0' # electrodyn
113
+ +
114
+ +# RGBD+mask+act history
115
+ +# wandb_run_id: '512_0' # german
116
+ +# wandb_run_id: '520_0' # hbm
117
+ +# wandb_run_id: '521_0' # lady
118
+ +# wandb_run_id: '522_0' # greece
119
+ +# wandb_run_id: '523_0' # fowlers
120
+ +# wandb_run_id: '524_0' # lib
121
+ +# wandb_run_id: '525_0' # modelsys
122
+ +# wandb_run_id: '526_0' # electrodyn
123
+
124
+ # 54_240x320_hbm_twodim_fps_fix_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
125
+ # 32 held out demos
126
+ diff --git a/FISH/download_model_checkpoints.py b/FISH/download_model_checkpoints.py
127
+ index 9406a46..0f225ec 100644
128
+ --- a/FISH/download_model_checkpoints.py
129
+ +++ b/FISH/download_model_checkpoints.py
130
+ @@ -15,12 +15,24 @@ if not local_checkpoint_root_dir.exists():
131
+ local_checkpoint_root_dir.mkdir(parents=True)
132
+
133
+ # Download the model checkpoints
134
+ -remote_checkpoint_root_dir = Path('/mnt/grasp_high_usage/leonmkim/contact_estimation/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1')
135
+ +# remote_checkpoint_root_dir = Path('/mnt/grasp_high_usage/leonmkim/contact_estimation/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1')
136
+ +remote_checkpoint_root_dir = Path('/mnt/kostas-graid/datasets/extrinsic_contact_data/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1')
137
+ remote_checkpoint_root_dir = remote_checkpoint_root_dir.expanduser()
138
+ remote_username = 'leonmkim'
139
+ -remote_host = 'halley'
140
+ +remote_host = 'grasp-login1'
141
+
142
+ #180x240_1_RGB_D_2.0_msk_channels_EE_obj_mask_acthst_hst6_out32_dwnkrnl3_dwnstrd2_dwnpd1
143
+ +# run_id_list = [
144
+ +# '512_0', # german
145
+ +# '520_0', # hbm
146
+ +# '521_0', # lady
147
+ +# '522_0', # greece
148
+ +# '523_0', # fowlers
149
+ +# '524_0', # lib
150
+ +# '525_0', # modelsys
151
+ +# '526_0', # electrodyn
152
+ +# ]
153
+ +
154
+ # run_id_list = [
155
+ # '265638',
156
+ # '265637',
157
+ @@ -75,6 +87,17 @@ remote_host = 'halley'
158
+ # ]
159
+
160
+ # 180x240_1_RGB_D_2.0_acthst_hst6_out32_dwnkrnl3_dwnstrd2_dwnpd1
161
+ +# run_id_list = [
162
+ +# '497_0', # german
163
+ +# '505_0', # hbm
164
+ +# '506_0', # lady
165
+ +# '507_0', # greece
166
+ +# '508_0', # fowlers
167
+ +# '509_0', # lib
168
+ +# '510_0', # modelsys
169
+ +# '511_0', # electrodyn
170
+ +# ]
171
+ +
172
+ # run_id_list = [
173
+ # '266382_4',
174
+ # '266370_2',
175
+ @@ -116,13 +139,13 @@ remote_host = 'halley'
176
+ # ]
177
+
178
+ # 180x240_1_RGB_D_2.0_cntct_0.1_DTC_clmpd_lrnbl_nrmls_DTCmask_adpt_lrnbl_both_lr_0.0001_wd_0.0_local_multitask_outhd64all_home_crop_h144w144d48_ctxt_seed_183386_epoch_9_acthst_hst6_out32_dwnkrnl3_dwnstrd2_dwnpd1
179
+ -run_id_list = [
180
+ - # '266384_4,# not yet available
181
+ - '266372_1',
182
+ - '266372_2',
183
+ - '265627',
184
+ - '265620',
185
+ -]
186
+ +# run_id_list = [
187
+ +# # '266384_4,# not yet available
188
+ +# '266372_1',
189
+ +# '266372_2',
190
+ +# '265627',
191
+ +# '265620',
192
+ +# ]
193
+ checkpoint_epoch = 12000
194
+
195
+ # use subprocess to download the model checkpoints in parallel
205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ac69680a9ec173c38e2f673f7cee924c41c969f46c49db4def6afddb959161a
3
+ size 1130483
205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a59176de7339dfa56b5f4aac2f1a34fa608ec2ce737cecc3b2c31a97af469c56
3
+ size 1116795
205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb964b6ad7f53c112f71de461af6718f919fd2aacd012218d2edc2ab8108dbc6
3
+ size 1137506
205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1fd18c7f97afc0352cbd0cc8abfff95a01692936410c447a7dfe7c209fbd3c3
3
+ size 1139232
205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc34baaf71385e46f645d4c9c51b86fab9aa8ad1520fd328bce80ad336b8289f
3
+ size 1163338
205619/wandb/run-20241217_205625-m7h1fbac/files/output.log ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ loaded agent with feature_type: 180x240_1_RGB_D_2.0_acthst_hst6_out32_dwnkrnl3_dwnstrd2_dwnpd1
3
+ [INFO] [1734486989.700919]: resetting environment
4
+ [INFO] [1734486989.702475]: cleared current plan
5
+ [INFO] [1734486989.703508]: moving to home
6
+ [INFO] [1734486990.705452]: reached home
7
+ [INFO] [1734486990.707603]: reset action history
8
+ [INFO] [1734486993.413871]: environment reset
9
+ Starting episode 0
10
+ [INFO] [1734486993.416165]: resetting environment
11
+ [INFO] [1734486993.418828]: cleared current plan
12
+ [INFO] [1734486993.420480]: moving to home
13
+ [INFO] [1734486994.423058]: reached home
14
+ [INFO] [1734486994.424734]: reset action history
15
+ [INFO] [1734486997.131918]: environment reset
16
+ Press Enter to continue... after reseting env. To rate prev episode, press 0 for failure and 1 for success
17
+ proceeding to start episode!
18
+ [INFO] [1734486998.964343]: resetting environment
19
+ [INFO] [1734486998.966101]: cleared current plan
20
+ [INFO] [1734486998.967414]: moving to home
21
+ [INFO] [1734486999.969260]: reached home
22
+ [INFO] [1734486999.970628]: reset action history
23
+ [INFO] [1734487002.677348]: environment reset
24
+ bag_path_name:=/home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/episode_rosbags/episode_0_2024-12-17-20-56-42.bag
25
+ ... logging to /home/leonmkim/.ros/log/94e09230-bcdd-11ef-96d2-5defea869005/roslaunch-leonmkim-ROG-Strix-G15CS-G15CS-70432.log
26
+ started roslaunch server http://158.130.50.37:44463/
27
+ SUMMARY
28
+ ========
29
+ PARAMETERS
30
+ * /rosdistro: noetic
31
+ * /rosversion: 1.16.0
32
+ NODES
33
+ /
34
+ print_text (rostopic/rostopic)
35
+ pub_text (rostopic/rostopic)
36
+ rosbag_record (rosbag/record)
37
+ ROS_MASTER_URI=http://localhost:11311
38
+ process[pub_text-1]: started with pid [70713]
39
+ process[print_text-2]: started with pid [70714]
40
+ process[rosbag_record-3]: started with pid [70738]
41
+ started bagging!
42
+ For topic gripper_width: timestamp difference is -104593017 for nearest: 1734487005119791768 - target: 1734487005224384785 at idx 33
43
+ For topic gripper_width: timestamp difference is -104180302 for nearest: 1734487005319792781 - target: 1734487005423973083 at idx 35
44
+ For topic gripper_width: timestamp difference is -100442366 for nearest: 1734487007119796320 - target: 1734487007220238686 at idx 61
45
+ For topic gripper_width: timestamp difference is -102225770 for nearest: 1734487009719793330 - target: 1734487009822019100 at idx 97
46
+ For topic gripper_width: timestamp difference is -101047155 for nearest: 1734487011519791726 - target: 1734487011620838881 at idx 121
47
+ For topic gripper_width: timestamp difference is -100888287 for nearest: 1734487011719792331 - target: 1734487011820680618 at idx 123
48
+ [INFO] [1734487029.488217]: Storing episode...
49
+ [rosbag_record-3] killing on exit
50
+ [print_text-2] killing on exit
51
+ [pub_text-1] killing on exit
52
+ [INFO] [1734487030.222570]: Stored episode 1.
53
+ [INFO] [1734487030.223587]: Saving video...
54
+ [INFO] [1734487030.441256]: Video saved!
55
+ Starting episode 1
56
+ [INFO] [1734487030.458062]: resetting environment
57
+ [INFO] [1734487030.458392]: cleared current plan
58
+ [INFO] [1734487030.458826]: moving to home
59
+ [INFO] [1734487034.062498]: reached home
60
+ [INFO] [1734487034.065016]: reset action history
61
+ [INFO] [1734487036.771729]: environment reset
62
+ Press Enter to continue... after reseting env. To rate prev episode, press 0 for failure and 1 for success
63
+ proceeding to start episode![INFO] [1734487039.396081]: resetting environment
64
+ [INFO] [1734487039.397059]: cleared current plan
65
+ [INFO] [1734487039.397316]: moving to home
66
+ [INFO] [1734487040.398803]: reached home
67
+ [INFO] [1734487040.399214]: reset action history
68
+ [INFO] [1734487043.105495]: environment reset
69
+ bag_path_name:=/home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/episode_rosbags/episode_1_2024-12-17-20-57-23.bag
70
+ ... logging to /home/leonmkim/.ros/log/94e09230-bcdd-11ef-96d2-5defea869005/roslaunch-leonmkim-ROG-Strix-G15CS-G15CS-70432.log
71
+ started roslaunch server http://158.130.50.37:35107/
72
+ SUMMARY
73
+ ========
74
+ PARAMETERS
75
+ * /rosdistro: noetic
76
+ * /rosversion: 1.16.0
77
+ NODES
78
+ /
79
+ print_text (rostopic/rostopic)
80
+ pub_text (rostopic/rostopic)
81
+ rosbag_record (rosbag/record)
82
+ ROS_MASTER_URI=http://localhost:11311
83
+ process[pub_text-4]: started with pid [70841]
84
+ process[print_text-5]: started with pid [70842]
85
+ process[rosbag_record-6]: started with pid [70866]
86
+ started bagging!
87
+ [INFO] [1734487069.870051]: Storing episode...
88
+ [rosbag_record-6] killing on exit
89
+ [print_text-5] killing on exit
90
+ [pub_text-4] killing on exit
91
+ [INFO] [1734487070.621544]: Stored episode 2.
92
+ [INFO] [1734487070.621784]: Saving video...
93
+ [INFO] [1734487071.005145]: Video saved!
94
+ Starting episode 2
95
+ [INFO] [1734487071.036976]: resetting environment
96
+ [INFO] [1734487071.038105]: cleared current plan
97
+ [INFO] [1734487071.039962]: moving to home
98
+ [INFO] [1734487074.649286]: reached home
99
+ [INFO] [1734487074.650430]: reset action history
100
+ [INFO] [1734487077.392814]: environment reset
101
+ Press Enter to continue... after reseting env. To rate prev episode, press 0 for failure and 1 for success
102
+ proceeding to start episode![INFO] [1734487080.164351]: resetting environment
103
+ [INFO] [1734487080.167381]: cleared current plan
104
+ [INFO] [1734487080.168389]: moving to home
105
+ [INFO] [1734487081.171356]: reached home
106
+ [INFO] [1734487081.171792]: reset action history
107
+ [INFO] [1734487083.881353]: environment reset
108
+ bag_path_name:=/home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/episode_rosbags/episode_2_2024-12-17-20-58-03.bag
109
+ ... logging to /home/leonmkim/.ros/log/94e09230-bcdd-11ef-96d2-5defea869005/roslaunch-leonmkim-ROG-Strix-G15CS-G15CS-70432.log
110
+ started roslaunch server http://158.130.50.37:43253/
111
+ SUMMARY
112
+ ========
113
+ PARAMETERS
114
+ * /rosdistro: noetic
115
+ * /rosversion: 1.16.0
116
+ NODES
117
+ /
118
+ print_text (rostopic/rostopic)
119
+ pub_text (rostopic/rostopic)
120
+ rosbag_record (rosbag/record)
121
+ ROS_MASTER_URI=http://localhost:11311
122
+ process[pub_text-7]: started with pid [70969]
123
+ process[print_text-8]: started with pid [70970]
124
+ process[rosbag_record-9]: started with pid [70971]
125
+ started bagging!
126
+ For topic gripper_width: timestamp difference is -106642015 for nearest: 1734487086419790976 - target: 1734487086526432991 at idx 37
127
+ For topic gripper_width: timestamp difference is -105802179 for nearest: 1734487086819789528 - target: 1734487086925591707 at idx 40
128
+ For topic gripper_width: timestamp difference is -142847565 for nearest: 1734487090619817945 - target: 1734487090762665510 at idx 89
129
+ For topic gripper_width: timestamp difference is -145199517 for nearest: 1734487091819790384 - target: 1734487091964989901 at idx 103
130
+ For topic gripper_width: timestamp difference is -142071178 for nearest: 1734487093819791386 - target: 1734487093961862564 at idx 138
131
+ For topic gripper_width: timestamp difference is -134369003 for nearest: 1734487097619790448 - target: 1734487097754159451 at idx 186
132
+ For topic gripper_width: timestamp difference is -124582768 for nearest: 1734487102419790506 - target: 1734487102544373274 at idx 244
133
+ [INFO] [1734487110.611957]: Storing episode...
134
+ [rosbag_record-9] killing on exit
135
+ [pub_text-7] killing on exit[print_text-8] killing on exit
136
+ [INFO] [1734487111.398106]: Stored episode 3.
137
+ [INFO] [1734487111.398558]: Saving video...
138
+ [INFO] [1734487111.617893]: Video saved!
139
+ Starting episode 3
140
+ [INFO] [1734487111.658598]: resetting environment
141
+ [INFO] [1734487111.661013]: cleared current plan
142
+ [INFO] [1734487111.662566]: moving to home
143
+ [INFO] [1734487115.269220]: reached home
144
+ [INFO] [1734487115.275532]: reset action history
145
+ [INFO] [1734487118.058185]: environment reset
146
+ Press Enter to continue... after reseting env. To rate prev episode, press 0 for failure and 1 for success
147
+ proceeding to start episode!
148
+ [INFO] [1734487125.171247]: resetting environment
149
+ [INFO] [1734487125.173997]: cleared current plan
150
+ [INFO] [1734487125.175082]: moving to home
151
+ [INFO] [1734487126.177241]: reached home
152
+ [INFO] [1734487126.182173]: reset action history
153
+ [INFO] [1734487128.905090]: environment reset
154
+ bag_path_name:=/home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/episode_rosbags/episode_3_2024-12-17-20-58-48.bag
155
+ ... logging to /home/leonmkim/.ros/log/94e09230-bcdd-11ef-96d2-5defea869005/roslaunch-leonmkim-ROG-Strix-G15CS-G15CS-70432.log
156
+ started roslaunch server http://158.130.50.37:44327/
157
+ SUMMARY
158
+ ========
159
+ PARAMETERS
160
+ * /rosdistro: noetic
161
+ * /rosversion: 1.16.0
162
+ NODES
163
+ /
164
+ print_text (rostopic/rostopic)
165
+ pub_text (rostopic/rostopic)
166
+ rosbag_record (rosbag/record)
167
+ ROS_MASTER_URI=http://localhost:11311
168
+ process[pub_text-10]: started with pid [71099]
169
+ process[print_text-11]: started with pid [71100]
170
+ process[rosbag_record-12]: started with pid [71101]
171
+ started bagging!
172
+ For topic gripper_width: timestamp difference is -255370055 for nearest: 1734487150319789495 - target: 1734487150575159550 at idx 249
173
+ [INFO] [1734487155.641989]: Storing episode...
174
+ [rosbag_record-12] killing on exit
175
+ [pub_text-10] killing on exit
176
+ [print_text-11] killing on exit
177
+ [INFO] [1734487156.458836]: Stored episode 4.
178
+ [INFO] [1734487156.461721]: Saving video...
179
+ [INFO] [1734487156.820169]: Video saved!
180
+ Starting episode 4
181
+ [INFO] [1734487156.885524]: resetting environment
182
+ [INFO] [1734487156.888706]: cleared current plan
183
+ [INFO] [1734487156.891936]: moving to home
184
+ [INFO] [1734487160.510341]: reached home
185
+ [INFO] [1734487160.521129]: reset action history
186
+ [INFO] [1734487163.323156]: environment reset
187
+ Press Enter to continue... after reseting env. To rate prev episode, press 0 for failure and 1 for success
188
+ proceeding to start episode!
189
+ [INFO] [1734487186.405382]: resetting environment
190
+ [INFO] [1734487186.406476]: cleared current plan
191
+ [INFO] [1734487186.414232]: moving to home
192
+ [INFO] [1734487187.420798]: reached home
193
+ [INFO] [1734487187.423901]: reset action history
194
+ [INFO] [1734487190.199505]: environment reset
195
+ bag_path_name:=/home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/episode_rosbags/episode_4_2024-12-17-20-59-50.bag
196
+ ... logging to /home/leonmkim/.ros/log/94e09230-bcdd-11ef-96d2-5defea869005/roslaunch-leonmkim-ROG-Strix-G15CS-G15CS-70432.log
197
+ started roslaunch server http://158.130.50.37:36679/
198
+ SUMMARY
199
+ ========
200
+ PARAMETERS
201
+ * /rosdistro: noetic
202
+ * /rosversion: 1.16.0
203
+ NODES
204
+ /
205
+ print_text (rostopic/rostopic)
206
+ pub_text (rostopic/rostopic)
207
+ rosbag_record (rosbag/record)
208
+ ROS_MASTER_URI=http://localhost:11311
209
+ process[pub_text-13]: started with pid [71254]
210
+ process[print_text-14]: started with pid [71255]
211
+ process[rosbag_record-15]: started with pid [71256]
212
+ started bagging!
213
+ For topic gripper_width: timestamp difference is -116999700 for nearest: 1734487206619788573 - target: 1734487206736788273 at idx 226
214
+ For topic gripper_width: timestamp difference is -116582188 for nearest: 1734487206819791046 - target: 1734487206936373234 at idx 228
215
+ For topic gripper_width: timestamp difference is -112480120 for nearest: 1734487208819791361 - target: 1734487208932271481 at idx 249
216
+ For topic gripper_width: timestamp difference is -312054352 for nearest: 1734487208819791361 - target: 1734487209131845713 at idx 249
217
+ For topic gripper_width: timestamp difference is -103390637 for nearest: 1734487213219788131 - target: 1734487213323178768 at idx 249
218
+ For topic gripper_width: timestamp difference is -102970618 for nearest: 1734487213419815522 - target: 1734487213522786140 at idx 249
219
+ For topic gripper_width: timestamp difference is -102632801 for nearest: 1734487213619755705 - target: 1734487213722388506 at idx 249
220
+ [INFO] [1734487217.195205]: Storing episode...
221
+ [rosbag_record-15] killing on exit
222
+ [print_text-14] killing on exit
223
+ [pub_text-13] killing on exit
224
+ [INFO] [1734487218.024291]: Stored episode 5.
225
+ [INFO] [1734487218.036450]: Saving video...
226
+ [INFO] [1734487218.642226]: Video saved!
227
+ [INFO] [1734487218.695607]: resetting environment
228
+ [INFO] [1734487218.704827]: cleared current plan
229
+ [INFO] [1734487218.715734]: moving to home
230
+ [WARN] [1734487218.575874]: Plan exhausted
231
+ [WARN] [1734487218.592690]: Plan exhausted
232
+ [WARN] [1734487218.632129]: Plan exhausted
233
+ [WARN] [1734487218.670600]: Plan exhausted
234
+ [INFO] [1734487222.329906]: reached home
235
+ [INFO] [1734487222.333436]: reset action history
236
+ [INFO] [1734487225.133744]: environment reset
237
+ Evaluation finished. To wrap up, rate prev episode, press 0 for failure and 1 for success
238
+ proceeding to start episode!
205619/wandb/run-20241217_205625-m7h1fbac/files/requirements.txt ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Cython==3.0.10
2
+ Farama-Notifications==0.0.4
3
+ GitPython==3.1.43
4
+ Jinja2==3.1.4
5
+ Markdown==3.6
6
+ MarkupSafe==2.1.5
7
+ POT==0.7.0
8
+ PyOpenGL==3.1.7
9
+ PySocks==1.7.1
10
+ PyYAML==6.0.1
11
+ Pygments==2.18.0
12
+ Rtree==1.3.0
13
+ Werkzeug==3.0.3
14
+ absl-py==2.1.0
15
+ accelerate==0.33.0
16
+ actionlib-msgs==1.13.0.post3
17
+ actionlib==1.12.0
18
+ actionlib==1.14.0
19
+ aiohttp==3.9.5
20
+ aiosignal==1.3.1
21
+ angles==1.9.13
22
+ antlr4-python3-runtime==4.9.3
23
+ anyio==4.4.0
24
+ asciitree==0.3.3
25
+ async-timeout==4.0.3
26
+ attrs==23.2.0
27
+ autoprop==4.1.0
28
+ beartype==0.18.5
29
+ beautifulsoup4==4.12.3
30
+ bondpy==1.8.6
31
+ byol-pytorch==0.8.0
32
+ cachetools==5.4.0
33
+ camera-calibration-parsers==1.12.0
34
+ camera-calibration==1.17.0
35
+ cascadio==0.0.13
36
+ catkin-pkg==1.0.0
37
+ catkin==0.7.18
38
+ catkin==0.8.10
39
+ certifi==2024.7.4
40
+ cffi==1.16.0
41
+ chardet==5.2.0
42
+ charset-normalizer==3.3.2
43
+ click==8.1.7
44
+ cloudpickle==3.0.0
45
+ cmake==3.30.1
46
+ colorlog==6.8.2
47
+ contourpy==1.2.1
48
+ controller-manager-msgs==0.20.0
49
+ controller-manager==0.20.0
50
+ coverage==7.6.0
51
+ coveralls==4.0.1
52
+ cv-bridge==1.16.2
53
+ cycler==0.12.1
54
+ datasets==2.20.0
55
+ decorator==4.4.2
56
+ deepdiff==7.0.1
57
+ defusedxml==0.7.1
58
+ diagnostic-analysis==1.11.0
59
+ diagnostic-common-diagnostics==1.11.0
60
+ diagnostic-updater==1.11.0
61
+ diffusers==0.27.2
62
+ dill==0.3.8
63
+ distro==1.9.0
64
+ dm-control==1.0.8
65
+ dm-env==1.6
66
+ dm-tree==0.1.8
67
+ docker-pycreds==0.4.0
68
+ docopt==0.6.2
69
+ docutils==0.21.2
70
+ dynamic-reconfigure==1.7.3
71
+ einops==0.8.0
72
+ embreex==2.17.7.post5
73
+ empy==3.3.4
74
+ etils==1.7.0
75
+ exceptiongroup==1.2.2
76
+ ezdxf==1.3.2
77
+ fasteners==0.19
78
+ filelock==3.15.4
79
+ fonttools==4.53.1
80
+ freetype-py==2.4.0
81
+ frozenlist==1.4.1
82
+ fsspec==2024.5.0
83
+ gazebo_plugins==2.9.2
84
+ gazebo_ros==2.9.2
85
+ gdown==5.2.0
86
+ gencpp==0.7.0
87
+ geneus==3.0.0
88
+ genlisp==0.4.18
89
+ genmsg==0.5.12
90
+ genmsg==0.6.0
91
+ gennodejs==2.0.2
92
+ genpy==0.6.14
93
+ genpy==0.6.15
94
+ geometry-msgs==1.13.0.post2
95
+ gitdb==4.0.11
96
+ glfw==2.7.0
97
+ glooey==0.3.6
98
+ gmsh==4.12.2
99
+ gnupg==2.3.1
100
+ google-auth-oauthlib==1.0.0
101
+ google-auth==2.32.0
102
+ grpcio==1.65.1
103
+ gym-envs==0.0.1
104
+ gym-notices==0.0.8
105
+ gym==0.22.0
106
+ gymnasium==0.29.1
107
+ h11==0.14.0
108
+ h5py==3.11.0
109
+ hf_transfer==0.1.8
110
+ httpcore==1.0.5
111
+ httpx==0.27.0
112
+ huggingface-hub==0.23.5
113
+ hydra-core==1.3.2
114
+ hydra-submitit-launcher==1.2.0
115
+ idna==3.7
116
+ image-geometry==1.16.2
117
+ imageio-ffmpeg==0.5.1
118
+ imageio==2.34.2
119
+ importlib_metadata==8.2.0
120
+ importlib_resources==6.4.0
121
+ iniconfig==2.0.0
122
+ interactive-markers==1.12.0
123
+ joint-state-publisher-gui==1.15.1
124
+ joint-state-publisher==1.15.1
125
+ jsonschema-specifications==2023.12.1
126
+ jsonschema==4.23.0
127
+ kiwisolver==1.4.5
128
+ kornia==0.7.3
129
+ kornia_rs==0.1.5
130
+ labmaze==1.0.6
131
+ laser_geometry==1.6.7
132
+ lazy_loader==0.4
133
+ lerobot==0.1.0
134
+ lightning-utilities==0.11.6
135
+ llvmlite==0.43.0
136
+ lxml==5.2.2
137
+ manifold3d==2.5.1
138
+ mapbox-earcut==1.0.1
139
+ markdown-it-py==3.0.0
140
+ matplotlib==3.9.1
141
+ mdurl==0.1.2
142
+ meshio==5.3.5
143
+ message-filters==1.16.0
144
+ more-itertools==10.3.0
145
+ moviepy==1.0.3
146
+ mpmath==1.3.0
147
+ mujoco==3.2.0
148
+ multidict==6.0.5
149
+ multiprocess==0.70.16
150
+ natsort==8.4.0
151
+ netifaces==0.11.0
152
+ networkx==3.3
153
+ nodeenv==1.9.1
154
+ numba==0.60.0
155
+ numcodecs==0.13.0
156
+ numpy==1.26.4
157
+ nvidia-cublas-cu12==12.1.3.1
158
+ nvidia-cuda-cupti-cu12==12.1.105
159
+ nvidia-cuda-nvrtc-cu12==12.1.105
160
+ nvidia-cuda-runtime-cu12==12.1.105
161
+ nvidia-cudnn-cu12==9.1.0.70
162
+ nvidia-cufft-cu12==11.0.2.54
163
+ nvidia-curand-cu12==10.3.2.106
164
+ nvidia-cusolver-cu12==11.4.5.107
165
+ nvidia-cusparse-cu12==12.1.0.106
166
+ nvidia-nccl-cu12==2.20.5
167
+ nvidia-nvjitlink-cu12==12.5.82
168
+ nvidia-nvtx-cu12==12.1.105
169
+ oauthlib==3.2.2
170
+ omegaconf==2.3.0
171
+ openctm==0.0.5
172
+ opencv-python==4.10.0.84
173
+ ordered-set==4.1.0
174
+ packaging==24.1
175
+ pandas==2.2.2
176
+ pillow==10.4.0
177
+ pip==24.2
178
+ platformdirs==4.2.2
179
+ pluggy==1.5.0
180
+ proglog==0.1.10
181
+ protobuf==5.27.2
182
+ psutil==6.0.0
183
+ pyarrow-hotfix==0.6
184
+ pyarrow==17.0.0
185
+ pyasn1==0.6.0
186
+ pyasn1_modules==0.4.0
187
+ pyav==12.3.0
188
+ pycollada==0.8
189
+ pycparser==2.22
190
+ pycryptodomex==3.21.0
191
+ pyglet==1.5.29
192
+ pyinstrument==4.6.2
193
+ pymunk==6.8.1
194
+ pyparsing==2.4.7
195
+ pyrealsense2==2.54.2.5684
196
+ pyribbit==0.1.46
197
+ pyright==1.1.373
198
+ pytest-beartype==0.0.2
199
+ pytest-cov==5.0.0
200
+ pytest==8.3.1
201
+ python-dateutil==2.9.0.post0
202
+ python-fcl==0.7.0.6
203
+ python-qt-binding==0.4.4
204
+ pytorch-lightning==2.4.0
205
+ pytz==2024.1
206
+ qt-dotgraph==0.4.2
207
+ qt-gui-cpp==0.4.2
208
+ qt-gui-py-common==0.4.2
209
+ qt-gui==0.4.2
210
+ referencing==0.35.1
211
+ regex==2024.5.15
212
+ requests-oauthlib==2.0.0
213
+ requests==2.32.3
214
+ rerun-sdk==0.17.0
215
+ resource_retriever==1.12.7
216
+ rich==13.7.1
217
+ ros-numpy==0.0.5
218
+ rosbag==1.16.0
219
+ rosboost-cfg==1.15.8
220
+ rosclean==1.15.8
221
+ roscpp==1.15.11
222
+ roscreate==1.15.8
223
+ rosgraph-msgs==1.11.3.post2
224
+ rosgraph==1.15.11
225
+ rosgraph==1.16.0
226
+ roslaunch==1.16.0
227
+ roslib==1.14.7.post0
228
+ roslib==1.15.8
229
+ roslint==0.12.0
230
+ roslz4==1.16.0
231
+ rosmake==1.15.8
232
+ rosmaster==1.16.0
233
+ rosmsg==1.16.0
234
+ rosnode==1.16.0
235
+ rosparam==1.16.0
236
+ rospkg==1.5.1
237
+ rospy==1.15.11
238
+ rospy==1.16.0
239
+ rosservice==1.16.0
240
+ rostest==1.16.0
241
+ rostopic==1.16.0
242
+ rosunit==1.15.8
243
+ roswtf==1.16.0
244
+ rpds-py==0.19.1
245
+ rqt-console==0.4.12
246
+ rqt-image-view==0.4.17
247
+ rqt-logger-level==0.4.12
248
+ rqt-moveit==0.5.11
249
+ rqt-reconfigure==0.5.5
250
+ rqt-robot-dashboard==0.5.8
251
+ rqt-robot-monitor==0.5.15
252
+ rqt-runtime-monitor==0.5.10
253
+ rqt-rviz==0.7.0
254
+ rqt-tf-tree==0.6.4
255
+ rqt_action==0.4.9
256
+ rqt_bag==0.5.1
257
+ rqt_bag_plugins==0.5.1
258
+ rqt_dep==0.4.12
259
+ rqt_graph==0.4.14
260
+ rqt_gui==0.5.3
261
+ rqt_gui_py==0.5.3
262
+ rqt_launch==0.4.9
263
+ rqt_msg==0.4.10
264
+ rqt_nav_view==0.5.7
265
+ rqt_plot==0.4.13
266
+ rqt_pose_view==0.5.11
267
+ rqt_publisher==0.4.10
268
+ rqt_py_common==0.5.3
269
+ rqt_py_console==0.4.10
270
+ rqt_robot_steering==0.5.12
271
+ rqt_service_caller==0.4.10
272
+ rqt_shell==0.4.11
273
+ rqt_srv==0.4.9
274
+ rqt_top==0.4.10
275
+ rqt_topic==0.4.13
276
+ rqt_web==0.4.10
277
+ rsa==4.9
278
+ ruff==0.5.4
279
+ rviz==1.14.25
280
+ safetensors==0.4.3
281
+ scikit-image==0.24.0
282
+ scikit-video==1.1.11
283
+ scipy==1.14.0
284
+ seaborn==0.13.2
285
+ sensor-msgs==1.13.1
286
+ sentry-sdk==2.11.0
287
+ setproctitle==1.3.3
288
+ setuptools==65.5.0
289
+ shapely==2.0.5
290
+ signature_dispatch==1.0.1
291
+ six==1.16.0
292
+ smach-ros==2.5.2
293
+ smach==2.5.2
294
+ smclib==1.8.6
295
+ smmap==5.0.1
296
+ sniffio==1.3.1
297
+ soupsieve==2.5
298
+ std-msgs==0.5.13.post0
299
+ submitit==1.5.1
300
+ svg.path==6.3
301
+ sympy==1.13.1
302
+ tensorboard-data-server==0.7.2
303
+ tensorboard==2.14.0
304
+ termcolor==2.4.0
305
+ tf-conversions==1.13.2
306
+ tf2-geometry-msgs==0.7.7
307
+ tf2-kdl==0.7.7
308
+ tf2-msgs==0.7.2.post3
309
+ tf2-py==0.7.7
310
+ tf2-ros==0.6.5
311
+ tf2-ros==0.7.7
312
+ tf2_py==0.6.5.post1
313
+ tf==1.13.2
314
+ tifffile==2024.7.24
315
+ tomli==2.0.1
316
+ topic-tools==1.16.0
317
+ torch==2.4.0
318
+ torchaug==0.5.2
319
+ torchmetrics==1.4.0.post0
320
+ torchvision==0.19.0
321
+ tqdm==4.66.4
322
+ trimesh==4.4.3
323
+ triton==3.0.0
324
+ typeguard==3.0.2
325
+ typing_extensions==4.12.2
326
+ tzdata==2024.1
327
+ urchin==0.0.27
328
+ urllib3==2.2.2
329
+ vecrec==0.3.1
330
+ vhacdx==0.0.8.post1
331
+ wandb==0.17.5
332
+ wheel==0.43.0
333
+ xacro==1.14.18
334
+ xatlas==0.0.9
335
+ xxhash==3.4.1
336
+ yarl==1.9.4
337
+ zarr==2.18.2
338
+ zipp==3.19.2
339
+ zstandard==0.23.0
205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-metadata.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-125-generic-x86_64-with-glibc2.31",
3
+ "python": "3.10.14",
4
+ "heartbeatAt": "2024-12-18T01:56:25.537675",
5
+ "startedAt": "2024-12-18T01:56:25.175931",
6
+ "docker": null,
7
+ "cuda": null,
8
+ "args": [
9
+ "agent=diffusion",
10
+ "suite=frankagym",
11
+ "suite/frankagym_task@_global_=insertion"
12
+ ],
13
+ "state": "running",
14
+ "program": "/home/leonmkim/fish_leon/FISH/eval_robot.py",
15
+ "codePathLocal": null,
16
+ "codePath": "FISH/eval_robot.py",
17
+ "git": {
18
+ "remote": "https://github.com/leonmkim/fish_leon.git",
19
+ "commit": "5f28b54373d7d41e4ebace380ff1080a8ffc4051"
20
+ },
21
+ "email": "leonmkim@seas.upenn.edu",
22
+ "root": "/home/leonmkim/fish_leon",
23
+ "host": "leonmkim-ROG-Strix-G15CS-G15CS",
24
+ "username": "leonmkim",
25
+ "executable": "/home/leonmkim/.pyenv/versions/lerobot/bin/python",
26
+ "cpu_count": 8,
27
+ "cpu_count_logical": 8,
28
+ "cpu_freq": {
29
+ "current": 3570.471375,
30
+ "min": 800.0,
31
+ "max": 4700.0
32
+ },
33
+ "cpu_freq_per_core": [
34
+ {
35
+ "current": 3000.0,
36
+ "min": 800.0,
37
+ "max": 4700.0
38
+ },
39
+ {
40
+ "current": 4499.958,
41
+ "min": 800.0,
42
+ "max": 4700.0
43
+ },
44
+ {
45
+ "current": 3000.0,
46
+ "min": 800.0,
47
+ "max": 4700.0
48
+ },
49
+ {
50
+ "current": 3000.0,
51
+ "min": 800.0,
52
+ "max": 4700.0
53
+ },
54
+ {
55
+ "current": 3000.0,
56
+ "min": 800.0,
57
+ "max": 4700.0
58
+ },
59
+ {
60
+ "current": 3000.0,
61
+ "min": 800.0,
62
+ "max": 4700.0
63
+ },
64
+ {
65
+ "current": 3000.0,
66
+ "min": 800.0,
67
+ "max": 4700.0
68
+ },
69
+ {
70
+ "current": 3000.0,
71
+ "min": 800.0,
72
+ "max": 4700.0
73
+ }
74
+ ],
75
+ "disk": {
76
+ "/": {
77
+ "total": 915.3232879638672,
78
+ "used": 367.0489959716797
79
+ }
80
+ },
81
+ "gpu": "NVIDIA GeForce RTX 2070 SUPER",
82
+ "gpu_count": 1,
83
+ "gpu_devices": [
84
+ {
85
+ "name": "NVIDIA GeForce RTX 2070 SUPER",
86
+ "memory_total": 8589934592
87
+ }
88
+ ],
89
+ "memory": {
90
+ "total": 62.71595764160156
91
+ }
92
+ }
205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eval/0_eval": {"_type": "video-file", "sha256": "1ac69680a9ec173c38e2f673f7cee924c41c969f46c49db4def6afddb959161a", "size": 1130483, "path": "media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4"}, "global_step": 660, "_timestamp": 1734487227.5709894, "_runtime": 242.38772225379944, "_step": 9, "eval/1_eval": {"_type": "video-file", "sha256": "a59176de7339dfa56b5f4aac2f1a34fa608ec2ce737cecc3b2c31a97af469c56", "size": 1116795, "path": "media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4"}, "eval/num_success": 5.0, "episode": 5.0, "eval/success_rate": 1.0, "eval/2_eval": {"_type": "video-file", "sha256": "eb964b6ad7f53c112f71de461af6718f919fd2aacd012218d2edc2ab8108dbc6", "size": 1137506, "path": "media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4"}, "eval/3_eval": {"_type": "video-file", "sha256": "d1fd18c7f97afc0352cbd0cc8abfff95a01692936410c447a7dfe7c209fbd3c3", "size": 1139232, "path": "media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4"}, "eval/4_eval": {"_type": "video-file", "sha256": "cc34baaf71385e46f645d4c9c51b86fab9aa8ad1520fd328bce80ad336b8289f", "size": 1163338, "path": "media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4"}, "_wandb": {"runtime": 242}}
205619/wandb/run-20241217_205625-m7h1fbac/logs/debug-internal.log ADDED
@@ -0,0 +1,688 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-12-17 20:56:25,183 INFO StreamThr :70616 [internal.py:wandb_internal():85] W&B internal server running at pid: 70616, started at: 2024-12-17 20:56:25.182923
2
+ 2024-12-17 20:56:25,184 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status
3
+ 2024-12-17 20:56:25,193 INFO WriterThread:70616 [datastore.py:open_for_write():87] open: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/run-m7h1fbac.wandb
4
+ 2024-12-17 20:56:25,194 DEBUG SenderThread:70616 [sender.py:send():379] send: header
5
+ 2024-12-17 20:56:25,206 DEBUG SenderThread:70616 [sender.py:send():379] send: run
6
+ 2024-12-17 20:56:25,450 INFO SenderThread:70616 [dir_watcher.py:__init__():211] watching files in: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files
7
+ 2024-12-17 20:56:25,450 INFO SenderThread:70616 [sender.py:_start_run_threads():1188] run started: m7h1fbac with start time 1734486985.183267
8
+ 2024-12-17 20:56:25,468 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: check_version
9
+ 2024-12-17 20:56:25,468 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: check_version
10
+ 2024-12-17 20:56:25,518 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: run_start
11
+ 2024-12-17 20:56:25,523 DEBUG HandlerThread:70616 [system_info.py:__init__():26] System info init
12
+ 2024-12-17 20:56:25,523 DEBUG HandlerThread:70616 [system_info.py:__init__():41] System info init done
13
+ 2024-12-17 20:56:25,523 INFO HandlerThread:70616 [system_monitor.py:start():194] Starting system monitor
14
+ 2024-12-17 20:56:25,523 INFO SystemMonitor:70616 [system_monitor.py:_start():158] Starting system asset monitoring threads
15
+ 2024-12-17 20:56:25,523 INFO HandlerThread:70616 [system_monitor.py:probe():214] Collecting system info
16
+ 2024-12-17 20:56:25,524 INFO SystemMonitor:70616 [interfaces.py:start():188] Started cpu monitoring
17
+ 2024-12-17 20:56:25,524 INFO SystemMonitor:70616 [interfaces.py:start():188] Started disk monitoring
18
+ 2024-12-17 20:56:25,525 INFO SystemMonitor:70616 [interfaces.py:start():188] Started gpu monitoring
19
+ 2024-12-17 20:56:25,525 INFO SystemMonitor:70616 [interfaces.py:start():188] Started memory monitoring
20
+ 2024-12-17 20:56:25,526 INFO SystemMonitor:70616 [interfaces.py:start():188] Started network monitoring
21
+ 2024-12-17 20:56:25,537 DEBUG HandlerThread:70616 [system_info.py:probe():152] Probing system
22
+ 2024-12-17 20:56:25,539 DEBUG HandlerThread:70616 [system_info.py:_probe_git():137] Probing git
23
+ 2024-12-17 20:56:25,543 DEBUG HandlerThread:70616 [system_info.py:_probe_git():145] Probing git done
24
+ 2024-12-17 20:56:25,543 DEBUG HandlerThread:70616 [system_info.py:probe():200] Probing system done
25
+ 2024-12-17 20:56:25,543 DEBUG HandlerThread:70616 [system_monitor.py:probe():223] {'os': 'Linux-5.15.0-125-generic-x86_64-with-glibc2.31', 'python': '3.10.14', 'heartbeatAt': '2024-12-18T01:56:25.537675', 'startedAt': '2024-12-18T01:56:25.175931', 'docker': None, 'cuda': None, 'args': ('agent=diffusion', 'suite=frankagym', 'suite/frankagym_task@_global_=insertion'), 'state': 'running', 'program': '/home/leonmkim/fish_leon/FISH/eval_robot.py', 'codePathLocal': None, 'codePath': 'FISH/eval_robot.py', 'git': {'remote': 'https://github.com/leonmkim/fish_leon.git', 'commit': '5f28b54373d7d41e4ebace380ff1080a8ffc4051'}, 'email': 'leonmkim@seas.upenn.edu', 'root': '/home/leonmkim/fish_leon', 'host': 'leonmkim-ROG-Strix-G15CS-G15CS', 'username': 'leonmkim', 'executable': '/home/leonmkim/.pyenv/versions/lerobot/bin/python', 'cpu_count': 8, 'cpu_count_logical': 8, 'cpu_freq': {'current': 3570.471375, 'min': 800.0, 'max': 4700.0}, 'cpu_freq_per_core': [{'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 4499.958, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}], 'disk': {'/': {'total': 915.3232879638672, 'used': 367.0489959716797}}, 'gpu': 'NVIDIA GeForce RTX 2070 SUPER', 'gpu_count': 1, 'gpu_devices': [{'name': 'NVIDIA GeForce RTX 2070 SUPER', 'memory_total': 8589934592}], 'memory': {'total': 62.71595764160156}}
26
+ 2024-12-17 20:56:25,543 INFO HandlerThread:70616 [system_monitor.py:probe():224] Finished collecting system info
27
+ 2024-12-17 20:56:25,543 INFO HandlerThread:70616 [system_monitor.py:probe():227] Publishing system info
28
+ 2024-12-17 20:56:25,544 DEBUG HandlerThread:70616 [system_info.py:_save_code():44] Saving code
29
+ 2024-12-17 20:56:25,545 DEBUG HandlerThread:70616 [system_info.py:_save_code():67] Saving code done
30
+ 2024-12-17 20:56:25,545 DEBUG HandlerThread:70616 [system_info.py:_save_patches():84] Saving git patches
31
+ 2024-12-17 20:56:25,610 DEBUG HandlerThread:70616 [system_info.py:_save_patches():126] Saving git patches done
32
+ 2024-12-17 20:56:25,610 INFO HandlerThread:70616 [system_monitor.py:probe():229] Finished publishing system info
33
+ 2024-12-17 20:56:25,613 DEBUG SenderThread:70616 [sender.py:send():379] send: files
34
+ 2024-12-17 20:56:25,613 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-metadata.json with policy now
35
+ 2024-12-17 20:56:25,613 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file code/FISH/eval_robot.py with policy now
36
+ 2024-12-17 20:56:25,614 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file diff.patch with policy now
37
+ 2024-12-17 20:56:25,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: python_packages
38
+ 2024-12-17 20:56:25,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
39
+ 2024-12-17 20:56:25,843 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: python_packages
40
+ 2024-12-17 20:56:25,843 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
41
+ 2024-12-17 20:56:25,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
42
+ 2024-12-17 20:56:25,846 INFO HandlerThread:70616 [handler.py:handle_tbrecord():783] handling tbrecord: tbrecord {
43
+ log_dir: "/home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/tb"
44
+ save: true
45
+ }
46
+ control {
47
+ relay_id: "19469a5384a5467b80ba8af284641d13"
48
+ }
49
+ _info {
50
+ stream_id: "m7h1fbac"
51
+ }
52
+
53
+ 2024-12-17 20:56:25,846 DEBUG HandlerThread:70616 [config_util.py:dict_from_config_file():70] no default config file found in config-defaults.yaml
54
+ 2024-12-17 20:56:25,873 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/fe6nodd0-wandb-metadata.json
55
+ 2024-12-17 20:56:25,876 INFO wandb-upload_2:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/yn4a2obv-diff.patch
56
+ 2024-12-17 20:56:25,907 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/e3g49mjo-code/FISH/eval_robot.py
57
+ 2024-12-17 20:56:25,963 DEBUG SenderThread:70616 [sender.py:send():379] send: telemetry
58
+ 2024-12-17 20:56:25,963 DEBUG SenderThread:70616 [sender.py:send():379] send: tbrecord
59
+ 2024-12-17 20:56:25,964 DEBUG SenderThread:70616 [sender.py:send():379] send: files
60
+ 2024-12-17 20:56:25,964 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0 with policy live
61
+ 2024-12-17 20:56:26,162 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/wkffbmz1-events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
62
+ 2024-12-17 20:56:26,451 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/code/FISH/eval_robot.py
63
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
64
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-metadata.json
65
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/requirements.txt
66
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/diff.patch
67
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
68
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/code
69
+ 2024-12-17 20:56:26,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/code/FISH
70
+ 2024-12-17 20:56:26,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
71
+ 2024-12-17 20:56:27,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
72
+ 2024-12-17 20:56:28,451 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
73
+ 2024-12-17 20:56:28,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
74
+ 2024-12-17 20:56:29,700 DEBUG SenderThread:70616 [sender.py:send():379] send: config
75
+ 2024-12-17 20:56:29,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
76
+ 2024-12-17 20:56:30,706 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
77
+ 2024-12-17 20:56:30,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
78
+ 2024-12-17 20:56:31,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
79
+ 2024-12-17 20:56:32,452 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
80
+ 2024-12-17 20:56:32,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
81
+ 2024-12-17 20:56:33,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
82
+ 2024-12-17 20:56:34,453 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
83
+ 2024-12-17 20:56:34,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
84
+ 2024-12-17 20:56:35,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
85
+ 2024-12-17 20:56:35,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
86
+ 2024-12-17 20:56:36,453 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
87
+ 2024-12-17 20:56:36,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
88
+ 2024-12-17 20:56:37,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
89
+ 2024-12-17 20:56:38,454 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
90
+ 2024-12-17 20:56:38,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
91
+ 2024-12-17 20:56:39,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
92
+ 2024-12-17 20:56:40,455 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
93
+ 2024-12-17 20:56:40,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
94
+ 2024-12-17 20:56:40,843 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
95
+ 2024-12-17 20:56:40,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
96
+ 2024-12-17 20:56:40,910 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
97
+ 2024-12-17 20:56:41,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
98
+ 2024-12-17 20:56:42,455 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
99
+ 2024-12-17 20:56:42,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
100
+ 2024-12-17 20:56:43,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
101
+ 2024-12-17 20:56:44,456 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
102
+ 2024-12-17 20:56:44,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
103
+ 2024-12-17 20:56:45,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
104
+ 2024-12-17 20:56:46,456 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
105
+ 2024-12-17 20:56:46,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
106
+ 2024-12-17 20:56:46,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
107
+ 2024-12-17 20:56:47,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
108
+ 2024-12-17 20:56:48,457 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
109
+ 2024-12-17 20:56:48,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
110
+ 2024-12-17 20:56:49,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
111
+ 2024-12-17 20:56:50,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
112
+ 2024-12-17 20:56:51,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
113
+ 2024-12-17 20:56:51,879 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
114
+ 2024-12-17 20:56:52,458 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
115
+ 2024-12-17 20:56:52,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
116
+ 2024-12-17 20:56:53,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
117
+ 2024-12-17 20:56:54,459 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
118
+ 2024-12-17 20:56:54,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
119
+ 2024-12-17 20:56:55,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
120
+ 2024-12-17 20:56:55,843 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
121
+ 2024-12-17 20:56:55,889 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
122
+ 2024-12-17 20:56:56,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
123
+ 2024-12-17 20:56:56,957 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
124
+ 2024-12-17 20:56:57,460 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/config.yaml
125
+ 2024-12-17 20:56:57,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
126
+ 2024-12-17 20:56:58,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
127
+ 2024-12-17 20:56:59,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
128
+ 2024-12-17 20:57:00,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
129
+ 2024-12-17 20:57:01,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
130
+ 2024-12-17 20:57:02,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
131
+ 2024-12-17 20:57:02,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
132
+ 2024-12-17 20:57:03,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
133
+ 2024-12-17 20:57:04,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
134
+ 2024-12-17 20:57:05,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
135
+ 2024-12-17 20:57:06,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
136
+ 2024-12-17 20:57:07,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
137
+ 2024-12-17 20:57:07,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
138
+ 2024-12-17 20:57:08,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
139
+ 2024-12-17 20:57:09,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
140
+ 2024-12-17 20:57:10,452 DEBUG SenderThread:70616 [sender.py:send():379] send: files
141
+ 2024-12-17 20:57:10,452 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4 with policy now
142
+ 2024-12-17 20:57:10,452 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: partial_history
143
+ 2024-12-17 20:57:10,453 DEBUG SenderThread:70616 [sender.py:send():379] send: history
144
+ 2024-12-17 20:57:10,453 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
145
+ 2024-12-17 20:57:10,454 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
146
+ 2024-12-17 20:57:10,463 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
147
+ 2024-12-17 20:57:10,463 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4
148
+ 2024-12-17 20:57:10,464 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
149
+ 2024-12-17 20:57:10,464 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval
150
+ 2024-12-17 20:57:10,464 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos
151
+ 2024-12-17 20:57:10,464 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media
152
+ 2024-12-17 20:57:10,710 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/2m43vjbj-media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4
153
+ 2024-12-17 20:57:10,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
154
+ 2024-12-17 20:57:10,844 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
155
+ 2024-12-17 20:57:10,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
156
+ 2024-12-17 20:57:10,971 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/gxg5gj2f-media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4
157
+ 2024-12-17 20:57:11,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
158
+ 2024-12-17 20:57:12,464 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
159
+ 2024-12-17 20:57:12,850 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
160
+ 2024-12-17 20:57:12,984 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
161
+ 2024-12-17 20:57:13,851 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
162
+ 2024-12-17 20:57:14,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
163
+ 2024-12-17 20:57:15,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
164
+ 2024-12-17 20:57:16,465 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
165
+ 2024-12-17 20:57:16,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
166
+ 2024-12-17 20:57:17,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
167
+ 2024-12-17 20:57:18,466 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
168
+ 2024-12-17 20:57:18,821 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
169
+ 2024-12-17 20:57:18,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
170
+ 2024-12-17 20:57:19,466 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
171
+ 2024-12-17 20:57:19,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
172
+ 2024-12-17 20:57:20,467 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
173
+ 2024-12-17 20:57:20,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
174
+ 2024-12-17 20:57:21,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
175
+ 2024-12-17 20:57:22,467 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
176
+ 2024-12-17 20:57:22,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
177
+ 2024-12-17 20:57:23,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
178
+ 2024-12-17 20:57:24,348 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
179
+ 2024-12-17 20:57:24,468 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
180
+ 2024-12-17 20:57:24,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
181
+ 2024-12-17 20:57:25,526 DEBUG SystemMonitor:70616 [system_monitor.py:_start():172] Starting system metrics aggregation loop
182
+ 2024-12-17 20:57:25,526 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
183
+ 2024-12-17 20:57:25,843 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
184
+ 2024-12-17 20:57:25,844 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
185
+ 2024-12-17 20:57:25,885 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
186
+ 2024-12-17 20:57:26,854 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
187
+ 2024-12-17 20:57:27,854 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
188
+ 2024-12-17 20:57:28,854 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
189
+ 2024-12-17 20:57:29,854 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
190
+ 2024-12-17 20:57:29,966 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
191
+ 2024-12-17 20:57:30,854 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
192
+ 2024-12-17 20:57:31,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
193
+ 2024-12-17 20:57:32,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
194
+ 2024-12-17 20:57:33,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
195
+ 2024-12-17 20:57:34,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
196
+ 2024-12-17 20:57:35,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
197
+ 2024-12-17 20:57:35,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
198
+ 2024-12-17 20:57:36,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
199
+ 2024-12-17 20:57:37,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
200
+ 2024-12-17 20:57:38,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
201
+ 2024-12-17 20:57:39,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
202
+ 2024-12-17 20:57:40,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
203
+ 2024-12-17 20:57:40,844 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
204
+ 2024-12-17 20:57:40,889 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
205
+ 2024-12-17 20:57:40,932 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
206
+ 2024-12-17 20:57:41,855 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
207
+ 2024-12-17 20:57:42,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
208
+ 2024-12-17 20:57:43,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
209
+ 2024-12-17 20:57:44,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
210
+ 2024-12-17 20:57:45,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
211
+ 2024-12-17 20:57:46,847 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
212
+ 2024-12-17 20:57:46,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
213
+ 2024-12-17 20:57:47,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
214
+ 2024-12-17 20:57:48,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
215
+ 2024-12-17 20:57:49,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
216
+ 2024-12-17 20:57:50,856 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
217
+ 2024-12-17 20:57:51,053 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: partial_history
218
+ 2024-12-17 20:57:51,054 DEBUG SenderThread:70616 [sender.py:send():379] send: files
219
+ 2024-12-17 20:57:51,054 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4 with policy now
220
+ 2024-12-17 20:57:51,054 DEBUG SenderThread:70616 [sender.py:send():379] send: history
221
+ 2024-12-17 20:57:51,054 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
222
+ 2024-12-17 20:57:51,055 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
223
+ 2024-12-17 20:57:51,308 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/gwsratzy-media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4
224
+ 2024-12-17 20:57:51,476 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
225
+ 2024-12-17 20:57:51,477 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4
226
+ 2024-12-17 20:57:51,477 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval
227
+ 2024-12-17 20:57:51,732 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/00fbg6z1-media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4
228
+ 2024-12-17 20:57:51,863 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
229
+ 2024-12-17 20:57:52,056 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
230
+ 2024-12-17 20:57:52,477 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
231
+ 2024-12-17 20:57:52,863 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
232
+ 2024-12-17 20:57:53,862 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
233
+ 2024-12-17 20:57:54,863 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
234
+ 2024-12-17 20:57:55,527 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
235
+ 2024-12-17 20:57:55,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
236
+ 2024-12-17 20:57:55,848 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
237
+ 2024-12-17 20:57:55,889 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
238
+ 2024-12-17 20:57:56,478 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
239
+ 2024-12-17 20:57:56,869 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
240
+ 2024-12-17 20:57:57,394 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
241
+ 2024-12-17 20:57:57,866 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
242
+ 2024-12-17 20:57:58,479 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
243
+ 2024-12-17 20:57:58,871 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
244
+ 2024-12-17 20:57:59,871 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
245
+ 2024-12-17 20:58:00,479 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
246
+ 2024-12-17 20:58:00,723 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/b5x3uf8q-events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
247
+ 2024-12-17 20:58:00,867 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
248
+ 2024-12-17 20:58:01,239 DEBUG SenderThread:70616 [sender.py:send():379] send: history
249
+ 2024-12-17 20:58:01,239 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
250
+ 2024-12-17 20:58:01,240 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
251
+ 2024-12-17 20:58:01,480 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
252
+ 2024-12-17 20:58:01,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
253
+ 2024-12-17 20:58:02,480 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
254
+ 2024-12-17 20:58:02,873 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
255
+ 2024-12-17 20:58:03,241 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
256
+ 2024-12-17 20:58:03,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
257
+ 2024-12-17 20:58:04,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
258
+ 2024-12-17 20:58:05,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
259
+ 2024-12-17 20:58:06,481 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
260
+ 2024-12-17 20:58:06,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
261
+ 2024-12-17 20:58:07,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
262
+ 2024-12-17 20:58:08,482 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
263
+ 2024-12-17 20:58:08,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
264
+ 2024-12-17 20:58:09,049 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
265
+ 2024-12-17 20:58:09,868 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
266
+ 2024-12-17 20:58:10,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
267
+ 2024-12-17 20:58:10,849 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
268
+ 2024-12-17 20:58:10,869 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
269
+ 2024-12-17 20:58:11,869 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
270
+ 2024-12-17 20:58:12,484 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
271
+ 2024-12-17 20:58:12,869 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
272
+ 2024-12-17 20:58:13,870 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
273
+ 2024-12-17 20:58:14,485 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
274
+ 2024-12-17 20:58:14,870 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
275
+ 2024-12-17 20:58:15,049 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
276
+ 2024-12-17 20:58:15,870 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
277
+ 2024-12-17 20:58:16,485 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
278
+ 2024-12-17 20:58:16,871 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
279
+ 2024-12-17 20:58:17,871 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
280
+ 2024-12-17 20:58:18,870 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
281
+ 2024-12-17 20:58:19,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
282
+ 2024-12-17 20:58:20,487 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
283
+ 2024-12-17 20:58:20,849 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
284
+ 2024-12-17 20:58:20,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
285
+ 2024-12-17 20:58:21,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
286
+ 2024-12-17 20:58:22,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
287
+ 2024-12-17 20:58:23,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
288
+ 2024-12-17 20:58:24,488 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
289
+ 2024-12-17 20:58:24,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
290
+ 2024-12-17 20:58:25,527 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
291
+ 2024-12-17 20:58:25,844 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
292
+ 2024-12-17 20:58:25,845 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
293
+ 2024-12-17 20:58:25,885 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
294
+ 2024-12-17 20:58:25,903 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
295
+ 2024-12-17 20:58:26,872 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
296
+ 2024-12-17 20:58:27,873 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
297
+ 2024-12-17 20:58:28,873 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
298
+ 2024-12-17 20:58:29,873 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
299
+ 2024-12-17 20:58:30,873 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
300
+ 2024-12-17 20:58:31,398 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
301
+ 2024-12-17 20:58:31,654 DEBUG SenderThread:70616 [sender.py:send():379] send: files
302
+ 2024-12-17 20:58:31,654 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4 with policy now
303
+ 2024-12-17 20:58:31,657 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: partial_history
304
+ 2024-12-17 20:58:31,657 DEBUG SenderThread:70616 [sender.py:send():379] send: history
305
+ 2024-12-17 20:58:31,657 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
306
+ 2024-12-17 20:58:31,658 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
307
+ 2024-12-17 20:58:31,874 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
308
+ 2024-12-17 20:58:31,907 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/bz7uu82v-media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4
309
+ 2024-12-17 20:58:32,491 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
310
+ 2024-12-17 20:58:32,491 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
311
+ 2024-12-17 20:58:32,491 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4
312
+ 2024-12-17 20:58:32,491 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval
313
+ 2024-12-17 20:58:32,796 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/u5o9rvmq-media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4
314
+ 2024-12-17 20:58:32,876 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
315
+ 2024-12-17 20:58:33,881 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
316
+ 2024-12-17 20:58:34,491 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
317
+ 2024-12-17 20:58:34,875 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
318
+ 2024-12-17 20:58:35,881 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
319
+ 2024-12-17 20:58:36,492 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
320
+ 2024-12-17 20:58:36,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
321
+ 2024-12-17 20:58:36,882 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
322
+ 2024-12-17 20:58:37,889 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
323
+ 2024-12-17 20:58:38,884 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
324
+ 2024-12-17 20:58:39,884 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
325
+ 2024-12-17 20:58:40,493 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
326
+ 2024-12-17 20:58:40,846 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
327
+ 2024-12-17 20:58:40,847 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
328
+ 2024-12-17 20:58:40,889 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
329
+ 2024-12-17 20:58:41,886 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
330
+ 2024-12-17 20:58:41,984 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
331
+ 2024-12-17 20:58:42,888 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
332
+ 2024-12-17 20:58:43,887 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
333
+ 2024-12-17 20:58:44,887 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
334
+ 2024-12-17 20:58:45,495 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
335
+ 2024-12-17 20:58:45,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
336
+ 2024-12-17 20:58:46,061 DEBUG SenderThread:70616 [sender.py:send():379] send: history
337
+ 2024-12-17 20:58:46,063 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
338
+ 2024-12-17 20:58:46,064 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
339
+ 2024-12-17 20:58:46,495 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
340
+ 2024-12-17 20:58:46,495 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
341
+ 2024-12-17 20:58:46,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
342
+ 2024-12-17 20:58:47,225 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
343
+ 2024-12-17 20:58:47,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
344
+ 2024-12-17 20:58:48,496 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
345
+ 2024-12-17 20:58:48,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
346
+ 2024-12-17 20:58:49,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
347
+ 2024-12-17 20:58:50,497 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
348
+ 2024-12-17 20:58:50,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
349
+ 2024-12-17 20:58:51,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
350
+ 2024-12-17 20:58:52,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
351
+ 2024-12-17 20:58:52,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
352
+ 2024-12-17 20:58:53,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
353
+ 2024-12-17 20:58:54,890 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
354
+ 2024-12-17 20:58:55,528 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
355
+ 2024-12-17 20:58:55,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
356
+ 2024-12-17 20:58:55,845 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
357
+ 2024-12-17 20:58:55,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
358
+ 2024-12-17 20:58:56,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
359
+ 2024-12-17 20:58:57,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
360
+ 2024-12-17 20:58:57,920 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
361
+ 2024-12-17 20:58:58,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
362
+ 2024-12-17 20:58:59,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
363
+ 2024-12-17 20:59:00,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
364
+ 2024-12-17 20:59:01,891 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
365
+ 2024-12-17 20:59:02,892 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
366
+ 2024-12-17 20:59:03,852 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
367
+ 2024-12-17 20:59:03,892 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
368
+ 2024-12-17 20:59:04,892 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
369
+ 2024-12-17 20:59:05,892 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
370
+ 2024-12-17 20:59:06,892 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
371
+ 2024-12-17 20:59:07,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
372
+ 2024-12-17 20:59:08,853 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
373
+ 2024-12-17 20:59:08,894 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
374
+ 2024-12-17 20:59:09,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
375
+ 2024-12-17 20:59:10,845 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
376
+ 2024-12-17 20:59:10,845 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
377
+ 2024-12-17 20:59:10,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
378
+ 2024-12-17 20:59:11,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
379
+ 2024-12-17 20:59:12,504 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
380
+ 2024-12-17 20:59:12,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
381
+ 2024-12-17 20:59:13,893 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
382
+ 2024-12-17 20:59:13,931 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
383
+ 2024-12-17 20:59:14,894 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
384
+ 2024-12-17 20:59:15,894 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
385
+ 2024-12-17 20:59:16,505 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
386
+ 2024-12-17 20:59:16,871 DEBUG SenderThread:70616 [sender.py:send():379] send: files
387
+ 2024-12-17 20:59:16,871 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4 with policy now
388
+ 2024-12-17 20:59:16,879 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: partial_history
389
+ 2024-12-17 20:59:16,880 DEBUG SenderThread:70616 [sender.py:send():379] send: history
390
+ 2024-12-17 20:59:16,880 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
391
+ 2024-12-17 20:59:16,880 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
392
+ 2024-12-17 20:59:16,915 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
393
+ 2024-12-17 20:59:17,120 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/zwvwl4qx-media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4
394
+ 2024-12-17 20:59:17,506 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
395
+ 2024-12-17 20:59:17,506 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4
396
+ 2024-12-17 20:59:17,506 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval
397
+ 2024-12-17 20:59:17,769 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/5yfl7pkc-media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4
398
+ 2024-12-17 20:59:17,916 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
399
+ 2024-12-17 20:59:18,506 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
400
+ 2024-12-17 20:59:18,904 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
401
+ 2024-12-17 20:59:19,892 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
402
+ 2024-12-17 20:59:19,925 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
403
+ 2024-12-17 20:59:20,917 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
404
+ 2024-12-17 20:59:21,912 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
405
+ 2024-12-17 20:59:22,507 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
406
+ 2024-12-17 20:59:22,912 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
407
+ 2024-12-17 20:59:23,914 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
408
+ 2024-12-17 20:59:24,508 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
409
+ 2024-12-17 20:59:24,919 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
410
+ 2024-12-17 20:59:25,373 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
411
+ 2024-12-17 20:59:25,528 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
412
+ 2024-12-17 20:59:25,850 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
413
+ 2024-12-17 20:59:25,850 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
414
+ 2024-12-17 20:59:25,917 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
415
+ 2024-12-17 20:59:26,916 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
416
+ 2024-12-17 20:59:27,920 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
417
+ 2024-12-17 20:59:28,923 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
418
+ 2024-12-17 20:59:29,924 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
419
+ 2024-12-17 20:59:30,870 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
420
+ 2024-12-17 20:59:30,919 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
421
+ 2024-12-17 20:59:31,920 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
422
+ 2024-12-17 20:59:32,927 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
423
+ 2024-12-17 20:59:33,928 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
424
+ 2024-12-17 20:59:34,924 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
425
+ 2024-12-17 20:59:35,923 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
426
+ 2024-12-17 20:59:36,867 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
427
+ 2024-12-17 20:59:36,921 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
428
+ 2024-12-17 20:59:37,922 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
429
+ 2024-12-17 20:59:38,929 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
430
+ 2024-12-17 20:59:39,931 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
431
+ 2024-12-17 20:59:40,863 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
432
+ 2024-12-17 20:59:40,863 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
433
+ 2024-12-17 20:59:40,926 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
434
+ 2024-12-17 20:59:41,929 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
435
+ 2024-12-17 20:59:41,989 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
436
+ 2024-12-17 20:59:42,931 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
437
+ 2024-12-17 20:59:43,941 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
438
+ 2024-12-17 20:59:44,932 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
439
+ 2024-12-17 20:59:45,942 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
440
+ 2024-12-17 20:59:46,515 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
441
+ 2024-12-17 20:59:46,775 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/4e06pnb5-events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
442
+ 2024-12-17 20:59:46,935 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
443
+ 2024-12-17 20:59:47,138 DEBUG SenderThread:70616 [sender.py:send():379] send: history
444
+ 2024-12-17 20:59:47,138 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
445
+ 2024-12-17 20:59:47,139 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
446
+ 2024-12-17 20:59:47,140 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
447
+ 2024-12-17 20:59:47,515 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
448
+ 2024-12-17 20:59:47,932 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
449
+ 2024-12-17 20:59:48,516 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
450
+ 2024-12-17 20:59:48,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
451
+ 2024-12-17 20:59:49,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
452
+ 2024-12-17 20:59:50,932 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
453
+ 2024-12-17 20:59:51,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
454
+ 2024-12-17 20:59:52,517 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
455
+ 2024-12-17 20:59:52,865 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
456
+ 2024-12-17 20:59:52,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
457
+ 2024-12-17 20:59:53,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
458
+ 2024-12-17 20:59:54,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
459
+ 2024-12-17 20:59:55,529 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
460
+ 2024-12-17 20:59:55,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
461
+ 2024-12-17 20:59:55,848 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
462
+ 2024-12-17 20:59:55,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
463
+ 2024-12-17 20:59:56,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
464
+ 2024-12-17 20:59:57,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
465
+ 2024-12-17 20:59:57,987 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
466
+ 2024-12-17 20:59:58,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
467
+ 2024-12-17 20:59:59,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
468
+ 2024-12-17 21:00:00,933 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
469
+ 2024-12-17 21:00:01,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
470
+ 2024-12-17 21:00:02,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
471
+ 2024-12-17 21:00:03,865 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
472
+ 2024-12-17 21:00:03,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
473
+ 2024-12-17 21:00:04,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
474
+ 2024-12-17 21:00:05,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
475
+ 2024-12-17 21:00:06,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
476
+ 2024-12-17 21:00:07,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
477
+ 2024-12-17 21:00:08,522 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
478
+ 2024-12-17 21:00:08,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
479
+ 2024-12-17 21:00:08,979 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
480
+ 2024-12-17 21:00:09,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
481
+ 2024-12-17 21:00:10,523 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
482
+ 2024-12-17 21:00:10,848 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
483
+ 2024-12-17 21:00:10,848 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
484
+ 2024-12-17 21:00:10,934 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
485
+ 2024-12-17 21:00:11,935 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
486
+ 2024-12-17 21:00:12,935 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
487
+ 2024-12-17 21:00:13,935 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
488
+ 2024-12-17 21:00:14,525 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
489
+ 2024-12-17 21:00:14,779 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
490
+ 2024-12-17 21:00:14,935 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
491
+ 2024-12-17 21:00:15,935 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
492
+ 2024-12-17 21:00:16,525 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
493
+ 2024-12-17 21:00:16,937 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
494
+ 2024-12-17 21:00:17,953 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
495
+ 2024-12-17 21:00:18,526 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
496
+ 2024-12-17 21:00:18,693 DEBUG SenderThread:70616 [sender.py:send():379] send: files
497
+ 2024-12-17 21:00:18,693 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4 with policy now
498
+ 2024-12-17 21:00:18,696 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: partial_history
499
+ 2024-12-17 21:00:18,696 DEBUG SenderThread:70616 [sender.py:send():379] send: history
500
+ 2024-12-17 21:00:18,696 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
501
+ 2024-12-17 21:00:18,696 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
502
+ 2024-12-17 21:00:18,952 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/l2dpc4od-media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4
503
+ 2024-12-17 21:00:18,955 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
504
+ 2024-12-17 21:00:19,526 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
505
+ 2024-12-17 21:00:19,527 INFO Thread-12 :70616 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4
506
+ 2024-12-17 21:00:19,527 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval
507
+ 2024-12-17 21:00:19,804 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/c179dvnw-media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4
508
+ 2024-12-17 21:00:19,952 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
509
+ 2024-12-17 21:00:20,527 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
510
+ 2024-12-17 21:00:20,716 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
511
+ 2024-12-17 21:00:20,951 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
512
+ 2024-12-17 21:00:21,527 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
513
+ 2024-12-17 21:00:21,956 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
514
+ 2024-12-17 21:00:22,970 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
515
+ 2024-12-17 21:00:23,952 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
516
+ 2024-12-17 21:00:24,528 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
517
+ 2024-12-17 21:00:24,955 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
518
+ 2024-12-17 21:00:25,529 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
519
+ 2024-12-17 21:00:25,864 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: stop_status
520
+ 2024-12-17 21:00:25,864 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: stop_status
521
+ 2024-12-17 21:00:25,955 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
522
+ 2024-12-17 21:00:25,962 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
523
+ 2024-12-17 21:00:26,529 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
524
+ 2024-12-17 21:00:26,961 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
525
+ 2024-12-17 21:00:27,613 DEBUG SenderThread:70616 [sender.py:send():379] send: exit
526
+ 2024-12-17 21:00:27,613 INFO SenderThread:70616 [sender.py:send_exit():586] handling exit code: 0
527
+ 2024-12-17 21:00:27,613 INFO SenderThread:70616 [sender.py:send_exit():588] handling runtime: 242
528
+ 2024-12-17 21:00:27,614 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
529
+ 2024-12-17 21:00:27,614 INFO SenderThread:70616 [sender.py:send_exit():594] send defer
530
+ 2024-12-17 21:00:27,614 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
531
+ 2024-12-17 21:00:27,614 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 0
532
+ 2024-12-17 21:00:27,614 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
533
+ 2024-12-17 21:00:27,614 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 0
534
+ 2024-12-17 21:00:27,614 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 1
535
+ 2024-12-17 21:00:27,614 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
536
+ 2024-12-17 21:00:27,614 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 1
537
+ 2024-12-17 21:00:27,614 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
538
+ 2024-12-17 21:00:27,614 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 1
539
+ 2024-12-17 21:00:27,614 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 2
540
+ 2024-12-17 21:00:27,615 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
541
+ 2024-12-17 21:00:27,615 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 2
542
+ 2024-12-17 21:00:27,615 INFO HandlerThread:70616 [system_monitor.py:finish():203] Stopping system monitor
543
+ 2024-12-17 21:00:27,615 DEBUG SystemMonitor:70616 [system_monitor.py:_start():179] Finished system metrics aggregation loop
544
+ 2024-12-17 21:00:27,615 DEBUG SystemMonitor:70616 [system_monitor.py:_start():183] Publishing last batch of metrics
545
+ 2024-12-17 21:00:27,615 INFO HandlerThread:70616 [interfaces.py:finish():200] Joined cpu monitor
546
+ 2024-12-17 21:00:27,616 INFO HandlerThread:70616 [interfaces.py:finish():200] Joined disk monitor
547
+ 2024-12-17 21:00:27,679 INFO HandlerThread:70616 [interfaces.py:finish():200] Joined gpu monitor
548
+ 2024-12-17 21:00:27,679 INFO HandlerThread:70616 [interfaces.py:finish():200] Joined memory monitor
549
+ 2024-12-17 21:00:27,679 INFO HandlerThread:70616 [interfaces.py:finish():200] Joined network monitor
550
+ 2024-12-17 21:00:27,680 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
551
+ 2024-12-17 21:00:27,680 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 2
552
+ 2024-12-17 21:00:27,680 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 3
553
+ 2024-12-17 21:00:27,680 DEBUG SenderThread:70616 [sender.py:send():379] send: stats
554
+ 2024-12-17 21:00:27,680 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
555
+ 2024-12-17 21:00:27,680 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 3
556
+ 2024-12-17 21:00:27,680 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
557
+ 2024-12-17 21:00:27,680 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 3
558
+ 2024-12-17 21:00:27,680 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 4
559
+ 2024-12-17 21:00:27,680 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
560
+ 2024-12-17 21:00:27,680 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 4
561
+ 2024-12-17 21:00:28,530 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
562
+ 2024-12-17 21:00:28,530 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
563
+ 2024-12-17 21:00:28,530 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
564
+ 2024-12-17 21:00:33,682 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: poll_exit
565
+ 2024-12-17 21:00:33,683 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
566
+ 2024-12-17 21:00:33,683 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: keepalive
567
+ 2024-12-17 21:00:33,683 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
568
+ 2024-12-17 21:00:33,683 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 4
569
+ 2024-12-17 21:00:33,683 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 5
570
+ 2024-12-17 21:00:33,683 DEBUG SenderThread:70616 [sender.py:send():379] send: history
571
+ 2024-12-17 21:00:33,683 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
572
+ 2024-12-17 21:00:33,684 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
573
+ 2024-12-17 21:00:33,684 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 5
574
+ 2024-12-17 21:00:33,684 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
575
+ 2024-12-17 21:00:33,684 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: poll_exit
576
+ 2024-12-17 21:00:33,684 DEBUG SenderThread:70616 [sender.py:send():379] send: history
577
+ 2024-12-17 21:00:33,685 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: summary_record
578
+ 2024-12-17 21:00:33,688 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
579
+ 2024-12-17 21:00:33,688 DEBUG SenderThread:70616 [sender.py:send():379] send: summary
580
+ 2024-12-17 21:00:33,689 INFO SenderThread:70616 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
581
+ 2024-12-17 21:00:33,689 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
582
+ 2024-12-17 21:00:33,689 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 5
583
+ 2024-12-17 21:00:33,689 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 6
584
+ 2024-12-17 21:00:33,689 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
585
+ 2024-12-17 21:00:33,689 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 6
586
+ 2024-12-17 21:00:33,689 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
587
+ 2024-12-17 21:00:33,689 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 6
588
+ 2024-12-17 21:00:33,689 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 7
589
+ 2024-12-17 21:00:33,690 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: status_report
590
+ 2024-12-17 21:00:33,690 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
591
+ 2024-12-17 21:00:33,690 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 7
592
+ 2024-12-17 21:00:33,690 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
593
+ 2024-12-17 21:00:33,690 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 7
594
+ 2024-12-17 21:00:34,532 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
595
+ 2024-12-17 21:00:34,602 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 8
596
+ 2024-12-17 21:00:34,602 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
597
+ 2024-12-17 21:00:34,602 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 8
598
+ 2024-12-17 21:00:34,602 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
599
+ 2024-12-17 21:00:34,603 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 8
600
+ 2024-12-17 21:00:34,603 INFO SenderThread:70616 [job_builder.py:build():440] Attempting to build job artifact
601
+ 2024-12-17 21:00:34,605 INFO SenderThread:70616 [job_builder.py:_get_source_type():569] is repo sourced job
602
+ 2024-12-17 21:00:34,614 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: poll_exit
603
+ 2024-12-17 21:00:34,619 INFO SenderThread:70616 [job_builder.py:build():545] adding wandb-job metadata file
604
+ 2024-12-17 21:00:34,632 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 9
605
+ 2024-12-17 21:00:34,632 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: poll_exit
606
+ 2024-12-17 21:00:34,632 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
607
+ 2024-12-17 21:00:34,632 DEBUG SenderThread:70616 [sender.py:send():379] send: artifact
608
+ 2024-12-17 21:00:34,632 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 9
609
+ 2024-12-17 21:00:35,321 INFO wandb-upload_2:70616 [upload_job.py:push():85] Skipped uploading /home/leonmkim/.local/share/wandb/artifacts/staging/tmpu4l34lz7
610
+ 2024-12-17 21:00:35,321 INFO wandb-upload_0:70616 [upload_job.py:push():85] Skipped uploading /tmp/tmpthz7ujbr/wandb-job.json
611
+ 2024-12-17 21:00:35,452 INFO wandb-upload_1:70616 [upload_job.py:push():88] Uploaded file /home/leonmkim/.local/share/wandb/artifacts/staging/tmpouixkgus
612
+ 2024-12-17 21:00:35,533 INFO Thread-12 :70616 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
613
+ 2024-12-17 21:00:35,615 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: poll_exit
614
+ 2024-12-17 21:00:36,051 INFO SenderThread:70616 [sender.py:send_artifact():1537] sent artifact job-https___github.com_leonmkim_fish_leon.git_FISH_eval_robot.py - {'id': 'QXJ0aWZhY3Q6MTM4MzA4NzA1NA==', 'state': 'PENDING', 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjMxNzk5NjkyNQ==', 'latestArtifact': {'id': 'QXJ0aWZhY3Q6MTM4MzA1OTA4Nw==', 'versionIndex': 374}}}
615
+ 2024-12-17 21:00:36,051 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
616
+ 2024-12-17 21:00:36,051 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 9
617
+ 2024-12-17 21:00:36,051 INFO SenderThread:70616 [dir_watcher.py:finish():358] shutting down directory watcher
618
+ 2024-12-17 21:00:36,534 INFO SenderThread:70616 [dir_watcher.py:finish():388] scan: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files
619
+ 2024-12-17 21:00:36,534 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/config.yaml config.yaml
620
+ 2024-12-17 21:00:36,534 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json wandb-summary.json
621
+ 2024-12-17 21:00:36,534 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/requirements.txt requirements.txt
622
+ 2024-12-17 21:00:36,534 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-metadata.json wandb-metadata.json
623
+ 2024-12-17 21:00:36,537 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0 events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
624
+ 2024-12-17 21:00:36,537 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log output.log
625
+ 2024-12-17 21:00:36,537 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/diff.patch diff.patch
626
+ 2024-12-17 21:00:36,539 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/code/FISH/eval_robot.py code/FISH/eval_robot.py
627
+ 2024-12-17 21:00:36,539 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4 media/videos/eval/0_eval_0_1ac69680a9ec173c38e2.mp4
628
+ 2024-12-17 21:00:36,539 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4 media/videos/eval/4_eval_4_cc34baaf71385e46f645.mp4
629
+ 2024-12-17 21:00:36,540 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4 media/videos/eval/2_eval_2_eb964b6ad7f53c112f71.mp4
630
+ 2024-12-17 21:00:36,541 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4 media/videos/eval/3_eval_3_d1fd18c7f97afc0352cb.mp4
631
+ 2024-12-17 21:00:36,541 INFO SenderThread:70616 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4 media/videos/eval/1_eval_1_a59176de7339dfa56b5f.mp4
632
+ 2024-12-17 21:00:36,542 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 10
633
+ 2024-12-17 21:00:36,542 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: poll_exit
634
+ 2024-12-17 21:00:36,543 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
635
+ 2024-12-17 21:00:36,543 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 10
636
+ 2024-12-17 21:00:36,543 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
637
+ 2024-12-17 21:00:36,543 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 10
638
+ 2024-12-17 21:00:36,543 INFO SenderThread:70616 [file_pusher.py:finish():169] shutting down file pusher
639
+ 2024-12-17 21:00:36,616 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: poll_exit
640
+ 2024-12-17 21:00:36,616 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: poll_exit
641
+ 2024-12-17 21:00:36,718 INFO wandb-upload_0:70616 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/wandb-summary.json
642
+ 2024-12-17 21:00:36,731 INFO wandb-upload_2:70616 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/config.yaml
643
+ 2024-12-17 21:00:37,118 INFO wandb-upload_1:70616 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/requirements.txt
644
+ 2024-12-17 21:00:37,154 INFO wandb-upload_3:70616 [upload_job.py:push():130] Uploaded file /tmp/tmpd0e87ne3wandb/igganeue-events.out.tfevents.1734486985.leonmkim-ROG-Strix-G15CS-G15CS.70432.0
645
+ 2024-12-17 21:00:37,157 INFO wandb-upload_4:70616 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/files/output.log
646
+ 2024-12-17 21:00:37,357 INFO Thread-11 (_thread_body):70616 [sender.py:transition_state():614] send defer: 11
647
+ 2024-12-17 21:00:37,357 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
648
+ 2024-12-17 21:00:37,357 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 11
649
+ 2024-12-17 21:00:37,358 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
650
+ 2024-12-17 21:00:37,358 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 11
651
+ 2024-12-17 21:00:37,358 INFO SenderThread:70616 [file_pusher.py:join():175] waiting for file pusher
652
+ 2024-12-17 21:00:37,359 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 12
653
+ 2024-12-17 21:00:37,359 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
654
+ 2024-12-17 21:00:37,359 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 12
655
+ 2024-12-17 21:00:37,359 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
656
+ 2024-12-17 21:00:37,359 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 12
657
+ 2024-12-17 21:00:37,359 INFO SenderThread:70616 [file_stream.py:finish():601] file stream finish called
658
+ 2024-12-17 21:00:37,414 INFO SenderThread:70616 [file_stream.py:finish():605] file stream finish is done
659
+ 2024-12-17 21:00:37,414 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 13
660
+ 2024-12-17 21:00:37,414 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
661
+ 2024-12-17 21:00:37,414 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 13
662
+ 2024-12-17 21:00:37,414 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
663
+ 2024-12-17 21:00:37,414 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 13
664
+ 2024-12-17 21:00:37,414 INFO SenderThread:70616 [sender.py:transition_state():614] send defer: 14
665
+ 2024-12-17 21:00:37,415 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: defer
666
+ 2024-12-17 21:00:37,415 DEBUG SenderThread:70616 [sender.py:send():379] send: final
667
+ 2024-12-17 21:00:37,415 INFO HandlerThread:70616 [handler.py:handle_request_defer():184] handle defer: 14
668
+ 2024-12-17 21:00:37,415 DEBUG SenderThread:70616 [sender.py:send():379] send: footer
669
+ 2024-12-17 21:00:37,415 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: defer
670
+ 2024-12-17 21:00:37,415 INFO SenderThread:70616 [sender.py:send_request_defer():610] handle sender defer: 14
671
+ 2024-12-17 21:00:37,415 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: poll_exit
672
+ 2024-12-17 21:00:37,415 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: poll_exit
673
+ 2024-12-17 21:00:37,416 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: server_info
674
+ 2024-12-17 21:00:37,416 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: server_info
675
+ 2024-12-17 21:00:37,417 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: poll_exit
676
+ 2024-12-17 21:00:37,417 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: get_summary
677
+ 2024-12-17 21:00:37,418 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: sampled_history
678
+ 2024-12-17 21:00:37,418 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: internal_messages
679
+ 2024-12-17 21:00:37,497 DEBUG SenderThread:70616 [sender.py:send_request():406] send_request: poll_exit
680
+ 2024-12-17 21:00:37,497 INFO MainThread:70616 [wandb_run.py:_footer_history_summary_info():4016] rendering history
681
+ 2024-12-17 21:00:37,497 INFO MainThread:70616 [wandb_run.py:_footer_history_summary_info():4048] rendering summary
682
+ 2024-12-17 21:00:37,497 INFO MainThread:70616 [wandb_run.py:_footer_sync_info():3975] logging synced files
683
+ 2024-12-17 21:00:37,498 DEBUG HandlerThread:70616 [handler.py:handle_request():158] handle_request: shutdown
684
+ 2024-12-17 21:00:37,498 INFO HandlerThread:70616 [handler.py:finish():882] shutting down handler
685
+ 2024-12-17 21:00:38,418 INFO WriterThread:70616 [datastore.py:close():296] close: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/run-m7h1fbac.wandb
686
+ 2024-12-17 21:00:38,497 INFO SenderThread:70616 [sender.py:finish():1615] shutting down sender
687
+ 2024-12-17 21:00:38,497 INFO SenderThread:70616 [file_pusher.py:finish():169] shutting down file pusher
688
+ 2024-12-17 21:00:38,497 INFO SenderThread:70616 [file_pusher.py:join():175] waiting for file pusher
205619/wandb/run-20241217_205625-m7h1fbac/logs/debug.log ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Current SDK version is 0.17.5
2
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Configure stats pid to 70432
3
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Loading settings from /home/leonmkim/.config/wandb/settings
4
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Loading settings from /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/settings
5
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
6
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
7
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': 'FISH/eval_robot.py', 'program_abspath': '/home/leonmkim/fish_leon/FISH/eval_robot.py', 'program': '/home/leonmkim/fish_leon/FISH/eval_robot.py'}
8
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_setup.py:_flush():76] Applying login settings: {}
9
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_init.py:_log_setup():529] Logging user logs to /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/logs/debug.log
10
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_init.py:_log_setup():530] Logging internal logs to /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/wandb/run-20241217_205625-m7h1fbac/logs/debug-internal.log
11
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_init.py:init():569] calling init triggers
12
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_init.py:init():576] wandb.init called with sweep_config: {}
13
+ config: {'root_dir': '/home/leonmkim/fish_leon', 'replay_buffer_size': 150000, 'replay_buffer_num_workers': 2, 'nstep': 3, 'batch_size': 128, 'seed': 0, 'dataset_shuffle_seed': 0, 'device': 'cuda', 'save_video': True, 'save_train_video': True, 'use_tb': True, 'use_wandb': True, 'wandb_run_id': '506_0', 'wandb_notes': '506_0_req_578_0', 'eval': True, 'true_action_history': False, 'process_contact_features': True, 'obs_type': 'pixels', 'use_color': True, 'use_depth': True, 'use_masks': False, 'mask_list': ['EE_obj_mask'], 'mask_representation': 'channels', 'crop_hw': [144, 144], 'crop_down_offset': 48, 'color_crop_type': None, 'depth_crop_type': None, 'segmask_crop_type': None, 'add_crop_binary_mask': False, 'add_coord_conv_map': False, 'use_context_color': False, 'use_context_depth': False, 'use_context_segmask': False, 'context_color_crop_type': None, 'context_depth_crop_type': None, 'context_segmask_crop_type': None, 'context_add_crop_binary_mask': False, 'context_add_coord_conv_map': False, 'use_contact_map': False, 'use_sdf_maps': False, 'use_normals_maps': False, 'which_objects': 'both', 'max_contact_prob': 0.1, 'max_depth': 2.0, 'grasped_dtc_max_value': 0.2, 'env_dtc_max_value': 0.4, 'grasped_normals_mask_max_dtc_value': 0.2, 'env_normals_mask_max_dtc_value': 0.4, 'clamp_dtc': True, 'dtc_adaptive_normalization': False, 'mask_normals_within_sdf': True, 'adaptive_normals_mask': True, 'learnable_contact_preprocess_params': True, 'contact_model_name': 'local_multitask_outhd64all_home_crop_h144w144d48_mask_ctxtmask_seed_220979_epoch_9', 'contact_estimation_model_ckpt_path': '~/fish_leon/contact_estimation/artifacts/175604_2/checkpoints/epoch=09-val_loss=0.00.ckpt', 'encoder_type': 'small', 'debug_timestamps': False, 'open_loop': False, 'action_trajectories': True, 'stop_after_action': False, 'interpolation_frequency': 25, 'policy_frequency': 5, 'wait_for_new_camera_frames': True, 'baseline': False, 'train_demo_idxs_list_or_num': -1, 'log_train_every_steps': 25, 'name_of_expert_demo': '112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act', 'expert_dataset_dirpath': '/home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act', 'store_dataset_in_memory': False, 'expert_dataset': '/home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/demos.zarr', 'action_key': 'action_trajectory_25hz', 'semantic_demo_grouping_name': 'semantic_demo_grouping.yaml', 'semantic_demo_grouping': '/home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/semantic_demo_grouping.yaml', 'include_groups_list': ['lady_twodim'], 'expert_dataset_config': '/home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/demo_config.yaml', 'name_of_valid_demo': '112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act', 'valid_dataset_dir': '/home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/demos.zarr', 'valid_demo_idxs_list_or_num': None, 'val_num_groups': 0, 'load_bc': True, 'checkpoint_epoch_list': [99, 199, 299, 399, 499, 599, 699, 799, 899, 999, 1249, 1499, 1749, 1999, 2999, 3999, 4999, 5999, 6999, 7999, 8999, 9999], 'snapshot_root_dir': '/mnt/kostas-graid/datasets/extrinsic_contact_data/FISH', 'save_snapshot': True, 'save_last_snapshot': True, 'save_snapshot_when_done': True, 'top_k_checkpoints': 5, 'save_snapshot_link_to_weights_dir': 'deprecated', 'bc_regularize': False, 'bc_weight_type': 'qfilter', 'experiment_dir': './exp_local/frankagym_pixels/FrankaInsertion-v1/506_0', 'agent': {'_target_': 'agent.diffusion_policy.DiffusionPolicyAgent', 'name': 'diffusion_policy', 'load_checkpoint': True, 'device': 'cuda', 'n_obs_steps': 1, 'suite_name': 'frankagym', 'obs_type': 'pixels', 'enable_arm': True, 'enable_camera': True, 'use_tb': True, 'desired_image_shape': [13, 180, 240], 'orig_cam_shape': [3, 240, 320], 'config': {'_target_': 'agent.diffusion_policy.DiffusionPolicyAgentConfig', 'compile': False, 'device': 'cuda', 'cam_resize_shape': [13, 180, 240], 'orig_cam_shape': [3, 240, 320], 'policy_frequency': 5, 'interpolation_frequency': 25, 'policy_cfg': {'_target_': 'lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig', 'n_obs_steps': 1, 'horizon': 36, 'n_action_steps': 36, 'output_shapes': {'action': [7]}, 'input_normalization_modes': {'observation.image': 'mean_std', 'observation.state': 'min_max', 'observation.action_history': 'min_max'}, 'output_normalization_modes': {'action': 'min_max'}, 'vision_backbone': 'resnet18', 'pretrained_backbone_weights': None, 'transforms': [{'_target_': 'torchaug.transforms.RandomAffine', 'degrees': [-5, 5], 'translate': [0.05, 0.05], 'batch_transform': True, 'num_chunks': -1, 'batch_inplace': True}, {'_target_': 'torchaug.transforms.RandomColorJitter', 'brightness': 0.3, 'contrast': 0.4, 'saturation': 0.5, 'hue': 0.08, 'batch_transform': True, 'num_chunks': -1, 'batch_inplace': True}], 'use_group_norm': True, 'spatial_softmax_num_keypoints': 32, 'action_history_encoder_config': {'_target_': 'lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig', 'in_channels': 7, 'out_channels': 32, 'history_length': 6, 'kernel_size': 5, 'downsample_kernel_size': 3, 'downsample_stride': 2, 'downsample_padding': 1}, 'down_dims': [256, 512, 1024], 'kernel_size': 5, 'n_groups': 8, 'diffusion_step_embed_dim': 128, 'use_film_scale_modulation': True, 'noise_scheduler_type': 'DDIM', 'beta_schedule': 'squaredcos_cap_v2', 'beta_start': 0.0001, 'beta_end': 0.02, 'prediction_type': 'epsilon', 'clip_sample': True, 'clip_sample_range': 1.0, 'num_train_timesteps': 50, 'num_inference_steps': 10, 'do_mask_loss_for_padding': False, 'input_shapes': {'observation.image': [13, 180, 240], 'context_observation.image': [13, 180, 240], 'observation.state': [8], 'observation.action_history': [7]}}, 'train_cfg': {'_target_': 'utils.TrainConfig', 'lr': 0.0001, 'lr_scheduler': 'cosine', 'lr_warmup_steps': 500, 'adam_betas': [0.95, 0.999], 'adam_eps': 1e-08, 'adam_weight_decay': 1e-06, 'grad_clip_norm': 10, 'offline_steps': 1000000, 'use_amp': True}, 'observation_cfg': {'_target_': 'agent.encoder.VisualFeatureSet', 'use_depth': True, 'use_color': True, 'mask_input_dict': {'_target_': 'agent.encoder.MaskInputDict', 'enable': False, 'representation': 'channels', 'mask_list': ['EE_obj_mask']}, 'crop_input_config': {'_target_': 'agent.encoder.CropInputConfig', 'color_crop_type': None, 'depth_crop_type': None, 'segmask_crop_type': None, 'crop_hw': [144, 144], 'crop_down_offset': 48, 'add_crop_binary_mask': False, 'add_coord_conv_map': False}, 'context_input_config': {'_target_': 'agent.encoder.ContextInputConfig', 'use_color': False, 'use_depth': False, 'mask_input_dict': {'_target_': 'agent.encoder.MaskInputDict', 'enable': False, 'representation': 'channels', 'mask_list': ['EE_obj_mask']}, 'crop_input_config': {'_target_': 'agent.encoder.CropInputConfig', 'color_crop_type': None, 'depth_crop_type': None, 'segmask_crop_type': None, 'crop_hw': [144, 144], 'crop_down_offset': 48, 'add_crop_binary_mask': False, 'add_coord_conv_map': False}}, 'mask_soft_approx_scheduler_config': {'_target_': 'agent.encoder.MaskSoftApproxSchedulerConfig', 'num_steps': 40000, 'initial_value': 10.0, 'final_value': 1000.0, 'interpolation_scheme': 'cosine'}, 'use_contact_map': False, 'use_sdf_maps': False, 'use_normals_maps': False, 'which_objects': 'both', 'grasped_dtc_max_value': 0.2, 'env_dtc_max_value': 0.4, 'grasped_normals_mask_max_dtc_value': 0.2, 'env_normals_mask_max_dtc_value': 0.4, 'clamp_dtc': True, 'max_contact_prob': 0.1, 'mask_normals_within_sdf': True, 'dtc_adaptive_normalization': False, 'adaptive_normals_mask': True, 'max_depth': 2.0, 'image_shape': [13, 180, 240], 'learnable_contact_preprocess_params': True, 'learning_rate': 0.0001, 'weight_decay': 0.0, 'contact_model_name': 'local_multitask_outhd64all_home_crop_h144w144d48_mask_ctxtmask_seed_220979_epoch_9', 'zero_centered': False}}}, 'suite': {'suite': 'frankagym', 'name': 'frankagym', 'frame_stack': 1, 'action_repeat': 1, 'discount': 0.99, 'hidden_dim': 1024, 'num_train_frames': 2010, 'num_seed_frames': 260, 'num_train_epochs': 5000, 'validate_every_epochs': 100, 'validate_diffusion_on_action_loss_every_epochs': 500, 'train_eval_diffusion_on_action_loss_every_epochs': 500, 'check_topk_every_epochs': 10, 'save_snapshot_every_epochs': 5000, 'eval_every_frames': 2000, 'num_eval_episodes': 5, 'save_snapshot': True, 'wait_for_user_to_start_episode': True, 'task_make_fn': {'_target_': 'suite.frankagym.make', 'name': 'FrankaInsertion-v1', 'height': 240, 'width': 320, 'frame_stack': 1, 'action_repeat': 1, 'seed': 0, 'enable_arm': True, 'enable_gripper': True, 'start_with_gripper_open': True, 'enable_camera': True, 'path_to_depth_extrinsics': '~/fish_leon/FISH/cfgs/camera_poses/camera_poses_L515/20240904-122305/color_tf_world.npy', 'contact_estimation_model_ckpt_path': '~/fish_leon/contact_estimation/artifacts/175604_2/checkpoints/epoch=09-val_loss=0.00.ckpt', 'x_limit': [0.2, 0.7], 'y_limit': [-0.4, 0.4], 'z_limit': [-0.05, 0.55], 'device': 'cuda', 'interpolation_frequency': 25, 'policy_frequency': 5, 'debug_timestamps': False, 'stop_after_action': False, 'open_loop': False, 'wait_for_new_camera_frames': True, 'action_key': 'action_trajectory_25hz', 'action_trajectory_horizon': 36, 'action_trajectories': True, 'path_to_zarr_dataset': '/home/leonmkim/fish_leon/FISH/expert_demos/frankagym/FrankaInsertion-v1/112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act/demos.zarr', 'agent_policy_cfg': {'_target_': 'agent.diffusion_policy.DiffusionPolicyAgentConfig', 'compile': False, 'device': 'cuda', 'cam_resize_shape': [13, 180, 240], 'orig_cam_shape': [3, 240, 320], 'policy_frequency': 5, 'interpolation_frequency': 25, 'policy_cfg': {'_target_': 'lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig', 'n_obs_steps': 1, 'horizon': 36, 'n_action_steps': 36, 'output_shapes': {'action': [7]}, 'input_normalization_modes': {'observation.image': 'mean_std', 'observation.state': 'min_max', 'observation.action_history': 'min_max'}, 'output_normalization_modes': {'action': 'min_max'}, 'vision_backbone': 'resnet18', 'pretrained_backbone_weights': None, 'transforms': [{'_target_': 'torchaug.transforms.RandomAffine', 'degrees': [-5, 5], 'translate': [0.05, 0.05], 'batch_transform': True, 'num_chunks': -1, 'batch_inplace': True}, {'_target_': 'torchaug.transforms.RandomColorJitter', 'brightness': 0.3, 'contrast': 0.4, 'saturation': 0.5, 'hue': 0.08, 'batch_transform': True, 'num_chunks': -1, 'batch_inplace': True}], 'use_group_norm': True, 'spatial_softmax_num_keypoints': 32, 'action_history_encoder_config': {'_target_': 'lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig', 'in_channels': 7, 'out_channels': 32, 'history_length': 6, 'kernel_size': 5, 'downsample_kernel_size': 3, 'downsample_stride': 2, 'downsample_padding': 1}, 'down_dims': [256, 512, 1024], 'kernel_size': 5, 'n_groups': 8, 'diffusion_step_embed_dim': 128, 'use_film_scale_modulation': True, 'noise_scheduler_type': 'DDIM', 'beta_schedule': 'squaredcos_cap_v2', 'beta_start': 0.0001, 'beta_end': 0.02, 'prediction_type': 'epsilon', 'clip_sample': True, 'clip_sample_range': 1.0, 'num_train_timesteps': 50, 'num_inference_steps': 10, 'do_mask_loss_for_padding': False, 'input_shapes': {'observation.image': [13, 180, 240], 'context_observation.image': [13, 180, 240], 'observation.state': [8], 'observation.action_history': [7]}}, 'train_cfg': {'_target_': 'utils.TrainConfig', 'lr': 0.0001, 'lr_scheduler': 'cosine', 'lr_warmup_steps': 500, 'adam_betas': [0.95, 0.999], 'adam_eps': 1e-08, 'adam_weight_decay': 1e-06, 'grad_clip_norm': 10, 'offline_steps': 1000000, 'use_amp': True}, 'observation_cfg': {'_target_': 'agent.encoder.VisualFeatureSet', 'use_depth': True, 'use_color': True, 'mask_input_dict': {'_target_': 'agent.encoder.MaskInputDict', 'enable': False, 'representation': 'channels', 'mask_list': ['EE_obj_mask']}, 'crop_input_config': {'_target_': 'agent.encoder.CropInputConfig', 'color_crop_type': None, 'depth_crop_type': None, 'segmask_crop_type': None, 'crop_hw': [144, 144], 'crop_down_offset': 48, 'add_crop_binary_mask': False, 'add_coord_conv_map': False}, 'context_input_config': {'_target_': 'agent.encoder.ContextInputConfig', 'use_color': False, 'use_depth': False, 'mask_input_dict': {'_target_': 'agent.encoder.MaskInputDict', 'enable': False, 'representation': 'channels', 'mask_list': ['EE_obj_mask']}, 'crop_input_config': {'_target_': 'agent.encoder.CropInputConfig', 'color_crop_type': None, 'depth_crop_type': None, 'segmask_crop_type': None, 'crop_hw': [144, 144], 'crop_down_offset': 48, 'add_crop_binary_mask': False, 'add_coord_conv_map': False}}, 'mask_soft_approx_scheduler_config': {'_target_': 'agent.encoder.MaskSoftApproxSchedulerConfig', 'num_steps': 40000, 'initial_value': 10.0, 'final_value': 1000.0, 'interpolation_scheme': 'cosine'}, 'use_contact_map': False, 'use_sdf_maps': False, 'use_normals_maps': False, 'which_objects': 'both', 'grasped_dtc_max_value': 0.2, 'env_dtc_max_value': 0.4, 'grasped_normals_mask_max_dtc_value': 0.2, 'env_normals_mask_max_dtc_value': 0.4, 'clamp_dtc': True, 'max_contact_prob': 0.1, 'mask_normals_within_sdf': True, 'dtc_adaptive_normalization': False, 'adaptive_normals_mask': True, 'max_depth': 2.0, 'image_shape': [13, 180, 240], 'learnable_contact_preprocess_params': True, 'learning_rate': 0.0001, 'weight_decay': 0.0, 'contact_model_name': 'local_multitask_outhd64all_home_crop_h144w144d48_mask_ctxtmask_seed_220979_epoch_9', 'zero_centered': False}}, 'true_action_history': False}}, 'num_train_frames_bc': 50000, 'num_train_frames_drq': 1100000, 'stddev_schedule_drq': 'linear(1.0,0.1,100000)', 'task_name': 'FrankaInsertion-v1', 'num_train_frames_vinn': 25000, 'num_train_frames_diffusion': 1000000, 'num_train_epochs_bc': 5000, 'num_train_epochs_diffusion': 15000, 'validate_every_epochs_bc': 5, 'validate_every_epochs_diffusion': 250, 'validate_diffusion_on_action_loss_every_epochs': 250, 'train_eval_diffusion_on_action_loss_every_epochs': 250, 'check_topk_every_epochs': 5, 'check_topk_every_epochs_diffusion': 250, 'save_snapshot_every_epochs_diffusion': 1500, 'x_limit': [0.2, 0.7], 'y_limit': [-0.4, 0.4], 'z_limit': [-0.05, 0.55], 'home_displacement': [0.55, 0.0, 0.55, 180.0, 0.0, 0.0], 'enable_gripper': True, 'start_with_gripper_open': True, 'offset_mask': [1, 1, 1, 1, 1, 1], 'path_to_depth_extrinsics': '~/fish_leon/FISH/cfgs/camera_poses/camera_poses_L515/20240904-122305/color_tf_world.npy', 'feature_type': '180x240_1_RGB_D_2.0_acthst_hst6_out32_dwnkrnl3_dwnstrd2_dwnpd1', 'save_buffer': True, 'num_eval': 5, 'random_start': False, 'eval_starts': '/home/leonmkim/fish_leon/FISH/eval_starts/frankagym_pixels/FrankaInsertion-v1', 'num_valid_demos': None, 'load_checkpoint': True, 'checkpoint_epoch': 12000, 'load_residual_weight': False, 'checkpoint_root_dir': '/home/leonmkim/fish_leon/FISH', 'checkpoint_weight_dir': '/home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0', 'residual_weight': '/home/leonmkim/fish_leon/FISH/weights/frankagym_pixels/FrankaInsertion-v1/weight.pt', 'final_experiment_dir': './exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619'}
14
+ 2024-12-17 20:56:25,177 INFO MainThread:70432 [wandb_init.py:init():619] starting backend
15
+ 2024-12-17 20:56:25,178 INFO MainThread:70432 [wandb_init.py:init():623] setting up manager
16
+ 2024-12-17 20:56:25,182 INFO MainThread:70432 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
17
+ 2024-12-17 20:56:25,182 INFO MainThread:70432 [wandb_init.py:init():631] backend started and connected
18
+ 2024-12-17 20:56:25,193 INFO MainThread:70432 [wandb_init.py:init():720] updated telemetry
19
+ 2024-12-17 20:56:25,203 INFO MainThread:70432 [wandb_init.py:init():753] communicating run to backend with 90.0 second timeout
20
+ 2024-12-17 20:56:25,467 INFO MainThread:70432 [wandb_run.py:_on_init():2435] communicating current version
21
+ 2024-12-17 20:56:25,514 INFO MainThread:70432 [wandb_run.py:_on_init():2444] got version response upgrade_message: "wandb version 0.19.1 is available! To upgrade, please run:\n $ pip install wandb --upgrade"
22
+
23
+ 2024-12-17 20:56:25,514 INFO MainThread:70432 [wandb_init.py:init():804] starting run threads in backend
24
+ 2024-12-17 20:56:25,843 INFO MainThread:70432 [wandb_run.py:_console_start():2413] atexit reg
25
+ 2024-12-17 20:56:25,843 INFO MainThread:70432 [wandb_run.py:_redirect():2255] redirect: wrap_raw
26
+ 2024-12-17 20:56:25,843 INFO MainThread:70432 [wandb_run.py:_redirect():2320] Wrapping output streams.
27
+ 2024-12-17 20:56:25,844 INFO MainThread:70432 [wandb_run.py:_redirect():2345] Redirects installed.
28
+ 2024-12-17 20:56:25,845 INFO MainThread:70432 [wandb_init.py:init():847] run started, returning control to user process
29
+ 2024-12-17 20:56:25,845 INFO MainThread:70432 [wandb_run.py:_tensorboard_callback():1544] tensorboard callback: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/506_0/205619/tb, True
30
+ 2024-12-17 20:56:29,700 INFO MainThread:70432 [wandb_run.py:_config_callback():1382] config_cb None None {'grasped_obj_name': 'lady', 'left_book_slot': 'twodim'}
31
+ 2024-12-17 21:00:38,501 WARNING MsgRouterThr:70432 [router.py:message_loop():77] message_loop has been closed
205619/wandb/run-20241217_205625-m7h1fbac/run-m7h1fbac.wandb ADDED
Binary file (64.3 kB). View file
 
config.yaml ADDED
@@ -0,0 +1,546 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ root_dir: /mnt/kostas-graid/datasets/extrinsic_contact_data
2
+ replay_buffer_size: 150000
3
+ replay_buffer_num_workers: 2
4
+ nstep: 3
5
+ batch_size: 128
6
+ seed: 0
7
+ dataset_shuffle_seed: 0
8
+ device: cuda
9
+ save_video: true
10
+ save_train_video: true
11
+ use_tb: true
12
+ use_wandb: true
13
+ wandb_run_id: '506_0'
14
+ wandb_notes: 506_0_req_578_0
15
+ eval: false
16
+ true_action_history: false
17
+ process_contact_features: ${eval}
18
+ obs_type: pixels
19
+ use_color: true
20
+ use_depth: true
21
+ use_masks: false
22
+ mask_list:
23
+ - EE_obj_mask
24
+ mask_representation: channels
25
+ crop_hw:
26
+ - 144
27
+ - 144
28
+ crop_down_offset: 48
29
+ color_crop_type: null
30
+ depth_crop_type: null
31
+ segmask_crop_type: null
32
+ add_crop_binary_mask: false
33
+ add_coord_conv_map: false
34
+ use_context_color: false
35
+ use_context_depth: false
36
+ use_context_segmask: false
37
+ context_color_crop_type: null
38
+ context_depth_crop_type: null
39
+ context_segmask_crop_type: null
40
+ context_add_crop_binary_mask: false
41
+ context_add_coord_conv_map: false
42
+ use_contact_map: false
43
+ use_sdf_maps: false
44
+ use_normals_maps: false
45
+ which_objects: both
46
+ max_contact_prob: 0.1
47
+ max_depth: 2.0
48
+ grasped_dtc_max_value: 0.2
49
+ env_dtc_max_value: 0.4
50
+ grasped_normals_mask_max_dtc_value: 0.2
51
+ env_normals_mask_max_dtc_value: 0.4
52
+ clamp_dtc: true
53
+ dtc_adaptive_normalization: false
54
+ mask_normals_within_sdf: true
55
+ adaptive_normals_mask: true
56
+ learnable_contact_preprocess_params: true
57
+ contact_model_name: local_multitask_outhd64all_home_crop_h144w144d48_mask_ctxtmask_seed_220979_epoch_9
58
+ contact_estimation_model_ckpt_path: ~/fish_leon/contact_estimation/artifacts/175604_2/checkpoints/epoch=09-val_loss=0.00.ckpt
59
+ encoder_type: small
60
+ debug_timestamps: false
61
+ open_loop: false
62
+ action_trajectories: true
63
+ stop_after_action: false
64
+ interpolation_frequency: 25
65
+ policy_frequency: 5
66
+ wait_for_new_camera_frames: true
67
+ baseline: false
68
+ train_demo_idxs_list_or_num: -1
69
+ log_train_every_steps: 25
70
+ name_of_expert_demo: 112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
71
+ expert_dataset_dirpath: ${root_dir}/FISH/expert_demos/${suite.name}/${task_name}/${name_of_expert_demo}
72
+ store_dataset_in_memory: false
73
+ expert_dataset: ${expert_dataset_dirpath}/demos.zarr
74
+ action_key: ${oc.if_else:${action_trajectories}, 'action_trajectory_${interpolation_frequency}hz',
75
+ 'action'}
76
+ semantic_demo_grouping_name: semantic_demo_grouping.yaml
77
+ semantic_demo_grouping: ${expert_dataset_dirpath}/${semantic_demo_grouping_name}
78
+ include_groups_list:
79
+ - lady_twodim
80
+ expert_dataset_config: ${expert_dataset_dirpath}/demo_config.yaml
81
+ name_of_valid_demo: 112_240x320_all_twodim_left_to_right_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
82
+ valid_dataset_dir: ${root_dir}/FISH/expert_demos/${suite.name}/${task_name}/${name_of_valid_demo}/demos.zarr
83
+ valid_demo_idxs_list_or_num: null
84
+ val_num_groups: 0
85
+ load_bc: ${agent.load_checkpoint}
86
+ checkpoint_epoch_list:
87
+ - 99
88
+ - 199
89
+ - 299
90
+ - 399
91
+ - 499
92
+ - 599
93
+ - 699
94
+ - 799
95
+ - 899
96
+ - 999
97
+ - 1249
98
+ - 1499
99
+ - 1749
100
+ - 1999
101
+ - 2999
102
+ - 3999
103
+ - 4999
104
+ - 5999
105
+ - 6999
106
+ - 7999
107
+ - 8999
108
+ - 9999
109
+ snapshot_root_dir: /mnt/kostas-graid/datasets/extrinsic_contact_data/FISH
110
+ save_snapshot: true
111
+ save_last_snapshot: true
112
+ save_snapshot_when_done: true
113
+ top_k_checkpoints: 5
114
+ save_snapshot_link_to_weights_dir: deprecated
115
+ bc_regularize: false
116
+ bc_weight_type: qfilter
117
+ experiment_dir: ./exp_local/${suite.name}_${obs_type}/${task_name}/${wandb_run_id}
118
+ agent:
119
+ _target_: agent.diffusion_policy.DiffusionPolicyAgent
120
+ name: diffusion_policy
121
+ load_checkpoint: ${eval}
122
+ device: ${device}
123
+ n_obs_steps: ${.config.policy_cfg.n_obs_steps}
124
+ suite_name: ${suite.name}
125
+ obs_type: ${obs_type}
126
+ enable_arm: ${eval}
127
+ enable_camera: ${eval}
128
+ use_tb: ${use_tb}
129
+ desired_image_shape:
130
+ - 13
131
+ - 180
132
+ - 240
133
+ orig_cam_shape:
134
+ - 3
135
+ - 240
136
+ - 320
137
+ config:
138
+ _target_: agent.diffusion_policy.DiffusionPolicyAgentConfig
139
+ compile: false
140
+ device: ${device}
141
+ cam_resize_shape: ${agent.desired_image_shape}
142
+ orig_cam_shape: ${agent.orig_cam_shape}
143
+ policy_frequency: ${policy_frequency}
144
+ interpolation_frequency: ${interpolation_frequency}
145
+ policy_cfg:
146
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig
147
+ n_obs_steps: 1
148
+ horizon: 36
149
+ n_action_steps: ${agent.config.policy_cfg.horizon}
150
+ output_shapes:
151
+ action:
152
+ - 7
153
+ input_normalization_modes:
154
+ observation.image: mean_std
155
+ observation.state: min_max
156
+ observation.action_history: min_max
157
+ output_normalization_modes:
158
+ action: min_max
159
+ vision_backbone: resnet18
160
+ pretrained_backbone_weights: null
161
+ transforms:
162
+ - _target_: torchaug.transforms.RandomAffine
163
+ degrees:
164
+ - -5
165
+ - 5
166
+ translate:
167
+ - 0.05
168
+ - 0.05
169
+ batch_transform: true
170
+ num_chunks: -1
171
+ batch_inplace: true
172
+ - _target_: torchaug.transforms.RandomColorJitter
173
+ brightness: 0.3
174
+ contrast: 0.4
175
+ saturation: 0.5
176
+ hue: 0.08
177
+ batch_transform: true
178
+ num_chunks: -1
179
+ batch_inplace: true
180
+ use_group_norm: true
181
+ spatial_softmax_num_keypoints: 32
182
+ action_history_encoder_config:
183
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig
184
+ in_channels: 7
185
+ out_channels: 32
186
+ history_length: 6
187
+ kernel_size: ${agent.config.policy_cfg.kernel_size}
188
+ downsample_kernel_size: 3
189
+ downsample_stride: 2
190
+ downsample_padding: 1
191
+ down_dims:
192
+ - 256
193
+ - 512
194
+ - 1024
195
+ kernel_size: 5
196
+ n_groups: 8
197
+ diffusion_step_embed_dim: 128
198
+ use_film_scale_modulation: true
199
+ noise_scheduler_type: DDIM
200
+ beta_schedule: squaredcos_cap_v2
201
+ beta_start: 0.0001
202
+ beta_end: 0.02
203
+ prediction_type: epsilon
204
+ clip_sample: true
205
+ clip_sample_range: 1.0
206
+ num_train_timesteps: 50
207
+ num_inference_steps: 10
208
+ do_mask_loss_for_padding: false
209
+ input_shapes:
210
+ observation.image:
211
+ - 13
212
+ - 180
213
+ - 240
214
+ context_observation.image:
215
+ - 13
216
+ - 180
217
+ - 240
218
+ observation.state:
219
+ - 8
220
+ observation.action_history:
221
+ - 7
222
+ train_cfg:
223
+ _target_: utils.TrainConfig
224
+ lr: 0.0001
225
+ lr_scheduler: cosine
226
+ lr_warmup_steps: 500
227
+ adam_betas:
228
+ - 0.95
229
+ - 0.999
230
+ adam_eps: 1.0e-08
231
+ adam_weight_decay: 1.0e-06
232
+ grad_clip_norm: 10
233
+ offline_steps: ${num_train_frames_diffusion}
234
+ use_amp: true
235
+ observation_cfg:
236
+ _target_: agent.encoder.VisualFeatureSet
237
+ use_depth: ${use_depth}
238
+ use_color: ${use_color}
239
+ mask_input_dict:
240
+ _target_: agent.encoder.MaskInputDict
241
+ enable: ${use_masks}
242
+ representation: ${mask_representation}
243
+ mask_list: ${mask_list}
244
+ crop_input_config:
245
+ _target_: agent.encoder.CropInputConfig
246
+ color_crop_type: ${color_crop_type}
247
+ depth_crop_type: ${depth_crop_type}
248
+ segmask_crop_type: ${segmask_crop_type}
249
+ crop_hw: ${crop_hw}
250
+ crop_down_offset: ${crop_down_offset}
251
+ add_crop_binary_mask: ${add_crop_binary_mask}
252
+ add_coord_conv_map: ${add_coord_conv_map}
253
+ context_input_config:
254
+ _target_: agent.encoder.ContextInputConfig
255
+ use_color: ${use_context_color}
256
+ use_depth: ${use_context_depth}
257
+ mask_input_dict:
258
+ _target_: agent.encoder.MaskInputDict
259
+ enable: ${use_context_segmask}
260
+ representation: ${mask_representation}
261
+ mask_list: ${mask_list}
262
+ crop_input_config:
263
+ _target_: agent.encoder.CropInputConfig
264
+ color_crop_type: ${context_color_crop_type}
265
+ depth_crop_type: ${context_depth_crop_type}
266
+ segmask_crop_type: ${context_segmask_crop_type}
267
+ crop_hw: ${crop_hw}
268
+ crop_down_offset: ${crop_down_offset}
269
+ add_crop_binary_mask: ${context_add_crop_binary_mask}
270
+ add_coord_conv_map: ${context_add_coord_conv_map}
271
+ mask_soft_approx_scheduler_config:
272
+ _target_: agent.encoder.MaskSoftApproxSchedulerConfig
273
+ num_steps: 40000
274
+ initial_value: 10.0
275
+ final_value: 1000.0
276
+ interpolation_scheme: cosine
277
+ use_contact_map: ${use_contact_map}
278
+ use_sdf_maps: ${use_sdf_maps}
279
+ use_normals_maps: ${use_normals_maps}
280
+ which_objects: ${which_objects}
281
+ grasped_dtc_max_value: ${grasped_dtc_max_value}
282
+ env_dtc_max_value: ${env_dtc_max_value}
283
+ grasped_normals_mask_max_dtc_value: ${grasped_normals_mask_max_dtc_value}
284
+ env_normals_mask_max_dtc_value: ${env_normals_mask_max_dtc_value}
285
+ clamp_dtc: ${clamp_dtc}
286
+ max_contact_prob: ${max_contact_prob}
287
+ mask_normals_within_sdf: ${mask_normals_within_sdf}
288
+ dtc_adaptive_normalization: ${dtc_adaptive_normalization}
289
+ adaptive_normals_mask: ${adaptive_normals_mask}
290
+ max_depth: ${max_depth}
291
+ image_shape: ${agent.desired_image_shape}
292
+ learnable_contact_preprocess_params: ${learnable_contact_preprocess_params}
293
+ learning_rate: 0.0001
294
+ weight_decay: 0.0
295
+ contact_model_name: ${contact_model_name}
296
+ zero_centered: false
297
+ suite:
298
+ suite: frankagym
299
+ name: frankagym
300
+ frame_stack: ${agent.n_obs_steps}
301
+ action_repeat: 1
302
+ discount: 0.99
303
+ hidden_dim: 1024
304
+ num_train_frames: 1000000
305
+ num_seed_frames: 0
306
+ num_train_epochs: 15000
307
+ validate_every_epochs: 250
308
+ validate_diffusion_on_action_loss_every_epochs: 250
309
+ train_eval_diffusion_on_action_loss_every_epochs: 250
310
+ check_topk_every_epochs: 250
311
+ save_snapshot_every_epochs: 1500
312
+ eval_every_frames: 2000
313
+ num_eval_episodes: 5
314
+ save_snapshot: true
315
+ wait_for_user_to_start_episode: true
316
+ task_make_fn:
317
+ _target_: suite.frankagym.make
318
+ name: ${task_name}
319
+ height: 240
320
+ width: 320
321
+ frame_stack: ${suite.frame_stack}
322
+ action_repeat: ${suite.action_repeat}
323
+ seed: ${seed}
324
+ enable_arm: ${agent.enable_arm}
325
+ enable_gripper: ${enable_gripper}
326
+ start_with_gripper_open: ${start_with_gripper_open}
327
+ enable_camera: ${agent.enable_camera}
328
+ path_to_depth_extrinsics: ${path_to_depth_extrinsics}
329
+ contact_estimation_model_ckpt_path: ${contact_estimation_model_ckpt_path}
330
+ x_limit: ${x_limit}
331
+ y_limit: ${y_limit}
332
+ z_limit: ${z_limit}
333
+ device: ${device}
334
+ interpolation_frequency: ${interpolation_frequency}
335
+ policy_frequency: ${policy_frequency}
336
+ debug_timestamps: ${debug_timestamps}
337
+ stop_after_action: ${stop_after_action}
338
+ open_loop: ${open_loop}
339
+ wait_for_new_camera_frames: ${wait_for_new_camera_frames}
340
+ action_key: ${action_key}
341
+ action_trajectory_horizon: ${agent.config.policy_cfg.horizon}
342
+ action_trajectories: ${action_trajectories}
343
+ path_to_zarr_dataset: ${expert_dataset}
344
+ agent_policy_cfg:
345
+ _target_: agent.diffusion_policy.DiffusionPolicyAgentConfig
346
+ compile: false
347
+ device: ${device}
348
+ cam_resize_shape: ${agent.desired_image_shape}
349
+ orig_cam_shape: ${agent.orig_cam_shape}
350
+ policy_frequency: ${policy_frequency}
351
+ interpolation_frequency: ${interpolation_frequency}
352
+ policy_cfg:
353
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig
354
+ n_obs_steps: 1
355
+ horizon: 36
356
+ n_action_steps: ${agent.config.policy_cfg.horizon}
357
+ output_shapes:
358
+ action:
359
+ - 7
360
+ input_normalization_modes:
361
+ observation.image: mean_std
362
+ observation.state: min_max
363
+ observation.action_history: min_max
364
+ output_normalization_modes:
365
+ action: min_max
366
+ vision_backbone: resnet18
367
+ pretrained_backbone_weights: null
368
+ transforms:
369
+ - _target_: torchaug.transforms.RandomAffine
370
+ degrees:
371
+ - -5
372
+ - 5
373
+ translate:
374
+ - 0.05
375
+ - 0.05
376
+ batch_transform: true
377
+ num_chunks: -1
378
+ batch_inplace: true
379
+ - _target_: torchaug.transforms.RandomColorJitter
380
+ brightness: 0.3
381
+ contrast: 0.4
382
+ saturation: 0.5
383
+ hue: 0.08
384
+ batch_transform: true
385
+ num_chunks: -1
386
+ batch_inplace: true
387
+ use_group_norm: true
388
+ spatial_softmax_num_keypoints: 32
389
+ action_history_encoder_config:
390
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig
391
+ in_channels: 7
392
+ out_channels: 32
393
+ history_length: 6
394
+ kernel_size: ${agent.config.policy_cfg.kernel_size}
395
+ downsample_kernel_size: 3
396
+ downsample_stride: 2
397
+ downsample_padding: 1
398
+ down_dims:
399
+ - 256
400
+ - 512
401
+ - 1024
402
+ kernel_size: 5
403
+ n_groups: 8
404
+ diffusion_step_embed_dim: 128
405
+ use_film_scale_modulation: true
406
+ noise_scheduler_type: DDIM
407
+ beta_schedule: squaredcos_cap_v2
408
+ beta_start: 0.0001
409
+ beta_end: 0.02
410
+ prediction_type: epsilon
411
+ clip_sample: true
412
+ clip_sample_range: 1.0
413
+ num_train_timesteps: 50
414
+ num_inference_steps: 10
415
+ do_mask_loss_for_padding: false
416
+ input_shapes:
417
+ observation.image:
418
+ - 13
419
+ - 180
420
+ - 240
421
+ context_observation.image:
422
+ - 13
423
+ - 180
424
+ - 240
425
+ observation.state:
426
+ - 8
427
+ observation.action_history:
428
+ - 7
429
+ train_cfg:
430
+ _target_: utils.TrainConfig
431
+ lr: 0.0001
432
+ lr_scheduler: cosine
433
+ lr_warmup_steps: 500
434
+ adam_betas:
435
+ - 0.95
436
+ - 0.999
437
+ adam_eps: 1.0e-08
438
+ adam_weight_decay: 1.0e-06
439
+ grad_clip_norm: 10
440
+ offline_steps: ${num_train_frames_diffusion}
441
+ use_amp: true
442
+ observation_cfg:
443
+ _target_: agent.encoder.VisualFeatureSet
444
+ use_depth: ${use_depth}
445
+ use_color: ${use_color}
446
+ mask_input_dict:
447
+ _target_: agent.encoder.MaskInputDict
448
+ enable: ${use_masks}
449
+ representation: ${mask_representation}
450
+ mask_list: ${mask_list}
451
+ crop_input_config:
452
+ _target_: agent.encoder.CropInputConfig
453
+ color_crop_type: ${color_crop_type}
454
+ depth_crop_type: ${depth_crop_type}
455
+ segmask_crop_type: ${segmask_crop_type}
456
+ crop_hw: ${crop_hw}
457
+ crop_down_offset: ${crop_down_offset}
458
+ add_crop_binary_mask: ${add_crop_binary_mask}
459
+ add_coord_conv_map: ${add_coord_conv_map}
460
+ context_input_config:
461
+ _target_: agent.encoder.ContextInputConfig
462
+ use_color: ${use_context_color}
463
+ use_depth: ${use_context_depth}
464
+ mask_input_dict:
465
+ _target_: agent.encoder.MaskInputDict
466
+ enable: ${use_context_segmask}
467
+ representation: ${mask_representation}
468
+ mask_list: ${mask_list}
469
+ crop_input_config:
470
+ _target_: agent.encoder.CropInputConfig
471
+ color_crop_type: ${context_color_crop_type}
472
+ depth_crop_type: ${context_depth_crop_type}
473
+ segmask_crop_type: ${context_segmask_crop_type}
474
+ crop_hw: ${crop_hw}
475
+ crop_down_offset: ${crop_down_offset}
476
+ add_crop_binary_mask: ${context_add_crop_binary_mask}
477
+ add_coord_conv_map: ${context_add_coord_conv_map}
478
+ mask_soft_approx_scheduler_config:
479
+ _target_: agent.encoder.MaskSoftApproxSchedulerConfig
480
+ num_steps: 40000
481
+ initial_value: 10.0
482
+ final_value: 1000.0
483
+ interpolation_scheme: cosine
484
+ use_contact_map: ${use_contact_map}
485
+ use_sdf_maps: ${use_sdf_maps}
486
+ use_normals_maps: ${use_normals_maps}
487
+ which_objects: ${which_objects}
488
+ grasped_dtc_max_value: ${grasped_dtc_max_value}
489
+ env_dtc_max_value: ${env_dtc_max_value}
490
+ grasped_normals_mask_max_dtc_value: ${grasped_normals_mask_max_dtc_value}
491
+ env_normals_mask_max_dtc_value: ${env_normals_mask_max_dtc_value}
492
+ clamp_dtc: ${clamp_dtc}
493
+ max_contact_prob: ${max_contact_prob}
494
+ mask_normals_within_sdf: ${mask_normals_within_sdf}
495
+ dtc_adaptive_normalization: ${dtc_adaptive_normalization}
496
+ adaptive_normals_mask: ${adaptive_normals_mask}
497
+ max_depth: ${max_depth}
498
+ image_shape: ${agent.desired_image_shape}
499
+ learnable_contact_preprocess_params: ${learnable_contact_preprocess_params}
500
+ learning_rate: 0.0001
501
+ weight_decay: 0.0
502
+ contact_model_name: ${contact_model_name}
503
+ zero_centered: false
504
+ true_action_history: ${true_action_history}
505
+ num_train_frames_bc: 50000
506
+ num_train_frames_drq: 1100000
507
+ stddev_schedule_drq: linear(1.0,0.1,100000)
508
+ task_name: FrankaInsertion-v1
509
+ num_train_frames_vinn: 25000
510
+ num_train_frames_diffusion: 1000000
511
+ num_train_epochs_bc: 5000
512
+ num_train_epochs_diffusion: 15000
513
+ validate_every_epochs_bc: 5
514
+ validate_every_epochs_diffusion: 250
515
+ validate_diffusion_on_action_loss_every_epochs: 250
516
+ train_eval_diffusion_on_action_loss_every_epochs: 250
517
+ check_topk_every_epochs: 5
518
+ check_topk_every_epochs_diffusion: 250
519
+ save_snapshot_every_epochs_diffusion: 1500
520
+ x_limit:
521
+ - 0.2
522
+ - 0.7
523
+ y_limit:
524
+ - -0.4
525
+ - 0.4
526
+ z_limit:
527
+ - -0.05
528
+ - 0.55
529
+ home_displacement:
530
+ - 0.55
531
+ - 0.0
532
+ - 0.55
533
+ - 180.0
534
+ - 0.0
535
+ - 0.0
536
+ enable_gripper: true
537
+ start_with_gripper_open: true
538
+ offset_mask:
539
+ - 1
540
+ - 1
541
+ - 1
542
+ - 1
543
+ - 1
544
+ - 1
545
+ path_to_depth_extrinsics: ~/fish_leon/FISH/cfgs/camera_poses/camera_poses_L515/20240904-122305/color_tf_world.npy
546
+ feature_type: 180x240_1_RGB_D_2.0_acthst_hst6_out32_dwnkrnl3_dwnstrd2_dwnpd1