File size: 110,442 Bytes
20c435e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
2024-12-10 21:07:38,622 INFO    StreamThr :601021 [internal.py:wandb_internal():85] W&B internal server running at pid: 601021, started at: 2024-12-10 21:07:38.622053
2024-12-10 21:07:38,623 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status
2024-12-10 21:07:38,634 INFO    WriterThread:601021 [datastore.py:open_for_write():87] open: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/run-r4m9fzdi.wandb
2024-12-10 21:07:38,634 DEBUG   SenderThread:601021 [sender.py:send():379] send: header
2024-12-10 21:07:38,645 DEBUG   SenderThread:601021 [sender.py:send():379] send: run
2024-12-10 21:07:38,918 INFO    SenderThread:601021 [dir_watcher.py:__init__():211] watching files in: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files
2024-12-10 21:07:38,918 INFO    SenderThread:601021 [sender.py:_start_run_threads():1188] run started: r4m9fzdi with start time 1733882858.622519
2024-12-10 21:07:38,936 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: check_version
2024-12-10 21:07:38,936 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: check_version
2024-12-10 21:07:38,984 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: run_start
2024-12-10 21:07:38,989 DEBUG   HandlerThread:601021 [system_info.py:__init__():26] System info init
2024-12-10 21:07:38,989 DEBUG   HandlerThread:601021 [system_info.py:__init__():41] System info init done
2024-12-10 21:07:38,989 INFO    HandlerThread:601021 [system_monitor.py:start():194] Starting system monitor
2024-12-10 21:07:38,989 INFO    SystemMonitor:601021 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-12-10 21:07:38,989 INFO    HandlerThread:601021 [system_monitor.py:probe():214] Collecting system info
2024-12-10 21:07:38,989 INFO    SystemMonitor:601021 [interfaces.py:start():188] Started cpu monitoring
2024-12-10 21:07:38,990 INFO    SystemMonitor:601021 [interfaces.py:start():188] Started disk monitoring
2024-12-10 21:07:38,991 INFO    SystemMonitor:601021 [interfaces.py:start():188] Started gpu monitoring
2024-12-10 21:07:38,991 INFO    SystemMonitor:601021 [interfaces.py:start():188] Started memory monitoring
2024-12-10 21:07:38,992 INFO    SystemMonitor:601021 [interfaces.py:start():188] Started network monitoring
2024-12-10 21:07:39,002 DEBUG   HandlerThread:601021 [system_info.py:probe():152] Probing system
2024-12-10 21:07:39,003 DEBUG   HandlerThread:601021 [system_info.py:_probe_git():137] Probing git
2024-12-10 21:07:39,008 DEBUG   HandlerThread:601021 [system_info.py:_probe_git():145] Probing git done
2024-12-10 21:07:39,008 DEBUG   HandlerThread:601021 [system_info.py:probe():200] Probing system done
2024-12-10 21:07:39,008 DEBUG   HandlerThread:601021 [system_monitor.py:probe():223] {'os': 'Linux-5.15.0-125-generic-x86_64-with-glibc2.31', 'python': '3.10.14', 'heartbeatAt': '2024-12-11T02:07:39.002284', 'startedAt': '2024-12-11T02:07:38.614206', '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': '4f7c0421eb84a7caf6bf5670f68777523362676f'}, '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': 4312.5005, 'min': 800.0, 'max': 4700.0}, 'cpu_freq_per_core': [{'current': 4499.997, 'min': 800.0, 'max': 4700.0}, {'current': 4499.998, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 4500.0, 'min': 800.0, 'max': 4700.0}, {'current': 4499.956, '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.3990364074707}}, 'gpu': 'NVIDIA GeForce RTX 2070 SUPER', 'gpu_count': 1, 'gpu_devices': [{'name': 'NVIDIA GeForce RTX 2070 SUPER', 'memory_total': 8589934592}], 'memory': {'total': 62.71596908569336}}
2024-12-10 21:07:39,008 INFO    HandlerThread:601021 [system_monitor.py:probe():224] Finished collecting system info
2024-12-10 21:07:39,008 INFO    HandlerThread:601021 [system_monitor.py:probe():227] Publishing system info
2024-12-10 21:07:39,008 DEBUG   HandlerThread:601021 [system_info.py:_save_code():44] Saving code
2024-12-10 21:07:39,010 DEBUG   HandlerThread:601021 [system_info.py:_save_code():67] Saving code done
2024-12-10 21:07:39,010 DEBUG   HandlerThread:601021 [system_info.py:_save_patches():84] Saving git patches
2024-12-10 21:07:39,074 DEBUG   HandlerThread:601021 [system_info.py:_save_patches():126] Saving git patches done
2024-12-10 21:07:39,074 INFO    HandlerThread:601021 [system_monitor.py:probe():229] Finished publishing system info
2024-12-10 21:07:39,077 DEBUG   SenderThread:601021 [sender.py:send():379] send: files
2024-12-10 21:07:39,077 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file wandb-metadata.json with policy now
2024-12-10 21:07:39,077 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file code/FISH/eval_robot.py with policy now
2024-12-10 21:07:39,078 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file diff.patch with policy now
2024-12-10 21:07:39,335 INFO    wandb-upload_0:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/19y6xz09-wandb-metadata.json
2024-12-10 21:07:39,342 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: python_packages
2024-12-10 21:07:39,342 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: python_packages
2024-12-10 21:07:39,344 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:07:39,345 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:07:39,351 INFO    wandb-upload_2:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/yyukg9ez-diff.patch
2024-12-10 21:07:39,386 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:39,386 INFO    HandlerThread:601021 [handler.py:handle_tbrecord():783] handling tbrecord: tbrecord {
  log_dir: "/home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/tb"
  save: true
}
control {
  relay_id: "0d9e67a43a6245129e461b3eb5978722"
}
_info {
  stream_id: "r4m9fzdi"
}

2024-12-10 21:07:39,386 DEBUG   HandlerThread:601021 [config_util.py:dict_from_config_file():70] no default config file found in config-defaults.yaml
2024-12-10 21:07:39,459 INFO    wandb-upload_1:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/6dtumhkg-code/FISH/eval_robot.py
2024-12-10 21:07:39,463 DEBUG   SenderThread:601021 [sender.py:send():379] send: telemetry
2024-12-10 21:07:39,463 DEBUG   SenderThread:601021 [sender.py:send():379] send: tbrecord
2024-12-10 21:07:39,464 DEBUG   SenderThread:601021 [sender.py:send():379] send: files
2024-12-10 21:07:39,464 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file events.out.tfevents.1733882859.leonmkim-ROG-Strix-G15CS-G15CS.600897.0 with policy live
2024-12-10 21:07:39,666 INFO    wandb-upload_0:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/0lfrfmoc-events.out.tfevents.1733882859.leonmkim-ROG-Strix-G15CS-G15CS.600897.0
2024-12-10 21:07:39,920 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/code/FISH/eval_robot.py
2024-12-10 21:07:39,920 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/diff.patch
2024-12-10 21:07:39,920 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/events.out.tfevents.1733882859.leonmkim-ROG-Strix-G15CS-G15CS.600897.0
2024-12-10 21:07:39,920 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:07:39,920 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/requirements.txt
2024-12-10 21:07:39,920 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-metadata.json
2024-12-10 21:07:39,920 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/code
2024-12-10 21:07:39,920 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/code/FISH
2024-12-10 21:07:40,344 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:41,344 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:41,919 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:07:42,344 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:42,752 DEBUG   SenderThread:601021 [sender.py:send():379] send: config
2024-12-10 21:07:43,344 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:43,760 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:07:43,920 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:07:44,345 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:45,344 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:45,920 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:07:46,344 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:47,345 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:47,921 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:07:48,344 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:49,343 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:07:49,344 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:49,921 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:07:50,345 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:51,345 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:51,922 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:07:52,345 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:53,346 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:54,342 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:07:54,342 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:07:54,385 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:54,435 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:07:55,346 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:56,346 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:57,346 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:58,346 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:07:59,346 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:00,344 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:08:00,346 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:01,346 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:02,346 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:03,347 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:04,347 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:05,344 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:08:05,347 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:06,347 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:07,347 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:07,926 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:08,347 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:09,342 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:08:09,343 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:08:09,385 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:10,348 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:10,376 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:08:10,927 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/config.yaml
2024-12-10 21:08:11,348 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:11,927 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:12,348 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:13,348 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:13,928 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:14,348 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:15,348 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:15,562 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:08:15,928 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:16,349 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:17,349 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:17,929 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:18,349 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:19,349 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:19,930 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:20,349 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:20,631 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:08:21,349 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:21,930 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:22,349 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:23,349 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:23,931 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:24,342 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:08:24,343 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:08:24,349 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:25,349 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:25,779 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:08:25,931 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:26,349 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:27,349 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:27,933 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:28,350 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:29,350 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:29,933 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:30,350 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:30,977 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:08:31,350 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:31,934 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:32,350 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:33,350 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:33,934 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:34,350 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:35,350 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:35,935 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:36,166 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:08:36,350 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:37,350 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:37,935 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:38,229 DEBUG   SenderThread:601021 [sender.py:send():379] send: files
2024-12-10 21:08:38,229 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file media/videos/eval/0_eval_0_daf03ac4df433b6afa80.mp4 with policy now
2024-12-10 21:08:38,229 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: partial_history
2024-12-10 21:08:38,230 DEBUG   SenderThread:601021 [sender.py:send():379] send: history
2024-12-10 21:08:38,230 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: summary_record
2024-12-10 21:08:38,231 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-10 21:08:38,351 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:38,482 INFO    wandb-upload_1:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/pmuvl3df-media/videos/eval/0_eval_0_daf03ac4df433b6afa80.mp4
2024-12-10 21:08:38,936 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-summary.json
2024-12-10 21:08:38,936 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval/0_eval_0_daf03ac4df433b6afa80.mp4
2024-12-10 21:08:38,936 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval
2024-12-10 21:08:38,936 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos
2024-12-10 21:08:38,936 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media
2024-12-10 21:08:38,992 DEBUG   SystemMonitor:601021 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-12-10 21:08:38,992 DEBUG   SenderThread:601021 [sender.py:send():379] send: stats
2024-12-10 21:08:39,235 INFO    wandb-upload_0:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/40lm6lse-media/videos/eval/0_eval_0_daf03ac4df433b6afa80.mp4
2024-12-10 21:08:39,343 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:08:39,343 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:08:39,389 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:39,936 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:40,351 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:41,351 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:41,937 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:42,086 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:08:42,352 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:43,351 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:44,351 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:45,352 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:45,938 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:08:46,352 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:47,345 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:08:47,352 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:48,352 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:49,353 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:50,353 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:51,353 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:52,346 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:08:52,353 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:53,353 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:54,343 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:08:54,343 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:08:54,385 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:55,354 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:56,354 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:57,354 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:57,445 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:08:58,354 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:08:59,354 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:00,354 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:01,354 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:01,943 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/events.out.tfevents.1733882859.leonmkim-ROG-Strix-G15CS-G15CS.600897.0
2024-12-10 21:09:02,197 INFO    wandb-upload_1:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/2q7yeh2p-events.out.tfevents.1733882859.leonmkim-ROG-Strix-G15CS-G15CS.600897.0
2024-12-10 21:09:02,354 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:03,246 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:09:03,354 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:03,944 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:04,355 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:05,355 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:05,945 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:06,355 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:07,355 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:07,945 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:08,355 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:08,417 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:09:08,993 DEBUG   SenderThread:601021 [sender.py:send():379] send: stats
2024-12-10 21:09:09,343 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:09:09,343 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:09:09,356 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:09,946 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:10,355 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:11,355 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:11,947 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:12,356 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:13,356 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:13,420 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:09:13,947 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:14,356 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:15,356 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:15,948 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:16,356 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:17,357 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:17,949 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:18,357 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:18,442 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:09:19,358 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:19,950 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:20,360 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:21,359 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:21,950 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:22,359 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:23,360 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:23,619 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:09:23,951 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:24,343 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:09:24,343 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:09:24,360 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:25,360 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:25,952 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:26,360 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:27,360 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:27,952 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:28,360 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:28,639 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:09:29,360 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:29,953 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:30,360 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:31,360 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:31,954 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:32,361 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:33,366 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:33,618 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: partial_history
2024-12-10 21:09:33,618 DEBUG   SenderThread:601021 [sender.py:send():379] send: files
2024-12-10 21:09:33,619 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file media/videos/eval/1_eval_1_fa72f11620e871983c64.mp4 with policy now
2024-12-10 21:09:33,619 DEBUG   SenderThread:601021 [sender.py:send():379] send: history
2024-12-10 21:09:33,620 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: summary_record
2024-12-10 21:09:33,620 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-10 21:09:33,879 INFO    wandb-upload_0:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/rlxqu1db-media/videos/eval/1_eval_1_fa72f11620e871983c64.mp4
2024-12-10 21:09:33,955 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:33,955 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-summary.json
2024-12-10 21:09:33,955 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval/1_eval_1_fa72f11620e871983c64.mp4
2024-12-10 21:09:33,955 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval
2024-12-10 21:09:34,255 INFO    wandb-upload_1:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/69opme6e-media/videos/eval/1_eval_1_fa72f11620e871983c64.mp4
2024-12-10 21:09:34,351 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:09:34,363 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:35,371 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:35,955 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:36,364 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:37,367 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:37,956 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:38,369 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:38,993 DEBUG   SenderThread:601021 [sender.py:send():379] send: stats
2024-12-10 21:09:39,343 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:09:39,343 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:09:39,364 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:39,480 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:09:39,957 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:40,364 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:41,365 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:41,909 DEBUG   SenderThread:601021 [sender.py:send():379] send: history
2024-12-10 21:09:41,909 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: summary_record
2024-12-10 21:09:41,910 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-10 21:09:41,957 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-summary.json
2024-12-10 21:09:41,958 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/events.out.tfevents.1733882859.leonmkim-ROG-Strix-G15CS-G15CS.600897.0
2024-12-10 21:09:42,366 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:43,365 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:43,958 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:44,365 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:45,182 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:09:45,366 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:45,959 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:46,365 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:47,365 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:47,960 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:48,365 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:49,368 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:49,960 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:50,248 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:09:50,368 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:51,368 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:51,961 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:52,368 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:53,369 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:53,962 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:54,343 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:09:54,343 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:09:54,369 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:55,369 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:55,455 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:09:55,963 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:56,369 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:57,369 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:57,964 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:09:58,369 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:59,369 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:09:59,964 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:00,369 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:00,638 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:10:01,370 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:01,965 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:02,370 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:03,370 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:03,966 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:04,370 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:05,370 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:05,671 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:10:05,967 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:06,370 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:07,371 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:07,967 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:08,371 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:08,994 DEBUG   SenderThread:601021 [sender.py:send():379] send: stats
2024-12-10 21:10:09,343 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:10:09,344 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:10:09,371 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:09,968 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:10,371 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:10,843 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:10:11,371 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:11,969 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:12,371 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:13,373 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:13,970 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:14,025 DEBUG   SenderThread:601021 [sender.py:send():379] send: files
2024-12-10 21:10:14,025 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file media/videos/eval/2_eval_2_b17305aedebc761a4898.mp4 with policy now
2024-12-10 21:10:14,026 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: partial_history
2024-12-10 21:10:14,027 DEBUG   SenderThread:601021 [sender.py:send():379] send: history
2024-12-10 21:10:14,027 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: summary_record
2024-12-10 21:10:14,028 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-10 21:10:14,282 INFO    wandb-upload_0:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/a215d27a-media/videos/eval/2_eval_2_b17305aedebc761a4898.mp4
2024-12-10 21:10:14,374 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:14,970 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-summary.json
2024-12-10 21:10:14,970 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval/2_eval_2_b17305aedebc761a4898.mp4
2024-12-10 21:10:14,970 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval
2024-12-10 21:10:15,275 INFO    wandb-upload_1:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/zmle0ig3-media/videos/eval/2_eval_2_b17305aedebc761a4898.mp4
2024-12-10 21:10:15,388 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:15,970 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:16,353 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:10:16,376 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:17,378 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:17,971 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:18,389 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:19,379 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:20,380 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:21,387 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:21,690 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:10:21,972 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:22,387 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:22,672 DEBUG   SenderThread:601021 [sender.py:send():379] send: history
2024-12-10 21:10:22,672 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: summary_record
2024-12-10 21:10:22,695 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-10 21:10:22,973 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-summary.json
2024-12-10 21:10:22,973 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/events.out.tfevents.1733882859.leonmkim-ROG-Strix-G15CS-G15CS.600897.0
2024-12-10 21:10:23,233 INFO    wandb-upload_0:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/qp1en2ki-events.out.tfevents.1733882859.leonmkim-ROG-Strix-G15CS-G15CS.600897.0
2024-12-10 21:10:23,384 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:23,973 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:24,347 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:10:24,347 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:10:24,389 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:25,393 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:25,974 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:26,386 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:26,987 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:10:27,387 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:27,975 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:28,386 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:29,387 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:29,975 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:30,387 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:31,387 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:31,976 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:32,011 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:10:32,387 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:33,387 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:33,977 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:34,387 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:35,387 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:35,978 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:36,387 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:37,171 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:10:37,388 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:37,978 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:38,388 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:38,994 DEBUG   SenderThread:601021 [sender.py:send():379] send: stats
2024-12-10 21:10:39,344 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:10:39,344 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:10:39,388 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:39,979 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:40,388 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:41,388 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:41,980 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:42,176 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:10:42,388 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:43,388 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:43,981 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:44,388 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:45,388 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:45,982 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:46,389 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:47,263 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:10:47,389 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:47,982 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:48,389 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:49,389 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:49,983 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:50,389 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:51,390 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:51,984 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:52,390 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:52,404 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:10:53,390 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:53,985 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:54,352 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:10:54,352 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:10:54,394 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:55,036 DEBUG   SenderThread:601021 [sender.py:send():379] send: files
2024-12-10 21:10:55,036 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file media/videos/eval/3_eval_3_49c63cb7694dee4c930a.mp4 with policy now
2024-12-10 21:10:55,043 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: partial_history
2024-12-10 21:10:55,044 DEBUG   SenderThread:601021 [sender.py:send():379] send: history
2024-12-10 21:10:55,044 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: summary_record
2024-12-10 21:10:55,044 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-10 21:10:55,288 INFO    wandb-upload_1:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/d9c1a6dv-media/videos/eval/3_eval_3_49c63cb7694dee4c930a.mp4
2024-12-10 21:10:55,393 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:55,985 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:10:55,986 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-summary.json
2024-12-10 21:10:55,986 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval/3_eval_3_49c63cb7694dee4c930a.mp4
2024-12-10 21:10:55,986 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval
2024-12-10 21:10:56,283 INFO    wandb-upload_0:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/rmi7s53d-media/videos/eval/3_eval_3_49c63cb7694dee4c930a.mp4
2024-12-10 21:10:56,399 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:57,401 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:57,872 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:10:58,405 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:59,406 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:10:59,987 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:00,410 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:01,409 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:01,987 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:02,413 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:03,405 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:11:03,449 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:03,718 DEBUG   SenderThread:601021 [sender.py:send():379] send: history
2024-12-10 21:11:03,718 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: summary_record
2024-12-10 21:11:03,718 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-10 21:11:03,988 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:03,988 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-summary.json
2024-12-10 21:11:03,988 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/events.out.tfevents.1733882859.leonmkim-ROG-Strix-G15CS-G15CS.600897.0
2024-12-10 21:11:04,415 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:05,414 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:05,989 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:06,419 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:07,416 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:07,990 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:08,415 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:08,464 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:11:08,995 DEBUG   SenderThread:601021 [sender.py:send():379] send: stats
2024-12-10 21:11:09,345 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:11:09,345 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:11:09,415 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:09,990 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:10,416 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:11,415 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:11,991 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:12,416 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:13,416 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:13,485 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:11:13,992 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:14,416 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:15,416 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:15,993 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:16,416 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:17,416 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:17,993 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:18,417 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:18,684 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:11:19,417 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:19,994 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:20,417 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:21,417 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:21,995 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:22,417 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:23,417 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:23,723 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:11:23,996 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:24,345 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:11:24,345 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:11:24,417 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:25,417 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:25,996 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:26,417 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:27,417 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:27,997 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:28,418 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:28,907 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:11:29,418 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:29,998 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:30,418 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:31,418 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:32,418 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:33,001 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:33,420 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:33,958 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:11:34,419 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:35,002 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:35,424 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:36,155 DEBUG   SenderThread:601021 [sender.py:send():379] send: files
2024-12-10 21:11:36,155 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file media/videos/eval/4_eval_4_a244b0b09dc15d2eae1c.mp4 with policy now
2024-12-10 21:11:36,158 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: partial_history
2024-12-10 21:11:36,158 DEBUG   SenderThread:601021 [sender.py:send():379] send: history
2024-12-10 21:11:36,158 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: summary_record
2024-12-10 21:11:36,158 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-10 21:11:36,398 INFO    wandb-upload_1:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/knvvnylb-media/videos/eval/4_eval_4_a244b0b09dc15d2eae1c.mp4
2024-12-10 21:11:36,426 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:37,003 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:37,003 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-summary.json
2024-12-10 21:11:37,003 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval/4_eval_4_a244b0b09dc15d2eae1c.mp4
2024-12-10 21:11:37,003 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval
2024-12-10 21:11:37,309 INFO    wandb-upload_0:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/c2ykdz2u-media/videos/eval/4_eval_4_a244b0b09dc15d2eae1c.mp4
2024-12-10 21:11:37,424 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:38,424 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:38,995 DEBUG   SenderThread:601021 [sender.py:send():379] send: stats
2024-12-10 21:11:38,996 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:11:39,003 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:39,357 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: stop_status
2024-12-10 21:11:39,357 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: stop_status
2024-12-10 21:11:39,427 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:40,449 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:41,004 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:41,445 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:42,447 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:43,446 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:44,205 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:11:44,250 DEBUG   SenderThread:601021 [sender.py:send():379] send: exit
2024-12-10 21:11:44,250 INFO    SenderThread:601021 [sender.py:send_exit():586] handling exit code: 0
2024-12-10 21:11:44,250 INFO    SenderThread:601021 [sender.py:send_exit():588] handling runtime: 245
2024-12-10 21:11:44,250 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-10 21:11:44,251 INFO    SenderThread:601021 [sender.py:send_exit():594] send defer
2024-12-10 21:11:44,251 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:44,251 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 0
2024-12-10 21:11:44,251 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:44,251 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 0
2024-12-10 21:11:44,251 INFO    SenderThread:601021 [sender.py:transition_state():614] send defer: 1
2024-12-10 21:11:44,251 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:44,251 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 1
2024-12-10 21:11:44,251 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:44,251 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 1
2024-12-10 21:11:44,251 INFO    SenderThread:601021 [sender.py:transition_state():614] send defer: 2
2024-12-10 21:11:44,251 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:44,251 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 2
2024-12-10 21:11:44,251 INFO    HandlerThread:601021 [system_monitor.py:finish():203] Stopping system monitor
2024-12-10 21:11:44,251 DEBUG   SystemMonitor:601021 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-12-10 21:11:44,252 INFO    HandlerThread:601021 [interfaces.py:finish():200] Joined cpu monitor
2024-12-10 21:11:44,252 DEBUG   SystemMonitor:601021 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-12-10 21:11:44,252 INFO    HandlerThread:601021 [interfaces.py:finish():200] Joined disk monitor
2024-12-10 21:11:44,304 INFO    HandlerThread:601021 [interfaces.py:finish():200] Joined gpu monitor
2024-12-10 21:11:44,304 INFO    HandlerThread:601021 [interfaces.py:finish():200] Joined memory monitor
2024-12-10 21:11:44,304 INFO    HandlerThread:601021 [interfaces.py:finish():200] Joined network monitor
2024-12-10 21:11:44,304 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:44,305 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 2
2024-12-10 21:11:44,305 INFO    SenderThread:601021 [sender.py:transition_state():614] send defer: 3
2024-12-10 21:11:44,305 DEBUG   SenderThread:601021 [sender.py:send():379] send: stats
2024-12-10 21:11:44,305 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:44,305 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 3
2024-12-10 21:11:44,305 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:44,305 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 3
2024-12-10 21:11:44,305 INFO    SenderThread:601021 [sender.py:transition_state():614] send defer: 4
2024-12-10 21:11:44,305 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:44,305 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 4
2024-12-10 21:11:45,006 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:45,006 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-summary.json
2024-12-10 21:11:45,006 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/events.out.tfevents.1733882859.leonmkim-ROG-Strix-G15CS-G15CS.600897.0
2024-12-10 21:11:45,246 INFO    wandb-upload_1:601021 [upload_job.py:push():130] Uploaded file /tmp/tmp8arqdxjawandb/r96vgupj-events.out.tfevents.1733882859.leonmkim-ROG-Strix-G15CS-G15CS.600897.0
2024-12-10 21:11:47,006 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:50,307 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-10 21:11:50,308 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:11:50,308 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:50,308 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: keepalive
2024-12-10 21:11:50,308 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 4
2024-12-10 21:11:50,308 INFO    SenderThread:601021 [sender.py:transition_state():614] send defer: 5
2024-12-10 21:11:50,308 DEBUG   SenderThread:601021 [sender.py:send():379] send: history
2024-12-10 21:11:50,308 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:50,308 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: summary_record
2024-12-10 21:11:50,308 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 5
2024-12-10 21:11:50,309 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-10 21:11:50,309 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: poll_exit
2024-12-10 21:11:50,309 DEBUG   SenderThread:601021 [sender.py:send():379] send: history
2024-12-10 21:11:50,309 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: summary_record
2024-12-10 21:11:50,313 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-10 21:11:50,313 DEBUG   SenderThread:601021 [sender.py:send():379] send: summary
2024-12-10 21:11:50,313 INFO    SenderThread:601021 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-10 21:11:50,313 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:50,314 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 5
2024-12-10 21:11:50,314 INFO    SenderThread:601021 [sender.py:transition_state():614] send defer: 6
2024-12-10 21:11:50,314 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:50,314 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 6
2024-12-10 21:11:50,314 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:50,314 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 6
2024-12-10 21:11:50,314 INFO    SenderThread:601021 [sender.py:transition_state():614] send defer: 7
2024-12-10 21:11:50,314 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: status_report
2024-12-10 21:11:50,314 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:50,314 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 7
2024-12-10 21:11:50,314 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:50,314 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 7
2024-12-10 21:11:51,008 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-summary.json
2024-12-10 21:11:51,251 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-10 21:11:52,132 INFO    SenderThread:601021 [sender.py:transition_state():614] send defer: 8
2024-12-10 21:11:52,132 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: poll_exit
2024-12-10 21:11:52,132 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:52,133 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 8
2024-12-10 21:11:52,133 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:52,133 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 8
2024-12-10 21:11:52,133 INFO    SenderThread:601021 [job_builder.py:build():440] Attempting to build job artifact
2024-12-10 21:11:52,136 INFO    SenderThread:601021 [job_builder.py:_get_source_type():569] is repo sourced job
2024-12-10 21:11:52,151 INFO    SenderThread:601021 [job_builder.py:build():545] adding wandb-job metadata file
2024-12-10 21:11:52,160 INFO    SenderThread:601021 [sender.py:transition_state():614] send defer: 9
2024-12-10 21:11:52,160 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:52,160 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 9
2024-12-10 21:11:52,160 DEBUG   SenderThread:601021 [sender.py:send():379] send: artifact
2024-12-10 21:11:52,252 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-10 21:11:52,718 INFO    wandb-upload_2:601021 [upload_job.py:push():85] Skipped uploading /home/leonmkim/.local/share/wandb/artifacts/staging/tmphlyt7eoj
2024-12-10 21:11:52,983 INFO    wandb-upload_1:601021 [upload_job.py:push():88] Uploaded file /tmp/tmpsi_q7yxg/wandb-job.json
2024-12-10 21:11:53,006 INFO    wandb-upload_0:601021 [upload_job.py:push():88] Uploaded file /home/leonmkim/.local/share/wandb/artifacts/staging/tmpk9mk35pr
2024-12-10 21:11:53,009 INFO    Thread-12 :601021 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:53,692 INFO    SenderThread:601021 [sender.py:send_artifact():1537] sent artifact job-https___github.com_leonmkim_fish_leon.git_FISH_eval_robot.py - {'id': 'QXJ0aWZhY3Q6MTM2Njc3OTY4NQ==', 'state': 'PENDING', 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjMxNzk5NjkyNQ==', 'latestArtifact': {'id': 'QXJ0aWZhY3Q6MTM2Njc3NTA2NA==', 'versionIndex': 338}}}
2024-12-10 21:11:53,692 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:53,692 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 9
2024-12-10 21:11:53,692 INFO    SenderThread:601021 [dir_watcher.py:finish():358] shutting down directory watcher
2024-12-10 21:11:54,009 INFO    SenderThread:601021 [dir_watcher.py:finish():388] scan: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files
2024-12-10 21:11:54,010 INFO    SenderThread:601021 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/config.yaml config.yaml
2024-12-10 21:11:54,010 INFO    SenderThread:601021 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-summary.json wandb-summary.json
2024-12-10 21:11:54,012 INFO    SenderThread:601021 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/requirements.txt requirements.txt
2024-12-10 21:11:54,012 INFO    SenderThread:601021 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-metadata.json wandb-metadata.json
2024-12-10 21:11:54,013 INFO    SenderThread:601021 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/events.out.tfevents.1733882859.leonmkim-ROG-Strix-G15CS-G15CS.600897.0 events.out.tfevents.1733882859.leonmkim-ROG-Strix-G15CS-G15CS.600897.0
2024-12-10 21:11:54,015 INFO    SenderThread:601021 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log output.log
2024-12-10 21:11:54,015 INFO    SenderThread:601021 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/diff.patch diff.patch
2024-12-10 21:11:54,016 INFO    SenderThread:601021 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/code/FISH/eval_robot.py code/FISH/eval_robot.py
2024-12-10 21:11:54,017 INFO    SenderThread:601021 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval/0_eval_0_daf03ac4df433b6afa80.mp4 media/videos/eval/0_eval_0_daf03ac4df433b6afa80.mp4
2024-12-10 21:11:54,017 INFO    SenderThread:601021 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval/4_eval_4_a244b0b09dc15d2eae1c.mp4 media/videos/eval/4_eval_4_a244b0b09dc15d2eae1c.mp4
2024-12-10 21:11:54,017 INFO    SenderThread:601021 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval/3_eval_3_49c63cb7694dee4c930a.mp4 media/videos/eval/3_eval_3_49c63cb7694dee4c930a.mp4
2024-12-10 21:11:54,017 INFO    SenderThread:601021 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval/2_eval_2_b17305aedebc761a4898.mp4 media/videos/eval/2_eval_2_b17305aedebc761a4898.mp4
2024-12-10 21:11:54,017 INFO    SenderThread:601021 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/media/videos/eval/1_eval_1_fa72f11620e871983c64.mp4 media/videos/eval/1_eval_1_fa72f11620e871983c64.mp4
2024-12-10 21:11:54,017 INFO    SenderThread:601021 [sender.py:transition_state():614] send defer: 10
2024-12-10 21:11:54,017 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: poll_exit
2024-12-10 21:11:54,017 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:54,017 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 10
2024-12-10 21:11:54,018 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:54,018 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 10
2024-12-10 21:11:54,018 INFO    SenderThread:601021 [file_pusher.py:finish():169] shutting down file pusher
2024-12-10 21:11:54,206 INFO    wandb-upload_0:601021 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/wandb-summary.json
2024-12-10 21:11:54,206 INFO    wandb-upload_1:601021 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/requirements.txt
2024-12-10 21:11:54,248 INFO    wandb-upload_2:601021 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/config.yaml
2024-12-10 21:11:54,252 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-10 21:11:54,253 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: poll_exit
2024-12-10 21:11:54,282 INFO    wandb-upload_3:601021 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/files/output.log
2024-12-10 21:11:54,482 INFO    Thread-11 (_thread_body):601021 [sender.py:transition_state():614] send defer: 11
2024-12-10 21:11:54,482 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:54,482 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 11
2024-12-10 21:11:54,483 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:54,483 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 11
2024-12-10 21:11:54,483 INFO    SenderThread:601021 [file_pusher.py:join():175] waiting for file pusher
2024-12-10 21:11:54,484 INFO    SenderThread:601021 [sender.py:transition_state():614] send defer: 12
2024-12-10 21:11:54,484 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:54,484 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 12
2024-12-10 21:11:54,484 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:54,484 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 12
2024-12-10 21:11:54,484 INFO    SenderThread:601021 [file_stream.py:finish():601] file stream finish called
2024-12-10 21:11:54,670 INFO    SenderThread:601021 [file_stream.py:finish():605] file stream finish is done
2024-12-10 21:11:54,670 INFO    SenderThread:601021 [sender.py:transition_state():614] send defer: 13
2024-12-10 21:11:54,670 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:54,671 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 13
2024-12-10 21:11:54,671 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:54,671 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 13
2024-12-10 21:11:54,671 INFO    SenderThread:601021 [sender.py:transition_state():614] send defer: 14
2024-12-10 21:11:54,671 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: defer
2024-12-10 21:11:54,671 INFO    HandlerThread:601021 [handler.py:handle_request_defer():184] handle defer: 14
2024-12-10 21:11:54,671 DEBUG   SenderThread:601021 [sender.py:send():379] send: final
2024-12-10 21:11:54,672 DEBUG   SenderThread:601021 [sender.py:send():379] send: footer
2024-12-10 21:11:54,672 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: defer
2024-12-10 21:11:54,672 INFO    SenderThread:601021 [sender.py:send_request_defer():610] handle sender defer: 14
2024-12-10 21:11:54,672 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-10 21:11:54,673 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: poll_exit
2024-12-10 21:11:54,673 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: server_info
2024-12-10 21:11:54,673 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: server_info
2024-12-10 21:11:54,675 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-10 21:11:54,675 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: get_summary
2024-12-10 21:11:54,676 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: sampled_history
2024-12-10 21:11:54,676 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-10 21:11:54,767 DEBUG   SenderThread:601021 [sender.py:send_request():406] send_request: poll_exit
2024-12-10 21:11:54,768 INFO    MainThread:601021 [wandb_run.py:_footer_history_summary_info():4016] rendering history
2024-12-10 21:11:54,768 INFO    MainThread:601021 [wandb_run.py:_footer_history_summary_info():4048] rendering summary
2024-12-10 21:11:54,768 INFO    MainThread:601021 [wandb_run.py:_footer_sync_info():3975] logging synced files
2024-12-10 21:11:54,768 DEBUG   HandlerThread:601021 [handler.py:handle_request():158] handle_request: shutdown
2024-12-10 21:11:54,768 INFO    HandlerThread:601021 [handler.py:finish():882] shutting down handler
2024-12-10 21:11:55,675 INFO    WriterThread:601021 [datastore.py:close():296] close: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/265626/210732/wandb/run-20241210_210738-r4m9fzdi/run-r4m9fzdi.wandb
2024-12-10 21:11:55,768 INFO    SenderThread:601021 [sender.py:finish():1615] shutting down sender
2024-12-10 21:11:55,768 INFO    SenderThread:601021 [file_pusher.py:finish():169] shutting down file pusher
2024-12-10 21:11:55,768 INFO    SenderThread:601021 [file_pusher.py:join():175] waiting for file pusher