File size: 108,429 Bytes
13ab3a5 | 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 | 2024-12-17 22:22:22,653 INFO StreamThr :86025 [internal.py:wandb_internal():85] W&B internal server running at pid: 86025, started at: 2024-12-17 22:22:22.652747
2024-12-17 22:22:22,654 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status
2024-12-17 22:22:22,674 INFO WriterThread:86025 [datastore.py:open_for_write():87] open: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/run-3hohiwzt.wandb
2024-12-17 22:22:22,674 DEBUG SenderThread:86025 [sender.py:send():379] send: header
2024-12-17 22:22:22,682 DEBUG SenderThread:86025 [sender.py:send():379] send: run
2024-12-17 22:22:23,010 INFO SenderThread:86025 [dir_watcher.py:__init__():211] watching files in: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files
2024-12-17 22:22:23,010 INFO SenderThread:86025 [sender.py:_start_run_threads():1188] run started: 3hohiwzt with start time 1734492142.653155
2024-12-17 22:22:23,033 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: check_version
2024-12-17 22:22:23,034 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: check_version
2024-12-17 22:22:23,108 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: run_start
2024-12-17 22:22:23,113 DEBUG HandlerThread:86025 [system_info.py:__init__():26] System info init
2024-12-17 22:22:23,113 DEBUG HandlerThread:86025 [system_info.py:__init__():41] System info init done
2024-12-17 22:22:23,113 INFO HandlerThread:86025 [system_monitor.py:start():194] Starting system monitor
2024-12-17 22:22:23,113 INFO SystemMonitor:86025 [system_monitor.py:_start():158] Starting system asset monitoring threads
2024-12-17 22:22:23,114 INFO HandlerThread:86025 [system_monitor.py:probe():214] Collecting system info
2024-12-17 22:22:23,114 INFO SystemMonitor:86025 [interfaces.py:start():188] Started cpu monitoring
2024-12-17 22:22:23,115 INFO SystemMonitor:86025 [interfaces.py:start():188] Started disk monitoring
2024-12-17 22:22:23,115 INFO SystemMonitor:86025 [interfaces.py:start():188] Started gpu monitoring
2024-12-17 22:22:23,116 INFO SystemMonitor:86025 [interfaces.py:start():188] Started memory monitoring
2024-12-17 22:22:23,116 INFO SystemMonitor:86025 [interfaces.py:start():188] Started network monitoring
2024-12-17 22:22:23,125 DEBUG HandlerThread:86025 [system_info.py:probe():152] Probing system
2024-12-17 22:22:23,127 DEBUG HandlerThread:86025 [system_info.py:_probe_git():137] Probing git
2024-12-17 22:22:23,131 DEBUG HandlerThread:86025 [system_info.py:_probe_git():145] Probing git done
2024-12-17 22:22:23,132 DEBUG HandlerThread:86025 [system_info.py:probe():200] Probing system done
2024-12-17 22:22:23,132 DEBUG HandlerThread:86025 [system_monitor.py:probe():223] {'os': 'Linux-5.15.0-125-generic-x86_64-with-glibc2.31', 'python': '3.10.14', 'heartbeatAt': '2024-12-18T03:22:23.125939', 'startedAt': '2024-12-18T03:22:22.645550', 'docker': None, 'cuda': None, 'args': ('agent=diffusion', 'suite=frankagym', 'suite/frankagym_task@_global_=insertion'), 'state': 'running', 'program': '/home/leonmkim/fish_leon/FISH/eval_robot.py', 'codePathLocal': None, 'codePath': 'FISH/eval_robot.py', 'git': {'remote': 'https://github.com/leonmkim/fish_leon.git', 'commit': '5f28b54373d7d41e4ebace380ff1080a8ffc4051'}, 'email': 'leonmkim@seas.upenn.edu', 'root': '/home/leonmkim/fish_leon', 'host': 'leonmkim-ROG-Strix-G15CS-G15CS', 'username': 'leonmkim', 'executable': '/home/leonmkim/.pyenv/versions/lerobot/bin/python', 'cpu_count': 8, 'cpu_count_logical': 8, 'cpu_freq': {'current': 3374.992125, 'min': 800.0, 'max': 4700.0}, 'cpu_freq_per_core': [{'current': 4499.951, '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': 4496.348, 'min': 800.0, 'max': 4700.0}, {'current': 3000.0, 'min': 800.0, 'max': 4700.0}, {'current': 4499.986, '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': 422.9752616882324}}, 'gpu': 'NVIDIA GeForce RTX 2070 SUPER', 'gpu_count': 1, 'gpu_devices': [{'name': 'NVIDIA GeForce RTX 2070 SUPER', 'memory_total': 8589934592}], 'memory': {'total': 62.71595764160156}}
2024-12-17 22:22:23,132 INFO HandlerThread:86025 [system_monitor.py:probe():224] Finished collecting system info
2024-12-17 22:22:23,132 INFO HandlerThread:86025 [system_monitor.py:probe():227] Publishing system info
2024-12-17 22:22:23,132 DEBUG HandlerThread:86025 [system_info.py:_save_code():44] Saving code
2024-12-17 22:22:23,133 DEBUG HandlerThread:86025 [system_info.py:_save_code():67] Saving code done
2024-12-17 22:22:23,133 DEBUG HandlerThread:86025 [system_info.py:_save_patches():84] Saving git patches
2024-12-17 22:22:23,202 DEBUG HandlerThread:86025 [system_info.py:_save_patches():126] Saving git patches done
2024-12-17 22:22:23,202 INFO HandlerThread:86025 [system_monitor.py:probe():229] Finished publishing system info
2024-12-17 22:22:23,206 DEBUG SenderThread:86025 [sender.py:send():379] send: files
2024-12-17 22:22:23,206 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file wandb-metadata.json with policy now
2024-12-17 22:22:23,206 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file code/FISH/eval_robot.py with policy now
2024-12-17 22:22:23,206 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file diff.patch with policy now
2024-12-17 22:22:23,449 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: python_packages
2024-12-17 22:22:23,449 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:22:23,449 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: python_packages
2024-12-17 22:22:23,450 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:22:23,451 INFO wandb-upload_0:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/3qchwwx5-wandb-metadata.json
2024-12-17 22:22:23,452 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:23,452 INFO HandlerThread:86025 [handler.py:handle_tbrecord():783] handling tbrecord: tbrecord {
log_dir: "/home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/tb"
save: true
}
control {
relay_id: "c474a86184574da4bdc2ce97d7a438a6"
}
_info {
stream_id: "3hohiwzt"
}
2024-12-17 22:22:23,452 DEBUG HandlerThread:86025 [config_util.py:dict_from_config_file():70] no default config file found in config-defaults.yaml
2024-12-17 22:22:23,476 INFO wandb-upload_2:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/4nyhvsvq-diff.patch
2024-12-17 22:22:23,505 INFO wandb-upload_1:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/2l7gfcbs-code/FISH/eval_robot.py
2024-12-17 22:22:23,573 DEBUG SenderThread:86025 [sender.py:send():379] send: telemetry
2024-12-17 22:22:23,573 DEBUG SenderThread:86025 [sender.py:send():379] send: tbrecord
2024-12-17 22:22:23,574 DEBUG SenderThread:86025 [sender.py:send():379] send: files
2024-12-17 22:22:23,574 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file events.out.tfevents.1734492143.leonmkim-ROG-Strix-G15CS-G15CS.85828.0 with policy live
2024-12-17 22:22:23,762 INFO wandb-upload_0:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/8am8knte-events.out.tfevents.1734492143.leonmkim-ROG-Strix-G15CS-G15CS.85828.0
2024-12-17 22:22:24,011 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:24,011 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/requirements.txt
2024-12-17 22:22:24,011 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/events.out.tfevents.1734492143.leonmkim-ROG-Strix-G15CS-G15CS.85828.0
2024-12-17 22:22:24,012 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/diff.patch
2024-12-17 22:22:24,012 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/code/FISH/eval_robot.py
2024-12-17 22:22:24,012 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-metadata.json
2024-12-17 22:22:24,012 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/code/FISH
2024-12-17 22:22:24,012 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/code
2024-12-17 22:22:24,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:25,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:26,010 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:26,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:27,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:28,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:22:28,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:28,929 DEBUG SenderThread:86025 [sender.py:send():379] send: config
2024-12-17 22:22:29,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:30,012 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:30,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:31,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:32,012 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:32,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:33,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:22:33,451 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:34,013 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:34,451 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:35,451 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:36,014 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:36,451 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:37,451 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:38,014 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:38,449 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:22:38,450 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:22:38,451 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:38,595 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:22:39,451 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:40,015 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:40,451 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:41,451 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:42,452 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:43,452 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:43,609 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:22:44,016 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:44,452 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:45,452 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:46,017 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:46,452 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:47,452 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:48,018 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:48,453 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:48,723 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:22:49,453 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:50,018 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:50,453 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:51,453 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:52,019 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:52,453 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:53,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:22:53,450 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:22:53,453 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:53,913 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:22:54,042 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:54,453 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:55,042 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/config.yaml
2024-12-17 22:22:55,453 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:56,042 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:56,453 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:57,453 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:58,043 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:22:58,453 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:22:59,103 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:22:59,454 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:00,043 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:00,454 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:01,454 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:02,044 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:02,454 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:03,454 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:04,044 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:04,104 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:23:04,454 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:05,455 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:06,045 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:06,456 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:07,456 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:08,045 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:08,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:23:08,450 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:23:08,455 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:09,271 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:23:09,456 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:09,505 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: partial_history
2024-12-17 22:23:09,506 DEBUG SenderThread:86025 [sender.py:send():379] send: files
2024-12-17 22:23:09,506 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file media/videos/eval/0_eval_0_d91822057f05ee88a947.mp4 with policy now
2024-12-17 22:23:09,506 DEBUG SenderThread:86025 [sender.py:send():379] send: history
2024-12-17 22:23:09,506 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: summary_record
2024-12-17 22:23:09,507 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 22:23:09,768 INFO wandb-upload_1:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/hqzqbwbs-media/videos/eval/0_eval_0_d91822057f05ee88a947.mp4
2024-12-17 22:23:10,046 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:10,046 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-summary.json
2024-12-17 22:23:10,047 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval/0_eval_0_d91822057f05ee88a947.mp4
2024-12-17 22:23:10,047 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval
2024-12-17 22:23:10,047 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos
2024-12-17 22:23:10,047 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media
2024-12-17 22:23:10,318 INFO wandb-upload_0:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/r0gfbzz9-media/videos/eval/0_eval_0_d91822057f05ee88a947.mp4
2024-12-17 22:23:10,456 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:11,456 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:12,047 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:12,456 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:13,456 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:14,048 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:14,451 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:23:14,457 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:15,457 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:16,457 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:17,457 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:18,049 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:18,049 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/events.out.tfevents.1734492143.leonmkim-ROG-Strix-G15CS-G15CS.85828.0
2024-12-17 22:23:18,457 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:19,458 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:19,713 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:23:20,050 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:20,458 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:21,458 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:22,459 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:23,116 DEBUG SystemMonitor:86025 [system_monitor.py:_start():172] Starting system metrics aggregation loop
2024-12-17 22:23:23,117 DEBUG SenderThread:86025 [sender.py:send():379] send: stats
2024-12-17 22:23:23,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:23:23,450 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:23:23,459 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:24,052 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:24,459 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:24,894 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:23:25,459 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:26,052 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:26,459 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:27,459 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:28,053 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:28,459 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:29,459 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:30,054 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:30,097 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:23:30,460 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:31,460 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:32,054 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:32,460 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:33,460 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:34,055 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:34,460 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:35,294 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:23:35,460 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:36,056 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:36,460 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:37,460 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:38,056 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:38,450 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:23:38,450 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:23:38,460 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:39,460 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:40,057 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:40,316 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:23:40,460 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:41,461 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:42,058 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:42,461 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:43,461 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:44,058 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:44,461 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:45,461 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:45,502 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:23:46,059 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:46,461 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:47,461 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:48,060 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:48,461 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:49,462 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:49,581 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: partial_history
2024-12-17 22:23:49,582 DEBUG SenderThread:86025 [sender.py:send():379] send: files
2024-12-17 22:23:49,582 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file media/videos/eval/1_eval_1_1478a84e67844b615856.mp4 with policy now
2024-12-17 22:23:49,582 DEBUG SenderThread:86025 [sender.py:send():379] send: history
2024-12-17 22:23:49,582 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: summary_record
2024-12-17 22:23:49,582 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 22:23:49,833 INFO wandb-upload_1:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/ttlobcyg-media/videos/eval/1_eval_1_1478a84e67844b615856.mp4
2024-12-17 22:23:50,061 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:50,061 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-summary.json
2024-12-17 22:23:50,061 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval/1_eval_1_1478a84e67844b615856.mp4
2024-12-17 22:23:50,061 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval
2024-12-17 22:23:50,323 INFO wandb-upload_0:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/k1hwnz6c-media/videos/eval/1_eval_1_1478a84e67844b615856.mp4
2024-12-17 22:23:50,467 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:50,583 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:23:51,462 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:52,061 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:52,464 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:53,117 DEBUG SenderThread:86025 [sender.py:send():379] send: stats
2024-12-17 22:23:53,453 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:23:53,454 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:23:53,466 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:54,062 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:54,468 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:55,467 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:55,975 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:23:56,464 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:57,466 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:58,063 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:23:58,064 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/events.out.tfevents.1734492143.leonmkim-ROG-Strix-G15CS-G15CS.85828.0
2024-12-17 22:23:58,324 INFO wandb-upload_1:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/1ip19wrv-events.out.tfevents.1734492143.leonmkim-ROG-Strix-G15CS-G15CS.85828.0
2024-12-17 22:23:58,465 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:23:58,821 DEBUG SenderThread:86025 [sender.py:send():379] send: history
2024-12-17 22:23:58,821 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: summary_record
2024-12-17 22:23:58,822 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 22:23:59,064 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-summary.json
2024-12-17 22:23:59,468 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:00,064 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:00,468 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:01,077 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:24:01,471 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:02,470 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:03,466 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:04,065 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:04,467 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:05,468 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:06,066 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:06,183 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:24:06,467 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:07,467 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:08,067 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:08,452 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:24:08,452 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:24:08,469 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:09,468 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:10,067 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:10,467 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:11,191 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:24:11,467 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:12,068 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:12,470 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:13,468 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:14,069 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:14,469 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:15,469 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:16,070 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:16,219 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:24:16,470 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:17,470 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:18,070 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:18,470 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:19,470 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:20,071 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:20,471 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:21,277 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:24:21,471 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:22,072 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:22,471 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:23,118 DEBUG SenderThread:86025 [sender.py:send():379] send: stats
2024-12-17 22:24:23,452 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:24:23,453 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:24:23,471 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:24,072 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:24,471 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:25,471 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:26,073 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:26,455 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:24:26,471 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:27,471 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:28,074 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:28,471 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:29,472 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:30,074 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:30,472 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:31,475 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:31,589 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:24:31,629 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: partial_history
2024-12-17 22:24:31,629 DEBUG SenderThread:86025 [sender.py:send():379] send: files
2024-12-17 22:24:31,630 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file media/videos/eval/2_eval_2_eeafa772c8d100c2e002.mp4 with policy now
2024-12-17 22:24:31,630 DEBUG SenderThread:86025 [sender.py:send():379] send: history
2024-12-17 22:24:31,630 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: summary_record
2024-12-17 22:24:31,630 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 22:24:31,893 INFO wandb-upload_0:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/rjformfm-media/videos/eval/2_eval_2_eeafa772c8d100c2e002.mp4
2024-12-17 22:24:32,075 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:32,075 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-summary.json
2024-12-17 22:24:32,075 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval/2_eval_2_eeafa772c8d100c2e002.mp4
2024-12-17 22:24:32,075 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval
2024-12-17 22:24:32,344 INFO wandb-upload_1:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/jgtnuect-media/videos/eval/2_eval_2_eeafa772c8d100c2e002.mp4
2024-12-17 22:24:32,483 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:33,481 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:34,076 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:34,480 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:35,482 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:36,076 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:36,481 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:37,197 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:24:37,484 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:38,458 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:24:38,458 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:24:38,485 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:39,498 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:40,078 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:40,489 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:41,489 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:42,487 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:42,623 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:24:43,488 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:44,491 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:45,487 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:46,487 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:47,491 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:48,462 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:24:48,493 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:49,495 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:50,489 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:51,486 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:51,678 DEBUG SenderThread:86025 [sender.py:send():379] send: history
2024-12-17 22:24:51,679 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: summary_record
2024-12-17 22:24:51,679 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 22:24:52,081 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:52,082 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-summary.json
2024-12-17 22:24:52,082 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/events.out.tfevents.1734492143.leonmkim-ROG-Strix-G15CS-G15CS.85828.0
2024-12-17 22:24:52,496 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:53,118 DEBUG SenderThread:86025 [sender.py:send():379] send: stats
2024-12-17 22:24:53,458 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:24:53,459 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:24:53,505 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:53,524 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:24:54,082 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:54,491 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:55,495 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:56,083 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:56,521 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:57,491 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:58,084 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:24:58,491 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:24:58,662 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:24:59,491 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:00,084 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:00,491 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:01,491 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:02,085 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:02,492 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:03,513 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:03,668 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:25:04,086 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:04,492 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:05,493 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:06,087 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:06,493 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:07,493 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:08,087 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:08,456 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:25:08,456 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:25:08,493 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:08,669 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:25:09,493 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:10,088 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:10,493 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:11,494 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:12,089 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:12,494 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:13,513 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:13,676 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:25:14,090 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:14,494 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:15,494 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:16,091 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:16,494 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:17,495 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:18,091 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:18,505 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:18,864 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:25:19,495 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:20,092 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:20,496 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:21,495 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:22,093 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:22,495 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:23,119 DEBUG SenderThread:86025 [sender.py:send():379] send: stats
2024-12-17 22:25:23,456 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:25:23,456 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:25:23,496 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:24,094 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:24,334 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:25:24,505 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:24,612 DEBUG SenderThread:86025 [sender.py:send():379] send: files
2024-12-17 22:25:24,612 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file media/videos/eval/3_eval_3_00c78bcf41acea80ba18.mp4 with policy now
2024-12-17 22:25:24,614 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: partial_history
2024-12-17 22:25:24,615 DEBUG SenderThread:86025 [sender.py:send():379] send: history
2024-12-17 22:25:24,615 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: summary_record
2024-12-17 22:25:24,615 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 22:25:24,863 INFO wandb-upload_0:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/6pml43fn-media/videos/eval/3_eval_3_00c78bcf41acea80ba18.mp4
2024-12-17 22:25:25,094 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-summary.json
2024-12-17 22:25:25,094 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval/3_eval_3_00c78bcf41acea80ba18.mp4
2024-12-17 22:25:25,095 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval
2024-12-17 22:25:25,378 INFO wandb-upload_1:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/r10nwmln-media/videos/eval/3_eval_3_00c78bcf41acea80ba18.mp4
2024-12-17 22:25:25,515 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:26,094 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:26,504 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:27,508 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:28,511 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:29,469 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:25:29,507 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:30,096 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:30,507 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:31,505 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:32,096 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:32,505 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:33,509 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:33,729 DEBUG SenderThread:86025 [sender.py:send():379] send: history
2024-12-17 22:25:33,729 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: summary_record
2024-12-17 22:25:33,729 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 22:25:34,097 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:34,097 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-summary.json
2024-12-17 22:25:34,097 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/events.out.tfevents.1734492143.leonmkim-ROG-Strix-G15CS-G15CS.85828.0
2024-12-17 22:25:34,343 INFO wandb-upload_0:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/04x2v7ca-events.out.tfevents.1734492143.leonmkim-ROG-Strix-G15CS-G15CS.85828.0
2024-12-17 22:25:34,526 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:35,209 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:25:35,518 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:36,098 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:36,509 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:37,510 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:38,099 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:38,461 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:25:38,461 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:25:38,510 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:39,506 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:40,099 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:40,507 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:40,662 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:25:41,507 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:42,100 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:42,507 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:43,529 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:44,101 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:44,507 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:45,508 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:45,682 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:25:46,102 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:46,508 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:47,508 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:48,103 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:48,521 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:49,509 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:50,104 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:50,509 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:50,872 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:25:51,509 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:52,104 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:52,509 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:53,119 DEBUG SenderThread:86025 [sender.py:send():379] send: stats
2024-12-17 22:25:53,457 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:25:53,457 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:25:53,509 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:54,105 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:54,509 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:55,509 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:55,873 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:25:56,106 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:56,510 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:57,510 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:58,107 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:25:58,513 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:25:59,510 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:00,107 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:26:00,510 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:00,888 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:26:01,511 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:02,108 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:26:02,510 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:03,517 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:04,109 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:26:04,512 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:05,512 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:05,889 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:26:06,110 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:26:06,512 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:07,513 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:07,954 DEBUG SenderThread:86025 [sender.py:send():379] send: files
2024-12-17 22:26:07,954 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file media/videos/eval/4_eval_4_e8b72a8830911063b0b2.mp4 with policy now
2024-12-17 22:26:07,954 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: partial_history
2024-12-17 22:26:07,955 DEBUG SenderThread:86025 [sender.py:send():379] send: history
2024-12-17 22:26:07,955 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: summary_record
2024-12-17 22:26:07,955 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 22:26:08,111 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:26:08,111 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-summary.json
2024-12-17 22:26:08,111 INFO Thread-12 :86025 [dir_watcher.py:_on_file_created():271] file/dir created: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval/4_eval_4_e8b72a8830911063b0b2.mp4
2024-12-17 22:26:08,111 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval
2024-12-17 22:26:08,222 INFO wandb-upload_1:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/t1mp9u73-media/videos/eval/4_eval_4_e8b72a8830911063b0b2.mp4
2024-12-17 22:26:08,457 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: stop_status
2024-12-17 22:26:08,457 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: stop_status
2024-12-17 22:26:08,487 INFO wandb-upload_0:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/th4oa18o-media/videos/eval/4_eval_4_e8b72a8830911063b0b2.mp4
2024-12-17 22:26:08,532 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:09,519 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:10,111 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:26:10,538 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:11,554 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:11,568 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:26:12,112 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:26:12,525 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:13,536 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:14,530 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:15,534 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:16,113 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:26:16,532 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:16,597 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:26:17,543 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:18,538 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:19,539 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:20,534 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:21,539 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:21,642 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:26:21,685 DEBUG SenderThread:86025 [sender.py:send():379] send: exit
2024-12-17 22:26:21,685 INFO SenderThread:86025 [sender.py:send_exit():586] handling exit code: 0
2024-12-17 22:26:21,686 INFO SenderThread:86025 [sender.py:send_exit():588] handling runtime: 238
2024-12-17 22:26:21,686 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 22:26:21,686 INFO SenderThread:86025 [sender.py:send_exit():594] send defer
2024-12-17 22:26:21,686 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:21,686 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 0
2024-12-17 22:26:21,686 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:21,686 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 0
2024-12-17 22:26:21,686 INFO SenderThread:86025 [sender.py:transition_state():614] send defer: 1
2024-12-17 22:26:21,686 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:21,686 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 1
2024-12-17 22:26:21,687 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:21,687 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 1
2024-12-17 22:26:21,687 INFO SenderThread:86025 [sender.py:transition_state():614] send defer: 2
2024-12-17 22:26:21,687 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:21,687 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 2
2024-12-17 22:26:21,687 INFO HandlerThread:86025 [system_monitor.py:finish():203] Stopping system monitor
2024-12-17 22:26:21,687 DEBUG SystemMonitor:86025 [system_monitor.py:_start():179] Finished system metrics aggregation loop
2024-12-17 22:26:21,687 INFO HandlerThread:86025 [interfaces.py:finish():200] Joined cpu monitor
2024-12-17 22:26:21,687 DEBUG SystemMonitor:86025 [system_monitor.py:_start():183] Publishing last batch of metrics
2024-12-17 22:26:21,687 INFO HandlerThread:86025 [interfaces.py:finish():200] Joined disk monitor
2024-12-17 22:26:21,733 INFO HandlerThread:86025 [interfaces.py:finish():200] Joined gpu monitor
2024-12-17 22:26:21,733 INFO HandlerThread:86025 [interfaces.py:finish():200] Joined memory monitor
2024-12-17 22:26:21,733 INFO HandlerThread:86025 [interfaces.py:finish():200] Joined network monitor
2024-12-17 22:26:21,734 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:21,734 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 2
2024-12-17 22:26:21,734 INFO SenderThread:86025 [sender.py:transition_state():614] send defer: 3
2024-12-17 22:26:21,734 DEBUG SenderThread:86025 [sender.py:send():379] send: stats
2024-12-17 22:26:21,734 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:21,734 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 3
2024-12-17 22:26:21,734 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:21,734 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 3
2024-12-17 22:26:21,734 INFO SenderThread:86025 [sender.py:transition_state():614] send defer: 4
2024-12-17 22:26:21,734 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:21,734 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 4
2024-12-17 22:26:22,115 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:26:22,115 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-summary.json
2024-12-17 22:26:22,116 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/events.out.tfevents.1734492143.leonmkim-ROG-Strix-G15CS-G15CS.85828.0
2024-12-17 22:26:27,736 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-17 22:26:27,737 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:26:27,737 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:27,737 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: keepalive
2024-12-17 22:26:27,737 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 4
2024-12-17 22:26:27,737 INFO SenderThread:86025 [sender.py:transition_state():614] send defer: 5
2024-12-17 22:26:27,737 DEBUG SenderThread:86025 [sender.py:send():379] send: history
2024-12-17 22:26:27,737 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:27,737 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: summary_record
2024-12-17 22:26:27,738 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 5
2024-12-17 22:26:27,738 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 22:26:27,738 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: poll_exit
2024-12-17 22:26:27,738 DEBUG SenderThread:86025 [sender.py:send():379] send: history
2024-12-17 22:26:27,738 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: summary_record
2024-12-17 22:26:27,739 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 22:26:27,739 DEBUG SenderThread:86025 [sender.py:send():379] send: summary
2024-12-17 22:26:27,739 INFO SenderThread:86025 [sender.py:_save_file():1454] saving file wandb-summary.json with policy end
2024-12-17 22:26:27,739 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:27,739 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 5
2024-12-17 22:26:27,739 INFO SenderThread:86025 [sender.py:transition_state():614] send defer: 6
2024-12-17 22:26:27,739 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:27,739 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 6
2024-12-17 22:26:27,739 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:27,740 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 6
2024-12-17 22:26:27,740 INFO SenderThread:86025 [sender.py:transition_state():614] send defer: 7
2024-12-17 22:26:27,740 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: status_report
2024-12-17 22:26:27,740 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:27,740 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 7
2024-12-17 22:26:27,740 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:27,740 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 7
2024-12-17 22:26:28,113 INFO SenderThread:86025 [sender.py:transition_state():614] send defer: 8
2024-12-17 22:26:28,113 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:28,113 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 8
2024-12-17 22:26:28,113 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:28,113 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 8
2024-12-17 22:26:28,113 INFO SenderThread:86025 [job_builder.py:build():440] Attempting to build job artifact
2024-12-17 22:26:28,116 INFO SenderThread:86025 [job_builder.py:_get_source_type():569] is repo sourced job
2024-12-17 22:26:28,117 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:26:28,117 INFO Thread-12 :86025 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-summary.json
2024-12-17 22:26:28,130 INFO SenderThread:86025 [job_builder.py:build():545] adding wandb-job metadata file
2024-12-17 22:26:28,144 INFO SenderThread:86025 [sender.py:transition_state():614] send defer: 9
2024-12-17 22:26:28,144 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:28,144 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 9
2024-12-17 22:26:28,144 DEBUG SenderThread:86025 [sender.py:send():379] send: artifact
2024-12-17 22:26:28,633 INFO wandb-upload_2:86025 [upload_job.py:push():85] Skipped uploading /home/leonmkim/.local/share/wandb/artifacts/staging/tmphfy9q10k
2024-12-17 22:26:28,633 INFO wandb-upload_0:86025 [upload_job.py:push():85] Skipped uploading /tmp/tmp47_34f1i/wandb-job.json
2024-12-17 22:26:28,686 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-17 22:26:28,729 INFO wandb-upload_1:86025 [upload_job.py:push():88] Uploaded file /home/leonmkim/.local/share/wandb/artifacts/staging/tmp73ob4fa2
2024-12-17 22:26:29,268 INFO SenderThread:86025 [sender.py:send_artifact():1537] sent artifact job-https___github.com_leonmkim_fish_leon.git_FISH_eval_robot.py - {'id': 'QXJ0aWZhY3Q6MTM4MzQyNDMyMw==', 'state': 'PENDING', 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjMxNzk5NjkyNQ==', 'latestArtifact': {'id': 'QXJ0aWZhY3Q6MTM4MzQxMDY4OQ==', 'versionIndex': 384}}}
2024-12-17 22:26:29,268 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:29,268 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 9
2024-12-17 22:26:29,268 INFO SenderThread:86025 [dir_watcher.py:finish():358] shutting down directory watcher
2024-12-17 22:26:30,118 INFO SenderThread:86025 [dir_watcher.py:finish():388] scan: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files
2024-12-17 22:26:30,118 INFO SenderThread:86025 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/config.yaml config.yaml
2024-12-17 22:26:30,118 INFO SenderThread:86025 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-summary.json wandb-summary.json
2024-12-17 22:26:30,119 INFO SenderThread:86025 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/requirements.txt requirements.txt
2024-12-17 22:26:30,119 INFO SenderThread:86025 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-metadata.json wandb-metadata.json
2024-12-17 22:26:30,119 INFO SenderThread:86025 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/events.out.tfevents.1734492143.leonmkim-ROG-Strix-G15CS-G15CS.85828.0 events.out.tfevents.1734492143.leonmkim-ROG-Strix-G15CS-G15CS.85828.0
2024-12-17 22:26:30,125 INFO SenderThread:86025 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log output.log
2024-12-17 22:26:30,125 INFO SenderThread:86025 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/diff.patch diff.patch
2024-12-17 22:26:30,125 INFO SenderThread:86025 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/code/FISH/eval_robot.py code/FISH/eval_robot.py
2024-12-17 22:26:30,126 INFO SenderThread:86025 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval/2_eval_2_eeafa772c8d100c2e002.mp4 media/videos/eval/2_eval_2_eeafa772c8d100c2e002.mp4
2024-12-17 22:26:30,126 INFO SenderThread:86025 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval/3_eval_3_00c78bcf41acea80ba18.mp4 media/videos/eval/3_eval_3_00c78bcf41acea80ba18.mp4
2024-12-17 22:26:30,126 INFO SenderThread:86025 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval/1_eval_1_1478a84e67844b615856.mp4 media/videos/eval/1_eval_1_1478a84e67844b615856.mp4
2024-12-17 22:26:30,126 INFO SenderThread:86025 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval/4_eval_4_e8b72a8830911063b0b2.mp4 media/videos/eval/4_eval_4_e8b72a8830911063b0b2.mp4
2024-12-17 22:26:30,126 INFO SenderThread:86025 [dir_watcher.py:finish():402] scan save: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/media/videos/eval/0_eval_0_d91822057f05ee88a947.mp4 media/videos/eval/0_eval_0_d91822057f05ee88a947.mp4
2024-12-17 22:26:30,126 INFO SenderThread:86025 [sender.py:transition_state():614] send defer: 10
2024-12-17 22:26:30,126 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: poll_exit
2024-12-17 22:26:30,126 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:30,127 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 10
2024-12-17 22:26:30,129 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:30,129 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 10
2024-12-17 22:26:30,130 INFO SenderThread:86025 [file_pusher.py:finish():169] shutting down file pusher
2024-12-17 22:26:30,318 INFO wandb-upload_2:86025 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/config.yaml
2024-12-17 22:26:30,333 INFO wandb-upload_1:86025 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/requirements.txt
2024-12-17 22:26:30,340 INFO wandb-upload_0:86025 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/wandb-summary.json
2024-12-17 22:26:30,393 INFO wandb-upload_4:86025 [upload_job.py:push():130] Uploaded file /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/files/output.log
2024-12-17 22:26:30,424 INFO wandb-upload_3:86025 [upload_job.py:push():130] Uploaded file /tmp/tmp3mpo7bp4wandb/jtho7use-events.out.tfevents.1734492143.leonmkim-ROG-Strix-G15CS-G15CS.85828.0
2024-12-17 22:26:30,624 INFO Thread-11 (_thread_body):86025 [sender.py:transition_state():614] send defer: 11
2024-12-17 22:26:30,624 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:30,624 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 11
2024-12-17 22:26:30,624 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:30,624 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 11
2024-12-17 22:26:30,624 INFO SenderThread:86025 [file_pusher.py:join():175] waiting for file pusher
2024-12-17 22:26:30,625 INFO SenderThread:86025 [sender.py:transition_state():614] send defer: 12
2024-12-17 22:26:30,625 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:30,626 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 12
2024-12-17 22:26:30,626 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:30,626 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 12
2024-12-17 22:26:30,626 INFO SenderThread:86025 [file_stream.py:finish():601] file stream finish called
2024-12-17 22:26:30,687 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-17 22:26:30,845 INFO SenderThread:86025 [file_stream.py:finish():605] file stream finish is done
2024-12-17 22:26:30,845 INFO SenderThread:86025 [sender.py:transition_state():614] send defer: 13
2024-12-17 22:26:30,845 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: poll_exit
2024-12-17 22:26:30,845 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:30,845 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 13
2024-12-17 22:26:30,845 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:30,845 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 13
2024-12-17 22:26:30,845 INFO SenderThread:86025 [sender.py:transition_state():614] send defer: 14
2024-12-17 22:26:30,846 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: defer
2024-12-17 22:26:30,846 DEBUG SenderThread:86025 [sender.py:send():379] send: final
2024-12-17 22:26:30,846 INFO HandlerThread:86025 [handler.py:handle_request_defer():184] handle defer: 14
2024-12-17 22:26:30,846 DEBUG SenderThread:86025 [sender.py:send():379] send: footer
2024-12-17 22:26:30,846 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: defer
2024-12-17 22:26:30,846 INFO SenderThread:86025 [sender.py:send_request_defer():610] handle sender defer: 14
2024-12-17 22:26:30,846 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-17 22:26:30,846 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: poll_exit
2024-12-17 22:26:30,847 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: server_info
2024-12-17 22:26:30,847 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: server_info
2024-12-17 22:26:30,848 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: poll_exit
2024-12-17 22:26:30,848 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: get_summary
2024-12-17 22:26:30,849 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: sampled_history
2024-12-17 22:26:30,849 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: internal_messages
2024-12-17 22:26:30,913 DEBUG SenderThread:86025 [sender.py:send_request():406] send_request: poll_exit
2024-12-17 22:26:30,914 INFO MainThread:86025 [wandb_run.py:_footer_history_summary_info():4016] rendering history
2024-12-17 22:26:30,914 INFO MainThread:86025 [wandb_run.py:_footer_history_summary_info():4048] rendering summary
2024-12-17 22:26:30,914 INFO MainThread:86025 [wandb_run.py:_footer_sync_info():3975] logging synced files
2024-12-17 22:26:30,914 DEBUG HandlerThread:86025 [handler.py:handle_request():158] handle_request: shutdown
2024-12-17 22:26:30,914 INFO HandlerThread:86025 [handler.py:finish():882] shutting down handler
2024-12-17 22:26:31,848 INFO WriterThread:86025 [datastore.py:close():296] close: /home/leonmkim/fish_leon/FISH/exp_local/frankagym_pixels/FrankaInsertion-v1/526_0/222216/wandb/run-20241217_222222-3hohiwzt/run-3hohiwzt.wandb
2024-12-17 22:26:31,914 INFO SenderThread:86025 [sender.py:finish():1615] shutting down sender
2024-12-17 22:26:31,914 INFO SenderThread:86025 [file_pusher.py:finish():169] shutting down file pusher
2024-12-17 22:26:31,914 INFO SenderThread:86025 [file_pusher.py:join():175] waiting for file pusher
|