Upload folder using huggingface_hub
Browse files- libero_10_2B_mee1e-2/starvla_qwen_dual/config.json +129 -0
- libero_10_2B_mee1e-2/starvla_qwen_dual/dataset_statistics.json +133 -0
- libero_10_2B_mee1e-2/starvla_qwen_dual/final_model/pytorch_model.pt +3 -0
- libero_10_2B_mee1e-2/starvla_qwen_dual/libero_10.log +300 -0
- libero_10_2B_mee1e-2/starvla_qwen_dual/libero_eval_libero_10.log +2521 -0
- libero_goal_2B_mee1e1/starvla_qwen_dual/config.json +129 -0
- libero_goal_2B_mee1e1/starvla_qwen_dual/dataset_statistics.json +133 -0
- libero_goal_2B_mee1e1/starvla_qwen_dual/final_model/pytorch_model.pt +3 -0
- libero_goal_2B_mee1e1/starvla_qwen_dual/libero_eval_libero_goal.log +2521 -0
- libero_goal_2B_mee1e1/starvla_qwen_dual/libero_goal.log +300 -0
- libero_object_2B_mee1e-2/starvla_qwen_dual/config.json +129 -0
- libero_object_2B_mee1e-2/starvla_qwen_dual/dataset_statistics.json +133 -0
- libero_object_2B_mee1e-2/starvla_qwen_dual/final_model/pytorch_model.pt +3 -0
- libero_object_2B_mee1e-2/starvla_qwen_dual/libero_eval_libero_object.log +2521 -0
- libero_object_2B_mee1e-2/starvla_qwen_dual/libero_object.log +300 -0
- libero_spatial_2B_mee1e-2/starvla_qwen_dual/config.json +129 -0
- libero_spatial_2B_mee1e-2/starvla_qwen_dual/dataset_statistics.json +133 -0
- libero_spatial_2B_mee1e-2/starvla_qwen_dual/final_model/pytorch_model.pt +3 -0
- libero_spatial_2B_mee1e-2/starvla_qwen_dual/libero_eval_libero_spatial.log +2521 -0
- libero_spatial_2B_mee1e-2/starvla_qwen_dual/libero_spatial.log +300 -0
libero_10_2B_mee1e-2/starvla_qwen_dual/config.json
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_id": "starvla_qwen_dual",
|
| 3 |
+
"run_root_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models_3/libero_10_2B_mee1e-2",
|
| 4 |
+
"seed": 42,
|
| 5 |
+
"trackers": [
|
| 6 |
+
"jsonl",
|
| 7 |
+
"wandb"
|
| 8 |
+
],
|
| 9 |
+
"wandb_project": "starVLA",
|
| 10 |
+
"is_debug": false,
|
| 11 |
+
"enable_mee": true,
|
| 12 |
+
"mee_weight": 0.01,
|
| 13 |
+
"framework": {
|
| 14 |
+
"name": "Qwen-Dual",
|
| 15 |
+
"qwenvl": {
|
| 16 |
+
"base_vlm": "/share/project/baishuanghao/code/HLM-VLA/models/Qwen3-VL-2B-Instruct",
|
| 17 |
+
"attn_implementation": "flash_attention_2",
|
| 18 |
+
"vl_hidden_dim": 2048
|
| 19 |
+
},
|
| 20 |
+
"dino": {
|
| 21 |
+
"dino_backbone": "dinov2_vits14"
|
| 22 |
+
},
|
| 23 |
+
"action_model": {
|
| 24 |
+
"action_model_type": "DiT-B",
|
| 25 |
+
"action_hidden_dim": 2,
|
| 26 |
+
"hidden_size": 1024,
|
| 27 |
+
"add_pos_embed": true,
|
| 28 |
+
"max_seq_len": 1024,
|
| 29 |
+
"action_dim": 7,
|
| 30 |
+
"state_dim": 7,
|
| 31 |
+
"future_action_window_size": 7,
|
| 32 |
+
"action_horizon": 8,
|
| 33 |
+
"past_action_window_size": 0,
|
| 34 |
+
"repeated_diffusion_steps": 8,
|
| 35 |
+
"noise_beta_alpha": 1.5,
|
| 36 |
+
"noise_beta_beta": 1.0,
|
| 37 |
+
"noise_s": 0.999,
|
| 38 |
+
"num_timestep_buckets": 1000,
|
| 39 |
+
"num_inference_timesteps": 4,
|
| 40 |
+
"num_target_vision_tokens": 32,
|
| 41 |
+
"diffusion_model_cfg": {
|
| 42 |
+
"cross_attention_dim": 2048,
|
| 43 |
+
"dropout": 0.2,
|
| 44 |
+
"final_dropout": true,
|
| 45 |
+
"interleave_self_attention": true,
|
| 46 |
+
"norm_type": "ada_norm",
|
| 47 |
+
"num_layers": 16,
|
| 48 |
+
"output_dim": 1024,
|
| 49 |
+
"positional_embeddings": null
|
| 50 |
+
}
|
| 51 |
+
},
|
| 52 |
+
"reduce_in_full_precision": true
|
| 53 |
+
},
|
| 54 |
+
"datasets": {
|
| 55 |
+
"vlm_data": {
|
| 56 |
+
"dataset_py": "vlm_datasets",
|
| 57 |
+
"dataformat": "llava_json",
|
| 58 |
+
"dataset_use": "asv2_conversation_en,asv2_detailed_description_en,asv2_region_captioning_en,coco_internvl_longcap_en,coco_karpathy_train_567_en,coco_negative_gpt4o_en,coco_poetry_zh,coco_rem_en_zh,cocorem_exist_yorn_en,cocotextv2_en,cocotextv2_gpt4o_en,okvqa_en,refcoco_grounding_aug_en,refcoco_grounding_en,tallyqa_coco_en,toloka_grounding_aug_en,vqav2_en,vsr_en",
|
| 59 |
+
"eval_dataset": "aokvqa_cauldron_llava_format",
|
| 60 |
+
"data_flatten": false,
|
| 61 |
+
"base_interval": 2,
|
| 62 |
+
"max_pixels": 12845056,
|
| 63 |
+
"min_pixels": 3136,
|
| 64 |
+
"model_max_length": 2048,
|
| 65 |
+
"model_type": "qwen2.5vl",
|
| 66 |
+
"per_device_batch_size": 4
|
| 67 |
+
},
|
| 68 |
+
"vla_data": {
|
| 69 |
+
"dataset_py": "lerobot_datasets",
|
| 70 |
+
"data_root_dir": "/share/project/baishuanghao/data/libero_lerobot",
|
| 71 |
+
"data_mix": "libero_10",
|
| 72 |
+
"action_type": "delta_qpos",
|
| 73 |
+
"CoT_prompt": "Your task is {instruction}. To identify the key objects for your task. Locate their bounding boxes in [x1,y1,x2,y2] format.",
|
| 74 |
+
"CoT_answer": "bbox",
|
| 75 |
+
"default_image_resolution": [
|
| 76 |
+
3,
|
| 77 |
+
224,
|
| 78 |
+
224
|
| 79 |
+
],
|
| 80 |
+
"per_device_batch_size": 16,
|
| 81 |
+
"load_all_data_for_training": true,
|
| 82 |
+
"obs": [
|
| 83 |
+
"image_0"
|
| 84 |
+
]
|
| 85 |
+
}
|
| 86 |
+
},
|
| 87 |
+
"trainer": {
|
| 88 |
+
"epochs": 100,
|
| 89 |
+
"max_train_steps": 30000,
|
| 90 |
+
"num_warmup_steps": 5000,
|
| 91 |
+
"save_interval": 60000,
|
| 92 |
+
"eval_interval": 60000,
|
| 93 |
+
"learning_rate": {
|
| 94 |
+
"base": 4e-05,
|
| 95 |
+
"qwen_vl_interface": 1e-05,
|
| 96 |
+
"action_model": 0.0001
|
| 97 |
+
},
|
| 98 |
+
"lr_scheduler_type": "cosine_with_min_lr",
|
| 99 |
+
"scheduler_specific_kwargs": {
|
| 100 |
+
"min_lr": 1e-06
|
| 101 |
+
},
|
| 102 |
+
"freeze_modules": null,
|
| 103 |
+
"loss_scale": {
|
| 104 |
+
"vla": 1.0,
|
| 105 |
+
"vlm": 0.1
|
| 106 |
+
},
|
| 107 |
+
"max_grad_norm": 1.0,
|
| 108 |
+
"warmup_ratio": 0.1,
|
| 109 |
+
"weight_decay": 0.0,
|
| 110 |
+
"logging_frequency": 100,
|
| 111 |
+
"gradient_clipping": 1.0,
|
| 112 |
+
"gradient_accumulation_steps": 1,
|
| 113 |
+
"optimizer": {
|
| 114 |
+
"name": "AdamW",
|
| 115 |
+
"betas": [
|
| 116 |
+
0.9,
|
| 117 |
+
0.95
|
| 118 |
+
],
|
| 119 |
+
"eps": 1e-08,
|
| 120 |
+
"weight_decay": 1e-08
|
| 121 |
+
},
|
| 122 |
+
"is_resume": false,
|
| 123 |
+
"resume_epoch": null,
|
| 124 |
+
"resume_step": null,
|
| 125 |
+
"enable_gradient_checkpointing": true,
|
| 126 |
+
"enable_mixed_precision_training": true
|
| 127 |
+
},
|
| 128 |
+
"output_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models_3/libero_10_2B_mee1e-2/starvla_qwen_dual"
|
| 129 |
+
}
|
libero_10_2B_mee1e-2/starvla_qwen_dual/dataset_statistics.json
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"franka": {
|
| 3 |
+
"action": {
|
| 4 |
+
"mean": [
|
| 5 |
+
0.01820324920117855,
|
| 6 |
+
0.05858374014496803,
|
| 7 |
+
-0.05592384561896324,
|
| 8 |
+
0.004626928828656673,
|
| 9 |
+
0.00289608770981431,
|
| 10 |
+
-0.007673131301999092,
|
| 11 |
+
0.5457824468612671
|
| 12 |
+
],
|
| 13 |
+
"std": [
|
| 14 |
+
0.2825464606285095,
|
| 15 |
+
0.35904666781425476,
|
| 16 |
+
0.3673802614212036,
|
| 17 |
+
0.03770702704787254,
|
| 18 |
+
0.05429719388484955,
|
| 19 |
+
0.08725254982709885,
|
| 20 |
+
0.49815231561660767
|
| 21 |
+
],
|
| 22 |
+
"max": [
|
| 23 |
+
0.9375,
|
| 24 |
+
0.9375,
|
| 25 |
+
0.9375,
|
| 26 |
+
0.30000001192092896,
|
| 27 |
+
0.29357144236564636,
|
| 28 |
+
0.375,
|
| 29 |
+
1.0
|
| 30 |
+
],
|
| 31 |
+
"min": [
|
| 32 |
+
-0.9375,
|
| 33 |
+
-0.9375,
|
| 34 |
+
-0.9375,
|
| 35 |
+
-0.23642857372760773,
|
| 36 |
+
-0.3053571283817291,
|
| 37 |
+
-0.3675000071525574,
|
| 38 |
+
0.0
|
| 39 |
+
],
|
| 40 |
+
"q01": [
|
| 41 |
+
-0.6348214149475098,
|
| 42 |
+
-0.7741071581840515,
|
| 43 |
+
-0.7633928656578064,
|
| 44 |
+
-0.09749999642372131,
|
| 45 |
+
-0.14819999992847435,
|
| 46 |
+
-0.2742857038974762,
|
| 47 |
+
0.0
|
| 48 |
+
],
|
| 49 |
+
"q99": [
|
| 50 |
+
0.7714285850524902,
|
| 51 |
+
0.8464285731315613,
|
| 52 |
+
0.9375,
|
| 53 |
+
0.13928571343421936,
|
| 54 |
+
0.15964286029338837,
|
| 55 |
+
0.3246428668498993,
|
| 56 |
+
1.0
|
| 57 |
+
],
|
| 58 |
+
"mask": [
|
| 59 |
+
true,
|
| 60 |
+
true,
|
| 61 |
+
true,
|
| 62 |
+
true,
|
| 63 |
+
true,
|
| 64 |
+
true,
|
| 65 |
+
false
|
| 66 |
+
]
|
| 67 |
+
},
|
| 68 |
+
"state": {
|
| 69 |
+
"mean": [
|
| 70 |
+
-0.04190658777952194,
|
| 71 |
+
0.03539430722594261,
|
| 72 |
+
0.8257141709327698,
|
| 73 |
+
2.908308267593384,
|
| 74 |
+
-0.5562185049057007,
|
| 75 |
+
-0.16649018228054047,
|
| 76 |
+
0.028316624462604523,
|
| 77 |
+
-0.028561657294631004
|
| 78 |
+
],
|
| 79 |
+
"std": [
|
| 80 |
+
0.10743364691734314,
|
| 81 |
+
0.14424669742584229,
|
| 82 |
+
0.2572328448295593,
|
| 83 |
+
0.3441362977027893,
|
| 84 |
+
1.234421730041504,
|
| 85 |
+
0.3579835891723633,
|
| 86 |
+
0.013308707624673843,
|
| 87 |
+
0.013174631632864475
|
| 88 |
+
],
|
| 89 |
+
"max": [
|
| 90 |
+
0.21031762659549713,
|
| 91 |
+
0.39128610491752625,
|
| 92 |
+
1.3332009315490723,
|
| 93 |
+
3.6714255809783936,
|
| 94 |
+
3.560650587081909,
|
| 95 |
+
1.386339545249939,
|
| 96 |
+
0.04160946607589722,
|
| 97 |
+
0.0013633022317662835
|
| 98 |
+
],
|
| 99 |
+
"min": [
|
| 100 |
+
-0.4828203022480011,
|
| 101 |
+
-0.3255046010017395,
|
| 102 |
+
0.445506751537323,
|
| 103 |
+
1.1321442127227783,
|
| 104 |
+
-3.641430377960205,
|
| 105 |
+
-1.842738389968872,
|
| 106 |
+
-0.0010040868073701859,
|
| 107 |
+
-0.04111652821302414
|
| 108 |
+
],
|
| 109 |
+
"q01": [
|
| 110 |
+
-0.3899900782108307,
|
| 111 |
+
-0.2838300323486328,
|
| 112 |
+
0.44795057058334353,
|
| 113 |
+
1.8810229921340942,
|
| 114 |
+
-2.886677579879761,
|
| 115 |
+
-1.1599004411697387,
|
| 116 |
+
0.002066459748893976,
|
| 117 |
+
-0.04001387819647789
|
| 118 |
+
],
|
| 119 |
+
"q99": [
|
| 120 |
+
0.1530261474847791,
|
| 121 |
+
0.32915401458740223,
|
| 122 |
+
1.2546923208236693,
|
| 123 |
+
3.303542451858519,
|
| 124 |
+
2.7496529006957933,
|
| 125 |
+
0.6893712210655194,
|
| 126 |
+
0.040048558115959164,
|
| 127 |
+
-0.0017598449345678235
|
| 128 |
+
]
|
| 129 |
+
},
|
| 130 |
+
"num_transitions": 100857,
|
| 131 |
+
"num_trajectories": 379
|
| 132 |
+
}
|
| 133 |
+
}
|
libero_10_2B_mee1e-2/starvla_qwen_dual/final_model/pytorch_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6757666f0b2627c96fdb255cd91a3b5153e966abe415a2b27c711f172e7807da
|
| 3 |
+
size 5233814193
|
libero_10_2B_mee1e-2/starvla_qwen_dual/libero_10.log
ADDED
|
@@ -0,0 +1,300 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Step 100, Loss: {'mse_loss': 1.0737223625183105, 'mee_loss': 6.066635608673096, 'totoal_loss': 1.0737223625183105, 'data_time': 0.023071472998708487, 'model_time': 0.7523697959259152, 'learning_rate': 2.0000000000000002e-07, 'epoch': 0.13})
|
| 2 |
+
Step 200, Loss: {'mse_loss': 1.0314545631408691, 'mee_loss': 6.033049583435059, 'totoal_loss': 1.0314545631408691, 'data_time': 0.027917311992496252, 'model_time': 0.7107420871034265, 'learning_rate': 4.0000000000000003e-07, 'epoch': 0.25})
|
| 3 |
+
Step 300, Loss: {'mse_loss': 0.8134812712669373, 'mee_loss': 5.622090816497803, 'totoal_loss': 0.8134812712669373, 'data_time': 0.026148839155212045, 'model_time': 0.7040838999673724, 'learning_rate': 6.000000000000001e-07, 'epoch': 0.38})
|
| 4 |
+
Step 400, Loss: {'mse_loss': 0.5894134640693665, 'mee_loss': 4.997060298919678, 'totoal_loss': 0.5894134640693665, 'data_time': 0.02466057101264596, 'model_time': 0.7172051738016307, 'learning_rate': 8.000000000000001e-07, 'epoch': 0.51})
|
| 5 |
+
Step 500, Loss: {'mse_loss': 0.5193198323249817, 'mee_loss': 4.637789249420166, 'totoal_loss': 0.5193198323249817, 'data_time': 0.022361920913681388, 'model_time': 0.8047353110741824, 'learning_rate': 1.0000000000000002e-06, 'epoch': 0.63})
|
| 6 |
+
Step 600, Loss: {'mse_loss': 0.433223158121109, 'mee_loss': 4.207116603851318, 'totoal_loss': 0.433223158121109, 'data_time': 0.026415996020659804, 'model_time': 0.7169130628462881, 'learning_rate': 1.2000000000000002e-06, 'epoch': 0.76})
|
| 7 |
+
Step 700, Loss: {'mse_loss': 0.37731486558914185, 'mee_loss': 3.7056689262390137, 'totoal_loss': 0.37731486558914185, 'data_time': 0.024895306210964918, 'model_time': 0.7318619100842625, 'learning_rate': 1.4000000000000001e-06, 'epoch': 0.89})
|
| 8 |
+
Step 800, Loss: {'mse_loss': 0.28850945830345154, 'mee_loss': 2.9113192558288574, 'totoal_loss': 0.28850945830345154, 'data_time': 0.015701148193329573, 'model_time': 0.718519336078316, 'learning_rate': 1.6000000000000001e-06, 'epoch': 1.02})
|
| 9 |
+
Step 900, Loss: {'mse_loss': 0.1644085943698883, 'mee_loss': 2.314136505126953, 'totoal_loss': 0.1644085943698883, 'data_time': 0.018036942929029465, 'model_time': 0.6977138768415898, 'learning_rate': 1.8000000000000001e-06, 'epoch': 1.14})
|
| 10 |
+
Step 1000, Loss: {'mse_loss': 0.192180335521698, 'mee_loss': 2.4489049911499023, 'totoal_loss': 0.192180335521698, 'data_time': 0.019035378005355597, 'model_time': 0.7288588189985603, 'learning_rate': 2.0000000000000003e-06, 'epoch': 1.27})
|
| 11 |
+
Step 1100, Loss: {'mse_loss': 0.11963332444429398, 'mee_loss': 1.7963535785675049, 'totoal_loss': 0.11963332444429398, 'data_time': 0.01492453389801085, 'model_time': 0.7108354801312089, 'learning_rate': 2.2e-06, 'epoch': 1.4})
|
| 12 |
+
Step 1200, Loss: {'mse_loss': 0.1508776694536209, 'mee_loss': 1.9393277168273926, 'totoal_loss': 0.1508776694536209, 'data_time': 0.019933741074055433, 'model_time': 0.7332434300333261, 'learning_rate': 2.4000000000000003e-06, 'epoch': 1.52})
|
| 13 |
+
Step 1300, Loss: {'mse_loss': 0.13561634719371796, 'mee_loss': 1.861399531364441, 'totoal_loss': 0.13561634719371796, 'data_time': 0.01611841400153935, 'model_time': 0.7011811879929155, 'learning_rate': 2.6e-06, 'epoch': 1.65})
|
| 14 |
+
Step 1400, Loss: {'mse_loss': 0.15010488033294678, 'mee_loss': 1.8214550018310547, 'totoal_loss': 0.15010488033294678, 'data_time': 0.018351235194131732, 'model_time': 0.8102656221017241, 'learning_rate': 2.8000000000000003e-06, 'epoch': 1.78})
|
| 15 |
+
Step 1500, Loss: {'mse_loss': 0.13634662330150604, 'mee_loss': 1.782292366027832, 'totoal_loss': 0.13634662330150604, 'data_time': 0.01697770692408085, 'model_time': 0.7007448640652001, 'learning_rate': 3e-06, 'epoch': 1.9})
|
| 16 |
+
Step 1600, Loss: {'mse_loss': 0.1558069884777069, 'mee_loss': 1.9162821769714355, 'totoal_loss': 0.1558069884777069, 'data_time': 0.015599527163431048, 'model_time': 0.8184592770412564, 'learning_rate': 3.2000000000000003e-06, 'epoch': 2.03})
|
| 17 |
+
Step 1700, Loss: {'mse_loss': 0.13624081015586853, 'mee_loss': 1.6081030368804932, 'totoal_loss': 0.13624081015586853, 'data_time': 0.021073973970487714, 'model_time': 0.7071141209453344, 'learning_rate': 3.4000000000000005e-06, 'epoch': 2.16})
|
| 18 |
+
Step 1800, Loss: {'mse_loss': 0.12001097947359085, 'mee_loss': 1.6019082069396973, 'totoal_loss': 0.12001097947359085, 'data_time': 0.016405466943979263, 'model_time': 0.7075801719911397, 'learning_rate': 3.6000000000000003e-06, 'epoch': 2.28})
|
| 19 |
+
Step 1900, Loss: {'mse_loss': 0.11658422648906708, 'mee_loss': 1.6082133054733276, 'totoal_loss': 0.11658422648906708, 'data_time': 0.01792598096653819, 'model_time': 0.735987912863493, 'learning_rate': 3.8000000000000005e-06, 'epoch': 2.41})
|
| 20 |
+
Step 2000, Loss: {'mse_loss': 0.12343672662973404, 'mee_loss': 1.7732839584350586, 'totoal_loss': 0.12343672662973404, 'data_time': 0.017722193151712418, 'model_time': 0.7158859989140183, 'learning_rate': 4.000000000000001e-06, 'epoch': 2.54})
|
| 21 |
+
Step 2100, Loss: {'mse_loss': 0.11543384939432144, 'mee_loss': 1.6750147342681885, 'totoal_loss': 0.11543384939432144, 'data_time': 0.02256371988914907, 'model_time': 0.7197666680440307, 'learning_rate': 4.2000000000000004e-06, 'epoch': 2.66})
|
| 22 |
+
Step 2200, Loss: {'mse_loss': 0.16121119260787964, 'mee_loss': 1.5194694995880127, 'totoal_loss': 0.16121119260787964, 'data_time': 0.02293078205548227, 'model_time': 0.7279086520429701, 'learning_rate': 4.4e-06, 'epoch': 2.79})
|
| 23 |
+
Step 2300, Loss: {'mse_loss': 0.13558898866176605, 'mee_loss': 1.3956462144851685, 'totoal_loss': 0.13558898866176605, 'data_time': 0.02414110885001719, 'model_time': 0.7596822490449995, 'learning_rate': 4.600000000000001e-06, 'epoch': 2.92})
|
| 24 |
+
Step 2400, Loss: {'mse_loss': 0.0944262221455574, 'mee_loss': 1.3985530138015747, 'totoal_loss': 0.0944262221455574, 'data_time': 0.01719727599993348, 'model_time': 0.7267719160299748, 'learning_rate': 4.800000000000001e-06, 'epoch': 3.05})
|
| 25 |
+
Step 2500, Loss: {'mse_loss': 0.106058768928051, 'mee_loss': 1.504335880279541, 'totoal_loss': 0.106058768928051, 'data_time': 0.014878207119181752, 'model_time': 0.7237352789379656, 'learning_rate': 5e-06, 'epoch': 3.17})
|
| 26 |
+
Step 2600, Loss: {'mse_loss': 0.0980493575334549, 'mee_loss': 1.3527050018310547, 'totoal_loss': 0.0980493575334549, 'data_time': 0.014094771817326546, 'model_time': 0.7362311391625553, 'learning_rate': 5.2e-06, 'epoch': 3.3})
|
| 27 |
+
Step 2700, Loss: {'mse_loss': 0.07012079656124115, 'mee_loss': 1.1102548837661743, 'totoal_loss': 0.07012079656124115, 'data_time': 0.01636969787068665, 'model_time': 0.7146687400527298, 'learning_rate': 5.400000000000001e-06, 'epoch': 3.43})
|
| 28 |
+
Step 2800, Loss: {'mse_loss': 0.10605662316083908, 'mee_loss': 1.442619800567627, 'totoal_loss': 0.10605662316083908, 'data_time': 0.015787795884534717, 'model_time': 0.7348327210638672, 'learning_rate': 5.600000000000001e-06, 'epoch': 3.55})
|
| 29 |
+
Step 2900, Loss: {'mse_loss': 0.09622843563556671, 'mee_loss': 1.276216745376587, 'totoal_loss': 0.09622843563556671, 'data_time': 0.015539798187091947, 'model_time': 0.7317792458925396, 'learning_rate': 5.8e-06, 'epoch': 3.68})
|
| 30 |
+
Step 3000, Loss: {'mse_loss': 0.09070272743701935, 'mee_loss': 1.2710915803909302, 'totoal_loss': 0.09070272743701935, 'data_time': 0.015402826946228743, 'model_time': 0.7231805459596217, 'learning_rate': 6e-06, 'epoch': 3.81})
|
| 31 |
+
Step 3100, Loss: {'mse_loss': 0.05146874859929085, 'mee_loss': 0.9186098575592041, 'totoal_loss': 0.05146874859929085, 'data_time': 0.014874093001708388, 'model_time': 0.7297593210823834, 'learning_rate': 6.200000000000001e-06, 'epoch': 3.93})
|
| 32 |
+
Step 3200, Loss: {'mse_loss': 0.09038514643907547, 'mee_loss': 1.4520810842514038, 'totoal_loss': 0.09038514643907547, 'data_time': 0.009353016037493944, 'model_time': 0.7146958061493933, 'learning_rate': 6.4000000000000006e-06, 'epoch': 4.06})
|
| 33 |
+
Step 3300, Loss: {'mse_loss': 0.0780266523361206, 'mee_loss': 1.1911026239395142, 'totoal_loss': 0.0780266523361206, 'data_time': 0.0094542580191046, 'model_time': 0.7443098479416221, 'learning_rate': 6.600000000000001e-06, 'epoch': 4.19})
|
| 34 |
+
Step 3400, Loss: {'mse_loss': 0.09545277059078217, 'mee_loss': 1.1808277368545532, 'totoal_loss': 0.09545277059078217, 'data_time': 0.009686767822131515, 'model_time': 0.708512487821281, 'learning_rate': 6.800000000000001e-06, 'epoch': 4.31})
|
| 35 |
+
Step 3500, Loss: {'mse_loss': 0.08306978642940521, 'mee_loss': 1.1476184129714966, 'totoal_loss': 0.08306978642940521, 'data_time': 0.008566871983930469, 'model_time': 0.7932782638818026, 'learning_rate': 7e-06, 'epoch': 4.44})
|
| 36 |
+
Step 3600, Loss: {'mse_loss': 0.08390887081623077, 'mee_loss': 1.3218052387237549, 'totoal_loss': 0.08390887081623077, 'data_time': 0.007538423174992204, 'model_time': 0.7370702859479934, 'learning_rate': 7.2000000000000005e-06, 'epoch': 4.57})
|
| 37 |
+
Step 3700, Loss: {'mse_loss': 0.051411230117082596, 'mee_loss': 0.8922643661499023, 'totoal_loss': 0.051411230117082596, 'data_time': 0.00779009098187089, 'model_time': 0.7396240120287985, 'learning_rate': 7.4e-06, 'epoch': 4.7})
|
| 38 |
+
Step 3800, Loss: {'mse_loss': 0.06523129343986511, 'mee_loss': 0.9688479900360107, 'totoal_loss': 0.06523129343986511, 'data_time': 0.00044628093019127846, 'model_time': 0.7652453179471195, 'learning_rate': 7.600000000000001e-06, 'epoch': 4.82})
|
| 39 |
+
Step 3900, Loss: {'mse_loss': 0.04209433123469353, 'mee_loss': 0.719185471534729, 'totoal_loss': 0.04209433123469353, 'data_time': 0.0003675841726362705, 'model_time': 0.8466625800356269, 'learning_rate': 7.800000000000002e-06, 'epoch': 4.95})
|
| 40 |
+
Step 4000, Loss: {'mse_loss': 0.057391971349716187, 'mee_loss': 0.9461677074432373, 'totoal_loss': 0.057391971349716187, 'data_time': 0.021145834820345044, 'model_time': 0.6869471399113536, 'learning_rate': 8.000000000000001e-06, 'epoch': 5.08})
|
| 41 |
+
Step 4100, Loss: {'mse_loss': 0.0854261964559555, 'mee_loss': 1.1950477361679077, 'totoal_loss': 0.0854261964559555, 'data_time': 0.02505040285177529, 'model_time': 0.7324638750869781, 'learning_rate': 8.2e-06, 'epoch': 5.2})
|
| 42 |
+
Step 4200, Loss: {'mse_loss': 0.05290218070149422, 'mee_loss': 0.7554239630699158, 'totoal_loss': 0.05290218070149422, 'data_time': 0.021070956019684672, 'model_time': 0.7148436780553311, 'learning_rate': 8.400000000000001e-06, 'epoch': 5.33})
|
| 43 |
+
Step 4300, Loss: {'mse_loss': 0.07449588179588318, 'mee_loss': 1.078866720199585, 'totoal_loss': 0.07449588179588318, 'data_time': 0.016178420977666974, 'model_time': 0.7433532390277833, 'learning_rate': 8.6e-06, 'epoch': 5.46})
|
| 44 |
+
Step 4400, Loss: {'mse_loss': 0.06208007037639618, 'mee_loss': 0.9089347124099731, 'totoal_loss': 0.06208007037639618, 'data_time': 0.015352434944361448, 'model_time': 0.7380949130747467, 'learning_rate': 8.8e-06, 'epoch': 5.58})
|
| 45 |
+
Step 4500, Loss: {'mse_loss': 0.08314480632543564, 'mee_loss': 1.1696712970733643, 'totoal_loss': 0.08314480632543564, 'data_time': 0.01686792098917067, 'model_time': 0.713797170901671, 'learning_rate': 9e-06, 'epoch': 5.71})
|
| 46 |
+
Step 4600, Loss: {'mse_loss': 0.05703219771385193, 'mee_loss': 0.95367431640625, 'totoal_loss': 0.05703219771385193, 'data_time': 0.0003862758167088032, 'model_time': 0.7280581078957766, 'learning_rate': 9.200000000000002e-06, 'epoch': 5.84})
|
| 47 |
+
Step 4700, Loss: {'mse_loss': 0.06183584779500961, 'mee_loss': 0.9574909210205078, 'totoal_loss': 0.06183584779500961, 'data_time': 0.0003440380096435547, 'model_time': 0.8112173620611429, 'learning_rate': 9.4e-06, 'epoch': 5.96})
|
| 48 |
+
Step 4800, Loss: {'mse_loss': 0.04855489358305931, 'mee_loss': 0.8387428522109985, 'totoal_loss': 0.04855489358305931, 'data_time': 0.025326655944809318, 'model_time': 0.737424423918128, 'learning_rate': 9.600000000000001e-06, 'epoch': 6.09})
|
| 49 |
+
Step 4900, Loss: {'mse_loss': 0.053638435900211334, 'mee_loss': 0.886527955532074, 'totoal_loss': 0.053638435900211334, 'data_time': 0.02470902306959033, 'model_time': 0.7368636659812182, 'learning_rate': 9.800000000000001e-06, 'epoch': 6.22})
|
| 50 |
+
Step 5000, Loss: {'mse_loss': 0.0690799206495285, 'mee_loss': 0.9747494459152222, 'totoal_loss': 0.0690799206495285, 'data_time': 0.027341807959601283, 'model_time': 0.7230533910915256, 'learning_rate': 1e-05, 'epoch': 6.35})
|
| 51 |
+
Step 5100, Loss: {'mse_loss': 0.05039062723517418, 'mee_loss': 0.7864052653312683, 'totoal_loss': 0.05039062723517418, 'data_time': 0.026362404925748706, 'model_time': 0.7269981040153652, 'learning_rate': 9.999615090493604e-06, 'epoch': 6.47})
|
| 52 |
+
Step 5200, Loss: {'mse_loss': 0.04671075567603111, 'mee_loss': 0.8299782276153564, 'totoal_loss': 0.04671075567603111, 'data_time': 0.024695655098184943, 'model_time': 0.7302079719956964, 'learning_rate': 9.998460422756089e-06, 'epoch': 6.6})
|
| 53 |
+
Step 5300, Loss: {'mse_loss': 0.057986050844192505, 'mee_loss': 0.8346940875053406, 'totoal_loss': 0.057986050844192505, 'data_time': 0.026292824186384678, 'model_time': 0.7753136728424579, 'learning_rate': 9.996536179122874e-06, 'epoch': 6.73})
|
| 54 |
+
Step 5400, Loss: {'mse_loss': 0.06397709250450134, 'mee_loss': 0.9388578534126282, 'totoal_loss': 0.06397709250450134, 'data_time': 0.026613064110279083, 'model_time': 0.7191317449323833, 'learning_rate': 9.993842663454337e-06, 'epoch': 6.85})
|
| 55 |
+
Step 5500, Loss: {'mse_loss': 0.06495624035596848, 'mee_loss': 0.9170988202095032, 'totoal_loss': 0.06495624035596848, 'data_time': 0.00037897098809480667, 'model_time': 0.7388165560550988, 'learning_rate': 9.990380301087824e-06, 'epoch': 6.98})
|
| 56 |
+
Step 5600, Loss: {'mse_loss': 0.04208976775407791, 'mee_loss': 0.6749786138534546, 'totoal_loss': 0.04208976775407791, 'data_time': 0.01520274206995964, 'model_time': 0.7613596378359944, 'learning_rate': 9.986149638770493e-06, 'epoch': 7.11})
|
| 57 |
+
Step 5700, Loss: {'mse_loss': 0.052079394459724426, 'mee_loss': 0.7906427383422852, 'totoal_loss': 0.052079394459724426, 'data_time': 0.014763887971639633, 'model_time': 0.7293660379946232, 'learning_rate': 9.981151344572967e-06, 'epoch': 7.23})
|
| 58 |
+
Step 5800, Loss: {'mse_loss': 0.043911732733249664, 'mee_loss': 0.796929657459259, 'totoal_loss': 0.043911732733249664, 'data_time': 0.01672880002297461, 'model_time': 0.704724672017619, 'learning_rate': 9.975386207783839e-06, 'epoch': 7.36})
|
| 59 |
+
Step 5900, Loss: {'mse_loss': 0.04504190385341644, 'mee_loss': 0.6496891379356384, 'totoal_loss': 0.04504190385341644, 'data_time': 0.017808080883696675, 'model_time': 0.6940810331143439, 'learning_rate': 9.968855138785041e-06, 'epoch': 7.49})
|
| 60 |
+
Step 6000, Loss: {'mse_loss': 0.03290192037820816, 'mee_loss': 0.6856067180633545, 'totoal_loss': 0.03290192037820816, 'data_time': 0.016166263027116656, 'model_time': 0.7425489809829742, 'learning_rate': 9.961559168908081e-06, 'epoch': 7.61})
|
| 61 |
+
Step 6100, Loss: {'mse_loss': 0.04848966747522354, 'mee_loss': 0.8201221227645874, 'totoal_loss': 0.04848966747522354, 'data_time': 0.0165228599216789, 'model_time': 0.717856370145455, 'learning_rate': 9.953499450271174e-06, 'epoch': 7.74})
|
| 62 |
+
Step 6200, Loss: {'mse_loss': 0.053063925355672836, 'mee_loss': 0.8349130153656006, 'totoal_loss': 0.053063925355672836, 'data_time': 0.015407506842166185, 'model_time': 0.7391748791560531, 'learning_rate': 9.944677255597332e-06, 'epoch': 7.87})
|
| 63 |
+
Step 6300, Loss: {'mse_loss': 0.04505963996052742, 'mee_loss': 0.761104941368103, 'totoal_loss': 0.04505963996052742, 'data_time': 0.015112756984308362, 'model_time': 0.6781947128474712, 'learning_rate': 9.935093978013357e-06, 'epoch': 7.99})
|
| 64 |
+
Step 6400, Loss: {'mse_loss': 0.07261639833450317, 'mee_loss': 0.8772479295730591, 'totoal_loss': 0.07261639833450317, 'data_time': 0.01017974503338337, 'model_time': 0.7430080701597035, 'learning_rate': 9.924751130829878e-06, 'epoch': 8.12})
|
| 65 |
+
Step 6500, Loss: {'mse_loss': 0.05624043196439743, 'mee_loss': 0.8854993581771851, 'totoal_loss': 0.05624043196439743, 'data_time': 0.008990018162876368, 'model_time': 0.7352948097977787, 'learning_rate': 9.91365034730236e-06, 'epoch': 8.25})
|
| 66 |
+
Step 6600, Loss: {'mse_loss': 0.0790741965174675, 'mee_loss': 0.9184364676475525, 'totoal_loss': 0.0790741965174675, 'data_time': 0.009244987973943353, 'model_time': 0.7481599769089371, 'learning_rate': 9.901793380373204e-06, 'epoch': 8.38})
|
| 67 |
+
Step 6700, Loss: {'mse_loss': 0.060697585344314575, 'mee_loss': 0.7899064421653748, 'totoal_loss': 0.060697585344314575, 'data_time': 0.010872902115806937, 'model_time': 0.8349134139716625, 'learning_rate': 9.889182102394944e-06, 'epoch': 8.5})
|
| 68 |
+
Step 6800, Loss: {'mse_loss': 0.04090854525566101, 'mee_loss': 0.6478778719902039, 'totoal_loss': 0.04090854525566101, 'data_time': 0.010944430017843843, 'model_time': 0.7800504660699517, 'learning_rate': 9.875818504834564e-06, 'epoch': 8.63})
|
| 69 |
+
Step 6900, Loss: {'mse_loss': 0.06090083718299866, 'mee_loss': 0.6486124396324158, 'totoal_loss': 0.06090083718299866, 'data_time': 0.009590215049684048, 'model_time': 0.740531146991998, 'learning_rate': 9.861704697959036e-06, 'epoch': 8.76})
|
| 70 |
+
Step 7000, Loss: {'mse_loss': 0.04242883250117302, 'mee_loss': 0.723885715007782, 'totoal_loss': 0.04242883250117302, 'data_time': 0.008953263983130455, 'model_time': 0.7872195679228753, 'learning_rate': 9.846842910502077e-06, 'epoch': 8.88})
|
| 71 |
+
Step 7100, Loss: {'mse_loss': 0.04398933798074722, 'mee_loss': 0.6828176975250244, 'totoal_loss': 0.04398933798074722, 'data_time': 0.022136745043098927, 'model_time': 0.7067707481328398, 'learning_rate': 9.831235489312212e-06, 'epoch': 9.01})
|
| 72 |
+
Step 7200, Loss: {'mse_loss': 0.06383974850177765, 'mee_loss': 0.7627607583999634, 'totoal_loss': 0.06383974850177765, 'data_time': 0.023175994167104363, 'model_time': 0.732148993993178, 'learning_rate': 9.814884898982168e-06, 'epoch': 9.14})
|
| 73 |
+
Step 7300, Loss: {'mse_loss': 0.03371996805071831, 'mee_loss': 0.6001220345497131, 'totoal_loss': 0.03371996805071831, 'data_time': 0.028723760042339563, 'model_time': 0.7105821329168975, 'learning_rate': 9.797793721459709e-06, 'epoch': 9.26})
|
| 74 |
+
Step 7400, Loss: {'mse_loss': 0.02996474876999855, 'mee_loss': 0.5945144891738892, 'totoal_loss': 0.02996474876999855, 'data_time': 0.03559848293662071, 'model_time': 0.72816824587062, 'learning_rate': 9.779964655639886e-06, 'epoch': 9.39})
|
| 75 |
+
Step 7500, Loss: {'mse_loss': 0.03726091608405113, 'mee_loss': 0.5920880436897278, 'totoal_loss': 0.03726091608405113, 'data_time': 0.02204255200922489, 'model_time': 0.694518577074632, 'learning_rate': 9.761400516938874e-06, 'epoch': 9.52})
|
| 76 |
+
Step 7600, Loss: {'mse_loss': 0.03805765509605408, 'mee_loss': 0.6270178556442261, 'totoal_loss': 0.03805765509605408, 'data_time': 0.025702551007270813, 'model_time': 0.9546113947872072, 'learning_rate': 9.74210423684938e-06, 'epoch': 9.64})
|
| 77 |
+
Step 7700, Loss: {'mse_loss': 0.04927152767777443, 'mee_loss': 0.6340560913085938, 'totoal_loss': 0.04927152767777443, 'data_time': 0.029306442011147738, 'model_time': 0.7386297630146146, 'learning_rate': 9.722078862477715e-06, 'epoch': 9.77})
|
| 78 |
+
Step 7800, Loss: {'mse_loss': 0.028635159134864807, 'mee_loss': 0.4733237326145172, 'totoal_loss': 0.028635159134864807, 'data_time': 0.02303768997080624, 'model_time': 0.7478662508074194, 'learning_rate': 9.701327556062637e-06, 'epoch': 9.9})
|
| 79 |
+
Step 7900, Loss: {'mse_loss': 0.04959511011838913, 'mee_loss': 0.7197848558425903, 'totoal_loss': 0.04959511011838913, 'data_time': 0.02547444705851376, 'model_time': 0.7907362130936235, 'learning_rate': 9.679853594475985e-06, 'epoch': 10.03})
|
| 80 |
+
Step 8000, Loss: {'mse_loss': 0.036334991455078125, 'mee_loss': 0.6224943399429321, 'totoal_loss': 0.036334991455078125, 'data_time': 0.022788019850850105, 'model_time': 0.7130723700392991, 'learning_rate': 9.657660368705225e-06, 'epoch': 10.15})
|
| 81 |
+
Step 8100, Loss: {'mse_loss': 0.027825139462947845, 'mee_loss': 0.5264856219291687, 'totoal_loss': 0.027825139462947845, 'data_time': 0.023436032002791762, 'model_time': 0.7093346281908453, 'learning_rate': 9.634751383317983e-06, 'epoch': 10.28})
|
| 82 |
+
Step 8200, Loss: {'mse_loss': 0.044500965625047684, 'mee_loss': 0.6517370343208313, 'totoal_loss': 0.044500965625047684, 'data_time': 0.026088889921084046, 'model_time': 0.6885461201891303, 'learning_rate': 9.611130255908619e-06, 'epoch': 10.41})
|
| 83 |
+
Step 8300, Loss: {'mse_loss': 0.02721903659403324, 'mee_loss': 0.5511516332626343, 'totoal_loss': 0.02721903659403324, 'data_time': 0.023849197896197438, 'model_time': 0.7884688500780612, 'learning_rate': 9.586800716526974e-06, 'epoch': 10.53})
|
| 84 |
+
Step 8400, Loss: {'mse_loss': 0.040291715413331985, 'mee_loss': 0.5931963324546814, 'totoal_loss': 0.040291715413331985, 'data_time': 0.01926956488750875, 'model_time': 0.7864861760754138, 'learning_rate': 9.561766607089355e-06, 'epoch': 10.66})
|
| 85 |
+
Step 8500, Loss: {'mse_loss': 0.04866771027445793, 'mee_loss': 0.6303391456604004, 'totoal_loss': 0.04866771027445793, 'data_time': 0.017804202158004045, 'model_time': 0.7235598880797625, 'learning_rate': 9.536031880771846e-06, 'epoch': 10.79})
|
| 86 |
+
Step 8600, Loss: {'mse_loss': 0.030773313716053963, 'mee_loss': 0.5820069909095764, 'totoal_loss': 0.030773313716053963, 'data_time': 0.020520681980997324, 'model_time': 0.7443980588577688, 'learning_rate': 9.50960060138606e-06, 'epoch': 10.91})
|
| 87 |
+
Step 8700, Loss: {'mse_loss': 0.04380548372864723, 'mee_loss': 0.638401985168457, 'totoal_loss': 0.04380548372864723, 'data_time': 0.009127348894253373, 'model_time': 0.7361581739969552, 'learning_rate': 9.482476942737411e-06, 'epoch': 11.04})
|
| 88 |
+
Step 8800, Loss: {'mse_loss': 0.03420498967170715, 'mee_loss': 0.5840638875961304, 'totoal_loss': 0.03420498967170715, 'data_time': 0.010116377845406532, 'model_time': 0.8162794618401676, 'learning_rate': 9.45466518796603e-06, 'epoch': 11.17})
|
| 89 |
+
Step 8900, Loss: {'mse_loss': 0.024125363677740097, 'mee_loss': 0.43760430812835693, 'totoal_loss': 0.024125363677740097, 'data_time': 0.008957066107541323, 'model_time': 0.738076978828758, 'learning_rate': 9.426169728870399e-06, 'epoch': 11.29})
|
| 90 |
+
Step 9000, Loss: {'mse_loss': 0.053510881960392, 'mee_loss': 0.5825237035751343, 'totoal_loss': 0.053510881960392, 'data_time': 0.009403144009411335, 'model_time': 0.749271514127031, 'learning_rate': 9.396995065213835e-06, 'epoch': 11.42})
|
| 91 |
+
Step 9100, Loss: {'mse_loss': 0.028650781139731407, 'mee_loss': 0.5122376084327698, 'totoal_loss': 0.028650781139731407, 'data_time': 0.007623783079907298, 'model_time': 0.7376635449472815, 'learning_rate': 9.367145804013938e-06, 'epoch': 11.55})
|
| 92 |
+
Step 9200, Loss: {'mse_loss': 0.027451813220977783, 'mee_loss': 0.5029807686805725, 'totoal_loss': 0.027451813220977783, 'data_time': 0.009276475990191102, 'model_time': 0.7322612809948623, 'learning_rate': 9.336626658815071e-06, 'epoch': 11.68})
|
| 93 |
+
Step 9300, Loss: {'mse_loss': 0.04284296929836273, 'mee_loss': 0.6118656396865845, 'totoal_loss': 0.04284296929836273, 'data_time': 0.009406130062416196, 'model_time': 0.7204271799419075, 'learning_rate': 9.305442448944056e-06, 'epoch': 11.8})
|
| 94 |
+
Step 9400, Loss: {'mse_loss': 0.030840270221233368, 'mee_loss': 0.5493136644363403, 'totoal_loss': 0.030840270221233368, 'data_time': 0.009415704058483243, 'model_time': 0.7374726959969848, 'learning_rate': 9.273598098749124e-06, 'epoch': 11.93})
|
| 95 |
+
Step 9500, Loss: {'mse_loss': 0.024828465655446053, 'mee_loss': 0.47880083322525024, 'totoal_loss': 0.024828465655446053, 'data_time': 0.024379221023991704, 'model_time': 0.708003886975348, 'learning_rate': 9.241098636822324e-06, 'epoch': 12.06})
|
| 96 |
+
Step 9600, Loss: {'mse_loss': 0.03162641450762749, 'mee_loss': 0.5365383625030518, 'totoal_loss': 0.03162641450762749, 'data_time': 0.022653374820947647, 'model_time': 0.7387998329941183, 'learning_rate': 9.207949195205442e-06, 'epoch': 12.18})
|
| 97 |
+
Step 9700, Loss: {'mse_loss': 0.03255855292081833, 'mee_loss': 0.5089928507804871, 'totoal_loss': 0.03255855292081833, 'data_time': 0.023772096959874034, 'model_time': 0.709689203184098, 'learning_rate': 9.174155008579588e-06, 'epoch': 12.31})
|
| 98 |
+
Step 9800, Loss: {'mse_loss': 0.03738574683666229, 'mee_loss': 0.492351770401001, 'totoal_loss': 0.03738574683666229, 'data_time': 0.02298049908131361, 'model_time': 0.7211148389615119, 'learning_rate': 9.139721413438583e-06, 'epoch': 12.44})
|
| 99 |
+
Step 9900, Loss: {'mse_loss': 0.04151101037859917, 'mee_loss': 0.6032481789588928, 'totoal_loss': 0.04151101037859917, 'data_time': 0.022294094087556005, 'model_time': 0.7123926270287484, 'learning_rate': 9.104653847246273e-06, 'epoch': 12.56})
|
| 100 |
+
Step 10000, Loss: {'mse_loss': 0.026714416220784187, 'mee_loss': 0.5243533849716187, 'totoal_loss': 0.031957950443029404, 'data_time': 0.023178935050964355, 'model_time': 0.6994498579297215, 'learning_rate': 9.068957847577869e-06, 'epoch': 12.69})
|
| 101 |
+
Step 10100, Loss: {'mse_loss': 0.03744198754429817, 'mee_loss': 0.6500216722488403, 'totoal_loss': 0.04394220560789108, 'data_time': 0.021670527989044785, 'model_time': 0.7775163080077618, 'learning_rate': 9.032639051245524e-06, 'epoch': 12.82})
|
| 102 |
+
Step 10200, Loss: {'mse_loss': 0.024417104199528694, 'mee_loss': 0.44821739196777344, 'totoal_loss': 0.02889927849173546, 'data_time': 0.02300109784118831, 'model_time': 0.7343596168793738, 'learning_rate': 8.995703193408199e-06, 'epoch': 12.94})
|
| 103 |
+
Step 10300, Loss: {'mse_loss': 0.04208363965153694, 'mee_loss': 0.5932990312576294, 'totoal_loss': 0.04801663011312485, 'data_time': 0.01709947711788118, 'model_time': 0.7347968998365104, 'learning_rate': 8.958156106666017e-06, 'epoch': 13.07})
|
| 104 |
+
Step 10400, Loss: {'mse_loss': 0.02360091544687748, 'mee_loss': 0.4436902403831482, 'totoal_loss': 0.028037818148732185, 'data_time': 0.016245862934738398, 'model_time': 0.7147198440507054, 'learning_rate': 8.92000372013924e-06, 'epoch': 13.2})
|
| 105 |
+
Step 10500, Loss: {'mse_loss': 0.031225061044096947, 'mee_loss': 0.4287182688713074, 'totoal_loss': 0.03551224246621132, 'data_time': 0.015360819874331355, 'model_time': 0.7247743660118431, 'learning_rate': 8.881252058531973e-06, 'epoch': 13.32})
|
| 106 |
+
Step 10600, Loss: {'mse_loss': 0.04093967378139496, 'mee_loss': 0.6183455586433411, 'totoal_loss': 0.04712313041090965, 'data_time': 0.015643459046259522, 'model_time': 0.7262775739654899, 'learning_rate': 8.841907241180809e-06, 'epoch': 13.45})
|
| 107 |
+
Step 10700, Loss: {'mse_loss': 0.03151634335517883, 'mee_loss': 0.4812515377998352, 'totoal_loss': 0.03632885962724686, 'data_time': 0.01891246298328042, 'model_time': 0.7879785418044776, 'learning_rate': 8.801975481088507e-06, 'epoch': 13.58})
|
| 108 |
+
Step 10800, Loss: {'mse_loss': 0.0236403476446867, 'mee_loss': 0.4114052653312683, 'totoal_loss': 0.027754399925470352, 'data_time': 0.016718904953449965, 'model_time': 0.7163144201040268, 'learning_rate': 8.761463083942889e-06, 'epoch': 13.71})
|
| 109 |
+
Step 10900, Loss: {'mse_loss': 0.03187020868062973, 'mee_loss': 0.40936124324798584, 'totoal_loss': 0.03596382215619087, 'data_time': 0.0163404350169003, 'model_time': 0.9645887180231512, 'learning_rate': 8.720376447121098e-06, 'epoch': 13.83})
|
| 110 |
+
Step 11000, Loss: {'mse_loss': 0.03980433568358421, 'mee_loss': 0.6483407020568848, 'totoal_loss': 0.046287741512060165, 'data_time': 0.0003826289903372526, 'model_time': 0.8208250461611897, 'learning_rate': 8.678722058679382e-06, 'epoch': 13.96})
|
| 111 |
+
Step 11100, Loss: {'mse_loss': 0.02973071299493313, 'mee_loss': 0.48416420817375183, 'totoal_loss': 0.034572355449199677, 'data_time': 0.007613642141222954, 'model_time': 0.7296034540049732, 'learning_rate': 8.636506496328546e-06, 'epoch': 14.09})
|
| 112 |
+
Step 11200, Loss: {'mse_loss': 0.02743816003203392, 'mee_loss': 0.4602712094783783, 'totoal_loss': 0.03204087167978287, 'data_time': 0.008430871181190014, 'model_time': 0.7468461592216045, 'learning_rate': 8.593736426395268e-06, 'epoch': 14.21})
|
| 113 |
+
Step 11300, Loss: {'mse_loss': 0.017267856746912003, 'mee_loss': 0.3716883659362793, 'totoal_loss': 0.020984740927815437, 'data_time': 0.008490132866427302, 'model_time': 0.7474297499284148, 'learning_rate': 8.550418602769392e-06, 'epoch': 14.34})
|
| 114 |
+
Step 11400, Loss: {'mse_loss': 0.03793823719024658, 'mee_loss': 0.5417740345001221, 'totoal_loss': 0.04335597902536392, 'data_time': 0.0003638630732893944, 'model_time': 0.78581094997935, 'learning_rate': 8.506559865837425e-06, 'epoch': 14.47})
|
| 115 |
+
Step 11500, Loss: {'mse_loss': 0.035171348601579666, 'mee_loss': 0.4578322470188141, 'totoal_loss': 0.03974967077374458, 'data_time': 0.00037448015064001083, 'model_time': 0.7469479998108, 'learning_rate': 8.462167141402359e-06, 'epoch': 14.59})
|
| 116 |
+
Step 11600, Loss: {'mse_loss': 0.02788793109357357, 'mee_loss': 0.4703556001186371, 'totoal_loss': 0.03259148821234703, 'data_time': 0.00034340983256697655, 'model_time': 0.7494204740505666, 'learning_rate': 8.417247439589994e-06, 'epoch': 14.72})
|
| 117 |
+
Step 11700, Loss: {'mse_loss': 0.02578628435730934, 'mee_loss': 0.44955939054489136, 'totoal_loss': 0.030281879007816315, 'data_time': 0.000758772948756814, 'model_time': 0.7376922050025314, 'learning_rate': 8.371807853741978e-06, 'epoch': 14.85})
|
| 118 |
+
Step 11800, Loss: {'mse_loss': 0.027319883927702904, 'mee_loss': 0.44163206219673157, 'totoal_loss': 0.03173620253801346, 'data_time': 0.0006688751745969057, 'model_time': 0.7398809869773686, 'learning_rate': 8.325855559295663e-06, 'epoch': 14.97})
|
| 119 |
+
Step 11900, Loss: {'mse_loss': 0.017016202211380005, 'mee_loss': 0.31813281774520874, 'totoal_loss': 0.02019752934575081, 'data_time': 0.018176182871684432, 'model_time': 0.6873239809647202, 'learning_rate': 8.279397812651042e-06, 'epoch': 15.1})
|
| 120 |
+
Step 12000, Loss: {'mse_loss': 0.031901270151138306, 'mee_loss': 0.43637001514434814, 'totoal_loss': 0.036264970898628235, 'data_time': 0.01695361011661589, 'model_time': 0.7384800440631807, 'learning_rate': 8.232441950024864e-06, 'epoch': 15.23})
|
| 121 |
+
Step 12100, Loss: {'mse_loss': 0.033997178077697754, 'mee_loss': 0.48355376720428467, 'totoal_loss': 0.03883271664381027, 'data_time': 0.015796205960214138, 'model_time': 0.7147666241507977, 'learning_rate': 8.184995386292166e-06, 'epoch': 15.36})
|
| 122 |
+
Step 12200, Loss: {'mse_loss': 0.0317249558866024, 'mee_loss': 0.4436661899089813, 'totoal_loss': 0.03616161644458771, 'data_time': 0.015979292104020715, 'model_time': 0.7286267199087888, 'learning_rate': 8.137065613815381e-06, 'epoch': 15.48})
|
| 123 |
+
Step 12300, Loss: {'mse_loss': 0.01881035789847374, 'mee_loss': 0.36820682883262634, 'totoal_loss': 0.02249242551624775, 'data_time': 0.016837653936818242, 'model_time': 0.7261011700611562, 'learning_rate': 8.088660201261203e-06, 'epoch': 15.61})
|
| 124 |
+
Step 12400, Loss: {'mse_loss': 0.037612415850162506, 'mee_loss': 0.5223050117492676, 'totoal_loss': 0.04283546656370163, 'data_time': 0.016024281037971377, 'model_time': 0.7065795299131423, 'learning_rate': 8.039786792405404e-06, 'epoch': 15.74})
|
| 125 |
+
Step 12500, Loss: {'mse_loss': 0.054795268923044205, 'mee_loss': 0.5677052736282349, 'totoal_loss': 0.06047232076525688, 'data_time': 0.015027615008875728, 'model_time': 0.7089115639682859, 'learning_rate': 7.990453104925807e-06, 'epoch': 15.86})
|
| 126 |
+
Step 12600, Loss: {'mse_loss': 0.019951261579990387, 'mee_loss': 0.3617209494113922, 'totoal_loss': 0.023568470031023026, 'data_time': 0.018974084872752428, 'model_time': 0.6748705559875816, 'learning_rate': 7.940666929183554e-06, 'epoch': 15.99})
|
| 127 |
+
Step 12700, Loss: {'mse_loss': 0.01629774644970894, 'mee_loss': 0.29477429389953613, 'totoal_loss': 0.019245488569140434, 'data_time': 0.015657079871743917, 'model_time': 0.7186771570704877, 'learning_rate': 7.89043612699294e-06, 'epoch': 16.12})
|
| 128 |
+
Step 12800, Loss: {'mse_loss': 0.025757554918527603, 'mee_loss': 0.4390466511249542, 'totoal_loss': 0.03014802187681198, 'data_time': 0.016890803817659616, 'model_time': 0.8005714898463339, 'learning_rate': 7.839768630379917e-06, 'epoch': 16.24})
|
| 129 |
+
Step 12900, Loss: {'mse_loss': 0.02282671444118023, 'mee_loss': 0.3600756525993347, 'totoal_loss': 0.02642747014760971, 'data_time': 0.015949930995702744, 'model_time': 0.7389483489096165, 'learning_rate': 7.788672440329562e-06, 'epoch': 16.37})
|
| 130 |
+
Step 13000, Loss: {'mse_loss': 0.027161994948983192, 'mee_loss': 0.40217193961143494, 'totoal_loss': 0.031183714047074318, 'data_time': 0.020507723093032837, 'model_time': 0.7252150408457965, 'learning_rate': 7.737155625522608e-06, 'epoch': 16.5})
|
| 131 |
+
Step 13100, Loss: {'mse_loss': 0.04374150186777115, 'mee_loss': 0.5240903496742249, 'totoal_loss': 0.0489824041724205, 'data_time': 0.014817848103120923, 'model_time': 0.7769750708248466, 'learning_rate': 7.685226321061318e-06, 'epoch': 16.62})
|
| 132 |
+
Step 13200, Loss: {'mse_loss': 0.02848113514482975, 'mee_loss': 0.4548025131225586, 'totoal_loss': 0.033029161393642426, 'data_time': 0.017238044878467917, 'model_time': 0.7895530071109533, 'learning_rate': 7.632892727184844e-06, 'epoch': 16.75})
|
| 133 |
+
Step 13300, Loss: {'mse_loss': 0.041696108877658844, 'mee_loss': 0.47609591484069824, 'totoal_loss': 0.046457067131996155, 'data_time': 0.017159963957965374, 'model_time': 0.7135478009004146, 'learning_rate': 7.580163107974335e-06, 'epoch': 16.88})
|
| 134 |
+
Step 13400, Loss: {'mse_loss': 0.02302703447639942, 'mee_loss': 0.41465431451797485, 'totoal_loss': 0.02717357687652111, 'data_time': 0.0273521370254457, 'model_time': 0.8326288440730423, 'learning_rate': 7.527045790047922e-06, 'epoch': 17.01})
|
| 135 |
+
Step 13500, Loss: {'mse_loss': 0.014881035313010216, 'mee_loss': 0.31541070342063904, 'totoal_loss': 0.01803514175117016, 'data_time': 0.025212476961314678, 'model_time': 0.7534388359636068, 'learning_rate': 7.473549161245862e-06, 'epoch': 17.13})
|
| 136 |
+
Step 13600, Loss: {'mse_loss': 0.016701016575098038, 'mee_loss': 0.3333474397659302, 'totoal_loss': 0.020034490153193474, 'data_time': 0.022059168899431825, 'model_time': 0.7327666510827839, 'learning_rate': 7.419681669305998e-06, 'epoch': 17.26})
|
| 137 |
+
Step 13700, Loss: {'mse_loss': 0.017049778252840042, 'mee_loss': 0.30692628026008606, 'totoal_loss': 0.020119041204452515, 'data_time': 0.022477870108559728, 'model_time': 0.7177387459669262, 'learning_rate': 7.365451820529756e-06, 'epoch': 17.39})
|
| 138 |
+
Step 13800, Loss: {'mse_loss': 0.02920846827328205, 'mee_loss': 0.34912335872650146, 'totoal_loss': 0.03269970044493675, 'data_time': 0.023922150023281574, 'model_time': 0.7155510040465742, 'learning_rate': 7.310868178438909e-06, 'epoch': 17.51})
|
| 139 |
+
Step 13900, Loss: {'mse_loss': 0.01885802485048771, 'mee_loss': 0.352961927652359, 'totoal_loss': 0.02238764427602291, 'data_time': 0.02521037496626377, 'model_time': 0.7060346310026944, 'learning_rate': 7.2559393624232985e-06, 'epoch': 17.64})
|
| 140 |
+
Step 14000, Loss: {'mse_loss': 0.01984197460114956, 'mee_loss': 0.3631257116794586, 'totoal_loss': 0.023473231121897697, 'data_time': 0.023994116112589836, 'model_time': 0.7174360018689185, 'learning_rate': 7.2006740463797296e-06, 'epoch': 17.77})
|
| 141 |
+
Step 14100, Loss: {'mse_loss': 0.023825353011488914, 'mee_loss': 0.39199894666671753, 'totoal_loss': 0.027745341882109642, 'data_time': 0.027820233954116702, 'model_time': 0.7317555858753622, 'learning_rate': 7.145080957342262e-06, 'epoch': 17.89})
|
| 142 |
+
Step 14200, Loss: {'mse_loss': 0.023525942116975784, 'mee_loss': 0.3550090491771698, 'totoal_loss': 0.027076032012701035, 'data_time': 0.025748152984306216, 'model_time': 0.7135060320142657, 'learning_rate': 7.0891688741041065e-06, 'epoch': 18.02})
|
| 143 |
+
Step 14300, Loss: {'mse_loss': 0.025244437158107758, 'mee_loss': 0.45335930585861206, 'totoal_loss': 0.029778029769659042, 'data_time': 0.02193032414652407, 'model_time': 0.7164139929227531, 'learning_rate': 7.032946625831363e-06, 'epoch': 18.15})
|
| 144 |
+
Step 14400, Loss: {'mse_loss': 0.0243650134652853, 'mee_loss': 0.3882204294204712, 'totoal_loss': 0.02824721857905388, 'data_time': 0.02506915805861354, 'model_time': 0.7503518089652061, 'learning_rate': 6.976423090668781e-06, 'epoch': 18.27})
|
| 145 |
+
Step 14500, Loss: {'mse_loss': 0.02273738570511341, 'mee_loss': 0.32770705223083496, 'totoal_loss': 0.026014456525444984, 'data_time': 0.0218059909529984, 'model_time': 1.015742318937555, 'learning_rate': 6.919607194337806e-06, 'epoch': 18.4})
|
| 146 |
+
Step 14600, Loss: {'mse_loss': 0.01326846145093441, 'mee_loss': 0.25283870100975037, 'totoal_loss': 0.015796847641468048, 'data_time': 0.025153713999316096, 'model_time': 0.8066487719770521, 'learning_rate': 6.8625079087270976e-06, 'epoch': 18.53})
|
| 147 |
+
Step 14700, Loss: {'mse_loss': 0.012536794878542423, 'mee_loss': 0.25757524371147156, 'totoal_loss': 0.01511254720389843, 'data_time': 0.023982739076018333, 'model_time': 0.7289395299740136, 'learning_rate': 6.8051342504757714e-06, 'epoch': 18.65})
|
| 148 |
+
Step 14800, Loss: {'mse_loss': 0.014081750996410847, 'mee_loss': 0.29921892285346985, 'totoal_loss': 0.017073940485715866, 'data_time': 0.023384453961625695, 'model_time': 0.7248628481756896, 'learning_rate': 6.747495279549561e-06, 'epoch': 18.78})
|
| 149 |
+
Step 14900, Loss: {'mse_loss': 0.029649954289197922, 'mee_loss': 0.4825546145439148, 'totoal_loss': 0.034475501626729965, 'data_time': 0.023427461041137576, 'model_time': 0.7582350650336593, 'learning_rate': 6.6896000978101465e-06, 'epoch': 18.91})
|
| 150 |
+
Step 15000, Loss: {'mse_loss': 0.01824577897787094, 'mee_loss': 0.3716594874858856, 'totoal_loss': 0.021962374448776245, 'data_time': 0.020492268027737737, 'model_time': 0.7006620022002608, 'learning_rate': 6.631457847577869e-06, 'epoch': 19.04})
|
| 151 |
+
Step 15100, Loss: {'mse_loss': 0.012324968352913857, 'mee_loss': 0.26791703701019287, 'totoal_loss': 0.015004138462245464, 'data_time': 0.015482129994779825, 'model_time': 0.705795775866136, 'learning_rate': 6.573077710188046e-06, 'epoch': 19.16})
|
| 152 |
+
Step 15200, Loss: {'mse_loss': 0.011907462030649185, 'mee_loss': 0.26666194200515747, 'totoal_loss': 0.014574081636965275, 'data_time': 0.016711944015696645, 'model_time': 0.759000132093206, 'learning_rate': 6.5144689045411345e-06, 'epoch': 19.29})
|
| 153 |
+
Step 15300, Loss: {'mse_loss': 0.033646486699581146, 'mee_loss': 0.4372556507587433, 'totoal_loss': 0.03801904246211052, 'data_time': 0.01767528592608869, 'model_time': 0.7140042199753225, 'learning_rate': 6.455640685646961e-06, 'epoch': 19.42})
|
| 154 |
+
Step 15400, Loss: {'mse_loss': 0.018133245408535004, 'mee_loss': 0.3116895854473114, 'totoal_loss': 0.02125014178454876, 'data_time': 0.019403347047045827, 'model_time': 0.7408607942052186, 'learning_rate': 6.396602343163248e-06, 'epoch': 19.54})
|
| 155 |
+
Step 15500, Loss: {'mse_loss': 0.01888849586248398, 'mee_loss': 0.34940052032470703, 'totoal_loss': 0.022382501512765884, 'data_time': 0.016937886830419302, 'model_time': 0.7344931750558317, 'learning_rate': 6.337363199928669e-06, 'epoch': 19.67})
|
| 156 |
+
Step 15600, Loss: {'mse_loss': 0.015602231957018375, 'mee_loss': 0.30712568759918213, 'totoal_loss': 0.0186734888702631, 'data_time': 0.016454336931928992, 'model_time': 0.7309458379168063, 'learning_rate': 6.277932610490659e-06, 'epoch': 19.8})
|
| 157 |
+
Step 15700, Loss: {'mse_loss': 0.020322322845458984, 'mee_loss': 0.33958712220191956, 'totoal_loss': 0.02371819317340851, 'data_time': 0.016528444830328226, 'model_time': 0.6947476321365684, 'learning_rate': 6.218319959628234e-06, 'epoch': 19.92})
|
| 158 |
+
Step 15800, Loss: {'mse_loss': 0.02217855677008629, 'mee_loss': 0.3943953216075897, 'totoal_loss': 0.02612251043319702, 'data_time': 0.015388687839731574, 'model_time': 0.7302905730903149, 'learning_rate': 6.158534660870018e-06, 'epoch': 20.05})
|
| 159 |
+
Step 15900, Loss: {'mse_loss': 0.03596024960279465, 'mee_loss': 0.39491263031959534, 'totoal_loss': 0.039909377694129944, 'data_time': 0.016393754165619612, 'model_time': 0.7271898710168898, 'learning_rate': 6.0985861550077345e-06, 'epoch': 20.18})
|
| 160 |
+
Step 16000, Loss: {'mse_loss': 0.02730751410126686, 'mee_loss': 0.3634665906429291, 'totoal_loss': 0.030942179262638092, 'data_time': 0.023781508905813098, 'model_time': 0.7659968910738826, 'learning_rate': 6.0384839086054095e-06, 'epoch': 20.3})
|
| 161 |
+
Step 16100, Loss: {'mse_loss': 0.0145414425060153, 'mee_loss': 0.28684622049331665, 'totoal_loss': 0.017409903928637505, 'data_time': 0.02143361885100603, 'model_time': 0.706557341851294, 'learning_rate': 5.978237412504472e-06, 'epoch': 20.43})
|
| 162 |
+
Step 16200, Loss: {'mse_loss': 0.0194079652428627, 'mee_loss': 0.3162076771259308, 'totoal_loss': 0.022570041939616203, 'data_time': 0.017578972037881613, 'model_time': 0.7290586589369923, 'learning_rate': 5.917856180325059e-06, 'epoch': 20.56})
|
| 163 |
+
Step 16300, Loss: {'mse_loss': 0.013140711933374405, 'mee_loss': 0.29451924562454224, 'totoal_loss': 0.016085904091596603, 'data_time': 0.016232383204624057, 'model_time': 0.7643656888976693, 'learning_rate': 5.857349746963692e-06, 'epoch': 20.69})
|
| 164 |
+
Step 16400, Loss: {'mse_loss': 0.03818085417151451, 'mee_loss': 0.41942206025123596, 'totoal_loss': 0.042375072836875916, 'data_time': 0.015610420145094395, 'model_time': 0.7117391359061003, 'learning_rate': 5.796727667087611e-06, 'epoch': 20.81})
|
| 165 |
+
Step 16500, Loss: {'mse_loss': 0.01872960291802883, 'mee_loss': 0.34374794363975525, 'totoal_loss': 0.022167082875967026, 'data_time': 0.017603800864890218, 'model_time': 0.7499140710569918, 'learning_rate': 5.735999513625984e-06, 'epoch': 20.94})
|
| 166 |
+
Step 16600, Loss: {'mse_loss': 0.012391037307679653, 'mee_loss': 0.2593928873538971, 'totoal_loss': 0.01498496625572443, 'data_time': 0.009851571870967746, 'model_time': 0.72495719906874, 'learning_rate': 5.675174876258223e-06, 'epoch': 21.07})
|
| 167 |
+
Step 16700, Loss: {'mse_loss': 0.028782015666365623, 'mee_loss': 0.32505175471305847, 'totoal_loss': 0.03203253448009491, 'data_time': 0.00785605888813734, 'model_time': 0.7553285900503397, 'learning_rate': 5.614263359899673e-06, 'epoch': 21.19})
|
| 168 |
+
Step 16800, Loss: {'mse_loss': 0.026144521310925484, 'mee_loss': 0.40870749950408936, 'totoal_loss': 0.030231596902012825, 'data_time': 0.009868826949968934, 'model_time': 0.7231346759945154, 'learning_rate': 5.553274583184875e-06, 'epoch': 21.32})
|
| 169 |
+
Step 16900, Loss: {'mse_loss': 0.03529469296336174, 'mee_loss': 0.35512015223503113, 'totoal_loss': 0.03884589299559593, 'data_time': 0.009529371978715062, 'model_time': 0.757646509911865, 'learning_rate': 5.492218176948673e-06, 'epoch': 21.45})
|
| 170 |
+
Step 17000, Loss: {'mse_loss': 0.02470368891954422, 'mee_loss': 0.40160301327705383, 'totoal_loss': 0.028719719499349594, 'data_time': 0.008630147902294993, 'model_time': 0.762950865086168, 'learning_rate': 5.431103782705404e-06, 'epoch': 21.57})
|
| 171 |
+
Step 17100, Loss: {'mse_loss': 0.017817281186580658, 'mee_loss': 0.36223506927490234, 'totoal_loss': 0.021439632400870323, 'data_time': 0.008542811032384634, 'model_time': 0.7322949578519911, 'learning_rate': 5.369941051126377e-06, 'epoch': 21.7})
|
| 172 |
+
Step 17200, Loss: {'mse_loss': 0.011524122208356857, 'mee_loss': 0.26881659030914307, 'totoal_loss': 0.014212287962436676, 'data_time': 0.008847082033753395, 'model_time': 0.7350894268602133, 'learning_rate': 5.308739640515932e-06, 'epoch': 21.83})
|
| 173 |
+
Step 17300, Loss: {'mse_loss': 0.010953369550406933, 'mee_loss': 0.24897237122058868, 'totoal_loss': 0.013443093746900558, 'data_time': 0.008671537041664124, 'model_time': 0.7224308480508626, 'learning_rate': 5.24750921528627e-06, 'epoch': 21.95})
|
| 174 |
+
Step 17400, Loss: {'mse_loss': 0.023602474480867386, 'mee_loss': 0.2899458110332489, 'totoal_loss': 0.026501933112740517, 'data_time': 0.022518932120874524, 'model_time': 0.8050381501670927, 'learning_rate': 5.186259444431344e-06, 'epoch': 22.08})
|
| 175 |
+
Step 17500, Loss: {'mse_loss': 0.02200045809149742, 'mee_loss': 0.3325497508049011, 'totoal_loss': 0.02532595582306385, 'data_time': 0.022988256998360157, 'model_time': 0.7125007871072739, 'learning_rate': 5.125e-06, 'epoch': 22.21})
|
| 176 |
+
Step 17600, Loss: {'mse_loss': 0.015404137782752514, 'mee_loss': 0.3040976822376251, 'totoal_loss': 0.01844511553645134, 'data_time': 0.022089384961873293, 'model_time': 0.7487646720837802, 'learning_rate': 5.063740555568656e-06, 'epoch': 22.34})
|
| 177 |
+
Step 17700, Loss: {'mse_loss': 0.009297548793256283, 'mee_loss': 0.2218281775712967, 'totoal_loss': 0.011515830643475056, 'data_time': 0.015223722904920578, 'model_time': 0.7182371439412236, 'learning_rate': 5.002490784713731e-06, 'epoch': 22.46})
|
| 178 |
+
Step 17800, Loss: {'mse_loss': 0.015362630598247051, 'mee_loss': 0.2746749818325043, 'totoal_loss': 0.018109381198883057, 'data_time': 0.01510168006643653, 'model_time': 0.772141887806356, 'learning_rate': 4.9412603594840695e-06, 'epoch': 22.59})
|
| 179 |
+
Step 17900, Loss: {'mse_loss': 0.01686045154929161, 'mee_loss': 0.2767018973827362, 'totoal_loss': 0.019627470523118973, 'data_time': 0.010404711123555899, 'model_time': 0.7495799090247601, 'learning_rate': 4.8800589488736245e-06, 'epoch': 22.72})
|
| 180 |
+
Step 18000, Loss: {'mse_loss': 0.02293498069047928, 'mee_loss': 0.29379165172576904, 'totoal_loss': 0.02587289735674858, 'data_time': 0.009926322847604752, 'model_time': 0.7243042748887092, 'learning_rate': 4.818896217294598e-06, 'epoch': 22.84})
|
| 181 |
+
Step 18100, Loss: {'mse_loss': 0.014944253489375114, 'mee_loss': 0.2547990083694458, 'totoal_loss': 0.017492244020104408, 'data_time': 0.009329994907602668, 'model_time': 0.7457915099803358, 'learning_rate': 4.757781823051329e-06, 'epoch': 22.97})
|
| 182 |
+
Step 18200, Loss: {'mse_loss': 0.010975014418363571, 'mee_loss': 0.23971880972385406, 'totoal_loss': 0.013372202403843403, 'data_time': 0.008308661868795753, 'model_time': 0.8157606290187687, 'learning_rate': 4.696725416815128e-06, 'epoch': 23.1})
|
| 183 |
+
Step 18300, Loss: {'mse_loss': 0.010625501163303852, 'mee_loss': 0.24576158821582794, 'totoal_loss': 0.013083117082715034, 'data_time': 0.008677378995344043, 'model_time': 0.8242364930920303, 'learning_rate': 4.635736640100327e-06, 'epoch': 23.22})
|
| 184 |
+
Step 18400, Loss: {'mse_loss': 0.018849680200219154, 'mee_loss': 0.3227943480014801, 'totoal_loss': 0.02207762375473976, 'data_time': 0.009161995025351644, 'model_time': 0.7292674300260842, 'learning_rate': 4.574825123741778e-06, 'epoch': 23.35})
|
| 185 |
+
Step 18500, Loss: {'mse_loss': 0.008514853194355965, 'mee_loss': 0.178099125623703, 'totoal_loss': 0.01029584463685751, 'data_time': 0.00907353707589209, 'model_time': 0.7254084700252861, 'learning_rate': 4.5140004863740165e-06, 'epoch': 23.48})
|
| 186 |
+
Step 18600, Loss: {'mse_loss': 0.018523819744586945, 'mee_loss': 0.2969353497028351, 'totoal_loss': 0.021493174135684967, 'data_time': 0.007864620070904493, 'model_time': 0.709020997164771, 'learning_rate': 4.45327233291239e-06, 'epoch': 23.6})
|
| 187 |
+
Step 18700, Loss: {'mse_loss': 0.017443276941776276, 'mee_loss': 0.29590845108032227, 'totoal_loss': 0.02040236070752144, 'data_time': 0.01056605507619679, 'model_time': 0.7485650391317904, 'learning_rate': 4.39265025303631e-06, 'epoch': 23.73})
|
| 188 |
+
Step 18800, Loss: {'mse_loss': 0.0286044180393219, 'mee_loss': 0.3562180697917938, 'totoal_loss': 0.03216660022735596, 'data_time': 0.007267085136845708, 'model_time': 0.7203328940086067, 'learning_rate': 4.332143819674943e-06, 'epoch': 23.86})
|
| 189 |
+
Step 18900, Loss: {'mse_loss': 0.012784994207322598, 'mee_loss': 0.23812484741210938, 'totoal_loss': 0.015166242606937885, 'data_time': 0.009217442944645882, 'model_time': 0.7355330791324377, 'learning_rate': 4.271762587495529e-06, 'epoch': 23.98})
|
| 190 |
+
Step 19000, Loss: {'mse_loss': 0.017663998529314995, 'mee_loss': 0.2782292366027832, 'totoal_loss': 0.02044629119336605, 'data_time': 0.02201485401019454, 'model_time': 0.72837152518332, 'learning_rate': 4.2115160913945914e-06, 'epoch': 24.11})
|
| 191 |
+
Step 19100, Loss: {'mse_loss': 0.013884643092751503, 'mee_loss': 0.2313099205493927, 'totoal_loss': 0.016197742894291878, 'data_time': 0.023195643909275532, 'model_time': 0.7862819631118327, 'learning_rate': 4.151413844992267e-06, 'epoch': 24.24})
|
| 192 |
+
Step 19200, Loss: {'mse_loss': 0.011112880893051624, 'mee_loss': 0.2300717830657959, 'totoal_loss': 0.013413598760962486, 'data_time': 0.022338333074003458, 'model_time': 0.8223745990544558, 'learning_rate': 4.091465339129985e-06, 'epoch': 24.37})
|
| 193 |
+
Step 19300, Loss: {'mse_loss': 0.00939217023551464, 'mee_loss': 0.2217319756746292, 'totoal_loss': 0.011609490029513836, 'data_time': 0.021904844092205167, 'model_time': 0.7016885781195015, 'learning_rate': 4.031680040371768e-06, 'epoch': 24.49})
|
| 194 |
+
Step 19400, Loss: {'mse_loss': 0.012597295455634594, 'mee_loss': 0.23149704933166504, 'totoal_loss': 0.014912266284227371, 'data_time': 0.02218347997404635, 'model_time': 0.7436453879345208, 'learning_rate': 3.972067389509344e-06, 'epoch': 24.62})
|
| 195 |
+
Step 19500, Loss: {'mse_loss': 0.01659395545721054, 'mee_loss': 0.20650704205036163, 'totoal_loss': 0.01865902543067932, 'data_time': 0.02218986302614212, 'model_time': 0.7041996459010988, 'learning_rate': 3.912636800071335e-06, 'epoch': 24.75})
|
| 196 |
+
Step 19600, Loss: {'mse_loss': 0.025467179715633392, 'mee_loss': 0.399759978055954, 'totoal_loss': 0.029464779421687126, 'data_time': 0.023721860023215413, 'model_time': 0.7131060971878469, 'learning_rate': 3.853397656836754e-06, 'epoch': 24.87})
|
| 197 |
+
Step 19700, Loss: {'mse_loss': 0.019101513549685478, 'mee_loss': 0.2887097895145416, 'totoal_loss': 0.021988611668348312, 'data_time': 1.1858014890458435, 'model_time': 0.7734207941684872, 'learning_rate': 3.7943593143530404e-06, 'epoch': 25.0})
|
| 198 |
+
Step 19800, Loss: {'mse_loss': 0.010313074104487896, 'mee_loss': 0.2132122963666916, 'totoal_loss': 0.012445196509361267, 'data_time': 0.02322235400788486, 'model_time': 0.688620138913393, 'learning_rate': 3.735531095458867e-06, 'epoch': 25.13})
|
| 199 |
+
Step 19900, Loss: {'mse_loss': 0.011761785484850407, 'mee_loss': 0.2421536147594452, 'totoal_loss': 0.014183321967720985, 'data_time': 0.023490985855460167, 'model_time': 0.6899428530596197, 'learning_rate': 3.6769222898119562e-06, 'epoch': 25.25})
|
| 200 |
+
Step 20000, Loss: {'mse_loss': 0.01828991249203682, 'mee_loss': 0.2668021619319916, 'totoal_loss': 0.020957933738827705, 'data_time': 0.021630906965583563, 'model_time': 0.7263914551585913, 'learning_rate': 3.618542152422132e-06, 'epoch': 25.38})
|
| 201 |
+
Step 20100, Loss: {'mse_loss': 0.016401704400777817, 'mee_loss': 0.2795414328575134, 'totoal_loss': 0.019197119399905205, 'data_time': 0.022243745857849717, 'model_time': 0.7005883860401809, 'learning_rate': 3.560399902189855e-06, 'epoch': 25.51})
|
| 202 |
+
Step 20200, Loss: {'mse_loss': 0.006833159364759922, 'mee_loss': 0.16838419437408447, 'totoal_loss': 0.008517000824213028, 'data_time': 0.023807280929759145, 'model_time': 0.7066393669229001, 'learning_rate': 3.502504720450441e-06, 'epoch': 25.63})
|
| 203 |
+
Step 20300, Loss: {'mse_loss': 0.015090860426425934, 'mee_loss': 0.27708226442337036, 'totoal_loss': 0.017861682921648026, 'data_time': 0.02524618781171739, 'model_time': 0.718252913095057, 'learning_rate': 3.4448657495242304e-06, 'epoch': 25.76})
|
| 204 |
+
Step 20400, Loss: {'mse_loss': 0.01564604602754116, 'mee_loss': 0.25343284010887146, 'totoal_loss': 0.018180374056100845, 'data_time': 0.022263346007093787, 'model_time': 0.7107671839185059, 'learning_rate': 3.387492091272904e-06, 'epoch': 25.89})
|
| 205 |
+
Step 20500, Loss: {'mse_loss': 0.008808035403490067, 'mee_loss': 0.20220763981342316, 'totoal_loss': 0.010830111801624298, 'data_time': 0.015304314903914928, 'model_time': 0.7355145660694689, 'learning_rate': 3.3303928056621955e-06, 'epoch': 26.02})
|
| 206 |
+
Step 20600, Loss: {'mse_loss': 0.018251491710543633, 'mee_loss': 0.25361132621765137, 'totoal_loss': 0.02078760415315628, 'data_time': 0.014520529890432954, 'model_time': 0.7429408677853644, 'learning_rate': 3.2735769093312202e-06, 'epoch': 26.14})
|
| 207 |
+
Step 20700, Loss: {'mse_loss': 0.0076982080936431885, 'mee_loss': 0.18372374773025513, 'totoal_loss': 0.00953544583171606, 'data_time': 0.015704220160841942, 'model_time': 0.7340391259640455, 'learning_rate': 3.217053374168639e-06, 'epoch': 26.27})
|
| 208 |
+
Step 20800, Loss: {'mse_loss': 0.008576478809118271, 'mee_loss': 0.16358520090579987, 'totoal_loss': 0.01021233107894659, 'data_time': 0.017092749942094088, 'model_time': 0.6967974179424345, 'learning_rate': 3.1608311258958953e-06, 'epoch': 26.4})
|
| 209 |
+
Step 20900, Loss: {'mse_loss': 0.020930392667651176, 'mee_loss': 0.3316836953163147, 'totoal_loss': 0.02424722909927368, 'data_time': 0.014801295008510351, 'model_time': 0.8032099069096148, 'learning_rate': 3.10491904265774e-06, 'epoch': 26.52})
|
| 210 |
+
Step 21000, Loss: {'mse_loss': 0.02091226540505886, 'mee_loss': 0.3247416913509369, 'totoal_loss': 0.024159682914614677, 'data_time': 0.018357991008087993, 'model_time': 0.707568661076948, 'learning_rate': 3.0493259536202714e-06, 'epoch': 26.65})
|
| 211 |
+
Step 21100, Loss: {'mse_loss': 0.019413217902183533, 'mee_loss': 0.28559672832489014, 'totoal_loss': 0.02226918563246727, 'data_time': 0.015515632927417755, 'model_time': 0.8250999031588435, 'learning_rate': 2.9940606375767038e-06, 'epoch': 26.78})
|
| 212 |
+
Step 21200, Loss: {'mse_loss': 0.011703184805810452, 'mee_loss': 0.2384507954120636, 'totoal_loss': 0.014087692834436893, 'data_time': 0.018766700057312846, 'model_time': 0.7718487910460681, 'learning_rate': 2.939131821561094e-06, 'epoch': 26.9})
|
| 213 |
+
Step 21300, Loss: {'mse_loss': 0.006891191005706787, 'mee_loss': 0.17231163382530212, 'totoal_loss': 0.008614307269454002, 'data_time': 0.026756389066576958, 'model_time': 0.7061168409418315, 'learning_rate': 2.8845481794702473e-06, 'epoch': 27.03})
|
| 214 |
+
Step 21400, Loss: {'mse_loss': 0.01008230447769165, 'mee_loss': 0.20354169607162476, 'totoal_loss': 0.012117721140384674, 'data_time': 0.020726494025439024, 'model_time': 0.7126447281334549, 'learning_rate': 2.830318330694004e-06, 'epoch': 27.16})
|
| 215 |
+
Step 21500, Loss: {'mse_loss': 0.014259503223001957, 'mee_loss': 0.25796398520469666, 'totoal_loss': 0.01683914288878441, 'data_time': 0.022699360037222505, 'model_time': 0.7144386928994209, 'learning_rate': 2.7764508387541378e-06, 'epoch': 27.28})
|
| 216 |
+
Step 21600, Loss: {'mse_loss': 0.01794671267271042, 'mee_loss': 0.2801046669483185, 'totoal_loss': 0.020747758448123932, 'data_time': 0.024330975022166967, 'model_time': 0.7018245358485729, 'learning_rate': 2.7229542099520797e-06, 'epoch': 27.41})
|
| 217 |
+
Step 21700, Loss: {'mse_loss': 0.008913852274417877, 'mee_loss': 0.1816013604402542, 'totoal_loss': 0.010729866102337837, 'data_time': 0.022706848103553057, 'model_time': 0.7196800711099058, 'learning_rate': 2.669836892025666e-06, 'epoch': 27.54})
|
| 218 |
+
Step 21800, Loss: {'mse_loss': 0.013727870769798756, 'mee_loss': 0.23116007447242737, 'totoal_loss': 0.016039472073316574, 'data_time': 0.02249961905181408, 'model_time': 0.798475852003321, 'learning_rate': 2.6171072728151557e-06, 'epoch': 27.66})
|
| 219 |
+
Step 21900, Loss: {'mse_loss': 0.010216382332146168, 'mee_loss': 0.19147412478923798, 'totoal_loss': 0.012131123803555965, 'data_time': 0.022058979142457247, 'model_time': 0.7392478219699115, 'learning_rate': 2.5647736789386828e-06, 'epoch': 27.79})
|
| 220 |
+
Step 22000, Loss: {'mse_loss': 0.029690252617001534, 'mee_loss': 0.3067280352115631, 'totoal_loss': 0.032757531851530075, 'data_time': 0.03020752710290253, 'model_time': 0.7315984650049359, 'learning_rate': 2.5128443744773904e-06, 'epoch': 27.92})
|
| 221 |
+
Step 22100, Loss: {'mse_loss': 0.013473866507411003, 'mee_loss': 0.2424815595149994, 'totoal_loss': 0.015898682177066803, 'data_time': 0.017844547983258963, 'model_time': 0.7996337050572038, 'learning_rate': 2.4613275596704386e-06, 'epoch': 28.05})
|
| 222 |
+
Step 22200, Loss: {'mse_loss': 0.020039154216647148, 'mee_loss': 0.31147053837776184, 'totoal_loss': 0.02315386012196541, 'data_time': 0.014354258077219129, 'model_time': 0.754078343976289, 'learning_rate': 2.4102313696200853e-06, 'epoch': 28.17})
|
| 223 |
+
Step 22300, Loss: {'mse_loss': 0.006751323584467173, 'mee_loss': 0.16546110808849335, 'totoal_loss': 0.008405935019254684, 'data_time': 0.018313354114070535, 'model_time': 0.8105729850940406, 'learning_rate': 2.359563873007063e-06, 'epoch': 28.3})
|
| 224 |
+
Step 22400, Loss: {'mse_loss': 0.013194354251027107, 'mee_loss': 0.20508188009262085, 'totoal_loss': 0.015245173126459122, 'data_time': 0.017174537060782313, 'model_time': 0.7911293569486588, 'learning_rate': 2.3093330708164465e-06, 'epoch': 28.43})
|
| 225 |
+
Step 22500, Loss: {'mse_loss': 0.019304297864437103, 'mee_loss': 0.21763227880001068, 'totoal_loss': 0.02148061990737915, 'data_time': 0.015670053893700242, 'model_time': 0.7633324831258506, 'learning_rate': 2.2595468950741943e-06, 'epoch': 28.55})
|
| 226 |
+
Step 22600, Loss: {'mse_loss': 0.01076847780495882, 'mee_loss': 0.2286042720079422, 'totoal_loss': 0.013054520823061466, 'data_time': 0.014869761886075139, 'model_time': 0.7983632311224937, 'learning_rate': 2.2102132075945974e-06, 'epoch': 28.68})
|
| 227 |
+
Step 22700, Loss: {'mse_loss': 0.011182266287505627, 'mee_loss': 0.2029055505990982, 'totoal_loss': 0.013211322017014027, 'data_time': 0.019608492963016033, 'model_time': 0.7659352971240878, 'learning_rate': 2.1613397987388e-06, 'epoch': 28.81})
|
| 228 |
+
Step 22800, Loss: {'mse_loss': 0.013001863844692707, 'mee_loss': 0.19828109443187714, 'totoal_loss': 0.014984674751758575, 'data_time': 0.016820270102471113, 'model_time': 0.7093036561273038, 'learning_rate': 2.1129343861846207e-06, 'epoch': 28.93})
|
| 229 |
+
Step 22900, Loss: {'mse_loss': 0.007316038012504578, 'mee_loss': 0.1725822538137436, 'totoal_loss': 0.009041860699653625, 'data_time': 0.009886021027341485, 'model_time': 0.7065190819557756, 'learning_rate': 2.065004613707836e-06, 'epoch': 29.06})
|
| 230 |
+
Step 23000, Loss: {'mse_loss': 0.006221118848770857, 'mee_loss': 0.15315571427345276, 'totoal_loss': 0.007752676028758287, 'data_time': 0.009538035839796066, 'model_time': 0.7306820030789822, 'learning_rate': 2.0175580499751375e-06, 'epoch': 29.19})
|
| 231 |
+
Step 23100, Loss: {'mse_loss': 0.02390120178461075, 'mee_loss': 0.30403515696525574, 'totoal_loss': 0.026941552758216858, 'data_time': 0.01035755593329668, 'model_time': 0.742824143031612, 'learning_rate': 1.9706021873489604e-06, 'epoch': 29.31})
|
| 232 |
+
Step 23200, Loss: {'mse_loss': 0.0076690660789608955, 'mee_loss': 0.17804549634456635, 'totoal_loss': 0.009449521079659462, 'data_time': 0.009172436082735658, 'model_time': 0.7421287519391626, 'learning_rate': 1.924144440704338e-06, 'epoch': 29.44})
|
| 233 |
+
Step 23300, Loss: {'mse_loss': 0.013217626139521599, 'mee_loss': 0.23354142904281616, 'totoal_loss': 0.01555304042994976, 'data_time': 0.007983206072822213, 'model_time': 0.7954988179262727, 'learning_rate': 1.8781921462580238e-06, 'epoch': 29.57})
|
| 234 |
+
Step 23400, Loss: {'mse_loss': 0.010539766401052475, 'mee_loss': 0.211368128657341, 'totoal_loss': 0.012653447687625885, 'data_time': 0.009090546052902937, 'model_time': 0.7555367639288306, 'learning_rate': 1.8327525604100058e-06, 'epoch': 29.7})
|
| 235 |
+
Step 23500, Loss: {'mse_loss': 0.008227506652474403, 'mee_loss': 0.17692255973815918, 'totoal_loss': 0.009996732696890831, 'data_time': 0.008361060870811343, 'model_time': 0.7269716169685125, 'learning_rate': 1.7878328585976426e-06, 'epoch': 29.82})
|
| 236 |
+
Step 23600, Loss: {'mse_loss': 0.014080743305385113, 'mee_loss': 0.2514128088951111, 'totoal_loss': 0.016594871878623962, 'data_time': 0.009630857035517693, 'model_time': 0.7461239630356431, 'learning_rate': 1.7434401341625765e-06, 'epoch': 29.95})
|
| 237 |
+
Step 23700, Loss: {'mse_loss': 0.01225151028484106, 'mee_loss': 0.21631912887096405, 'totoal_loss': 0.014414701610803604, 'data_time': 0.009070700965821743, 'model_time': 0.7193103861063719, 'learning_rate': 1.6995813972306108e-06, 'epoch': 30.08})
|
| 238 |
+
Step 23800, Loss: {'mse_loss': 0.010888662189245224, 'mee_loss': 0.23197416961193085, 'totoal_loss': 0.013208404183387756, 'data_time': 0.011692221974954009, 'model_time': 0.7155846119858325, 'learning_rate': 1.656263573604734e-06, 'epoch': 30.2})
|
| 239 |
+
Step 23900, Loss: {'mse_loss': 0.013787636533379555, 'mee_loss': 0.2800622284412384, 'totoal_loss': 0.016588259488344193, 'data_time': 0.010179174831137061, 'model_time': 0.7528894250281155, 'learning_rate': 1.613493503671454e-06, 'epoch': 30.33})
|
| 240 |
+
Step 24000, Loss: {'mse_loss': 0.021550200879573822, 'mee_loss': 0.23110772669315338, 'totoal_loss': 0.023861277848482132, 'data_time': 0.009189492790028453, 'model_time': 0.728866714052856, 'learning_rate': 1.5712779413206198e-06, 'epoch': 30.46})
|
| 241 |
+
Step 24100, Loss: {'mse_loss': 0.016463257372379303, 'mee_loss': 0.2158975601196289, 'totoal_loss': 0.018622232601046562, 'data_time': 0.00851692515425384, 'model_time': 0.7235481778625399, 'learning_rate': 1.5296235528789028e-06, 'epoch': 30.58})
|
| 242 |
+
Step 24200, Loss: {'mse_loss': 0.008150486275553703, 'mee_loss': 0.19835318624973297, 'totoal_loss': 0.010134018026292324, 'data_time': 0.009201700799167156, 'model_time': 0.7330848190467805, 'learning_rate': 1.4885369160571124e-06, 'epoch': 30.71})
|
| 243 |
+
Step 24300, Loss: {'mse_loss': 0.014864549972116947, 'mee_loss': 0.21586738526821136, 'totoal_loss': 0.017023224383592606, 'data_time': 0.009157680906355381, 'model_time': 0.7474987329915166, 'learning_rate': 1.4480245189114938e-06, 'epoch': 30.84})
|
| 244 |
+
Step 24400, Loss: {'mse_loss': 0.015788283199071884, 'mee_loss': 0.19307462871074677, 'totoal_loss': 0.017719030380249023, 'data_time': 0.007944780169054866, 'model_time': 0.7326979758217931, 'learning_rate': 1.408092758819191e-06, 'epoch': 30.96})
|
| 245 |
+
Step 24500, Loss: {'mse_loss': 0.00742654874920845, 'mee_loss': 0.16892817616462708, 'totoal_loss': 0.009115830063819885, 'data_time': 0.009136812994256616, 'model_time': 0.7104998810682446, 'learning_rate': 1.368747941468028e-06, 'epoch': 31.09})
|
| 246 |
+
Step 24600, Loss: {'mse_loss': 0.009859058074653149, 'mee_loss': 0.19093628227710724, 'totoal_loss': 0.011768421158194542, 'data_time': 0.01380864903330803, 'model_time': 0.7143654399551451, 'learning_rate': 1.3299962798607614e-06, 'epoch': 31.22})
|
| 247 |
+
Step 24700, Loss: {'mse_loss': 0.01356882881373167, 'mee_loss': 0.23333117365837097, 'totoal_loss': 0.015902141109108925, 'data_time': 0.008544333977624774, 'model_time': 0.7011291899252683, 'learning_rate': 1.2918438933339827e-06, 'epoch': 31.35})
|
| 248 |
+
Step 24800, Loss: {'mse_loss': 0.011995776556432247, 'mee_loss': 0.2137502133846283, 'totoal_loss': 0.014133278280496597, 'data_time': 0.009727722965180874, 'model_time': 0.7147287700790912, 'learning_rate': 1.2542968065918027e-06, 'epoch': 31.47})
|
| 249 |
+
Step 24900, Loss: {'mse_loss': 0.009870437905192375, 'mee_loss': 0.2087138593196869, 'totoal_loss': 0.011957576498389244, 'data_time': 0.009640695992857218, 'model_time': 0.7256610589101911, 'learning_rate': 1.217360948754476e-06, 'epoch': 31.6})
|
| 250 |
+
Step 25000, Loss: {'mse_loss': 0.006283218506723642, 'mee_loss': 0.15717774629592896, 'totoal_loss': 0.007854996249079704, 'data_time': 0.009137545945122838, 'model_time': 0.7702125399373472, 'learning_rate': 1.1810421524221318e-06, 'epoch': 31.73})
|
| 251 |
+
Step 25100, Loss: {'mse_loss': 0.01775383949279785, 'mee_loss': 0.23159119486808777, 'totoal_loss': 0.020069751888513565, 'data_time': 0.00826693489216268, 'model_time': 0.7334135991986841, 'learning_rate': 1.1453461527537284e-06, 'epoch': 31.85})
|
| 252 |
+
Step 25200, Loss: {'mse_loss': 0.01794380508363247, 'mee_loss': 0.21150583028793335, 'totoal_loss': 0.02005886286497116, 'data_time': 0.009265139000490308, 'model_time': 0.7651894590817392, 'learning_rate': 1.1102785865614162e-06, 'epoch': 31.98})
|
| 253 |
+
Step 25300, Loss: {'mse_loss': 0.009991463273763657, 'mee_loss': 0.2031557857990265, 'totoal_loss': 0.012023020535707474, 'data_time': 0.019033099059015512, 'model_time': 0.7562378100119531, 'learning_rate': 1.0758449914204127e-06, 'epoch': 32.11})
|
| 254 |
+
Step 25400, Loss: {'mse_loss': 0.009359185583889484, 'mee_loss': 0.16774830222129822, 'totoal_loss': 0.01103666890412569, 'data_time': 0.016565556172281504, 'model_time': 0.6900866799987853, 'learning_rate': 1.0420508047945595e-06, 'epoch': 32.23})
|
| 255 |
+
Step 25500, Loss: {'mse_loss': 0.026829060167074203, 'mee_loss': 0.2528122067451477, 'totoal_loss': 0.02935718186199665, 'data_time': 0.017784183844923973, 'model_time': 0.7183984890580177, 'learning_rate': 1.0089013631776776e-06, 'epoch': 32.36})
|
| 256 |
+
Step 25600, Loss: {'mse_loss': 0.011208157986402512, 'mee_loss': 0.18943968415260315, 'totoal_loss': 0.013102554716169834, 'data_time': 0.017247388837859035, 'model_time': 0.7506142950151116, 'learning_rate': 9.76401901250878e-07, 'epoch': 32.49})
|
| 257 |
+
Step 25700, Loss: {'mse_loss': 0.007081363815814257, 'mee_loss': 0.1661958247423172, 'totoal_loss': 0.008743321523070335, 'data_time': 0.015027923975139856, 'model_time': 0.711154512129724, 'learning_rate': 9.44557551055946e-07, 'epoch': 32.61})
|
| 258 |
+
Step 25800, Loss: {'mse_loss': 0.008585280738770962, 'mee_loss': 0.18413883447647095, 'totoal_loss': 0.010426669381558895, 'data_time': 0.02085757302120328, 'model_time': 0.7874475799035281, 'learning_rate': 9.13373341184928e-07, 'epoch': 32.74})
|
| 259 |
+
Step 25900, Loss: {'mse_loss': 0.010137850418686867, 'mee_loss': 0.2228243350982666, 'totoal_loss': 0.012366093695163727, 'data_time': 0.021955682197585702, 'model_time': 0.7285521388985217, 'learning_rate': 8.828541959860623e-07, 'epoch': 32.87})
|
| 260 |
+
Step 26000, Loss: {'mse_loss': 0.018330195918679237, 'mee_loss': 0.24987885355949402, 'totoal_loss': 0.020828984677791595, 'data_time': 0.014567933045327663, 'model_time': 0.675896876025945, 'learning_rate': 8.530049347861661e-07, 'epoch': 32.99})
|
| 261 |
+
Step 26100, Loss: {'mse_loss': 0.008350551128387451, 'mee_loss': 0.18560971319675446, 'totoal_loss': 0.010206648148596287, 'data_time': 0.015700901160016656, 'model_time': 0.737810991005972, 'learning_rate': 8.238302711296034e-07, 'epoch': 33.12})
|
| 262 |
+
Step 26200, Loss: {'mse_loss': 0.020529855042696, 'mee_loss': 0.19060786068439484, 'totoal_loss': 0.022435933351516724, 'data_time': 0.016507399966940284, 'model_time': 0.7492626719176769, 'learning_rate': 7.953348120339707e-07, 'epoch': 33.25})
|
| 263 |
+
Step 26300, Loss: {'mse_loss': 0.007722228765487671, 'mee_loss': 0.1614704728126526, 'totoal_loss': 0.009336933493614197, 'data_time': 0.01592212193645537, 'model_time': 0.7783329160884023, 'learning_rate': 7.675230572625892e-07, 'epoch': 33.38})
|
| 264 |
+
Step 26400, Loss: {'mse_loss': 0.029919540509581566, 'mee_loss': 0.2827727794647217, 'totoal_loss': 0.03274726867675781, 'data_time': 0.015722723910585046, 'model_time': 0.7151814820244908, 'learning_rate': 7.40399398613941e-07, 'epoch': 33.5})
|
| 265 |
+
Step 26500, Loss: {'mse_loss': 0.009739662520587444, 'mee_loss': 0.16772137582302094, 'totoal_loss': 0.011416876688599586, 'data_time': 0.017259047832340002, 'model_time': 0.7426866430323571, 'learning_rate': 7.139681192281557e-07, 'epoch': 33.63})
|
| 266 |
+
Step 26600, Loss: {'mse_loss': 0.014226950705051422, 'mee_loss': 0.2147665023803711, 'totoal_loss': 0.01637461595237255, 'data_time': 0.014807275962084532, 'model_time': 0.7246759061235934, 'learning_rate': 6.882333929106462e-07, 'epoch': 33.76})
|
| 267 |
+
Step 26700, Loss: {'mse_loss': 0.008736231364309788, 'mee_loss': 0.186292827129364, 'totoal_loss': 0.010599159635603428, 'data_time': 0.018011901061981916, 'model_time': 0.7137719178572297, 'learning_rate': 6.63199283473027e-07, 'epoch': 33.88})
|
| 268 |
+
Step 26800, Loss: {'mse_loss': 0.015410328283905983, 'mee_loss': 0.2697887122631073, 'totoal_loss': 0.018108215183019638, 'data_time': 0.02215973613783717, 'model_time': 0.7415526970289648, 'learning_rate': 6.388697440913819e-07, 'epoch': 34.01})
|
| 269 |
+
Step 26900, Loss: {'mse_loss': 0.00843206699937582, 'mee_loss': 0.186994731426239, 'totoal_loss': 0.010302014648914337, 'data_time': 0.02185209305025637, 'model_time': 0.733434007037431, 'learning_rate': 6.152486166820176e-07, 'epoch': 34.14})
|
| 270 |
+
Step 27000, Loss: {'mse_loss': 0.00866982713341713, 'mee_loss': 0.17589005827903748, 'totoal_loss': 0.010428727604448795, 'data_time': 0.0235372690949589, 'model_time': 0.701447038911283, 'learning_rate': 5.923396312947748e-07, 'epoch': 34.26})
|
| 271 |
+
Step 27100, Loss: {'mse_loss': 0.011883067898452282, 'mee_loss': 0.15732060372829437, 'totoal_loss': 0.013456273823976517, 'data_time': 0.021598543971776962, 'model_time': 0.7293340871110559, 'learning_rate': 5.701464055240163e-07, 'epoch': 34.39})
|
| 272 |
+
Step 27200, Loss: {'mse_loss': 0.01275053434073925, 'mee_loss': 0.23072470724582672, 'totoal_loss': 0.015057781711220741, 'data_time': 0.0213138060644269, 'model_time': 0.7107754540629685, 'learning_rate': 5.48672443937364e-07, 'epoch': 34.52})
|
| 273 |
+
Step 27300, Loss: {'mse_loss': 0.007238338235765696, 'mee_loss': 0.14529426395893097, 'totoal_loss': 0.008691281080245972, 'data_time': 0.025556022068485618, 'model_time': 0.7338811350055039, 'learning_rate': 5.279211375222855e-07, 'epoch': 34.64})
|
| 274 |
+
Step 27400, Loss: {'mse_loss': 0.006295527797192335, 'mee_loss': 0.15553273260593414, 'totoal_loss': 0.007850855588912964, 'data_time': 0.025245756143704057, 'model_time': 0.7317192310001701, 'learning_rate': 5.07895763150622e-07, 'epoch': 34.77})
|
| 275 |
+
Step 27500, Loss: {'mse_loss': 0.01036786288022995, 'mee_loss': 0.20543748140335083, 'totoal_loss': 0.012422237545251846, 'data_time': 0.024731931975111365, 'model_time': 0.7175965381320566, 'learning_rate': 4.885994830611266e-07, 'epoch': 34.9})
|
| 276 |
+
Step 27600, Loss: {'mse_loss': 0.008046279661357403, 'mee_loss': 0.16789233684539795, 'totoal_loss': 0.009725202806293964, 'data_time': 0.016455391887575388, 'model_time': 0.7365142360795289, 'learning_rate': 4.700353443601156e-07, 'epoch': 35.03})
|
| 277 |
+
Step 27700, Loss: {'mse_loss': 0.00458806287497282, 'mee_loss': 0.12035488337278366, 'totoal_loss': 0.005791611969470978, 'data_time': 0.015249073039740324, 'model_time': 0.7414747010916471, 'learning_rate': 4.5220627854029224e-07, 'epoch': 35.15})
|
| 278 |
+
Step 27800, Loss: {'mse_loss': 0.016561008989810944, 'mee_loss': 0.21719180047512054, 'totoal_loss': 0.01873292773962021, 'data_time': 0.018871736945584416, 'model_time': 0.7484391159377992, 'learning_rate': 4.351151010178311e-07, 'epoch': 35.28})
|
| 279 |
+
Step 27900, Loss: {'mse_loss': 0.017007071524858475, 'mee_loss': 0.1915411800146103, 'totoal_loss': 0.018922483548521996, 'data_time': 0.02015315997414291, 'model_time': 0.7025587749667466, 'learning_rate': 4.1876451068778983e-07, 'epoch': 35.41})
|
| 280 |
+
Step 28000, Loss: {'mse_loss': 0.012279369868338108, 'mee_loss': 0.17044609785079956, 'totoal_loss': 0.0139838308095932, 'data_time': 0.01808157586492598, 'model_time': 0.7674095151014626, 'learning_rate': 4.031570894979235e-07, 'epoch': 35.53})
|
| 281 |
+
Step 28100, Loss: {'mse_loss': 0.0070547983050346375, 'mee_loss': 0.16133788228034973, 'totoal_loss': 0.008668176829814911, 'data_time': 0.02021609921939671, 'model_time': 0.796194558031857, 'learning_rate': 3.882953020409644e-07, 'epoch': 35.66})
|
| 282 |
+
Step 28200, Loss: {'mse_loss': 0.006621627137064934, 'mee_loss': 0.15133532881736755, 'totoal_loss': 0.00813498068600893, 'data_time': 0.016218867152929306, 'model_time': 0.7081023920327425, 'learning_rate': 3.74181495165436e-07, 'epoch': 35.79})
|
| 283 |
+
Step 28300, Loss: {'mse_loss': 0.008031870238482952, 'mee_loss': 0.17288006842136383, 'totoal_loss': 0.009760670363903046, 'data_time': 0.016902259085327387, 'model_time': 0.7881511780433357, 'learning_rate': 3.608178976050568e-07, 'epoch': 35.91})
|
| 284 |
+
Step 28400, Loss: {'mse_loss': 0.007979205809533596, 'mee_loss': 0.16826598346233368, 'totoal_loss': 0.009661865420639515, 'data_time': 0.020839626900851727, 'model_time': 0.7311176951043308, 'learning_rate': 3.482066196267966e-07, 'epoch': 36.04})
|
| 285 |
+
Step 28500, Loss: {'mse_loss': 0.0231722854077816, 'mee_loss': 0.29952165484428406, 'totoal_loss': 0.026167502626776695, 'data_time': 0.025493243942037225, 'model_time': 0.73177141090855, 'learning_rate': 3.36349652697643e-07, 'epoch': 36.17})
|
| 286 |
+
Step 28600, Loss: {'mse_loss': 0.004695347044616938, 'mee_loss': 0.12193895131349564, 'totoal_loss': 0.0059147365391254425, 'data_time': 0.025024814996868372, 'model_time': 0.7018141411244869, 'learning_rate': 3.2524886917012403e-07, 'epoch': 36.29})
|
| 287 |
+
Step 28700, Loss: {'mse_loss': 0.010613110847771168, 'mee_loss': 0.21858887374401093, 'totoal_loss': 0.012798999436199665, 'data_time': 0.023835090920329094, 'model_time': 0.7160841298755258, 'learning_rate': 3.149060219866433e-07, 'epoch': 36.42})
|
| 288 |
+
Step 28800, Loss: {'mse_loss': 0.016795936971902847, 'mee_loss': 0.2377392053604126, 'totoal_loss': 0.019173329696059227, 'data_time': 0.024368415120989084, 'model_time': 0.7122258991003036, 'learning_rate': 3.053227444026695e-07, 'epoch': 36.55})
|
| 289 |
+
Step 28900, Loss: {'mse_loss': 0.019103994593024254, 'mee_loss': 0.26138460636138916, 'totoal_loss': 0.021717840805649757, 'data_time': 0.02308650896884501, 'model_time': 0.7019014100078493, 'learning_rate': 2.9650054972882544e-07, 'epoch': 36.68})
|
| 290 |
+
Step 29000, Loss: {'mse_loss': 0.005994138307869434, 'mee_loss': 0.1483040153980255, 'totoal_loss': 0.007477178238332272, 'data_time': 0.023699074052274227, 'model_time': 0.7554543281439692, 'learning_rate': 2.884408310919209e-07, 'epoch': 36.8})
|
| 291 |
+
Step 29100, Loss: {'mse_loss': 0.007067800033837557, 'mee_loss': 0.15223149955272675, 'totoal_loss': 0.00859011523425579, 'data_time': 0.020570797147229314, 'model_time': 0.7115778219886124, 'learning_rate': 2.8114486121495906e-07, 'epoch': 36.93})
|
| 292 |
+
Step 29200, Loss: {'mse_loss': 0.006987863685935736, 'mee_loss': 0.13677136600017548, 'totoal_loss': 0.008355577476322651, 'data_time': 0.008989417925477028, 'model_time': 0.8059105519205332, 'learning_rate': 2.746137922161617e-07, 'epoch': 37.06})
|
| 293 |
+
Step 29300, Loss: {'mse_loss': 0.023627324029803276, 'mee_loss': 0.20982125401496887, 'totoal_loss': 0.025725536048412323, 'data_time': 0.008855488151311874, 'model_time': 0.7503572651185095, 'learning_rate': 2.68848655427034e-07, 'epoch': 37.18})
|
| 294 |
+
Step 29400, Loss: {'mse_loss': 0.006495789159089327, 'mee_loss': 0.15949647128582, 'totoal_loss': 0.00809075403958559, 'data_time': 0.009203420020639896, 'model_time': 0.7283015628345311, 'learning_rate': 2.638503612295071e-07, 'epoch': 37.31})
|
| 295 |
+
Step 29500, Loss: {'mse_loss': 0.02045048214495182, 'mee_loss': 0.3104364275932312, 'totoal_loss': 0.02355484664440155, 'data_time': 0.008785615907981992, 'model_time': 0.7398995808325708, 'learning_rate': 2.5961969891217614e-07, 'epoch': 37.44})
|
| 296 |
+
Step 29600, Loss: {'mse_loss': 0.010453871451318264, 'mee_loss': 0.184792622923851, 'totoal_loss': 0.012301797978579998, 'data_time': 0.00871561816893518, 'model_time': 0.772098584799096, 'learning_rate': 2.5615733654566483e-07, 'epoch': 37.56})
|
| 297 |
+
Step 29700, Loss: {'mse_loss': 0.007338578812777996, 'mee_loss': 0.1754940152168274, 'totoal_loss': 0.009093519300222397, 'data_time': 0.010543657932430506, 'model_time': 0.7327781869098544, 'learning_rate': 2.5346382087712764e-07, 'epoch': 37.69})
|
| 298 |
+
Step 29800, Loss: {'mse_loss': 0.007929403334856033, 'mee_loss': 0.17452700436115265, 'totoal_loss': 0.009674672968685627, 'data_time': 0.008422303013503551, 'model_time': 0.7349856430664659, 'learning_rate': 2.515395772439128e-07, 'epoch': 37.82})
|
| 299 |
+
Step 29900, Loss: {'mse_loss': 0.005638070870190859, 'mee_loss': 0.13869412243366241, 'totoal_loss': 0.007025011815130711, 'data_time': 0.009125340962782502, 'model_time': 0.7565722609870136, 'learning_rate': 2.5038490950639644e-07, 'epoch': 37.94})
|
| 300 |
+
Step 30000, Loss: {'mse_loss': 0.010629335418343544, 'mee_loss': 0.17316564917564392, 'totoal_loss': 0.012360991910099983, 'data_time': 0.014604398980736732, 'model_time': 0.7048210860230029, 'learning_rate': 2.5e-07, 'epoch': 38.07})
|
libero_10_2B_mee1e-2/starvla_qwen_dual/libero_eval_libero_10.log
ADDED
|
@@ -0,0 +1,2521 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Task suite: libero_10
|
| 2 |
+
|
| 3 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 4 |
+
Success: True
|
| 5 |
+
# episodes completed so far: 1
|
| 6 |
+
# successes: 1 (100.0%)
|
| 7 |
+
|
| 8 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 9 |
+
Success: True
|
| 10 |
+
# episodes completed so far: 2
|
| 11 |
+
# successes: 2 (100.0%)
|
| 12 |
+
|
| 13 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 14 |
+
Success: True
|
| 15 |
+
# episodes completed so far: 3
|
| 16 |
+
# successes: 3 (100.0%)
|
| 17 |
+
|
| 18 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 19 |
+
Success: True
|
| 20 |
+
# episodes completed so far: 4
|
| 21 |
+
# successes: 4 (100.0%)
|
| 22 |
+
|
| 23 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 24 |
+
Success: True
|
| 25 |
+
# episodes completed so far: 5
|
| 26 |
+
# successes: 5 (100.0%)
|
| 27 |
+
|
| 28 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 29 |
+
Success: True
|
| 30 |
+
# episodes completed so far: 6
|
| 31 |
+
# successes: 6 (100.0%)
|
| 32 |
+
|
| 33 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 34 |
+
Success: False
|
| 35 |
+
# episodes completed so far: 7
|
| 36 |
+
# successes: 6 (85.7%)
|
| 37 |
+
|
| 38 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 39 |
+
Success: True
|
| 40 |
+
# episodes completed so far: 8
|
| 41 |
+
# successes: 7 (87.5%)
|
| 42 |
+
|
| 43 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 44 |
+
Success: True
|
| 45 |
+
# episodes completed so far: 9
|
| 46 |
+
# successes: 8 (88.9%)
|
| 47 |
+
|
| 48 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 49 |
+
Success: True
|
| 50 |
+
# episodes completed so far: 10
|
| 51 |
+
# successes: 9 (90.0%)
|
| 52 |
+
|
| 53 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 54 |
+
Success: True
|
| 55 |
+
# episodes completed so far: 11
|
| 56 |
+
# successes: 10 (90.9%)
|
| 57 |
+
|
| 58 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 59 |
+
Success: True
|
| 60 |
+
# episodes completed so far: 12
|
| 61 |
+
# successes: 11 (91.7%)
|
| 62 |
+
|
| 63 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 64 |
+
Success: True
|
| 65 |
+
# episodes completed so far: 13
|
| 66 |
+
# successes: 12 (92.3%)
|
| 67 |
+
|
| 68 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 69 |
+
Success: True
|
| 70 |
+
# episodes completed so far: 14
|
| 71 |
+
# successes: 13 (92.9%)
|
| 72 |
+
|
| 73 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 74 |
+
Success: False
|
| 75 |
+
# episodes completed so far: 15
|
| 76 |
+
# successes: 13 (86.7%)
|
| 77 |
+
|
| 78 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 79 |
+
Success: True
|
| 80 |
+
# episodes completed so far: 16
|
| 81 |
+
# successes: 14 (87.5%)
|
| 82 |
+
|
| 83 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 84 |
+
Success: True
|
| 85 |
+
# episodes completed so far: 17
|
| 86 |
+
# successes: 15 (88.2%)
|
| 87 |
+
|
| 88 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 89 |
+
Success: True
|
| 90 |
+
# episodes completed so far: 18
|
| 91 |
+
# successes: 16 (88.9%)
|
| 92 |
+
|
| 93 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 94 |
+
Success: False
|
| 95 |
+
# episodes completed so far: 19
|
| 96 |
+
# successes: 16 (84.2%)
|
| 97 |
+
|
| 98 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 99 |
+
Success: True
|
| 100 |
+
# episodes completed so far: 20
|
| 101 |
+
# successes: 17 (85.0%)
|
| 102 |
+
|
| 103 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 104 |
+
Success: True
|
| 105 |
+
# episodes completed so far: 21
|
| 106 |
+
# successes: 18 (85.7%)
|
| 107 |
+
|
| 108 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 109 |
+
Success: True
|
| 110 |
+
# episodes completed so far: 22
|
| 111 |
+
# successes: 19 (86.4%)
|
| 112 |
+
|
| 113 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 114 |
+
Success: True
|
| 115 |
+
# episodes completed so far: 23
|
| 116 |
+
# successes: 20 (87.0%)
|
| 117 |
+
|
| 118 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 119 |
+
Success: True
|
| 120 |
+
# episodes completed so far: 24
|
| 121 |
+
# successes: 21 (87.5%)
|
| 122 |
+
|
| 123 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 124 |
+
Success: True
|
| 125 |
+
# episodes completed so far: 25
|
| 126 |
+
# successes: 22 (88.0%)
|
| 127 |
+
|
| 128 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 129 |
+
Success: True
|
| 130 |
+
# episodes completed so far: 26
|
| 131 |
+
# successes: 23 (88.5%)
|
| 132 |
+
|
| 133 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 134 |
+
Success: True
|
| 135 |
+
# episodes completed so far: 27
|
| 136 |
+
# successes: 24 (88.9%)
|
| 137 |
+
|
| 138 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 139 |
+
Success: True
|
| 140 |
+
# episodes completed so far: 28
|
| 141 |
+
# successes: 25 (89.3%)
|
| 142 |
+
|
| 143 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 144 |
+
Success: True
|
| 145 |
+
# episodes completed so far: 29
|
| 146 |
+
# successes: 26 (89.7%)
|
| 147 |
+
|
| 148 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 149 |
+
Success: True
|
| 150 |
+
# episodes completed so far: 30
|
| 151 |
+
# successes: 27 (90.0%)
|
| 152 |
+
|
| 153 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 154 |
+
Success: True
|
| 155 |
+
# episodes completed so far: 31
|
| 156 |
+
# successes: 28 (90.3%)
|
| 157 |
+
|
| 158 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 159 |
+
Success: True
|
| 160 |
+
# episodes completed so far: 32
|
| 161 |
+
# successes: 29 (90.6%)
|
| 162 |
+
|
| 163 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 164 |
+
Success: True
|
| 165 |
+
# episodes completed so far: 33
|
| 166 |
+
# successes: 30 (90.9%)
|
| 167 |
+
|
| 168 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 169 |
+
Success: True
|
| 170 |
+
# episodes completed so far: 34
|
| 171 |
+
# successes: 31 (91.2%)
|
| 172 |
+
|
| 173 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 174 |
+
Success: True
|
| 175 |
+
# episodes completed so far: 35
|
| 176 |
+
# successes: 32 (91.4%)
|
| 177 |
+
|
| 178 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 179 |
+
Success: False
|
| 180 |
+
# episodes completed so far: 36
|
| 181 |
+
# successes: 32 (88.9%)
|
| 182 |
+
|
| 183 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 184 |
+
Success: True
|
| 185 |
+
# episodes completed so far: 37
|
| 186 |
+
# successes: 33 (89.2%)
|
| 187 |
+
|
| 188 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 189 |
+
Success: True
|
| 190 |
+
# episodes completed so far: 38
|
| 191 |
+
# successes: 34 (89.5%)
|
| 192 |
+
|
| 193 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 194 |
+
Success: True
|
| 195 |
+
# episodes completed so far: 39
|
| 196 |
+
# successes: 35 (89.7%)
|
| 197 |
+
|
| 198 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 199 |
+
Success: True
|
| 200 |
+
# episodes completed so far: 40
|
| 201 |
+
# successes: 36 (90.0%)
|
| 202 |
+
|
| 203 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 204 |
+
Success: False
|
| 205 |
+
# episodes completed so far: 41
|
| 206 |
+
# successes: 36 (87.8%)
|
| 207 |
+
|
| 208 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 209 |
+
Success: False
|
| 210 |
+
# episodes completed so far: 42
|
| 211 |
+
# successes: 36 (85.7%)
|
| 212 |
+
|
| 213 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 214 |
+
Success: True
|
| 215 |
+
# episodes completed so far: 43
|
| 216 |
+
# successes: 37 (86.0%)
|
| 217 |
+
|
| 218 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 219 |
+
Success: True
|
| 220 |
+
# episodes completed so far: 44
|
| 221 |
+
# successes: 38 (86.4%)
|
| 222 |
+
|
| 223 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 224 |
+
Success: True
|
| 225 |
+
# episodes completed so far: 45
|
| 226 |
+
# successes: 39 (86.7%)
|
| 227 |
+
|
| 228 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 229 |
+
Success: True
|
| 230 |
+
# episodes completed so far: 46
|
| 231 |
+
# successes: 40 (87.0%)
|
| 232 |
+
|
| 233 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 234 |
+
Success: True
|
| 235 |
+
# episodes completed so far: 47
|
| 236 |
+
# successes: 41 (87.2%)
|
| 237 |
+
|
| 238 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 239 |
+
Success: True
|
| 240 |
+
# episodes completed so far: 48
|
| 241 |
+
# successes: 42 (87.5%)
|
| 242 |
+
|
| 243 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 244 |
+
Success: True
|
| 245 |
+
# episodes completed so far: 49
|
| 246 |
+
# successes: 43 (87.8%)
|
| 247 |
+
|
| 248 |
+
Task: put both the alphabet soup and the tomato sauce in the basket
|
| 249 |
+
Success: False
|
| 250 |
+
# episodes completed so far: 50
|
| 251 |
+
# successes: 43 (86.0%)
|
| 252 |
+
Current task success rate: 0.86
|
| 253 |
+
Current total success rate: 0.86
|
| 254 |
+
|
| 255 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 256 |
+
Success: True
|
| 257 |
+
# episodes completed so far: 51
|
| 258 |
+
# successes: 44 (86.3%)
|
| 259 |
+
|
| 260 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 261 |
+
Success: True
|
| 262 |
+
# episodes completed so far: 52
|
| 263 |
+
# successes: 45 (86.5%)
|
| 264 |
+
|
| 265 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 266 |
+
Success: True
|
| 267 |
+
# episodes completed so far: 53
|
| 268 |
+
# successes: 46 (86.8%)
|
| 269 |
+
|
| 270 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 271 |
+
Success: True
|
| 272 |
+
# episodes completed so far: 54
|
| 273 |
+
# successes: 47 (87.0%)
|
| 274 |
+
|
| 275 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 276 |
+
Success: True
|
| 277 |
+
# episodes completed so far: 55
|
| 278 |
+
# successes: 48 (87.3%)
|
| 279 |
+
|
| 280 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 281 |
+
Success: True
|
| 282 |
+
# episodes completed so far: 56
|
| 283 |
+
# successes: 49 (87.5%)
|
| 284 |
+
|
| 285 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 286 |
+
Success: True
|
| 287 |
+
# episodes completed so far: 57
|
| 288 |
+
# successes: 50 (87.7%)
|
| 289 |
+
|
| 290 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 291 |
+
Success: True
|
| 292 |
+
# episodes completed so far: 58
|
| 293 |
+
# successes: 51 (87.9%)
|
| 294 |
+
|
| 295 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 296 |
+
Success: True
|
| 297 |
+
# episodes completed so far: 59
|
| 298 |
+
# successes: 52 (88.1%)
|
| 299 |
+
|
| 300 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 301 |
+
Success: True
|
| 302 |
+
# episodes completed so far: 60
|
| 303 |
+
# successes: 53 (88.3%)
|
| 304 |
+
|
| 305 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 306 |
+
Success: True
|
| 307 |
+
# episodes completed so far: 61
|
| 308 |
+
# successes: 54 (88.5%)
|
| 309 |
+
|
| 310 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 311 |
+
Success: True
|
| 312 |
+
# episodes completed so far: 62
|
| 313 |
+
# successes: 55 (88.7%)
|
| 314 |
+
|
| 315 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 316 |
+
Success: True
|
| 317 |
+
# episodes completed so far: 63
|
| 318 |
+
# successes: 56 (88.9%)
|
| 319 |
+
|
| 320 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 321 |
+
Success: True
|
| 322 |
+
# episodes completed so far: 64
|
| 323 |
+
# successes: 57 (89.1%)
|
| 324 |
+
|
| 325 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 326 |
+
Success: True
|
| 327 |
+
# episodes completed so far: 65
|
| 328 |
+
# successes: 58 (89.2%)
|
| 329 |
+
|
| 330 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 331 |
+
Success: True
|
| 332 |
+
# episodes completed so far: 66
|
| 333 |
+
# successes: 59 (89.4%)
|
| 334 |
+
|
| 335 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 336 |
+
Success: True
|
| 337 |
+
# episodes completed so far: 67
|
| 338 |
+
# successes: 60 (89.6%)
|
| 339 |
+
|
| 340 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 341 |
+
Success: True
|
| 342 |
+
# episodes completed so far: 68
|
| 343 |
+
# successes: 61 (89.7%)
|
| 344 |
+
|
| 345 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 346 |
+
Success: True
|
| 347 |
+
# episodes completed so far: 69
|
| 348 |
+
# successes: 62 (89.9%)
|
| 349 |
+
|
| 350 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 351 |
+
Success: True
|
| 352 |
+
# episodes completed so far: 70
|
| 353 |
+
# successes: 63 (90.0%)
|
| 354 |
+
|
| 355 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 356 |
+
Success: True
|
| 357 |
+
# episodes completed so far: 71
|
| 358 |
+
# successes: 64 (90.1%)
|
| 359 |
+
|
| 360 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 361 |
+
Success: True
|
| 362 |
+
# episodes completed so far: 72
|
| 363 |
+
# successes: 65 (90.3%)
|
| 364 |
+
|
| 365 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 366 |
+
Success: True
|
| 367 |
+
# episodes completed so far: 73
|
| 368 |
+
# successes: 66 (90.4%)
|
| 369 |
+
|
| 370 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 371 |
+
Success: True
|
| 372 |
+
# episodes completed so far: 74
|
| 373 |
+
# successes: 67 (90.5%)
|
| 374 |
+
|
| 375 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 376 |
+
Success: True
|
| 377 |
+
# episodes completed so far: 75
|
| 378 |
+
# successes: 68 (90.7%)
|
| 379 |
+
|
| 380 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 381 |
+
Success: True
|
| 382 |
+
# episodes completed so far: 76
|
| 383 |
+
# successes: 69 (90.8%)
|
| 384 |
+
|
| 385 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 386 |
+
Success: True
|
| 387 |
+
# episodes completed so far: 77
|
| 388 |
+
# successes: 70 (90.9%)
|
| 389 |
+
|
| 390 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 391 |
+
Success: True
|
| 392 |
+
# episodes completed so far: 78
|
| 393 |
+
# successes: 71 (91.0%)
|
| 394 |
+
|
| 395 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 396 |
+
Success: True
|
| 397 |
+
# episodes completed so far: 79
|
| 398 |
+
# successes: 72 (91.1%)
|
| 399 |
+
|
| 400 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 401 |
+
Success: True
|
| 402 |
+
# episodes completed so far: 80
|
| 403 |
+
# successes: 73 (91.2%)
|
| 404 |
+
|
| 405 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 406 |
+
Success: True
|
| 407 |
+
# episodes completed so far: 81
|
| 408 |
+
# successes: 74 (91.4%)
|
| 409 |
+
|
| 410 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 411 |
+
Success: True
|
| 412 |
+
# episodes completed so far: 82
|
| 413 |
+
# successes: 75 (91.5%)
|
| 414 |
+
|
| 415 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 416 |
+
Success: True
|
| 417 |
+
# episodes completed so far: 83
|
| 418 |
+
# successes: 76 (91.6%)
|
| 419 |
+
|
| 420 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 421 |
+
Success: True
|
| 422 |
+
# episodes completed so far: 84
|
| 423 |
+
# successes: 77 (91.7%)
|
| 424 |
+
|
| 425 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 426 |
+
Success: True
|
| 427 |
+
# episodes completed so far: 85
|
| 428 |
+
# successes: 78 (91.8%)
|
| 429 |
+
|
| 430 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 431 |
+
Success: True
|
| 432 |
+
# episodes completed so far: 86
|
| 433 |
+
# successes: 79 (91.9%)
|
| 434 |
+
|
| 435 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 436 |
+
Success: True
|
| 437 |
+
# episodes completed so far: 87
|
| 438 |
+
# successes: 80 (92.0%)
|
| 439 |
+
|
| 440 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 441 |
+
Success: True
|
| 442 |
+
# episodes completed so far: 88
|
| 443 |
+
# successes: 81 (92.0%)
|
| 444 |
+
|
| 445 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 446 |
+
Success: True
|
| 447 |
+
# episodes completed so far: 89
|
| 448 |
+
# successes: 82 (92.1%)
|
| 449 |
+
|
| 450 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 451 |
+
Success: True
|
| 452 |
+
# episodes completed so far: 90
|
| 453 |
+
# successes: 83 (92.2%)
|
| 454 |
+
|
| 455 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 456 |
+
Success: True
|
| 457 |
+
# episodes completed so far: 91
|
| 458 |
+
# successes: 84 (92.3%)
|
| 459 |
+
|
| 460 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 461 |
+
Success: True
|
| 462 |
+
# episodes completed so far: 92
|
| 463 |
+
# successes: 85 (92.4%)
|
| 464 |
+
|
| 465 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 466 |
+
Success: True
|
| 467 |
+
# episodes completed so far: 93
|
| 468 |
+
# successes: 86 (92.5%)
|
| 469 |
+
|
| 470 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 471 |
+
Success: True
|
| 472 |
+
# episodes completed so far: 94
|
| 473 |
+
# successes: 87 (92.6%)
|
| 474 |
+
|
| 475 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 476 |
+
Success: True
|
| 477 |
+
# episodes completed so far: 95
|
| 478 |
+
# successes: 88 (92.6%)
|
| 479 |
+
|
| 480 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 481 |
+
Success: True
|
| 482 |
+
# episodes completed so far: 96
|
| 483 |
+
# successes: 89 (92.7%)
|
| 484 |
+
|
| 485 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 486 |
+
Success: True
|
| 487 |
+
# episodes completed so far: 97
|
| 488 |
+
# successes: 90 (92.8%)
|
| 489 |
+
|
| 490 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 491 |
+
Success: True
|
| 492 |
+
# episodes completed so far: 98
|
| 493 |
+
# successes: 91 (92.9%)
|
| 494 |
+
|
| 495 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 496 |
+
Success: True
|
| 497 |
+
# episodes completed so far: 99
|
| 498 |
+
# successes: 92 (92.9%)
|
| 499 |
+
|
| 500 |
+
Task: put both the cream cheese box and the butter in the basket
|
| 501 |
+
Success: True
|
| 502 |
+
# episodes completed so far: 100
|
| 503 |
+
# successes: 93 (93.0%)
|
| 504 |
+
Current task success rate: 1.0
|
| 505 |
+
Current total success rate: 0.93
|
| 506 |
+
|
| 507 |
+
Task: turn on the stove and put the moka pot on it
|
| 508 |
+
Success: True
|
| 509 |
+
# episodes completed so far: 101
|
| 510 |
+
# successes: 94 (93.1%)
|
| 511 |
+
|
| 512 |
+
Task: turn on the stove and put the moka pot on it
|
| 513 |
+
Success: True
|
| 514 |
+
# episodes completed so far: 102
|
| 515 |
+
# successes: 95 (93.1%)
|
| 516 |
+
|
| 517 |
+
Task: turn on the stove and put the moka pot on it
|
| 518 |
+
Success: True
|
| 519 |
+
# episodes completed so far: 103
|
| 520 |
+
# successes: 96 (93.2%)
|
| 521 |
+
|
| 522 |
+
Task: turn on the stove and put the moka pot on it
|
| 523 |
+
Success: True
|
| 524 |
+
# episodes completed so far: 104
|
| 525 |
+
# successes: 97 (93.3%)
|
| 526 |
+
|
| 527 |
+
Task: turn on the stove and put the moka pot on it
|
| 528 |
+
Success: True
|
| 529 |
+
# episodes completed so far: 105
|
| 530 |
+
# successes: 98 (93.3%)
|
| 531 |
+
|
| 532 |
+
Task: turn on the stove and put the moka pot on it
|
| 533 |
+
Success: True
|
| 534 |
+
# episodes completed so far: 106
|
| 535 |
+
# successes: 99 (93.4%)
|
| 536 |
+
|
| 537 |
+
Task: turn on the stove and put the moka pot on it
|
| 538 |
+
Success: True
|
| 539 |
+
# episodes completed so far: 107
|
| 540 |
+
# successes: 100 (93.5%)
|
| 541 |
+
|
| 542 |
+
Task: turn on the stove and put the moka pot on it
|
| 543 |
+
Success: True
|
| 544 |
+
# episodes completed so far: 108
|
| 545 |
+
# successes: 101 (93.5%)
|
| 546 |
+
|
| 547 |
+
Task: turn on the stove and put the moka pot on it
|
| 548 |
+
Success: True
|
| 549 |
+
# episodes completed so far: 109
|
| 550 |
+
# successes: 102 (93.6%)
|
| 551 |
+
|
| 552 |
+
Task: turn on the stove and put the moka pot on it
|
| 553 |
+
Success: True
|
| 554 |
+
# episodes completed so far: 110
|
| 555 |
+
# successes: 103 (93.6%)
|
| 556 |
+
|
| 557 |
+
Task: turn on the stove and put the moka pot on it
|
| 558 |
+
Success: True
|
| 559 |
+
# episodes completed so far: 111
|
| 560 |
+
# successes: 104 (93.7%)
|
| 561 |
+
|
| 562 |
+
Task: turn on the stove and put the moka pot on it
|
| 563 |
+
Success: True
|
| 564 |
+
# episodes completed so far: 112
|
| 565 |
+
# successes: 105 (93.8%)
|
| 566 |
+
|
| 567 |
+
Task: turn on the stove and put the moka pot on it
|
| 568 |
+
Success: True
|
| 569 |
+
# episodes completed so far: 113
|
| 570 |
+
# successes: 106 (93.8%)
|
| 571 |
+
|
| 572 |
+
Task: turn on the stove and put the moka pot on it
|
| 573 |
+
Success: True
|
| 574 |
+
# episodes completed so far: 114
|
| 575 |
+
# successes: 107 (93.9%)
|
| 576 |
+
|
| 577 |
+
Task: turn on the stove and put the moka pot on it
|
| 578 |
+
Success: True
|
| 579 |
+
# episodes completed so far: 115
|
| 580 |
+
# successes: 108 (93.9%)
|
| 581 |
+
|
| 582 |
+
Task: turn on the stove and put the moka pot on it
|
| 583 |
+
Success: True
|
| 584 |
+
# episodes completed so far: 116
|
| 585 |
+
# successes: 109 (94.0%)
|
| 586 |
+
|
| 587 |
+
Task: turn on the stove and put the moka pot on it
|
| 588 |
+
Success: True
|
| 589 |
+
# episodes completed so far: 117
|
| 590 |
+
# successes: 110 (94.0%)
|
| 591 |
+
|
| 592 |
+
Task: turn on the stove and put the moka pot on it
|
| 593 |
+
Success: True
|
| 594 |
+
# episodes completed so far: 118
|
| 595 |
+
# successes: 111 (94.1%)
|
| 596 |
+
|
| 597 |
+
Task: turn on the stove and put the moka pot on it
|
| 598 |
+
Success: True
|
| 599 |
+
# episodes completed so far: 119
|
| 600 |
+
# successes: 112 (94.1%)
|
| 601 |
+
|
| 602 |
+
Task: turn on the stove and put the moka pot on it
|
| 603 |
+
Success: True
|
| 604 |
+
# episodes completed so far: 120
|
| 605 |
+
# successes: 113 (94.2%)
|
| 606 |
+
|
| 607 |
+
Task: turn on the stove and put the moka pot on it
|
| 608 |
+
Success: True
|
| 609 |
+
# episodes completed so far: 121
|
| 610 |
+
# successes: 114 (94.2%)
|
| 611 |
+
|
| 612 |
+
Task: turn on the stove and put the moka pot on it
|
| 613 |
+
Success: True
|
| 614 |
+
# episodes completed so far: 122
|
| 615 |
+
# successes: 115 (94.3%)
|
| 616 |
+
|
| 617 |
+
Task: turn on the stove and put the moka pot on it
|
| 618 |
+
Success: True
|
| 619 |
+
# episodes completed so far: 123
|
| 620 |
+
# successes: 116 (94.3%)
|
| 621 |
+
|
| 622 |
+
Task: turn on the stove and put the moka pot on it
|
| 623 |
+
Success: True
|
| 624 |
+
# episodes completed so far: 124
|
| 625 |
+
# successes: 117 (94.4%)
|
| 626 |
+
|
| 627 |
+
Task: turn on the stove and put the moka pot on it
|
| 628 |
+
Success: True
|
| 629 |
+
# episodes completed so far: 125
|
| 630 |
+
# successes: 118 (94.4%)
|
| 631 |
+
|
| 632 |
+
Task: turn on the stove and put the moka pot on it
|
| 633 |
+
Success: True
|
| 634 |
+
# episodes completed so far: 126
|
| 635 |
+
# successes: 119 (94.4%)
|
| 636 |
+
|
| 637 |
+
Task: turn on the stove and put the moka pot on it
|
| 638 |
+
Success: False
|
| 639 |
+
# episodes completed so far: 127
|
| 640 |
+
# successes: 119 (93.7%)
|
| 641 |
+
|
| 642 |
+
Task: turn on the stove and put the moka pot on it
|
| 643 |
+
Success: True
|
| 644 |
+
# episodes completed so far: 128
|
| 645 |
+
# successes: 120 (93.8%)
|
| 646 |
+
|
| 647 |
+
Task: turn on the stove and put the moka pot on it
|
| 648 |
+
Success: True
|
| 649 |
+
# episodes completed so far: 129
|
| 650 |
+
# successes: 121 (93.8%)
|
| 651 |
+
|
| 652 |
+
Task: turn on the stove and put the moka pot on it
|
| 653 |
+
Success: True
|
| 654 |
+
# episodes completed so far: 130
|
| 655 |
+
# successes: 122 (93.8%)
|
| 656 |
+
|
| 657 |
+
Task: turn on the stove and put the moka pot on it
|
| 658 |
+
Success: True
|
| 659 |
+
# episodes completed so far: 131
|
| 660 |
+
# successes: 123 (93.9%)
|
| 661 |
+
|
| 662 |
+
Task: turn on the stove and put the moka pot on it
|
| 663 |
+
Success: True
|
| 664 |
+
# episodes completed so far: 132
|
| 665 |
+
# successes: 124 (93.9%)
|
| 666 |
+
|
| 667 |
+
Task: turn on the stove and put the moka pot on it
|
| 668 |
+
Success: True
|
| 669 |
+
# episodes completed so far: 133
|
| 670 |
+
# successes: 125 (94.0%)
|
| 671 |
+
|
| 672 |
+
Task: turn on the stove and put the moka pot on it
|
| 673 |
+
Success: True
|
| 674 |
+
# episodes completed so far: 134
|
| 675 |
+
# successes: 126 (94.0%)
|
| 676 |
+
|
| 677 |
+
Task: turn on the stove and put the moka pot on it
|
| 678 |
+
Success: True
|
| 679 |
+
# episodes completed so far: 135
|
| 680 |
+
# successes: 127 (94.1%)
|
| 681 |
+
|
| 682 |
+
Task: turn on the stove and put the moka pot on it
|
| 683 |
+
Success: True
|
| 684 |
+
# episodes completed so far: 136
|
| 685 |
+
# successes: 128 (94.1%)
|
| 686 |
+
|
| 687 |
+
Task: turn on the stove and put the moka pot on it
|
| 688 |
+
Success: True
|
| 689 |
+
# episodes completed so far: 137
|
| 690 |
+
# successes: 129 (94.2%)
|
| 691 |
+
|
| 692 |
+
Task: turn on the stove and put the moka pot on it
|
| 693 |
+
Success: True
|
| 694 |
+
# episodes completed so far: 138
|
| 695 |
+
# successes: 130 (94.2%)
|
| 696 |
+
|
| 697 |
+
Task: turn on the stove and put the moka pot on it
|
| 698 |
+
Success: True
|
| 699 |
+
# episodes completed so far: 139
|
| 700 |
+
# successes: 131 (94.2%)
|
| 701 |
+
|
| 702 |
+
Task: turn on the stove and put the moka pot on it
|
| 703 |
+
Success: True
|
| 704 |
+
# episodes completed so far: 140
|
| 705 |
+
# successes: 132 (94.3%)
|
| 706 |
+
|
| 707 |
+
Task: turn on the stove and put the moka pot on it
|
| 708 |
+
Success: True
|
| 709 |
+
# episodes completed so far: 141
|
| 710 |
+
# successes: 133 (94.3%)
|
| 711 |
+
|
| 712 |
+
Task: turn on the stove and put the moka pot on it
|
| 713 |
+
Success: True
|
| 714 |
+
# episodes completed so far: 142
|
| 715 |
+
# successes: 134 (94.4%)
|
| 716 |
+
|
| 717 |
+
Task: turn on the stove and put the moka pot on it
|
| 718 |
+
Success: True
|
| 719 |
+
# episodes completed so far: 143
|
| 720 |
+
# successes: 135 (94.4%)
|
| 721 |
+
|
| 722 |
+
Task: turn on the stove and put the moka pot on it
|
| 723 |
+
Success: True
|
| 724 |
+
# episodes completed so far: 144
|
| 725 |
+
# successes: 136 (94.4%)
|
| 726 |
+
|
| 727 |
+
Task: turn on the stove and put the moka pot on it
|
| 728 |
+
Success: True
|
| 729 |
+
# episodes completed so far: 145
|
| 730 |
+
# successes: 137 (94.5%)
|
| 731 |
+
|
| 732 |
+
Task: turn on the stove and put the moka pot on it
|
| 733 |
+
Success: True
|
| 734 |
+
# episodes completed so far: 146
|
| 735 |
+
# successes: 138 (94.5%)
|
| 736 |
+
|
| 737 |
+
Task: turn on the stove and put the moka pot on it
|
| 738 |
+
Success: True
|
| 739 |
+
# episodes completed so far: 147
|
| 740 |
+
# successes: 139 (94.6%)
|
| 741 |
+
|
| 742 |
+
Task: turn on the stove and put the moka pot on it
|
| 743 |
+
Success: True
|
| 744 |
+
# episodes completed so far: 148
|
| 745 |
+
# successes: 140 (94.6%)
|
| 746 |
+
|
| 747 |
+
Task: turn on the stove and put the moka pot on it
|
| 748 |
+
Success: True
|
| 749 |
+
# episodes completed so far: 149
|
| 750 |
+
# successes: 141 (94.6%)
|
| 751 |
+
|
| 752 |
+
Task: turn on the stove and put the moka pot on it
|
| 753 |
+
Success: True
|
| 754 |
+
# episodes completed so far: 150
|
| 755 |
+
# successes: 142 (94.7%)
|
| 756 |
+
Current task success rate: 0.98
|
| 757 |
+
Current total success rate: 0.9466666666666667
|
| 758 |
+
|
| 759 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 760 |
+
Success: True
|
| 761 |
+
# episodes completed so far: 151
|
| 762 |
+
# successes: 143 (94.7%)
|
| 763 |
+
|
| 764 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 765 |
+
Success: True
|
| 766 |
+
# episodes completed so far: 152
|
| 767 |
+
# successes: 144 (94.7%)
|
| 768 |
+
|
| 769 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 770 |
+
Success: True
|
| 771 |
+
# episodes completed so far: 153
|
| 772 |
+
# successes: 145 (94.8%)
|
| 773 |
+
|
| 774 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 775 |
+
Success: True
|
| 776 |
+
# episodes completed so far: 154
|
| 777 |
+
# successes: 146 (94.8%)
|
| 778 |
+
|
| 779 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 780 |
+
Success: True
|
| 781 |
+
# episodes completed so far: 155
|
| 782 |
+
# successes: 147 (94.8%)
|
| 783 |
+
|
| 784 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 785 |
+
Success: True
|
| 786 |
+
# episodes completed so far: 156
|
| 787 |
+
# successes: 148 (94.9%)
|
| 788 |
+
|
| 789 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 790 |
+
Success: True
|
| 791 |
+
# episodes completed so far: 157
|
| 792 |
+
# successes: 149 (94.9%)
|
| 793 |
+
|
| 794 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 795 |
+
Success: True
|
| 796 |
+
# episodes completed so far: 158
|
| 797 |
+
# successes: 150 (94.9%)
|
| 798 |
+
|
| 799 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 800 |
+
Success: True
|
| 801 |
+
# episodes completed so far: 159
|
| 802 |
+
# successes: 151 (95.0%)
|
| 803 |
+
|
| 804 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 805 |
+
Success: True
|
| 806 |
+
# episodes completed so far: 160
|
| 807 |
+
# successes: 152 (95.0%)
|
| 808 |
+
|
| 809 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 810 |
+
Success: True
|
| 811 |
+
# episodes completed so far: 161
|
| 812 |
+
# successes: 153 (95.0%)
|
| 813 |
+
|
| 814 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 815 |
+
Success: True
|
| 816 |
+
# episodes completed so far: 162
|
| 817 |
+
# successes: 154 (95.1%)
|
| 818 |
+
|
| 819 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 820 |
+
Success: True
|
| 821 |
+
# episodes completed so far: 163
|
| 822 |
+
# successes: 155 (95.1%)
|
| 823 |
+
|
| 824 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 825 |
+
Success: True
|
| 826 |
+
# episodes completed so far: 164
|
| 827 |
+
# successes: 156 (95.1%)
|
| 828 |
+
|
| 829 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 830 |
+
Success: True
|
| 831 |
+
# episodes completed so far: 165
|
| 832 |
+
# successes: 157 (95.2%)
|
| 833 |
+
|
| 834 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 835 |
+
Success: True
|
| 836 |
+
# episodes completed so far: 166
|
| 837 |
+
# successes: 158 (95.2%)
|
| 838 |
+
|
| 839 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 840 |
+
Success: True
|
| 841 |
+
# episodes completed so far: 167
|
| 842 |
+
# successes: 159 (95.2%)
|
| 843 |
+
|
| 844 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 845 |
+
Success: True
|
| 846 |
+
# episodes completed so far: 168
|
| 847 |
+
# successes: 160 (95.2%)
|
| 848 |
+
|
| 849 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 850 |
+
Success: True
|
| 851 |
+
# episodes completed so far: 169
|
| 852 |
+
# successes: 161 (95.3%)
|
| 853 |
+
|
| 854 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 855 |
+
Success: True
|
| 856 |
+
# episodes completed so far: 170
|
| 857 |
+
# successes: 162 (95.3%)
|
| 858 |
+
|
| 859 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 860 |
+
Success: True
|
| 861 |
+
# episodes completed so far: 171
|
| 862 |
+
# successes: 163 (95.3%)
|
| 863 |
+
|
| 864 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 865 |
+
Success: True
|
| 866 |
+
# episodes completed so far: 172
|
| 867 |
+
# successes: 164 (95.3%)
|
| 868 |
+
|
| 869 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 870 |
+
Success: True
|
| 871 |
+
# episodes completed so far: 173
|
| 872 |
+
# successes: 165 (95.4%)
|
| 873 |
+
|
| 874 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 875 |
+
Success: True
|
| 876 |
+
# episodes completed so far: 174
|
| 877 |
+
# successes: 166 (95.4%)
|
| 878 |
+
|
| 879 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 880 |
+
Success: True
|
| 881 |
+
# episodes completed so far: 175
|
| 882 |
+
# successes: 167 (95.4%)
|
| 883 |
+
|
| 884 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 885 |
+
Success: True
|
| 886 |
+
# episodes completed so far: 176
|
| 887 |
+
# successes: 168 (95.5%)
|
| 888 |
+
|
| 889 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 890 |
+
Success: True
|
| 891 |
+
# episodes completed so far: 177
|
| 892 |
+
# successes: 169 (95.5%)
|
| 893 |
+
|
| 894 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 895 |
+
Success: True
|
| 896 |
+
# episodes completed so far: 178
|
| 897 |
+
# successes: 170 (95.5%)
|
| 898 |
+
|
| 899 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 900 |
+
Success: True
|
| 901 |
+
# episodes completed so far: 179
|
| 902 |
+
# successes: 171 (95.5%)
|
| 903 |
+
|
| 904 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 905 |
+
Success: True
|
| 906 |
+
# episodes completed so far: 180
|
| 907 |
+
# successes: 172 (95.6%)
|
| 908 |
+
|
| 909 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 910 |
+
Success: True
|
| 911 |
+
# episodes completed so far: 181
|
| 912 |
+
# successes: 173 (95.6%)
|
| 913 |
+
|
| 914 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 915 |
+
Success: True
|
| 916 |
+
# episodes completed so far: 182
|
| 917 |
+
# successes: 174 (95.6%)
|
| 918 |
+
|
| 919 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 920 |
+
Success: True
|
| 921 |
+
# episodes completed so far: 183
|
| 922 |
+
# successes: 175 (95.6%)
|
| 923 |
+
|
| 924 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 925 |
+
Success: True
|
| 926 |
+
# episodes completed so far: 184
|
| 927 |
+
# successes: 176 (95.7%)
|
| 928 |
+
|
| 929 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 930 |
+
Success: True
|
| 931 |
+
# episodes completed so far: 185
|
| 932 |
+
# successes: 177 (95.7%)
|
| 933 |
+
|
| 934 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 935 |
+
Success: True
|
| 936 |
+
# episodes completed so far: 186
|
| 937 |
+
# successes: 178 (95.7%)
|
| 938 |
+
|
| 939 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 940 |
+
Success: True
|
| 941 |
+
# episodes completed so far: 187
|
| 942 |
+
# successes: 179 (95.7%)
|
| 943 |
+
|
| 944 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 945 |
+
Success: True
|
| 946 |
+
# episodes completed so far: 188
|
| 947 |
+
# successes: 180 (95.7%)
|
| 948 |
+
|
| 949 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 950 |
+
Success: True
|
| 951 |
+
# episodes completed so far: 189
|
| 952 |
+
# successes: 181 (95.8%)
|
| 953 |
+
|
| 954 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 955 |
+
Success: True
|
| 956 |
+
# episodes completed so far: 190
|
| 957 |
+
# successes: 182 (95.8%)
|
| 958 |
+
|
| 959 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 960 |
+
Success: True
|
| 961 |
+
# episodes completed so far: 191
|
| 962 |
+
# successes: 183 (95.8%)
|
| 963 |
+
|
| 964 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 965 |
+
Success: True
|
| 966 |
+
# episodes completed so far: 192
|
| 967 |
+
# successes: 184 (95.8%)
|
| 968 |
+
|
| 969 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 970 |
+
Success: True
|
| 971 |
+
# episodes completed so far: 193
|
| 972 |
+
# successes: 185 (95.9%)
|
| 973 |
+
|
| 974 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 975 |
+
Success: True
|
| 976 |
+
# episodes completed so far: 194
|
| 977 |
+
# successes: 186 (95.9%)
|
| 978 |
+
|
| 979 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 980 |
+
Success: True
|
| 981 |
+
# episodes completed so far: 195
|
| 982 |
+
# successes: 187 (95.9%)
|
| 983 |
+
|
| 984 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 985 |
+
Success: True
|
| 986 |
+
# episodes completed so far: 196
|
| 987 |
+
# successes: 188 (95.9%)
|
| 988 |
+
|
| 989 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 990 |
+
Success: True
|
| 991 |
+
# episodes completed so far: 197
|
| 992 |
+
# successes: 189 (95.9%)
|
| 993 |
+
|
| 994 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 995 |
+
Success: True
|
| 996 |
+
# episodes completed so far: 198
|
| 997 |
+
# successes: 190 (96.0%)
|
| 998 |
+
|
| 999 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 1000 |
+
Success: True
|
| 1001 |
+
# episodes completed so far: 199
|
| 1002 |
+
# successes: 191 (96.0%)
|
| 1003 |
+
|
| 1004 |
+
Task: put the black bowl in the bottom drawer of the cabinet and close it
|
| 1005 |
+
Success: True
|
| 1006 |
+
# episodes completed so far: 200
|
| 1007 |
+
# successes: 192 (96.0%)
|
| 1008 |
+
Current task success rate: 1.0
|
| 1009 |
+
Current total success rate: 0.96
|
| 1010 |
+
|
| 1011 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1012 |
+
Success: True
|
| 1013 |
+
# episodes completed so far: 201
|
| 1014 |
+
# successes: 193 (96.0%)
|
| 1015 |
+
|
| 1016 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1017 |
+
Success: True
|
| 1018 |
+
# episodes completed so far: 202
|
| 1019 |
+
# successes: 194 (96.0%)
|
| 1020 |
+
|
| 1021 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1022 |
+
Success: True
|
| 1023 |
+
# episodes completed so far: 203
|
| 1024 |
+
# successes: 195 (96.1%)
|
| 1025 |
+
|
| 1026 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1027 |
+
Success: True
|
| 1028 |
+
# episodes completed so far: 204
|
| 1029 |
+
# successes: 196 (96.1%)
|
| 1030 |
+
|
| 1031 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1032 |
+
Success: True
|
| 1033 |
+
# episodes completed so far: 205
|
| 1034 |
+
# successes: 197 (96.1%)
|
| 1035 |
+
|
| 1036 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1037 |
+
Success: True
|
| 1038 |
+
# episodes completed so far: 206
|
| 1039 |
+
# successes: 198 (96.1%)
|
| 1040 |
+
|
| 1041 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1042 |
+
Success: True
|
| 1043 |
+
# episodes completed so far: 207
|
| 1044 |
+
# successes: 199 (96.1%)
|
| 1045 |
+
|
| 1046 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1047 |
+
Success: False
|
| 1048 |
+
# episodes completed so far: 208
|
| 1049 |
+
# successes: 199 (95.7%)
|
| 1050 |
+
|
| 1051 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1052 |
+
Success: True
|
| 1053 |
+
# episodes completed so far: 209
|
| 1054 |
+
# successes: 200 (95.7%)
|
| 1055 |
+
|
| 1056 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1057 |
+
Success: False
|
| 1058 |
+
# episodes completed so far: 210
|
| 1059 |
+
# successes: 200 (95.2%)
|
| 1060 |
+
|
| 1061 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1062 |
+
Success: True
|
| 1063 |
+
# episodes completed so far: 211
|
| 1064 |
+
# successes: 201 (95.3%)
|
| 1065 |
+
|
| 1066 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1067 |
+
Success: True
|
| 1068 |
+
# episodes completed so far: 212
|
| 1069 |
+
# successes: 202 (95.3%)
|
| 1070 |
+
|
| 1071 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1072 |
+
Success: True
|
| 1073 |
+
# episodes completed so far: 213
|
| 1074 |
+
# successes: 203 (95.3%)
|
| 1075 |
+
|
| 1076 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1077 |
+
Success: True
|
| 1078 |
+
# episodes completed so far: 214
|
| 1079 |
+
# successes: 204 (95.3%)
|
| 1080 |
+
|
| 1081 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1082 |
+
Success: True
|
| 1083 |
+
# episodes completed so far: 215
|
| 1084 |
+
# successes: 205 (95.3%)
|
| 1085 |
+
|
| 1086 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1087 |
+
Success: True
|
| 1088 |
+
# episodes completed so far: 216
|
| 1089 |
+
# successes: 206 (95.4%)
|
| 1090 |
+
|
| 1091 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1092 |
+
Success: True
|
| 1093 |
+
# episodes completed so far: 217
|
| 1094 |
+
# successes: 207 (95.4%)
|
| 1095 |
+
|
| 1096 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1097 |
+
Success: True
|
| 1098 |
+
# episodes completed so far: 218
|
| 1099 |
+
# successes: 208 (95.4%)
|
| 1100 |
+
|
| 1101 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1102 |
+
Success: True
|
| 1103 |
+
# episodes completed so far: 219
|
| 1104 |
+
# successes: 209 (95.4%)
|
| 1105 |
+
|
| 1106 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1107 |
+
Success: True
|
| 1108 |
+
# episodes completed so far: 220
|
| 1109 |
+
# successes: 210 (95.5%)
|
| 1110 |
+
|
| 1111 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1112 |
+
Success: True
|
| 1113 |
+
# episodes completed so far: 221
|
| 1114 |
+
# successes: 211 (95.5%)
|
| 1115 |
+
|
| 1116 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1117 |
+
Success: True
|
| 1118 |
+
# episodes completed so far: 222
|
| 1119 |
+
# successes: 212 (95.5%)
|
| 1120 |
+
|
| 1121 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1122 |
+
Success: True
|
| 1123 |
+
# episodes completed so far: 223
|
| 1124 |
+
# successes: 213 (95.5%)
|
| 1125 |
+
|
| 1126 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1127 |
+
Success: True
|
| 1128 |
+
# episodes completed so far: 224
|
| 1129 |
+
# successes: 214 (95.5%)
|
| 1130 |
+
|
| 1131 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1132 |
+
Success: True
|
| 1133 |
+
# episodes completed so far: 225
|
| 1134 |
+
# successes: 215 (95.6%)
|
| 1135 |
+
|
| 1136 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1137 |
+
Success: True
|
| 1138 |
+
# episodes completed so far: 226
|
| 1139 |
+
# successes: 216 (95.6%)
|
| 1140 |
+
|
| 1141 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1142 |
+
Success: True
|
| 1143 |
+
# episodes completed so far: 227
|
| 1144 |
+
# successes: 217 (95.6%)
|
| 1145 |
+
|
| 1146 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1147 |
+
Success: True
|
| 1148 |
+
# episodes completed so far: 228
|
| 1149 |
+
# successes: 218 (95.6%)
|
| 1150 |
+
|
| 1151 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1152 |
+
Success: True
|
| 1153 |
+
# episodes completed so far: 229
|
| 1154 |
+
# successes: 219 (95.6%)
|
| 1155 |
+
|
| 1156 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1157 |
+
Success: True
|
| 1158 |
+
# episodes completed so far: 230
|
| 1159 |
+
# successes: 220 (95.7%)
|
| 1160 |
+
|
| 1161 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1162 |
+
Success: True
|
| 1163 |
+
# episodes completed so far: 231
|
| 1164 |
+
# successes: 221 (95.7%)
|
| 1165 |
+
|
| 1166 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1167 |
+
Success: True
|
| 1168 |
+
# episodes completed so far: 232
|
| 1169 |
+
# successes: 222 (95.7%)
|
| 1170 |
+
|
| 1171 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1172 |
+
Success: True
|
| 1173 |
+
# episodes completed so far: 233
|
| 1174 |
+
# successes: 223 (95.7%)
|
| 1175 |
+
|
| 1176 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1177 |
+
Success: True
|
| 1178 |
+
# episodes completed so far: 234
|
| 1179 |
+
# successes: 224 (95.7%)
|
| 1180 |
+
|
| 1181 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1182 |
+
Success: True
|
| 1183 |
+
# episodes completed so far: 235
|
| 1184 |
+
# successes: 225 (95.7%)
|
| 1185 |
+
|
| 1186 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1187 |
+
Success: True
|
| 1188 |
+
# episodes completed so far: 236
|
| 1189 |
+
# successes: 226 (95.8%)
|
| 1190 |
+
|
| 1191 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1192 |
+
Success: True
|
| 1193 |
+
# episodes completed so far: 237
|
| 1194 |
+
# successes: 227 (95.8%)
|
| 1195 |
+
|
| 1196 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1197 |
+
Success: True
|
| 1198 |
+
# episodes completed so far: 238
|
| 1199 |
+
# successes: 228 (95.8%)
|
| 1200 |
+
|
| 1201 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1202 |
+
Success: True
|
| 1203 |
+
# episodes completed so far: 239
|
| 1204 |
+
# successes: 229 (95.8%)
|
| 1205 |
+
|
| 1206 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1207 |
+
Success: True
|
| 1208 |
+
# episodes completed so far: 240
|
| 1209 |
+
# successes: 230 (95.8%)
|
| 1210 |
+
|
| 1211 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1212 |
+
Success: True
|
| 1213 |
+
# episodes completed so far: 241
|
| 1214 |
+
# successes: 231 (95.9%)
|
| 1215 |
+
|
| 1216 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1217 |
+
Success: True
|
| 1218 |
+
# episodes completed so far: 242
|
| 1219 |
+
# successes: 232 (95.9%)
|
| 1220 |
+
|
| 1221 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1222 |
+
Success: True
|
| 1223 |
+
# episodes completed so far: 243
|
| 1224 |
+
# successes: 233 (95.9%)
|
| 1225 |
+
|
| 1226 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1227 |
+
Success: True
|
| 1228 |
+
# episodes completed so far: 244
|
| 1229 |
+
# successes: 234 (95.9%)
|
| 1230 |
+
|
| 1231 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1232 |
+
Success: True
|
| 1233 |
+
# episodes completed so far: 245
|
| 1234 |
+
# successes: 235 (95.9%)
|
| 1235 |
+
|
| 1236 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1237 |
+
Success: True
|
| 1238 |
+
# episodes completed so far: 246
|
| 1239 |
+
# successes: 236 (95.9%)
|
| 1240 |
+
|
| 1241 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1242 |
+
Success: True
|
| 1243 |
+
# episodes completed so far: 247
|
| 1244 |
+
# successes: 237 (96.0%)
|
| 1245 |
+
|
| 1246 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1247 |
+
Success: True
|
| 1248 |
+
# episodes completed so far: 248
|
| 1249 |
+
# successes: 238 (96.0%)
|
| 1250 |
+
|
| 1251 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1252 |
+
Success: True
|
| 1253 |
+
# episodes completed so far: 249
|
| 1254 |
+
# successes: 239 (96.0%)
|
| 1255 |
+
|
| 1256 |
+
Task: put the white mug on the left plate and put the yellow and white mug on the right plate
|
| 1257 |
+
Success: False
|
| 1258 |
+
# episodes completed so far: 250
|
| 1259 |
+
# successes: 239 (95.6%)
|
| 1260 |
+
Current task success rate: 0.94
|
| 1261 |
+
Current total success rate: 0.956
|
| 1262 |
+
|
| 1263 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1264 |
+
Success: True
|
| 1265 |
+
# episodes completed so far: 251
|
| 1266 |
+
# successes: 240 (95.6%)
|
| 1267 |
+
|
| 1268 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1269 |
+
Success: True
|
| 1270 |
+
# episodes completed so far: 252
|
| 1271 |
+
# successes: 241 (95.6%)
|
| 1272 |
+
|
| 1273 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1274 |
+
Success: True
|
| 1275 |
+
# episodes completed so far: 253
|
| 1276 |
+
# successes: 242 (95.7%)
|
| 1277 |
+
|
| 1278 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1279 |
+
Success: True
|
| 1280 |
+
# episodes completed so far: 254
|
| 1281 |
+
# successes: 243 (95.7%)
|
| 1282 |
+
|
| 1283 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1284 |
+
Success: True
|
| 1285 |
+
# episodes completed so far: 255
|
| 1286 |
+
# successes: 244 (95.7%)
|
| 1287 |
+
|
| 1288 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1289 |
+
Success: True
|
| 1290 |
+
# episodes completed so far: 256
|
| 1291 |
+
# successes: 245 (95.7%)
|
| 1292 |
+
|
| 1293 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1294 |
+
Success: True
|
| 1295 |
+
# episodes completed so far: 257
|
| 1296 |
+
# successes: 246 (95.7%)
|
| 1297 |
+
|
| 1298 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1299 |
+
Success: True
|
| 1300 |
+
# episodes completed so far: 258
|
| 1301 |
+
# successes: 247 (95.7%)
|
| 1302 |
+
|
| 1303 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1304 |
+
Success: True
|
| 1305 |
+
# episodes completed so far: 259
|
| 1306 |
+
# successes: 248 (95.8%)
|
| 1307 |
+
|
| 1308 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1309 |
+
Success: True
|
| 1310 |
+
# episodes completed so far: 260
|
| 1311 |
+
# successes: 249 (95.8%)
|
| 1312 |
+
|
| 1313 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1314 |
+
Success: True
|
| 1315 |
+
# episodes completed so far: 261
|
| 1316 |
+
# successes: 250 (95.8%)
|
| 1317 |
+
|
| 1318 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1319 |
+
Success: True
|
| 1320 |
+
# episodes completed so far: 262
|
| 1321 |
+
# successes: 251 (95.8%)
|
| 1322 |
+
|
| 1323 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1324 |
+
Success: True
|
| 1325 |
+
# episodes completed so far: 263
|
| 1326 |
+
# successes: 252 (95.8%)
|
| 1327 |
+
|
| 1328 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1329 |
+
Success: True
|
| 1330 |
+
# episodes completed so far: 264
|
| 1331 |
+
# successes: 253 (95.8%)
|
| 1332 |
+
|
| 1333 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1334 |
+
Success: True
|
| 1335 |
+
# episodes completed so far: 265
|
| 1336 |
+
# successes: 254 (95.8%)
|
| 1337 |
+
|
| 1338 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1339 |
+
Success: True
|
| 1340 |
+
# episodes completed so far: 266
|
| 1341 |
+
# successes: 255 (95.9%)
|
| 1342 |
+
|
| 1343 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1344 |
+
Success: True
|
| 1345 |
+
# episodes completed so far: 267
|
| 1346 |
+
# successes: 256 (95.9%)
|
| 1347 |
+
|
| 1348 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1349 |
+
Success: True
|
| 1350 |
+
# episodes completed so far: 268
|
| 1351 |
+
# successes: 257 (95.9%)
|
| 1352 |
+
|
| 1353 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1354 |
+
Success: True
|
| 1355 |
+
# episodes completed so far: 269
|
| 1356 |
+
# successes: 258 (95.9%)
|
| 1357 |
+
|
| 1358 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1359 |
+
Success: True
|
| 1360 |
+
# episodes completed so far: 270
|
| 1361 |
+
# successes: 259 (95.9%)
|
| 1362 |
+
|
| 1363 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1364 |
+
Success: True
|
| 1365 |
+
# episodes completed so far: 271
|
| 1366 |
+
# successes: 260 (95.9%)
|
| 1367 |
+
|
| 1368 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1369 |
+
Success: True
|
| 1370 |
+
# episodes completed so far: 272
|
| 1371 |
+
# successes: 261 (96.0%)
|
| 1372 |
+
|
| 1373 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1374 |
+
Success: True
|
| 1375 |
+
# episodes completed so far: 273
|
| 1376 |
+
# successes: 262 (96.0%)
|
| 1377 |
+
|
| 1378 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1379 |
+
Success: True
|
| 1380 |
+
# episodes completed so far: 274
|
| 1381 |
+
# successes: 263 (96.0%)
|
| 1382 |
+
|
| 1383 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1384 |
+
Success: True
|
| 1385 |
+
# episodes completed so far: 275
|
| 1386 |
+
# successes: 264 (96.0%)
|
| 1387 |
+
|
| 1388 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1389 |
+
Success: True
|
| 1390 |
+
# episodes completed so far: 276
|
| 1391 |
+
# successes: 265 (96.0%)
|
| 1392 |
+
|
| 1393 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1394 |
+
Success: True
|
| 1395 |
+
# episodes completed so far: 277
|
| 1396 |
+
# successes: 266 (96.0%)
|
| 1397 |
+
|
| 1398 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1399 |
+
Success: True
|
| 1400 |
+
# episodes completed so far: 278
|
| 1401 |
+
# successes: 267 (96.0%)
|
| 1402 |
+
|
| 1403 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1404 |
+
Success: True
|
| 1405 |
+
# episodes completed so far: 279
|
| 1406 |
+
# successes: 268 (96.1%)
|
| 1407 |
+
|
| 1408 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1409 |
+
Success: True
|
| 1410 |
+
# episodes completed so far: 280
|
| 1411 |
+
# successes: 269 (96.1%)
|
| 1412 |
+
|
| 1413 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1414 |
+
Success: True
|
| 1415 |
+
# episodes completed so far: 281
|
| 1416 |
+
# successes: 270 (96.1%)
|
| 1417 |
+
|
| 1418 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1419 |
+
Success: True
|
| 1420 |
+
# episodes completed so far: 282
|
| 1421 |
+
# successes: 271 (96.1%)
|
| 1422 |
+
|
| 1423 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1424 |
+
Success: True
|
| 1425 |
+
# episodes completed so far: 283
|
| 1426 |
+
# successes: 272 (96.1%)
|
| 1427 |
+
|
| 1428 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1429 |
+
Success: True
|
| 1430 |
+
# episodes completed so far: 284
|
| 1431 |
+
# successes: 273 (96.1%)
|
| 1432 |
+
|
| 1433 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1434 |
+
Success: True
|
| 1435 |
+
# episodes completed so far: 285
|
| 1436 |
+
# successes: 274 (96.1%)
|
| 1437 |
+
|
| 1438 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1439 |
+
Success: True
|
| 1440 |
+
# episodes completed so far: 286
|
| 1441 |
+
# successes: 275 (96.2%)
|
| 1442 |
+
|
| 1443 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1444 |
+
Success: True
|
| 1445 |
+
# episodes completed so far: 287
|
| 1446 |
+
# successes: 276 (96.2%)
|
| 1447 |
+
|
| 1448 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1449 |
+
Success: True
|
| 1450 |
+
# episodes completed so far: 288
|
| 1451 |
+
# successes: 277 (96.2%)
|
| 1452 |
+
|
| 1453 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1454 |
+
Success: True
|
| 1455 |
+
# episodes completed so far: 289
|
| 1456 |
+
# successes: 278 (96.2%)
|
| 1457 |
+
|
| 1458 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1459 |
+
Success: True
|
| 1460 |
+
# episodes completed so far: 290
|
| 1461 |
+
# successes: 279 (96.2%)
|
| 1462 |
+
|
| 1463 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1464 |
+
Success: True
|
| 1465 |
+
# episodes completed so far: 291
|
| 1466 |
+
# successes: 280 (96.2%)
|
| 1467 |
+
|
| 1468 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1469 |
+
Success: True
|
| 1470 |
+
# episodes completed so far: 292
|
| 1471 |
+
# successes: 281 (96.2%)
|
| 1472 |
+
|
| 1473 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1474 |
+
Success: True
|
| 1475 |
+
# episodes completed so far: 293
|
| 1476 |
+
# successes: 282 (96.2%)
|
| 1477 |
+
|
| 1478 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1479 |
+
Success: True
|
| 1480 |
+
# episodes completed so far: 294
|
| 1481 |
+
# successes: 283 (96.3%)
|
| 1482 |
+
|
| 1483 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1484 |
+
Success: True
|
| 1485 |
+
# episodes completed so far: 295
|
| 1486 |
+
# successes: 284 (96.3%)
|
| 1487 |
+
|
| 1488 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1489 |
+
Success: True
|
| 1490 |
+
# episodes completed so far: 296
|
| 1491 |
+
# successes: 285 (96.3%)
|
| 1492 |
+
|
| 1493 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1494 |
+
Success: True
|
| 1495 |
+
# episodes completed so far: 297
|
| 1496 |
+
# successes: 286 (96.3%)
|
| 1497 |
+
|
| 1498 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1499 |
+
Success: True
|
| 1500 |
+
# episodes completed so far: 298
|
| 1501 |
+
# successes: 287 (96.3%)
|
| 1502 |
+
|
| 1503 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1504 |
+
Success: True
|
| 1505 |
+
# episodes completed so far: 299
|
| 1506 |
+
# successes: 288 (96.3%)
|
| 1507 |
+
|
| 1508 |
+
Task: pick up the book and place it in the back compartment of the caddy
|
| 1509 |
+
Success: True
|
| 1510 |
+
# episodes completed so far: 300
|
| 1511 |
+
# successes: 289 (96.3%)
|
| 1512 |
+
Current task success rate: 1.0
|
| 1513 |
+
Current total success rate: 0.9633333333333334
|
| 1514 |
+
|
| 1515 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1516 |
+
Success: True
|
| 1517 |
+
# episodes completed so far: 301
|
| 1518 |
+
# successes: 290 (96.3%)
|
| 1519 |
+
|
| 1520 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1521 |
+
Success: True
|
| 1522 |
+
# episodes completed so far: 302
|
| 1523 |
+
# successes: 291 (96.4%)
|
| 1524 |
+
|
| 1525 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1526 |
+
Success: True
|
| 1527 |
+
# episodes completed so far: 303
|
| 1528 |
+
# successes: 292 (96.4%)
|
| 1529 |
+
|
| 1530 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1531 |
+
Success: True
|
| 1532 |
+
# episodes completed so far: 304
|
| 1533 |
+
# successes: 293 (96.4%)
|
| 1534 |
+
|
| 1535 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1536 |
+
Success: True
|
| 1537 |
+
# episodes completed so far: 305
|
| 1538 |
+
# successes: 294 (96.4%)
|
| 1539 |
+
|
| 1540 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1541 |
+
Success: True
|
| 1542 |
+
# episodes completed so far: 306
|
| 1543 |
+
# successes: 295 (96.4%)
|
| 1544 |
+
|
| 1545 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1546 |
+
Success: True
|
| 1547 |
+
# episodes completed so far: 307
|
| 1548 |
+
# successes: 296 (96.4%)
|
| 1549 |
+
|
| 1550 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1551 |
+
Success: True
|
| 1552 |
+
# episodes completed so far: 308
|
| 1553 |
+
# successes: 297 (96.4%)
|
| 1554 |
+
|
| 1555 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1556 |
+
Success: True
|
| 1557 |
+
# episodes completed so far: 309
|
| 1558 |
+
# successes: 298 (96.4%)
|
| 1559 |
+
|
| 1560 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1561 |
+
Success: True
|
| 1562 |
+
# episodes completed so far: 310
|
| 1563 |
+
# successes: 299 (96.5%)
|
| 1564 |
+
|
| 1565 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1566 |
+
Success: True
|
| 1567 |
+
# episodes completed so far: 311
|
| 1568 |
+
# successes: 300 (96.5%)
|
| 1569 |
+
|
| 1570 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1571 |
+
Success: True
|
| 1572 |
+
# episodes completed so far: 312
|
| 1573 |
+
# successes: 301 (96.5%)
|
| 1574 |
+
|
| 1575 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1576 |
+
Success: True
|
| 1577 |
+
# episodes completed so far: 313
|
| 1578 |
+
# successes: 302 (96.5%)
|
| 1579 |
+
|
| 1580 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1581 |
+
Success: True
|
| 1582 |
+
# episodes completed so far: 314
|
| 1583 |
+
# successes: 303 (96.5%)
|
| 1584 |
+
|
| 1585 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1586 |
+
Success: True
|
| 1587 |
+
# episodes completed so far: 315
|
| 1588 |
+
# successes: 304 (96.5%)
|
| 1589 |
+
|
| 1590 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1591 |
+
Success: True
|
| 1592 |
+
# episodes completed so far: 316
|
| 1593 |
+
# successes: 305 (96.5%)
|
| 1594 |
+
|
| 1595 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1596 |
+
Success: True
|
| 1597 |
+
# episodes completed so far: 317
|
| 1598 |
+
# successes: 306 (96.5%)
|
| 1599 |
+
|
| 1600 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1601 |
+
Success: True
|
| 1602 |
+
# episodes completed so far: 318
|
| 1603 |
+
# successes: 307 (96.5%)
|
| 1604 |
+
|
| 1605 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1606 |
+
Success: True
|
| 1607 |
+
# episodes completed so far: 319
|
| 1608 |
+
# successes: 308 (96.6%)
|
| 1609 |
+
|
| 1610 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1611 |
+
Success: True
|
| 1612 |
+
# episodes completed so far: 320
|
| 1613 |
+
# successes: 309 (96.6%)
|
| 1614 |
+
|
| 1615 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1616 |
+
Success: True
|
| 1617 |
+
# episodes completed so far: 321
|
| 1618 |
+
# successes: 310 (96.6%)
|
| 1619 |
+
|
| 1620 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1621 |
+
Success: False
|
| 1622 |
+
# episodes completed so far: 322
|
| 1623 |
+
# successes: 310 (96.3%)
|
| 1624 |
+
|
| 1625 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1626 |
+
Success: True
|
| 1627 |
+
# episodes completed so far: 323
|
| 1628 |
+
# successes: 311 (96.3%)
|
| 1629 |
+
|
| 1630 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1631 |
+
Success: True
|
| 1632 |
+
# episodes completed so far: 324
|
| 1633 |
+
# successes: 312 (96.3%)
|
| 1634 |
+
|
| 1635 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1636 |
+
Success: True
|
| 1637 |
+
# episodes completed so far: 325
|
| 1638 |
+
# successes: 313 (96.3%)
|
| 1639 |
+
|
| 1640 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1641 |
+
Success: True
|
| 1642 |
+
# episodes completed so far: 326
|
| 1643 |
+
# successes: 314 (96.3%)
|
| 1644 |
+
|
| 1645 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1646 |
+
Success: True
|
| 1647 |
+
# episodes completed so far: 327
|
| 1648 |
+
# successes: 315 (96.3%)
|
| 1649 |
+
|
| 1650 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1651 |
+
Success: True
|
| 1652 |
+
# episodes completed so far: 328
|
| 1653 |
+
# successes: 316 (96.3%)
|
| 1654 |
+
|
| 1655 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1656 |
+
Success: True
|
| 1657 |
+
# episodes completed so far: 329
|
| 1658 |
+
# successes: 317 (96.4%)
|
| 1659 |
+
|
| 1660 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1661 |
+
Success: True
|
| 1662 |
+
# episodes completed so far: 330
|
| 1663 |
+
# successes: 318 (96.4%)
|
| 1664 |
+
|
| 1665 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1666 |
+
Success: True
|
| 1667 |
+
# episodes completed so far: 331
|
| 1668 |
+
# successes: 319 (96.4%)
|
| 1669 |
+
|
| 1670 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1671 |
+
Success: True
|
| 1672 |
+
# episodes completed so far: 332
|
| 1673 |
+
# successes: 320 (96.4%)
|
| 1674 |
+
|
| 1675 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1676 |
+
Success: True
|
| 1677 |
+
# episodes completed so far: 333
|
| 1678 |
+
# successes: 321 (96.4%)
|
| 1679 |
+
|
| 1680 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1681 |
+
Success: True
|
| 1682 |
+
# episodes completed so far: 334
|
| 1683 |
+
# successes: 322 (96.4%)
|
| 1684 |
+
|
| 1685 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1686 |
+
Success: True
|
| 1687 |
+
# episodes completed so far: 335
|
| 1688 |
+
# successes: 323 (96.4%)
|
| 1689 |
+
|
| 1690 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1691 |
+
Success: True
|
| 1692 |
+
# episodes completed so far: 336
|
| 1693 |
+
# successes: 324 (96.4%)
|
| 1694 |
+
|
| 1695 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1696 |
+
Success: True
|
| 1697 |
+
# episodes completed so far: 337
|
| 1698 |
+
# successes: 325 (96.4%)
|
| 1699 |
+
|
| 1700 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1701 |
+
Success: True
|
| 1702 |
+
# episodes completed so far: 338
|
| 1703 |
+
# successes: 326 (96.4%)
|
| 1704 |
+
|
| 1705 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1706 |
+
Success: True
|
| 1707 |
+
# episodes completed so far: 339
|
| 1708 |
+
# successes: 327 (96.5%)
|
| 1709 |
+
|
| 1710 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1711 |
+
Success: True
|
| 1712 |
+
# episodes completed so far: 340
|
| 1713 |
+
# successes: 328 (96.5%)
|
| 1714 |
+
|
| 1715 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1716 |
+
Success: True
|
| 1717 |
+
# episodes completed so far: 341
|
| 1718 |
+
# successes: 329 (96.5%)
|
| 1719 |
+
|
| 1720 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1721 |
+
Success: True
|
| 1722 |
+
# episodes completed so far: 342
|
| 1723 |
+
# successes: 330 (96.5%)
|
| 1724 |
+
|
| 1725 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1726 |
+
Success: True
|
| 1727 |
+
# episodes completed so far: 343
|
| 1728 |
+
# successes: 331 (96.5%)
|
| 1729 |
+
|
| 1730 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1731 |
+
Success: True
|
| 1732 |
+
# episodes completed so far: 344
|
| 1733 |
+
# successes: 332 (96.5%)
|
| 1734 |
+
|
| 1735 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1736 |
+
Success: True
|
| 1737 |
+
# episodes completed so far: 345
|
| 1738 |
+
# successes: 333 (96.5%)
|
| 1739 |
+
|
| 1740 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1741 |
+
Success: True
|
| 1742 |
+
# episodes completed so far: 346
|
| 1743 |
+
# successes: 334 (96.5%)
|
| 1744 |
+
|
| 1745 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1746 |
+
Success: True
|
| 1747 |
+
# episodes completed so far: 347
|
| 1748 |
+
# successes: 335 (96.5%)
|
| 1749 |
+
|
| 1750 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1751 |
+
Success: True
|
| 1752 |
+
# episodes completed so far: 348
|
| 1753 |
+
# successes: 336 (96.6%)
|
| 1754 |
+
|
| 1755 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1756 |
+
Success: True
|
| 1757 |
+
# episodes completed so far: 349
|
| 1758 |
+
# successes: 337 (96.6%)
|
| 1759 |
+
|
| 1760 |
+
Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
|
| 1761 |
+
Success: True
|
| 1762 |
+
# episodes completed so far: 350
|
| 1763 |
+
# successes: 338 (96.6%)
|
| 1764 |
+
Current task success rate: 0.98
|
| 1765 |
+
Current total success rate: 0.9657142857142857
|
| 1766 |
+
|
| 1767 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1768 |
+
Success: True
|
| 1769 |
+
# episodes completed so far: 351
|
| 1770 |
+
# successes: 339 (96.6%)
|
| 1771 |
+
|
| 1772 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1773 |
+
Success: True
|
| 1774 |
+
# episodes completed so far: 352
|
| 1775 |
+
# successes: 340 (96.6%)
|
| 1776 |
+
|
| 1777 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1778 |
+
Success: True
|
| 1779 |
+
# episodes completed so far: 353
|
| 1780 |
+
# successes: 341 (96.6%)
|
| 1781 |
+
|
| 1782 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1783 |
+
Success: True
|
| 1784 |
+
# episodes completed so far: 354
|
| 1785 |
+
# successes: 342 (96.6%)
|
| 1786 |
+
|
| 1787 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1788 |
+
Success: True
|
| 1789 |
+
# episodes completed so far: 355
|
| 1790 |
+
# successes: 343 (96.6%)
|
| 1791 |
+
|
| 1792 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1793 |
+
Success: True
|
| 1794 |
+
# episodes completed so far: 356
|
| 1795 |
+
# successes: 344 (96.6%)
|
| 1796 |
+
|
| 1797 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1798 |
+
Success: True
|
| 1799 |
+
# episodes completed so far: 357
|
| 1800 |
+
# successes: 345 (96.6%)
|
| 1801 |
+
|
| 1802 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1803 |
+
Success: True
|
| 1804 |
+
# episodes completed so far: 358
|
| 1805 |
+
# successes: 346 (96.6%)
|
| 1806 |
+
|
| 1807 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1808 |
+
Success: True
|
| 1809 |
+
# episodes completed so far: 359
|
| 1810 |
+
# successes: 347 (96.7%)
|
| 1811 |
+
|
| 1812 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1813 |
+
Success: True
|
| 1814 |
+
# episodes completed so far: 360
|
| 1815 |
+
# successes: 348 (96.7%)
|
| 1816 |
+
|
| 1817 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1818 |
+
Success: True
|
| 1819 |
+
# episodes completed so far: 361
|
| 1820 |
+
# successes: 349 (96.7%)
|
| 1821 |
+
|
| 1822 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1823 |
+
Success: False
|
| 1824 |
+
# episodes completed so far: 362
|
| 1825 |
+
# successes: 349 (96.4%)
|
| 1826 |
+
|
| 1827 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1828 |
+
Success: True
|
| 1829 |
+
# episodes completed so far: 363
|
| 1830 |
+
# successes: 350 (96.4%)
|
| 1831 |
+
|
| 1832 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1833 |
+
Success: True
|
| 1834 |
+
# episodes completed so far: 364
|
| 1835 |
+
# successes: 351 (96.4%)
|
| 1836 |
+
|
| 1837 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1838 |
+
Success: True
|
| 1839 |
+
# episodes completed so far: 365
|
| 1840 |
+
# successes: 352 (96.4%)
|
| 1841 |
+
|
| 1842 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1843 |
+
Success: True
|
| 1844 |
+
# episodes completed so far: 366
|
| 1845 |
+
# successes: 353 (96.4%)
|
| 1846 |
+
|
| 1847 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1848 |
+
Success: True
|
| 1849 |
+
# episodes completed so far: 367
|
| 1850 |
+
# successes: 354 (96.5%)
|
| 1851 |
+
|
| 1852 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1853 |
+
Success: True
|
| 1854 |
+
# episodes completed so far: 368
|
| 1855 |
+
# successes: 355 (96.5%)
|
| 1856 |
+
|
| 1857 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1858 |
+
Success: True
|
| 1859 |
+
# episodes completed so far: 369
|
| 1860 |
+
# successes: 356 (96.5%)
|
| 1861 |
+
|
| 1862 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1863 |
+
Success: True
|
| 1864 |
+
# episodes completed so far: 370
|
| 1865 |
+
# successes: 357 (96.5%)
|
| 1866 |
+
|
| 1867 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1868 |
+
Success: True
|
| 1869 |
+
# episodes completed so far: 371
|
| 1870 |
+
# successes: 358 (96.5%)
|
| 1871 |
+
|
| 1872 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1873 |
+
Success: True
|
| 1874 |
+
# episodes completed so far: 372
|
| 1875 |
+
# successes: 359 (96.5%)
|
| 1876 |
+
|
| 1877 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1878 |
+
Success: True
|
| 1879 |
+
# episodes completed so far: 373
|
| 1880 |
+
# successes: 360 (96.5%)
|
| 1881 |
+
|
| 1882 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1883 |
+
Success: True
|
| 1884 |
+
# episodes completed so far: 374
|
| 1885 |
+
# successes: 361 (96.5%)
|
| 1886 |
+
|
| 1887 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1888 |
+
Success: True
|
| 1889 |
+
# episodes completed so far: 375
|
| 1890 |
+
# successes: 362 (96.5%)
|
| 1891 |
+
|
| 1892 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1893 |
+
Success: True
|
| 1894 |
+
# episodes completed so far: 376
|
| 1895 |
+
# successes: 363 (96.5%)
|
| 1896 |
+
|
| 1897 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1898 |
+
Success: True
|
| 1899 |
+
# episodes completed so far: 377
|
| 1900 |
+
# successes: 364 (96.6%)
|
| 1901 |
+
|
| 1902 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1903 |
+
Success: True
|
| 1904 |
+
# episodes completed so far: 378
|
| 1905 |
+
# successes: 365 (96.6%)
|
| 1906 |
+
|
| 1907 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1908 |
+
Success: True
|
| 1909 |
+
# episodes completed so far: 379
|
| 1910 |
+
# successes: 366 (96.6%)
|
| 1911 |
+
|
| 1912 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1913 |
+
Success: True
|
| 1914 |
+
# episodes completed so far: 380
|
| 1915 |
+
# successes: 367 (96.6%)
|
| 1916 |
+
|
| 1917 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1918 |
+
Success: True
|
| 1919 |
+
# episodes completed so far: 381
|
| 1920 |
+
# successes: 368 (96.6%)
|
| 1921 |
+
|
| 1922 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1923 |
+
Success: True
|
| 1924 |
+
# episodes completed so far: 382
|
| 1925 |
+
# successes: 369 (96.6%)
|
| 1926 |
+
|
| 1927 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1928 |
+
Success: True
|
| 1929 |
+
# episodes completed so far: 383
|
| 1930 |
+
# successes: 370 (96.6%)
|
| 1931 |
+
|
| 1932 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1933 |
+
Success: True
|
| 1934 |
+
# episodes completed so far: 384
|
| 1935 |
+
# successes: 371 (96.6%)
|
| 1936 |
+
|
| 1937 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1938 |
+
Success: True
|
| 1939 |
+
# episodes completed so far: 385
|
| 1940 |
+
# successes: 372 (96.6%)
|
| 1941 |
+
|
| 1942 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1943 |
+
Success: True
|
| 1944 |
+
# episodes completed so far: 386
|
| 1945 |
+
# successes: 373 (96.6%)
|
| 1946 |
+
|
| 1947 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1948 |
+
Success: True
|
| 1949 |
+
# episodes completed so far: 387
|
| 1950 |
+
# successes: 374 (96.6%)
|
| 1951 |
+
|
| 1952 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1953 |
+
Success: True
|
| 1954 |
+
# episodes completed so far: 388
|
| 1955 |
+
# successes: 375 (96.6%)
|
| 1956 |
+
|
| 1957 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1958 |
+
Success: True
|
| 1959 |
+
# episodes completed so far: 389
|
| 1960 |
+
# successes: 376 (96.7%)
|
| 1961 |
+
|
| 1962 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1963 |
+
Success: True
|
| 1964 |
+
# episodes completed so far: 390
|
| 1965 |
+
# successes: 377 (96.7%)
|
| 1966 |
+
|
| 1967 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1968 |
+
Success: True
|
| 1969 |
+
# episodes completed so far: 391
|
| 1970 |
+
# successes: 378 (96.7%)
|
| 1971 |
+
|
| 1972 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1973 |
+
Success: True
|
| 1974 |
+
# episodes completed so far: 392
|
| 1975 |
+
# successes: 379 (96.7%)
|
| 1976 |
+
|
| 1977 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1978 |
+
Success: True
|
| 1979 |
+
# episodes completed so far: 393
|
| 1980 |
+
# successes: 380 (96.7%)
|
| 1981 |
+
|
| 1982 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1983 |
+
Success: True
|
| 1984 |
+
# episodes completed so far: 394
|
| 1985 |
+
# successes: 381 (96.7%)
|
| 1986 |
+
|
| 1987 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1988 |
+
Success: True
|
| 1989 |
+
# episodes completed so far: 395
|
| 1990 |
+
# successes: 382 (96.7%)
|
| 1991 |
+
|
| 1992 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1993 |
+
Success: True
|
| 1994 |
+
# episodes completed so far: 396
|
| 1995 |
+
# successes: 383 (96.7%)
|
| 1996 |
+
|
| 1997 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 1998 |
+
Success: True
|
| 1999 |
+
# episodes completed so far: 397
|
| 2000 |
+
# successes: 384 (96.7%)
|
| 2001 |
+
|
| 2002 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 2003 |
+
Success: True
|
| 2004 |
+
# episodes completed so far: 398
|
| 2005 |
+
# successes: 385 (96.7%)
|
| 2006 |
+
|
| 2007 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 2008 |
+
Success: True
|
| 2009 |
+
# episodes completed so far: 399
|
| 2010 |
+
# successes: 386 (96.7%)
|
| 2011 |
+
|
| 2012 |
+
Task: put both the alphabet soup and the cream cheese box in the basket
|
| 2013 |
+
Success: True
|
| 2014 |
+
# episodes completed so far: 400
|
| 2015 |
+
# successes: 387 (96.8%)
|
| 2016 |
+
Current task success rate: 0.98
|
| 2017 |
+
Current total success rate: 0.9675
|
| 2018 |
+
|
| 2019 |
+
Task: put both moka pots on the stove
|
| 2020 |
+
Success: True
|
| 2021 |
+
# episodes completed so far: 401
|
| 2022 |
+
# successes: 388 (96.8%)
|
| 2023 |
+
|
| 2024 |
+
Task: put both moka pots on the stove
|
| 2025 |
+
Success: True
|
| 2026 |
+
# episodes completed so far: 402
|
| 2027 |
+
# successes: 389 (96.8%)
|
| 2028 |
+
|
| 2029 |
+
Task: put both moka pots on the stove
|
| 2030 |
+
Success: True
|
| 2031 |
+
# episodes completed so far: 403
|
| 2032 |
+
# successes: 390 (96.8%)
|
| 2033 |
+
|
| 2034 |
+
Task: put both moka pots on the stove
|
| 2035 |
+
Success: True
|
| 2036 |
+
# episodes completed so far: 404
|
| 2037 |
+
# successes: 391 (96.8%)
|
| 2038 |
+
|
| 2039 |
+
Task: put both moka pots on the stove
|
| 2040 |
+
Success: True
|
| 2041 |
+
# episodes completed so far: 405
|
| 2042 |
+
# successes: 392 (96.8%)
|
| 2043 |
+
|
| 2044 |
+
Task: put both moka pots on the stove
|
| 2045 |
+
Success: True
|
| 2046 |
+
# episodes completed so far: 406
|
| 2047 |
+
# successes: 393 (96.8%)
|
| 2048 |
+
|
| 2049 |
+
Task: put both moka pots on the stove
|
| 2050 |
+
Success: True
|
| 2051 |
+
# episodes completed so far: 407
|
| 2052 |
+
# successes: 394 (96.8%)
|
| 2053 |
+
|
| 2054 |
+
Task: put both moka pots on the stove
|
| 2055 |
+
Success: True
|
| 2056 |
+
# episodes completed so far: 408
|
| 2057 |
+
# successes: 395 (96.8%)
|
| 2058 |
+
|
| 2059 |
+
Task: put both moka pots on the stove
|
| 2060 |
+
Success: True
|
| 2061 |
+
# episodes completed so far: 409
|
| 2062 |
+
# successes: 396 (96.8%)
|
| 2063 |
+
|
| 2064 |
+
Task: put both moka pots on the stove
|
| 2065 |
+
Success: True
|
| 2066 |
+
# episodes completed so far: 410
|
| 2067 |
+
# successes: 397 (96.8%)
|
| 2068 |
+
|
| 2069 |
+
Task: put both moka pots on the stove
|
| 2070 |
+
Success: True
|
| 2071 |
+
# episodes completed so far: 411
|
| 2072 |
+
# successes: 398 (96.8%)
|
| 2073 |
+
|
| 2074 |
+
Task: put both moka pots on the stove
|
| 2075 |
+
Success: True
|
| 2076 |
+
# episodes completed so far: 412
|
| 2077 |
+
# successes: 399 (96.8%)
|
| 2078 |
+
|
| 2079 |
+
Task: put both moka pots on the stove
|
| 2080 |
+
Success: True
|
| 2081 |
+
# episodes completed so far: 413
|
| 2082 |
+
# successes: 400 (96.9%)
|
| 2083 |
+
|
| 2084 |
+
Task: put both moka pots on the stove
|
| 2085 |
+
Success: True
|
| 2086 |
+
# episodes completed so far: 414
|
| 2087 |
+
# successes: 401 (96.9%)
|
| 2088 |
+
|
| 2089 |
+
Task: put both moka pots on the stove
|
| 2090 |
+
Success: True
|
| 2091 |
+
# episodes completed so far: 415
|
| 2092 |
+
# successes: 402 (96.9%)
|
| 2093 |
+
|
| 2094 |
+
Task: put both moka pots on the stove
|
| 2095 |
+
Success: True
|
| 2096 |
+
# episodes completed so far: 416
|
| 2097 |
+
# successes: 403 (96.9%)
|
| 2098 |
+
|
| 2099 |
+
Task: put both moka pots on the stove
|
| 2100 |
+
Success: True
|
| 2101 |
+
# episodes completed so far: 417
|
| 2102 |
+
# successes: 404 (96.9%)
|
| 2103 |
+
|
| 2104 |
+
Task: put both moka pots on the stove
|
| 2105 |
+
Success: True
|
| 2106 |
+
# episodes completed so far: 418
|
| 2107 |
+
# successes: 405 (96.9%)
|
| 2108 |
+
|
| 2109 |
+
Task: put both moka pots on the stove
|
| 2110 |
+
Success: True
|
| 2111 |
+
# episodes completed so far: 419
|
| 2112 |
+
# successes: 406 (96.9%)
|
| 2113 |
+
|
| 2114 |
+
Task: put both moka pots on the stove
|
| 2115 |
+
Success: True
|
| 2116 |
+
# episodes completed so far: 420
|
| 2117 |
+
# successes: 407 (96.9%)
|
| 2118 |
+
|
| 2119 |
+
Task: put both moka pots on the stove
|
| 2120 |
+
Success: True
|
| 2121 |
+
# episodes completed so far: 421
|
| 2122 |
+
# successes: 408 (96.9%)
|
| 2123 |
+
|
| 2124 |
+
Task: put both moka pots on the stove
|
| 2125 |
+
Success: True
|
| 2126 |
+
# episodes completed so far: 422
|
| 2127 |
+
# successes: 409 (96.9%)
|
| 2128 |
+
|
| 2129 |
+
Task: put both moka pots on the stove
|
| 2130 |
+
Success: True
|
| 2131 |
+
# episodes completed so far: 423
|
| 2132 |
+
# successes: 410 (96.9%)
|
| 2133 |
+
|
| 2134 |
+
Task: put both moka pots on the stove
|
| 2135 |
+
Success: True
|
| 2136 |
+
# episodes completed so far: 424
|
| 2137 |
+
# successes: 411 (96.9%)
|
| 2138 |
+
|
| 2139 |
+
Task: put both moka pots on the stove
|
| 2140 |
+
Success: False
|
| 2141 |
+
# episodes completed so far: 425
|
| 2142 |
+
# successes: 411 (96.7%)
|
| 2143 |
+
|
| 2144 |
+
Task: put both moka pots on the stove
|
| 2145 |
+
Success: True
|
| 2146 |
+
# episodes completed so far: 426
|
| 2147 |
+
# successes: 412 (96.7%)
|
| 2148 |
+
|
| 2149 |
+
Task: put both moka pots on the stove
|
| 2150 |
+
Success: True
|
| 2151 |
+
# episodes completed so far: 427
|
| 2152 |
+
# successes: 413 (96.7%)
|
| 2153 |
+
|
| 2154 |
+
Task: put both moka pots on the stove
|
| 2155 |
+
Success: True
|
| 2156 |
+
# episodes completed so far: 428
|
| 2157 |
+
# successes: 414 (96.7%)
|
| 2158 |
+
|
| 2159 |
+
Task: put both moka pots on the stove
|
| 2160 |
+
Success: True
|
| 2161 |
+
# episodes completed so far: 429
|
| 2162 |
+
# successes: 415 (96.7%)
|
| 2163 |
+
|
| 2164 |
+
Task: put both moka pots on the stove
|
| 2165 |
+
Success: True
|
| 2166 |
+
# episodes completed so far: 430
|
| 2167 |
+
# successes: 416 (96.7%)
|
| 2168 |
+
|
| 2169 |
+
Task: put both moka pots on the stove
|
| 2170 |
+
Success: True
|
| 2171 |
+
# episodes completed so far: 431
|
| 2172 |
+
# successes: 417 (96.8%)
|
| 2173 |
+
|
| 2174 |
+
Task: put both moka pots on the stove
|
| 2175 |
+
Success: True
|
| 2176 |
+
# episodes completed so far: 432
|
| 2177 |
+
# successes: 418 (96.8%)
|
| 2178 |
+
|
| 2179 |
+
Task: put both moka pots on the stove
|
| 2180 |
+
Success: True
|
| 2181 |
+
# episodes completed so far: 433
|
| 2182 |
+
# successes: 419 (96.8%)
|
| 2183 |
+
|
| 2184 |
+
Task: put both moka pots on the stove
|
| 2185 |
+
Success: True
|
| 2186 |
+
# episodes completed so far: 434
|
| 2187 |
+
# successes: 420 (96.8%)
|
| 2188 |
+
|
| 2189 |
+
Task: put both moka pots on the stove
|
| 2190 |
+
Success: True
|
| 2191 |
+
# episodes completed so far: 435
|
| 2192 |
+
# successes: 421 (96.8%)
|
| 2193 |
+
|
| 2194 |
+
Task: put both moka pots on the stove
|
| 2195 |
+
Success: True
|
| 2196 |
+
# episodes completed so far: 436
|
| 2197 |
+
# successes: 422 (96.8%)
|
| 2198 |
+
|
| 2199 |
+
Task: put both moka pots on the stove
|
| 2200 |
+
Success: True
|
| 2201 |
+
# episodes completed so far: 437
|
| 2202 |
+
# successes: 423 (96.8%)
|
| 2203 |
+
|
| 2204 |
+
Task: put both moka pots on the stove
|
| 2205 |
+
Success: True
|
| 2206 |
+
# episodes completed so far: 438
|
| 2207 |
+
# successes: 424 (96.8%)
|
| 2208 |
+
|
| 2209 |
+
Task: put both moka pots on the stove
|
| 2210 |
+
Success: True
|
| 2211 |
+
# episodes completed so far: 439
|
| 2212 |
+
# successes: 425 (96.8%)
|
| 2213 |
+
|
| 2214 |
+
Task: put both moka pots on the stove
|
| 2215 |
+
Success: True
|
| 2216 |
+
# episodes completed so far: 440
|
| 2217 |
+
# successes: 426 (96.8%)
|
| 2218 |
+
|
| 2219 |
+
Task: put both moka pots on the stove
|
| 2220 |
+
Success: True
|
| 2221 |
+
# episodes completed so far: 441
|
| 2222 |
+
# successes: 427 (96.8%)
|
| 2223 |
+
|
| 2224 |
+
Task: put both moka pots on the stove
|
| 2225 |
+
Success: True
|
| 2226 |
+
# episodes completed so far: 442
|
| 2227 |
+
# successes: 428 (96.8%)
|
| 2228 |
+
|
| 2229 |
+
Task: put both moka pots on the stove
|
| 2230 |
+
Success: True
|
| 2231 |
+
# episodes completed so far: 443
|
| 2232 |
+
# successes: 429 (96.8%)
|
| 2233 |
+
|
| 2234 |
+
Task: put both moka pots on the stove
|
| 2235 |
+
Success: True
|
| 2236 |
+
# episodes completed so far: 444
|
| 2237 |
+
# successes: 430 (96.8%)
|
| 2238 |
+
|
| 2239 |
+
Task: put both moka pots on the stove
|
| 2240 |
+
Success: True
|
| 2241 |
+
# episodes completed so far: 445
|
| 2242 |
+
# successes: 431 (96.9%)
|
| 2243 |
+
|
| 2244 |
+
Task: put both moka pots on the stove
|
| 2245 |
+
Success: True
|
| 2246 |
+
# episodes completed so far: 446
|
| 2247 |
+
# successes: 432 (96.9%)
|
| 2248 |
+
|
| 2249 |
+
Task: put both moka pots on the stove
|
| 2250 |
+
Success: True
|
| 2251 |
+
# episodes completed so far: 447
|
| 2252 |
+
# successes: 433 (96.9%)
|
| 2253 |
+
|
| 2254 |
+
Task: put both moka pots on the stove
|
| 2255 |
+
Success: False
|
| 2256 |
+
# episodes completed so far: 448
|
| 2257 |
+
# successes: 433 (96.7%)
|
| 2258 |
+
|
| 2259 |
+
Task: put both moka pots on the stove
|
| 2260 |
+
Success: True
|
| 2261 |
+
# episodes completed so far: 449
|
| 2262 |
+
# successes: 434 (96.7%)
|
| 2263 |
+
|
| 2264 |
+
Task: put both moka pots on the stove
|
| 2265 |
+
Success: True
|
| 2266 |
+
# episodes completed so far: 450
|
| 2267 |
+
# successes: 435 (96.7%)
|
| 2268 |
+
Current task success rate: 0.96
|
| 2269 |
+
Current total success rate: 0.9666666666666667
|
| 2270 |
+
|
| 2271 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2272 |
+
Success: False
|
| 2273 |
+
# episodes completed so far: 451
|
| 2274 |
+
# successes: 435 (96.5%)
|
| 2275 |
+
|
| 2276 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2277 |
+
Success: True
|
| 2278 |
+
# episodes completed so far: 452
|
| 2279 |
+
# successes: 436 (96.5%)
|
| 2280 |
+
|
| 2281 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2282 |
+
Success: True
|
| 2283 |
+
# episodes completed so far: 453
|
| 2284 |
+
# successes: 437 (96.5%)
|
| 2285 |
+
|
| 2286 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2287 |
+
Success: True
|
| 2288 |
+
# episodes completed so far: 454
|
| 2289 |
+
# successes: 438 (96.5%)
|
| 2290 |
+
|
| 2291 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2292 |
+
Success: True
|
| 2293 |
+
# episodes completed so far: 455
|
| 2294 |
+
# successes: 439 (96.5%)
|
| 2295 |
+
|
| 2296 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2297 |
+
Success: True
|
| 2298 |
+
# episodes completed so far: 456
|
| 2299 |
+
# successes: 440 (96.5%)
|
| 2300 |
+
|
| 2301 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2302 |
+
Success: True
|
| 2303 |
+
# episodes completed so far: 457
|
| 2304 |
+
# successes: 441 (96.5%)
|
| 2305 |
+
|
| 2306 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2307 |
+
Success: True
|
| 2308 |
+
# episodes completed so far: 458
|
| 2309 |
+
# successes: 442 (96.5%)
|
| 2310 |
+
|
| 2311 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2312 |
+
Success: True
|
| 2313 |
+
# episodes completed so far: 459
|
| 2314 |
+
# successes: 443 (96.5%)
|
| 2315 |
+
|
| 2316 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2317 |
+
Success: True
|
| 2318 |
+
# episodes completed so far: 460
|
| 2319 |
+
# successes: 444 (96.5%)
|
| 2320 |
+
|
| 2321 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2322 |
+
Success: True
|
| 2323 |
+
# episodes completed so far: 461
|
| 2324 |
+
# successes: 445 (96.5%)
|
| 2325 |
+
|
| 2326 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2327 |
+
Success: True
|
| 2328 |
+
# episodes completed so far: 462
|
| 2329 |
+
# successes: 446 (96.5%)
|
| 2330 |
+
|
| 2331 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2332 |
+
Success: True
|
| 2333 |
+
# episodes completed so far: 463
|
| 2334 |
+
# successes: 447 (96.5%)
|
| 2335 |
+
|
| 2336 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2337 |
+
Success: True
|
| 2338 |
+
# episodes completed so far: 464
|
| 2339 |
+
# successes: 448 (96.6%)
|
| 2340 |
+
|
| 2341 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2342 |
+
Success: True
|
| 2343 |
+
# episodes completed so far: 465
|
| 2344 |
+
# successes: 449 (96.6%)
|
| 2345 |
+
|
| 2346 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2347 |
+
Success: True
|
| 2348 |
+
# episodes completed so far: 466
|
| 2349 |
+
# successes: 450 (96.6%)
|
| 2350 |
+
|
| 2351 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2352 |
+
Success: True
|
| 2353 |
+
# episodes completed so far: 467
|
| 2354 |
+
# successes: 451 (96.6%)
|
| 2355 |
+
|
| 2356 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2357 |
+
Success: True
|
| 2358 |
+
# episodes completed so far: 468
|
| 2359 |
+
# successes: 452 (96.6%)
|
| 2360 |
+
|
| 2361 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2362 |
+
Success: True
|
| 2363 |
+
# episodes completed so far: 469
|
| 2364 |
+
# successes: 453 (96.6%)
|
| 2365 |
+
|
| 2366 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2367 |
+
Success: True
|
| 2368 |
+
# episodes completed so far: 470
|
| 2369 |
+
# successes: 454 (96.6%)
|
| 2370 |
+
|
| 2371 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2372 |
+
Success: True
|
| 2373 |
+
# episodes completed so far: 471
|
| 2374 |
+
# successes: 455 (96.6%)
|
| 2375 |
+
|
| 2376 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2377 |
+
Success: True
|
| 2378 |
+
# episodes completed so far: 472
|
| 2379 |
+
# successes: 456 (96.6%)
|
| 2380 |
+
|
| 2381 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2382 |
+
Success: True
|
| 2383 |
+
# episodes completed so far: 473
|
| 2384 |
+
# successes: 457 (96.6%)
|
| 2385 |
+
|
| 2386 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2387 |
+
Success: True
|
| 2388 |
+
# episodes completed so far: 474
|
| 2389 |
+
# successes: 458 (96.6%)
|
| 2390 |
+
|
| 2391 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2392 |
+
Success: True
|
| 2393 |
+
# episodes completed so far: 475
|
| 2394 |
+
# successes: 459 (96.6%)
|
| 2395 |
+
|
| 2396 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2397 |
+
Success: True
|
| 2398 |
+
# episodes completed so far: 476
|
| 2399 |
+
# successes: 460 (96.6%)
|
| 2400 |
+
|
| 2401 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2402 |
+
Success: True
|
| 2403 |
+
# episodes completed so far: 477
|
| 2404 |
+
# successes: 461 (96.6%)
|
| 2405 |
+
|
| 2406 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2407 |
+
Success: True
|
| 2408 |
+
# episodes completed so far: 478
|
| 2409 |
+
# successes: 462 (96.7%)
|
| 2410 |
+
|
| 2411 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2412 |
+
Success: True
|
| 2413 |
+
# episodes completed so far: 479
|
| 2414 |
+
# successes: 463 (96.7%)
|
| 2415 |
+
|
| 2416 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2417 |
+
Success: True
|
| 2418 |
+
# episodes completed so far: 480
|
| 2419 |
+
# successes: 464 (96.7%)
|
| 2420 |
+
|
| 2421 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2422 |
+
Success: True
|
| 2423 |
+
# episodes completed so far: 481
|
| 2424 |
+
# successes: 465 (96.7%)
|
| 2425 |
+
|
| 2426 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2427 |
+
Success: True
|
| 2428 |
+
# episodes completed so far: 482
|
| 2429 |
+
# successes: 466 (96.7%)
|
| 2430 |
+
|
| 2431 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2432 |
+
Success: True
|
| 2433 |
+
# episodes completed so far: 483
|
| 2434 |
+
# successes: 467 (96.7%)
|
| 2435 |
+
|
| 2436 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2437 |
+
Success: True
|
| 2438 |
+
# episodes completed so far: 484
|
| 2439 |
+
# successes: 468 (96.7%)
|
| 2440 |
+
|
| 2441 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2442 |
+
Success: True
|
| 2443 |
+
# episodes completed so far: 485
|
| 2444 |
+
# successes: 469 (96.7%)
|
| 2445 |
+
|
| 2446 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2447 |
+
Success: True
|
| 2448 |
+
# episodes completed so far: 486
|
| 2449 |
+
# successes: 470 (96.7%)
|
| 2450 |
+
|
| 2451 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2452 |
+
Success: True
|
| 2453 |
+
# episodes completed so far: 487
|
| 2454 |
+
# successes: 471 (96.7%)
|
| 2455 |
+
|
| 2456 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2457 |
+
Success: True
|
| 2458 |
+
# episodes completed so far: 488
|
| 2459 |
+
# successes: 472 (96.7%)
|
| 2460 |
+
|
| 2461 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2462 |
+
Success: True
|
| 2463 |
+
# episodes completed so far: 489
|
| 2464 |
+
# successes: 473 (96.7%)
|
| 2465 |
+
|
| 2466 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2467 |
+
Success: True
|
| 2468 |
+
# episodes completed so far: 490
|
| 2469 |
+
# successes: 474 (96.7%)
|
| 2470 |
+
|
| 2471 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2472 |
+
Success: True
|
| 2473 |
+
# episodes completed so far: 491
|
| 2474 |
+
# successes: 475 (96.7%)
|
| 2475 |
+
|
| 2476 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2477 |
+
Success: True
|
| 2478 |
+
# episodes completed so far: 492
|
| 2479 |
+
# successes: 476 (96.7%)
|
| 2480 |
+
|
| 2481 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2482 |
+
Success: True
|
| 2483 |
+
# episodes completed so far: 493
|
| 2484 |
+
# successes: 477 (96.8%)
|
| 2485 |
+
|
| 2486 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2487 |
+
Success: True
|
| 2488 |
+
# episodes completed so far: 494
|
| 2489 |
+
# successes: 478 (96.8%)
|
| 2490 |
+
|
| 2491 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2492 |
+
Success: True
|
| 2493 |
+
# episodes completed so far: 495
|
| 2494 |
+
# successes: 479 (96.8%)
|
| 2495 |
+
|
| 2496 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2497 |
+
Success: True
|
| 2498 |
+
# episodes completed so far: 496
|
| 2499 |
+
# successes: 480 (96.8%)
|
| 2500 |
+
|
| 2501 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2502 |
+
Success: True
|
| 2503 |
+
# episodes completed so far: 497
|
| 2504 |
+
# successes: 481 (96.8%)
|
| 2505 |
+
|
| 2506 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2507 |
+
Success: True
|
| 2508 |
+
# episodes completed so far: 498
|
| 2509 |
+
# successes: 482 (96.8%)
|
| 2510 |
+
|
| 2511 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2512 |
+
Success: True
|
| 2513 |
+
# episodes completed so far: 499
|
| 2514 |
+
# successes: 483 (96.8%)
|
| 2515 |
+
|
| 2516 |
+
Task: put the yellow and white mug in the microwave and close it
|
| 2517 |
+
Success: True
|
| 2518 |
+
# episodes completed so far: 500
|
| 2519 |
+
# successes: 484 (96.8%)
|
| 2520 |
+
Current task success rate: 0.98
|
| 2521 |
+
Current total success rate: 0.968
|
libero_goal_2B_mee1e1/starvla_qwen_dual/config.json
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_id": "starvla_qwen_dual",
|
| 3 |
+
"run_root_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models_3/libero_goal_2B_mee1e1",
|
| 4 |
+
"seed": 42,
|
| 5 |
+
"trackers": [
|
| 6 |
+
"jsonl",
|
| 7 |
+
"wandb"
|
| 8 |
+
],
|
| 9 |
+
"wandb_project": "starVLA",
|
| 10 |
+
"is_debug": false,
|
| 11 |
+
"enable_mee": true,
|
| 12 |
+
"mee_weight": 10.0,
|
| 13 |
+
"framework": {
|
| 14 |
+
"name": "Qwen-Dual",
|
| 15 |
+
"qwenvl": {
|
| 16 |
+
"base_vlm": "/share/project/baishuanghao/code/HLM-VLA/models/Qwen3-VL-2B-Instruct",
|
| 17 |
+
"attn_implementation": "flash_attention_2",
|
| 18 |
+
"vl_hidden_dim": 2048
|
| 19 |
+
},
|
| 20 |
+
"dino": {
|
| 21 |
+
"dino_backbone": "dinov2_vits14"
|
| 22 |
+
},
|
| 23 |
+
"action_model": {
|
| 24 |
+
"action_model_type": "DiT-L",
|
| 25 |
+
"action_hidden_dim": 2,
|
| 26 |
+
"hidden_size": 1024,
|
| 27 |
+
"add_pos_embed": true,
|
| 28 |
+
"max_seq_len": 1024,
|
| 29 |
+
"action_dim": 7,
|
| 30 |
+
"state_dim": 7,
|
| 31 |
+
"future_action_window_size": 7,
|
| 32 |
+
"action_horizon": 8,
|
| 33 |
+
"past_action_window_size": 0,
|
| 34 |
+
"repeated_diffusion_steps": 8,
|
| 35 |
+
"noise_beta_alpha": 1.5,
|
| 36 |
+
"noise_beta_beta": 1.0,
|
| 37 |
+
"noise_s": 0.999,
|
| 38 |
+
"num_timestep_buckets": 1000,
|
| 39 |
+
"num_inference_timesteps": 4,
|
| 40 |
+
"num_target_vision_tokens": 32,
|
| 41 |
+
"diffusion_model_cfg": {
|
| 42 |
+
"cross_attention_dim": 2048,
|
| 43 |
+
"dropout": 0.2,
|
| 44 |
+
"final_dropout": true,
|
| 45 |
+
"interleave_self_attention": true,
|
| 46 |
+
"norm_type": "ada_norm",
|
| 47 |
+
"num_layers": 16,
|
| 48 |
+
"output_dim": 1024,
|
| 49 |
+
"positional_embeddings": null
|
| 50 |
+
}
|
| 51 |
+
},
|
| 52 |
+
"reduce_in_full_precision": true
|
| 53 |
+
},
|
| 54 |
+
"datasets": {
|
| 55 |
+
"vlm_data": {
|
| 56 |
+
"dataset_py": "vlm_datasets",
|
| 57 |
+
"dataformat": "llava_json",
|
| 58 |
+
"dataset_use": "asv2_conversation_en,asv2_detailed_description_en,asv2_region_captioning_en,coco_internvl_longcap_en,coco_karpathy_train_567_en,coco_negative_gpt4o_en,coco_poetry_zh,coco_rem_en_zh,cocorem_exist_yorn_en,cocotextv2_en,cocotextv2_gpt4o_en,okvqa_en,refcoco_grounding_aug_en,refcoco_grounding_en,tallyqa_coco_en,toloka_grounding_aug_en,vqav2_en,vsr_en",
|
| 59 |
+
"eval_dataset": "aokvqa_cauldron_llava_format",
|
| 60 |
+
"data_flatten": false,
|
| 61 |
+
"base_interval": 2,
|
| 62 |
+
"max_pixels": 12845056,
|
| 63 |
+
"min_pixels": 3136,
|
| 64 |
+
"model_max_length": 2048,
|
| 65 |
+
"model_type": "qwen2.5vl",
|
| 66 |
+
"per_device_batch_size": 4
|
| 67 |
+
},
|
| 68 |
+
"vla_data": {
|
| 69 |
+
"dataset_py": "lerobot_datasets",
|
| 70 |
+
"data_root_dir": "/share/project/baishuanghao/data/libero_lerobot",
|
| 71 |
+
"data_mix": "libero_goal",
|
| 72 |
+
"action_type": "delta_qpos",
|
| 73 |
+
"CoT_prompt": "Your task is {instruction}. To identify the key objects for your task. Locate their bounding boxes in [x1,y1,x2,y2] format.",
|
| 74 |
+
"CoT_answer": "bbox",
|
| 75 |
+
"default_image_resolution": [
|
| 76 |
+
3,
|
| 77 |
+
224,
|
| 78 |
+
224
|
| 79 |
+
],
|
| 80 |
+
"per_device_batch_size": 16,
|
| 81 |
+
"load_all_data_for_training": true,
|
| 82 |
+
"obs": [
|
| 83 |
+
"image_0"
|
| 84 |
+
]
|
| 85 |
+
}
|
| 86 |
+
},
|
| 87 |
+
"trainer": {
|
| 88 |
+
"epochs": 100,
|
| 89 |
+
"max_train_steps": 30000,
|
| 90 |
+
"num_warmup_steps": 5000,
|
| 91 |
+
"save_interval": 60000,
|
| 92 |
+
"eval_interval": 60000,
|
| 93 |
+
"learning_rate": {
|
| 94 |
+
"base": 4e-05,
|
| 95 |
+
"qwen_vl_interface": 1e-05,
|
| 96 |
+
"action_model": 0.0001
|
| 97 |
+
},
|
| 98 |
+
"lr_scheduler_type": "cosine_with_min_lr",
|
| 99 |
+
"scheduler_specific_kwargs": {
|
| 100 |
+
"min_lr": 1e-06
|
| 101 |
+
},
|
| 102 |
+
"freeze_modules": null,
|
| 103 |
+
"loss_scale": {
|
| 104 |
+
"vla": 1.0,
|
| 105 |
+
"vlm": 0.1
|
| 106 |
+
},
|
| 107 |
+
"max_grad_norm": 1.0,
|
| 108 |
+
"warmup_ratio": 0.1,
|
| 109 |
+
"weight_decay": 0.0,
|
| 110 |
+
"logging_frequency": 100,
|
| 111 |
+
"gradient_clipping": 1.0,
|
| 112 |
+
"gradient_accumulation_steps": 1,
|
| 113 |
+
"optimizer": {
|
| 114 |
+
"name": "AdamW",
|
| 115 |
+
"betas": [
|
| 116 |
+
0.9,
|
| 117 |
+
0.95
|
| 118 |
+
],
|
| 119 |
+
"eps": 1e-08,
|
| 120 |
+
"weight_decay": 1e-08
|
| 121 |
+
},
|
| 122 |
+
"is_resume": false,
|
| 123 |
+
"resume_epoch": null,
|
| 124 |
+
"resume_step": null,
|
| 125 |
+
"enable_gradient_checkpointing": true,
|
| 126 |
+
"enable_mixed_precision_training": true
|
| 127 |
+
},
|
| 128 |
+
"output_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models_3/libero_goal_2B_mee1e1/starvla_qwen_dual"
|
| 129 |
+
}
|
libero_goal_2B_mee1e1/starvla_qwen_dual/dataset_statistics.json
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"franka": {
|
| 3 |
+
"action": {
|
| 4 |
+
"mean": [
|
| 5 |
+
0.04721052572131157,
|
| 6 |
+
0.028835246339440346,
|
| 7 |
+
-0.1485840231180191,
|
| 8 |
+
-0.0025010062381625175,
|
| 9 |
+
0.026408178731799126,
|
| 10 |
+
0.027379808947443962,
|
| 11 |
+
0.6299911737442017
|
| 12 |
+
],
|
| 13 |
+
"std": [
|
| 14 |
+
0.3968801498413086,
|
| 15 |
+
0.3473387360572815,
|
| 16 |
+
0.49239858984947205,
|
| 17 |
+
0.055331431329250336,
|
| 18 |
+
0.07844757288694382,
|
| 19 |
+
0.10008802264928818,
|
| 20 |
+
0.48270025849342346
|
| 21 |
+
],
|
| 22 |
+
"max": [
|
| 23 |
+
0.9375,
|
| 24 |
+
0.9375,
|
| 25 |
+
0.9375,
|
| 26 |
+
0.3557142913341522,
|
| 27 |
+
0.375,
|
| 28 |
+
0.375,
|
| 29 |
+
1.0
|
| 30 |
+
],
|
| 31 |
+
"min": [
|
| 32 |
+
-0.9375,
|
| 33 |
+
-0.9375,
|
| 34 |
+
-0.9375,
|
| 35 |
+
-0.2582142949104309,
|
| 36 |
+
-0.375,
|
| 37 |
+
-0.2871428430080414,
|
| 38 |
+
0.0
|
| 39 |
+
],
|
| 40 |
+
"q01": [
|
| 41 |
+
-0.8785714507102966,
|
| 42 |
+
-0.7553571462631226,
|
| 43 |
+
-0.9375,
|
| 44 |
+
-0.1510714292526245,
|
| 45 |
+
-0.1639285683631897,
|
| 46 |
+
-0.13777500048279764,
|
| 47 |
+
0.0
|
| 48 |
+
],
|
| 49 |
+
"q99": [
|
| 50 |
+
0.9375,
|
| 51 |
+
0.9107142686843872,
|
| 52 |
+
0.9375,
|
| 53 |
+
0.20357142388820648,
|
| 54 |
+
0.26357144117355347,
|
| 55 |
+
0.375,
|
| 56 |
+
1.0
|
| 57 |
+
],
|
| 58 |
+
"mask": [
|
| 59 |
+
true,
|
| 60 |
+
true,
|
| 61 |
+
true,
|
| 62 |
+
true,
|
| 63 |
+
true,
|
| 64 |
+
true,
|
| 65 |
+
false
|
| 66 |
+
]
|
| 67 |
+
},
|
| 68 |
+
"state": {
|
| 69 |
+
"mean": [
|
| 70 |
+
-0.09923473745584488,
|
| 71 |
+
0.013597904704511166,
|
| 72 |
+
1.0694637298583984,
|
| 73 |
+
2.82898211479187,
|
| 74 |
+
0.30799180269241333,
|
| 75 |
+
-0.274286687374115,
|
| 76 |
+
0.028092455118894577,
|
| 77 |
+
-0.027339335530996323
|
| 78 |
+
],
|
| 79 |
+
"std": [
|
| 80 |
+
0.11653962731361389,
|
| 81 |
+
0.11478105187416077,
|
| 82 |
+
0.10487838834524128,
|
| 83 |
+
0.5570293664932251,
|
| 84 |
+
0.7221656441688538,
|
| 85 |
+
0.36479514837265015,
|
| 86 |
+
0.01507475133985281,
|
| 87 |
+
0.014990941621363163
|
| 88 |
+
],
|
| 89 |
+
"max": [
|
| 90 |
+
0.13579000532627106,
|
| 91 |
+
0.33316105604171753,
|
| 92 |
+
1.3660105466842651,
|
| 93 |
+
3.473310708999634,
|
| 94 |
+
2.6688623428344727,
|
| 95 |
+
0.8255361318588257,
|
| 96 |
+
0.04233968257904053,
|
| 97 |
+
0.0010111660230904818
|
| 98 |
+
],
|
| 99 |
+
"min": [
|
| 100 |
+
-0.46141114830970764,
|
| 101 |
+
-0.30129560828208923,
|
| 102 |
+
0.9083037972450256,
|
| 103 |
+
0.35277295112609863,
|
| 104 |
+
-1.4858465194702148,
|
| 105 |
+
-1.5227035284042358,
|
| 106 |
+
-0.0013586411951109767,
|
| 107 |
+
-0.042040832340717316
|
| 108 |
+
],
|
| 109 |
+
"q01": [
|
| 110 |
+
-0.42401049643754957,
|
| 111 |
+
-0.27338370531797407,
|
| 112 |
+
0.911226047873497,
|
| 113 |
+
1.3085840785503386,
|
| 114 |
+
-0.691297555565834,
|
| 115 |
+
-1.130668159723282,
|
| 116 |
+
0.0016738151130266487,
|
| 117 |
+
-0.040336399003863335
|
| 118 |
+
],
|
| 119 |
+
"q99": [
|
| 120 |
+
0.08990443304181095,
|
| 121 |
+
0.26473945528268716,
|
| 122 |
+
1.2910678112506866,
|
| 123 |
+
3.2425890421867365,
|
| 124 |
+
2.3376442337036116,
|
| 125 |
+
0.4659483411908149,
|
| 126 |
+
0.040610933862626555,
|
| 127 |
+
-0.0015016929572448147
|
| 128 |
+
]
|
| 129 |
+
},
|
| 130 |
+
"num_transitions": 51851,
|
| 131 |
+
"num_trajectories": 428
|
| 132 |
+
}
|
| 133 |
+
}
|
libero_goal_2B_mee1e1/starvla_qwen_dual/final_model/pytorch_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7c326801ac5f8e94fff3d1733dc5685f757352c48dc563105f1dac1710af3ce
|
| 3 |
+
size 6046934193
|
libero_goal_2B_mee1e1/starvla_qwen_dual/libero_eval_libero_goal.log
ADDED
|
@@ -0,0 +1,2521 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Task suite: libero_goal
|
| 2 |
+
|
| 3 |
+
Task: open the middle drawer of the cabinet
|
| 4 |
+
Success: True
|
| 5 |
+
# episodes completed so far: 1
|
| 6 |
+
# successes: 1 (100.0%)
|
| 7 |
+
|
| 8 |
+
Task: open the middle drawer of the cabinet
|
| 9 |
+
Success: True
|
| 10 |
+
# episodes completed so far: 2
|
| 11 |
+
# successes: 2 (100.0%)
|
| 12 |
+
|
| 13 |
+
Task: open the middle drawer of the cabinet
|
| 14 |
+
Success: True
|
| 15 |
+
# episodes completed so far: 3
|
| 16 |
+
# successes: 3 (100.0%)
|
| 17 |
+
|
| 18 |
+
Task: open the middle drawer of the cabinet
|
| 19 |
+
Success: True
|
| 20 |
+
# episodes completed so far: 4
|
| 21 |
+
# successes: 4 (100.0%)
|
| 22 |
+
|
| 23 |
+
Task: open the middle drawer of the cabinet
|
| 24 |
+
Success: True
|
| 25 |
+
# episodes completed so far: 5
|
| 26 |
+
# successes: 5 (100.0%)
|
| 27 |
+
|
| 28 |
+
Task: open the middle drawer of the cabinet
|
| 29 |
+
Success: True
|
| 30 |
+
# episodes completed so far: 6
|
| 31 |
+
# successes: 6 (100.0%)
|
| 32 |
+
|
| 33 |
+
Task: open the middle drawer of the cabinet
|
| 34 |
+
Success: True
|
| 35 |
+
# episodes completed so far: 7
|
| 36 |
+
# successes: 7 (100.0%)
|
| 37 |
+
|
| 38 |
+
Task: open the middle drawer of the cabinet
|
| 39 |
+
Success: True
|
| 40 |
+
# episodes completed so far: 8
|
| 41 |
+
# successes: 8 (100.0%)
|
| 42 |
+
|
| 43 |
+
Task: open the middle drawer of the cabinet
|
| 44 |
+
Success: True
|
| 45 |
+
# episodes completed so far: 9
|
| 46 |
+
# successes: 9 (100.0%)
|
| 47 |
+
|
| 48 |
+
Task: open the middle drawer of the cabinet
|
| 49 |
+
Success: True
|
| 50 |
+
# episodes completed so far: 10
|
| 51 |
+
# successes: 10 (100.0%)
|
| 52 |
+
|
| 53 |
+
Task: open the middle drawer of the cabinet
|
| 54 |
+
Success: True
|
| 55 |
+
# episodes completed so far: 11
|
| 56 |
+
# successes: 11 (100.0%)
|
| 57 |
+
|
| 58 |
+
Task: open the middle drawer of the cabinet
|
| 59 |
+
Success: True
|
| 60 |
+
# episodes completed so far: 12
|
| 61 |
+
# successes: 12 (100.0%)
|
| 62 |
+
|
| 63 |
+
Task: open the middle drawer of the cabinet
|
| 64 |
+
Success: True
|
| 65 |
+
# episodes completed so far: 13
|
| 66 |
+
# successes: 13 (100.0%)
|
| 67 |
+
|
| 68 |
+
Task: open the middle drawer of the cabinet
|
| 69 |
+
Success: True
|
| 70 |
+
# episodes completed so far: 14
|
| 71 |
+
# successes: 14 (100.0%)
|
| 72 |
+
|
| 73 |
+
Task: open the middle drawer of the cabinet
|
| 74 |
+
Success: True
|
| 75 |
+
# episodes completed so far: 15
|
| 76 |
+
# successes: 15 (100.0%)
|
| 77 |
+
|
| 78 |
+
Task: open the middle drawer of the cabinet
|
| 79 |
+
Success: True
|
| 80 |
+
# episodes completed so far: 16
|
| 81 |
+
# successes: 16 (100.0%)
|
| 82 |
+
|
| 83 |
+
Task: open the middle drawer of the cabinet
|
| 84 |
+
Success: True
|
| 85 |
+
# episodes completed so far: 17
|
| 86 |
+
# successes: 17 (100.0%)
|
| 87 |
+
|
| 88 |
+
Task: open the middle drawer of the cabinet
|
| 89 |
+
Success: True
|
| 90 |
+
# episodes completed so far: 18
|
| 91 |
+
# successes: 18 (100.0%)
|
| 92 |
+
|
| 93 |
+
Task: open the middle drawer of the cabinet
|
| 94 |
+
Success: True
|
| 95 |
+
# episodes completed so far: 19
|
| 96 |
+
# successes: 19 (100.0%)
|
| 97 |
+
|
| 98 |
+
Task: open the middle drawer of the cabinet
|
| 99 |
+
Success: True
|
| 100 |
+
# episodes completed so far: 20
|
| 101 |
+
# successes: 20 (100.0%)
|
| 102 |
+
|
| 103 |
+
Task: open the middle drawer of the cabinet
|
| 104 |
+
Success: True
|
| 105 |
+
# episodes completed so far: 21
|
| 106 |
+
# successes: 21 (100.0%)
|
| 107 |
+
|
| 108 |
+
Task: open the middle drawer of the cabinet
|
| 109 |
+
Success: True
|
| 110 |
+
# episodes completed so far: 22
|
| 111 |
+
# successes: 22 (100.0%)
|
| 112 |
+
|
| 113 |
+
Task: open the middle drawer of the cabinet
|
| 114 |
+
Success: True
|
| 115 |
+
# episodes completed so far: 23
|
| 116 |
+
# successes: 23 (100.0%)
|
| 117 |
+
|
| 118 |
+
Task: open the middle drawer of the cabinet
|
| 119 |
+
Success: True
|
| 120 |
+
# episodes completed so far: 24
|
| 121 |
+
# successes: 24 (100.0%)
|
| 122 |
+
|
| 123 |
+
Task: open the middle drawer of the cabinet
|
| 124 |
+
Success: True
|
| 125 |
+
# episodes completed so far: 25
|
| 126 |
+
# successes: 25 (100.0%)
|
| 127 |
+
|
| 128 |
+
Task: open the middle drawer of the cabinet
|
| 129 |
+
Success: True
|
| 130 |
+
# episodes completed so far: 26
|
| 131 |
+
# successes: 26 (100.0%)
|
| 132 |
+
|
| 133 |
+
Task: open the middle drawer of the cabinet
|
| 134 |
+
Success: True
|
| 135 |
+
# episodes completed so far: 27
|
| 136 |
+
# successes: 27 (100.0%)
|
| 137 |
+
|
| 138 |
+
Task: open the middle drawer of the cabinet
|
| 139 |
+
Success: True
|
| 140 |
+
# episodes completed so far: 28
|
| 141 |
+
# successes: 28 (100.0%)
|
| 142 |
+
|
| 143 |
+
Task: open the middle drawer of the cabinet
|
| 144 |
+
Success: True
|
| 145 |
+
# episodes completed so far: 29
|
| 146 |
+
# successes: 29 (100.0%)
|
| 147 |
+
|
| 148 |
+
Task: open the middle drawer of the cabinet
|
| 149 |
+
Success: True
|
| 150 |
+
# episodes completed so far: 30
|
| 151 |
+
# successes: 30 (100.0%)
|
| 152 |
+
|
| 153 |
+
Task: open the middle drawer of the cabinet
|
| 154 |
+
Success: True
|
| 155 |
+
# episodes completed so far: 31
|
| 156 |
+
# successes: 31 (100.0%)
|
| 157 |
+
|
| 158 |
+
Task: open the middle drawer of the cabinet
|
| 159 |
+
Success: True
|
| 160 |
+
# episodes completed so far: 32
|
| 161 |
+
# successes: 32 (100.0%)
|
| 162 |
+
|
| 163 |
+
Task: open the middle drawer of the cabinet
|
| 164 |
+
Success: True
|
| 165 |
+
# episodes completed so far: 33
|
| 166 |
+
# successes: 33 (100.0%)
|
| 167 |
+
|
| 168 |
+
Task: open the middle drawer of the cabinet
|
| 169 |
+
Success: True
|
| 170 |
+
# episodes completed so far: 34
|
| 171 |
+
# successes: 34 (100.0%)
|
| 172 |
+
|
| 173 |
+
Task: open the middle drawer of the cabinet
|
| 174 |
+
Success: True
|
| 175 |
+
# episodes completed so far: 35
|
| 176 |
+
# successes: 35 (100.0%)
|
| 177 |
+
|
| 178 |
+
Task: open the middle drawer of the cabinet
|
| 179 |
+
Success: True
|
| 180 |
+
# episodes completed so far: 36
|
| 181 |
+
# successes: 36 (100.0%)
|
| 182 |
+
|
| 183 |
+
Task: open the middle drawer of the cabinet
|
| 184 |
+
Success: True
|
| 185 |
+
# episodes completed so far: 37
|
| 186 |
+
# successes: 37 (100.0%)
|
| 187 |
+
|
| 188 |
+
Task: open the middle drawer of the cabinet
|
| 189 |
+
Success: True
|
| 190 |
+
# episodes completed so far: 38
|
| 191 |
+
# successes: 38 (100.0%)
|
| 192 |
+
|
| 193 |
+
Task: open the middle drawer of the cabinet
|
| 194 |
+
Success: True
|
| 195 |
+
# episodes completed so far: 39
|
| 196 |
+
# successes: 39 (100.0%)
|
| 197 |
+
|
| 198 |
+
Task: open the middle drawer of the cabinet
|
| 199 |
+
Success: True
|
| 200 |
+
# episodes completed so far: 40
|
| 201 |
+
# successes: 40 (100.0%)
|
| 202 |
+
|
| 203 |
+
Task: open the middle drawer of the cabinet
|
| 204 |
+
Success: True
|
| 205 |
+
# episodes completed so far: 41
|
| 206 |
+
# successes: 41 (100.0%)
|
| 207 |
+
|
| 208 |
+
Task: open the middle drawer of the cabinet
|
| 209 |
+
Success: True
|
| 210 |
+
# episodes completed so far: 42
|
| 211 |
+
# successes: 42 (100.0%)
|
| 212 |
+
|
| 213 |
+
Task: open the middle drawer of the cabinet
|
| 214 |
+
Success: True
|
| 215 |
+
# episodes completed so far: 43
|
| 216 |
+
# successes: 43 (100.0%)
|
| 217 |
+
|
| 218 |
+
Task: open the middle drawer of the cabinet
|
| 219 |
+
Success: True
|
| 220 |
+
# episodes completed so far: 44
|
| 221 |
+
# successes: 44 (100.0%)
|
| 222 |
+
|
| 223 |
+
Task: open the middle drawer of the cabinet
|
| 224 |
+
Success: True
|
| 225 |
+
# episodes completed so far: 45
|
| 226 |
+
# successes: 45 (100.0%)
|
| 227 |
+
|
| 228 |
+
Task: open the middle drawer of the cabinet
|
| 229 |
+
Success: True
|
| 230 |
+
# episodes completed so far: 46
|
| 231 |
+
# successes: 46 (100.0%)
|
| 232 |
+
|
| 233 |
+
Task: open the middle drawer of the cabinet
|
| 234 |
+
Success: True
|
| 235 |
+
# episodes completed so far: 47
|
| 236 |
+
# successes: 47 (100.0%)
|
| 237 |
+
|
| 238 |
+
Task: open the middle drawer of the cabinet
|
| 239 |
+
Success: True
|
| 240 |
+
# episodes completed so far: 48
|
| 241 |
+
# successes: 48 (100.0%)
|
| 242 |
+
|
| 243 |
+
Task: open the middle drawer of the cabinet
|
| 244 |
+
Success: True
|
| 245 |
+
# episodes completed so far: 49
|
| 246 |
+
# successes: 49 (100.0%)
|
| 247 |
+
|
| 248 |
+
Task: open the middle drawer of the cabinet
|
| 249 |
+
Success: True
|
| 250 |
+
# episodes completed so far: 50
|
| 251 |
+
# successes: 50 (100.0%)
|
| 252 |
+
Current task success rate: 1.0
|
| 253 |
+
Current total success rate: 1.0
|
| 254 |
+
|
| 255 |
+
Task: put the bowl on the stove
|
| 256 |
+
Success: True
|
| 257 |
+
# episodes completed so far: 51
|
| 258 |
+
# successes: 51 (100.0%)
|
| 259 |
+
|
| 260 |
+
Task: put the bowl on the stove
|
| 261 |
+
Success: True
|
| 262 |
+
# episodes completed so far: 52
|
| 263 |
+
# successes: 52 (100.0%)
|
| 264 |
+
|
| 265 |
+
Task: put the bowl on the stove
|
| 266 |
+
Success: True
|
| 267 |
+
# episodes completed so far: 53
|
| 268 |
+
# successes: 53 (100.0%)
|
| 269 |
+
|
| 270 |
+
Task: put the bowl on the stove
|
| 271 |
+
Success: True
|
| 272 |
+
# episodes completed so far: 54
|
| 273 |
+
# successes: 54 (100.0%)
|
| 274 |
+
|
| 275 |
+
Task: put the bowl on the stove
|
| 276 |
+
Success: True
|
| 277 |
+
# episodes completed so far: 55
|
| 278 |
+
# successes: 55 (100.0%)
|
| 279 |
+
|
| 280 |
+
Task: put the bowl on the stove
|
| 281 |
+
Success: True
|
| 282 |
+
# episodes completed so far: 56
|
| 283 |
+
# successes: 56 (100.0%)
|
| 284 |
+
|
| 285 |
+
Task: put the bowl on the stove
|
| 286 |
+
Success: True
|
| 287 |
+
# episodes completed so far: 57
|
| 288 |
+
# successes: 57 (100.0%)
|
| 289 |
+
|
| 290 |
+
Task: put the bowl on the stove
|
| 291 |
+
Success: True
|
| 292 |
+
# episodes completed so far: 58
|
| 293 |
+
# successes: 58 (100.0%)
|
| 294 |
+
|
| 295 |
+
Task: put the bowl on the stove
|
| 296 |
+
Success: True
|
| 297 |
+
# episodes completed so far: 59
|
| 298 |
+
# successes: 59 (100.0%)
|
| 299 |
+
|
| 300 |
+
Task: put the bowl on the stove
|
| 301 |
+
Success: True
|
| 302 |
+
# episodes completed so far: 60
|
| 303 |
+
# successes: 60 (100.0%)
|
| 304 |
+
|
| 305 |
+
Task: put the bowl on the stove
|
| 306 |
+
Success: True
|
| 307 |
+
# episodes completed so far: 61
|
| 308 |
+
# successes: 61 (100.0%)
|
| 309 |
+
|
| 310 |
+
Task: put the bowl on the stove
|
| 311 |
+
Success: True
|
| 312 |
+
# episodes completed so far: 62
|
| 313 |
+
# successes: 62 (100.0%)
|
| 314 |
+
|
| 315 |
+
Task: put the bowl on the stove
|
| 316 |
+
Success: True
|
| 317 |
+
# episodes completed so far: 63
|
| 318 |
+
# successes: 63 (100.0%)
|
| 319 |
+
|
| 320 |
+
Task: put the bowl on the stove
|
| 321 |
+
Success: True
|
| 322 |
+
# episodes completed so far: 64
|
| 323 |
+
# successes: 64 (100.0%)
|
| 324 |
+
|
| 325 |
+
Task: put the bowl on the stove
|
| 326 |
+
Success: True
|
| 327 |
+
# episodes completed so far: 65
|
| 328 |
+
# successes: 65 (100.0%)
|
| 329 |
+
|
| 330 |
+
Task: put the bowl on the stove
|
| 331 |
+
Success: True
|
| 332 |
+
# episodes completed so far: 66
|
| 333 |
+
# successes: 66 (100.0%)
|
| 334 |
+
|
| 335 |
+
Task: put the bowl on the stove
|
| 336 |
+
Success: True
|
| 337 |
+
# episodes completed so far: 67
|
| 338 |
+
# successes: 67 (100.0%)
|
| 339 |
+
|
| 340 |
+
Task: put the bowl on the stove
|
| 341 |
+
Success: True
|
| 342 |
+
# episodes completed so far: 68
|
| 343 |
+
# successes: 68 (100.0%)
|
| 344 |
+
|
| 345 |
+
Task: put the bowl on the stove
|
| 346 |
+
Success: True
|
| 347 |
+
# episodes completed so far: 69
|
| 348 |
+
# successes: 69 (100.0%)
|
| 349 |
+
|
| 350 |
+
Task: put the bowl on the stove
|
| 351 |
+
Success: True
|
| 352 |
+
# episodes completed so far: 70
|
| 353 |
+
# successes: 70 (100.0%)
|
| 354 |
+
|
| 355 |
+
Task: put the bowl on the stove
|
| 356 |
+
Success: True
|
| 357 |
+
# episodes completed so far: 71
|
| 358 |
+
# successes: 71 (100.0%)
|
| 359 |
+
|
| 360 |
+
Task: put the bowl on the stove
|
| 361 |
+
Success: True
|
| 362 |
+
# episodes completed so far: 72
|
| 363 |
+
# successes: 72 (100.0%)
|
| 364 |
+
|
| 365 |
+
Task: put the bowl on the stove
|
| 366 |
+
Success: True
|
| 367 |
+
# episodes completed so far: 73
|
| 368 |
+
# successes: 73 (100.0%)
|
| 369 |
+
|
| 370 |
+
Task: put the bowl on the stove
|
| 371 |
+
Success: True
|
| 372 |
+
# episodes completed so far: 74
|
| 373 |
+
# successes: 74 (100.0%)
|
| 374 |
+
|
| 375 |
+
Task: put the bowl on the stove
|
| 376 |
+
Success: True
|
| 377 |
+
# episodes completed so far: 75
|
| 378 |
+
# successes: 75 (100.0%)
|
| 379 |
+
|
| 380 |
+
Task: put the bowl on the stove
|
| 381 |
+
Success: True
|
| 382 |
+
# episodes completed so far: 76
|
| 383 |
+
# successes: 76 (100.0%)
|
| 384 |
+
|
| 385 |
+
Task: put the bowl on the stove
|
| 386 |
+
Success: True
|
| 387 |
+
# episodes completed so far: 77
|
| 388 |
+
# successes: 77 (100.0%)
|
| 389 |
+
|
| 390 |
+
Task: put the bowl on the stove
|
| 391 |
+
Success: True
|
| 392 |
+
# episodes completed so far: 78
|
| 393 |
+
# successes: 78 (100.0%)
|
| 394 |
+
|
| 395 |
+
Task: put the bowl on the stove
|
| 396 |
+
Success: True
|
| 397 |
+
# episodes completed so far: 79
|
| 398 |
+
# successes: 79 (100.0%)
|
| 399 |
+
|
| 400 |
+
Task: put the bowl on the stove
|
| 401 |
+
Success: True
|
| 402 |
+
# episodes completed so far: 80
|
| 403 |
+
# successes: 80 (100.0%)
|
| 404 |
+
|
| 405 |
+
Task: put the bowl on the stove
|
| 406 |
+
Success: True
|
| 407 |
+
# episodes completed so far: 81
|
| 408 |
+
# successes: 81 (100.0%)
|
| 409 |
+
|
| 410 |
+
Task: put the bowl on the stove
|
| 411 |
+
Success: True
|
| 412 |
+
# episodes completed so far: 82
|
| 413 |
+
# successes: 82 (100.0%)
|
| 414 |
+
|
| 415 |
+
Task: put the bowl on the stove
|
| 416 |
+
Success: True
|
| 417 |
+
# episodes completed so far: 83
|
| 418 |
+
# successes: 83 (100.0%)
|
| 419 |
+
|
| 420 |
+
Task: put the bowl on the stove
|
| 421 |
+
Success: True
|
| 422 |
+
# episodes completed so far: 84
|
| 423 |
+
# successes: 84 (100.0%)
|
| 424 |
+
|
| 425 |
+
Task: put the bowl on the stove
|
| 426 |
+
Success: True
|
| 427 |
+
# episodes completed so far: 85
|
| 428 |
+
# successes: 85 (100.0%)
|
| 429 |
+
|
| 430 |
+
Task: put the bowl on the stove
|
| 431 |
+
Success: True
|
| 432 |
+
# episodes completed so far: 86
|
| 433 |
+
# successes: 86 (100.0%)
|
| 434 |
+
|
| 435 |
+
Task: put the bowl on the stove
|
| 436 |
+
Success: True
|
| 437 |
+
# episodes completed so far: 87
|
| 438 |
+
# successes: 87 (100.0%)
|
| 439 |
+
|
| 440 |
+
Task: put the bowl on the stove
|
| 441 |
+
Success: True
|
| 442 |
+
# episodes completed so far: 88
|
| 443 |
+
# successes: 88 (100.0%)
|
| 444 |
+
|
| 445 |
+
Task: put the bowl on the stove
|
| 446 |
+
Success: True
|
| 447 |
+
# episodes completed so far: 89
|
| 448 |
+
# successes: 89 (100.0%)
|
| 449 |
+
|
| 450 |
+
Task: put the bowl on the stove
|
| 451 |
+
Success: True
|
| 452 |
+
# episodes completed so far: 90
|
| 453 |
+
# successes: 90 (100.0%)
|
| 454 |
+
|
| 455 |
+
Task: put the bowl on the stove
|
| 456 |
+
Success: True
|
| 457 |
+
# episodes completed so far: 91
|
| 458 |
+
# successes: 91 (100.0%)
|
| 459 |
+
|
| 460 |
+
Task: put the bowl on the stove
|
| 461 |
+
Success: True
|
| 462 |
+
# episodes completed so far: 92
|
| 463 |
+
# successes: 92 (100.0%)
|
| 464 |
+
|
| 465 |
+
Task: put the bowl on the stove
|
| 466 |
+
Success: True
|
| 467 |
+
# episodes completed so far: 93
|
| 468 |
+
# successes: 93 (100.0%)
|
| 469 |
+
|
| 470 |
+
Task: put the bowl on the stove
|
| 471 |
+
Success: True
|
| 472 |
+
# episodes completed so far: 94
|
| 473 |
+
# successes: 94 (100.0%)
|
| 474 |
+
|
| 475 |
+
Task: put the bowl on the stove
|
| 476 |
+
Success: True
|
| 477 |
+
# episodes completed so far: 95
|
| 478 |
+
# successes: 95 (100.0%)
|
| 479 |
+
|
| 480 |
+
Task: put the bowl on the stove
|
| 481 |
+
Success: True
|
| 482 |
+
# episodes completed so far: 96
|
| 483 |
+
# successes: 96 (100.0%)
|
| 484 |
+
|
| 485 |
+
Task: put the bowl on the stove
|
| 486 |
+
Success: True
|
| 487 |
+
# episodes completed so far: 97
|
| 488 |
+
# successes: 97 (100.0%)
|
| 489 |
+
|
| 490 |
+
Task: put the bowl on the stove
|
| 491 |
+
Success: True
|
| 492 |
+
# episodes completed so far: 98
|
| 493 |
+
# successes: 98 (100.0%)
|
| 494 |
+
|
| 495 |
+
Task: put the bowl on the stove
|
| 496 |
+
Success: True
|
| 497 |
+
# episodes completed so far: 99
|
| 498 |
+
# successes: 99 (100.0%)
|
| 499 |
+
|
| 500 |
+
Task: put the bowl on the stove
|
| 501 |
+
Success: True
|
| 502 |
+
# episodes completed so far: 100
|
| 503 |
+
# successes: 100 (100.0%)
|
| 504 |
+
Current task success rate: 1.0
|
| 505 |
+
Current total success rate: 1.0
|
| 506 |
+
|
| 507 |
+
Task: put the wine bottle on top of the cabinet
|
| 508 |
+
Success: True
|
| 509 |
+
# episodes completed so far: 101
|
| 510 |
+
# successes: 101 (100.0%)
|
| 511 |
+
|
| 512 |
+
Task: put the wine bottle on top of the cabinet
|
| 513 |
+
Success: True
|
| 514 |
+
# episodes completed so far: 102
|
| 515 |
+
# successes: 102 (100.0%)
|
| 516 |
+
|
| 517 |
+
Task: put the wine bottle on top of the cabinet
|
| 518 |
+
Success: True
|
| 519 |
+
# episodes completed so far: 103
|
| 520 |
+
# successes: 103 (100.0%)
|
| 521 |
+
|
| 522 |
+
Task: put the wine bottle on top of the cabinet
|
| 523 |
+
Success: True
|
| 524 |
+
# episodes completed so far: 104
|
| 525 |
+
# successes: 104 (100.0%)
|
| 526 |
+
|
| 527 |
+
Task: put the wine bottle on top of the cabinet
|
| 528 |
+
Success: True
|
| 529 |
+
# episodes completed so far: 105
|
| 530 |
+
# successes: 105 (100.0%)
|
| 531 |
+
|
| 532 |
+
Task: put the wine bottle on top of the cabinet
|
| 533 |
+
Success: True
|
| 534 |
+
# episodes completed so far: 106
|
| 535 |
+
# successes: 106 (100.0%)
|
| 536 |
+
|
| 537 |
+
Task: put the wine bottle on top of the cabinet
|
| 538 |
+
Success: True
|
| 539 |
+
# episodes completed so far: 107
|
| 540 |
+
# successes: 107 (100.0%)
|
| 541 |
+
|
| 542 |
+
Task: put the wine bottle on top of the cabinet
|
| 543 |
+
Success: True
|
| 544 |
+
# episodes completed so far: 108
|
| 545 |
+
# successes: 108 (100.0%)
|
| 546 |
+
|
| 547 |
+
Task: put the wine bottle on top of the cabinet
|
| 548 |
+
Success: True
|
| 549 |
+
# episodes completed so far: 109
|
| 550 |
+
# successes: 109 (100.0%)
|
| 551 |
+
|
| 552 |
+
Task: put the wine bottle on top of the cabinet
|
| 553 |
+
Success: False
|
| 554 |
+
# episodes completed so far: 110
|
| 555 |
+
# successes: 109 (99.1%)
|
| 556 |
+
|
| 557 |
+
Task: put the wine bottle on top of the cabinet
|
| 558 |
+
Success: True
|
| 559 |
+
# episodes completed so far: 111
|
| 560 |
+
# successes: 110 (99.1%)
|
| 561 |
+
|
| 562 |
+
Task: put the wine bottle on top of the cabinet
|
| 563 |
+
Success: True
|
| 564 |
+
# episodes completed so far: 112
|
| 565 |
+
# successes: 111 (99.1%)
|
| 566 |
+
|
| 567 |
+
Task: put the wine bottle on top of the cabinet
|
| 568 |
+
Success: True
|
| 569 |
+
# episodes completed so far: 113
|
| 570 |
+
# successes: 112 (99.1%)
|
| 571 |
+
|
| 572 |
+
Task: put the wine bottle on top of the cabinet
|
| 573 |
+
Success: True
|
| 574 |
+
# episodes completed so far: 114
|
| 575 |
+
# successes: 113 (99.1%)
|
| 576 |
+
|
| 577 |
+
Task: put the wine bottle on top of the cabinet
|
| 578 |
+
Success: True
|
| 579 |
+
# episodes completed so far: 115
|
| 580 |
+
# successes: 114 (99.1%)
|
| 581 |
+
|
| 582 |
+
Task: put the wine bottle on top of the cabinet
|
| 583 |
+
Success: True
|
| 584 |
+
# episodes completed so far: 116
|
| 585 |
+
# successes: 115 (99.1%)
|
| 586 |
+
|
| 587 |
+
Task: put the wine bottle on top of the cabinet
|
| 588 |
+
Success: True
|
| 589 |
+
# episodes completed so far: 117
|
| 590 |
+
# successes: 116 (99.1%)
|
| 591 |
+
|
| 592 |
+
Task: put the wine bottle on top of the cabinet
|
| 593 |
+
Success: True
|
| 594 |
+
# episodes completed so far: 118
|
| 595 |
+
# successes: 117 (99.2%)
|
| 596 |
+
|
| 597 |
+
Task: put the wine bottle on top of the cabinet
|
| 598 |
+
Success: False
|
| 599 |
+
# episodes completed so far: 119
|
| 600 |
+
# successes: 117 (98.3%)
|
| 601 |
+
|
| 602 |
+
Task: put the wine bottle on top of the cabinet
|
| 603 |
+
Success: True
|
| 604 |
+
# episodes completed so far: 120
|
| 605 |
+
# successes: 118 (98.3%)
|
| 606 |
+
|
| 607 |
+
Task: put the wine bottle on top of the cabinet
|
| 608 |
+
Success: True
|
| 609 |
+
# episodes completed so far: 121
|
| 610 |
+
# successes: 119 (98.3%)
|
| 611 |
+
|
| 612 |
+
Task: put the wine bottle on top of the cabinet
|
| 613 |
+
Success: True
|
| 614 |
+
# episodes completed so far: 122
|
| 615 |
+
# successes: 120 (98.4%)
|
| 616 |
+
|
| 617 |
+
Task: put the wine bottle on top of the cabinet
|
| 618 |
+
Success: True
|
| 619 |
+
# episodes completed so far: 123
|
| 620 |
+
# successes: 121 (98.4%)
|
| 621 |
+
|
| 622 |
+
Task: put the wine bottle on top of the cabinet
|
| 623 |
+
Success: True
|
| 624 |
+
# episodes completed so far: 124
|
| 625 |
+
# successes: 122 (98.4%)
|
| 626 |
+
|
| 627 |
+
Task: put the wine bottle on top of the cabinet
|
| 628 |
+
Success: True
|
| 629 |
+
# episodes completed so far: 125
|
| 630 |
+
# successes: 123 (98.4%)
|
| 631 |
+
|
| 632 |
+
Task: put the wine bottle on top of the cabinet
|
| 633 |
+
Success: True
|
| 634 |
+
# episodes completed so far: 126
|
| 635 |
+
# successes: 124 (98.4%)
|
| 636 |
+
|
| 637 |
+
Task: put the wine bottle on top of the cabinet
|
| 638 |
+
Success: True
|
| 639 |
+
# episodes completed so far: 127
|
| 640 |
+
# successes: 125 (98.4%)
|
| 641 |
+
|
| 642 |
+
Task: put the wine bottle on top of the cabinet
|
| 643 |
+
Success: True
|
| 644 |
+
# episodes completed so far: 128
|
| 645 |
+
# successes: 126 (98.4%)
|
| 646 |
+
|
| 647 |
+
Task: put the wine bottle on top of the cabinet
|
| 648 |
+
Success: True
|
| 649 |
+
# episodes completed so far: 129
|
| 650 |
+
# successes: 127 (98.4%)
|
| 651 |
+
|
| 652 |
+
Task: put the wine bottle on top of the cabinet
|
| 653 |
+
Success: True
|
| 654 |
+
# episodes completed so far: 130
|
| 655 |
+
# successes: 128 (98.5%)
|
| 656 |
+
|
| 657 |
+
Task: put the wine bottle on top of the cabinet
|
| 658 |
+
Success: True
|
| 659 |
+
# episodes completed so far: 131
|
| 660 |
+
# successes: 129 (98.5%)
|
| 661 |
+
|
| 662 |
+
Task: put the wine bottle on top of the cabinet
|
| 663 |
+
Success: True
|
| 664 |
+
# episodes completed so far: 132
|
| 665 |
+
# successes: 130 (98.5%)
|
| 666 |
+
|
| 667 |
+
Task: put the wine bottle on top of the cabinet
|
| 668 |
+
Success: True
|
| 669 |
+
# episodes completed so far: 133
|
| 670 |
+
# successes: 131 (98.5%)
|
| 671 |
+
|
| 672 |
+
Task: put the wine bottle on top of the cabinet
|
| 673 |
+
Success: True
|
| 674 |
+
# episodes completed so far: 134
|
| 675 |
+
# successes: 132 (98.5%)
|
| 676 |
+
|
| 677 |
+
Task: put the wine bottle on top of the cabinet
|
| 678 |
+
Success: True
|
| 679 |
+
# episodes completed so far: 135
|
| 680 |
+
# successes: 133 (98.5%)
|
| 681 |
+
|
| 682 |
+
Task: put the wine bottle on top of the cabinet
|
| 683 |
+
Success: True
|
| 684 |
+
# episodes completed so far: 136
|
| 685 |
+
# successes: 134 (98.5%)
|
| 686 |
+
|
| 687 |
+
Task: put the wine bottle on top of the cabinet
|
| 688 |
+
Success: True
|
| 689 |
+
# episodes completed so far: 137
|
| 690 |
+
# successes: 135 (98.5%)
|
| 691 |
+
|
| 692 |
+
Task: put the wine bottle on top of the cabinet
|
| 693 |
+
Success: True
|
| 694 |
+
# episodes completed so far: 138
|
| 695 |
+
# successes: 136 (98.6%)
|
| 696 |
+
|
| 697 |
+
Task: put the wine bottle on top of the cabinet
|
| 698 |
+
Success: True
|
| 699 |
+
# episodes completed so far: 139
|
| 700 |
+
# successes: 137 (98.6%)
|
| 701 |
+
|
| 702 |
+
Task: put the wine bottle on top of the cabinet
|
| 703 |
+
Success: True
|
| 704 |
+
# episodes completed so far: 140
|
| 705 |
+
# successes: 138 (98.6%)
|
| 706 |
+
|
| 707 |
+
Task: put the wine bottle on top of the cabinet
|
| 708 |
+
Success: True
|
| 709 |
+
# episodes completed so far: 141
|
| 710 |
+
# successes: 139 (98.6%)
|
| 711 |
+
|
| 712 |
+
Task: put the wine bottle on top of the cabinet
|
| 713 |
+
Success: True
|
| 714 |
+
# episodes completed so far: 142
|
| 715 |
+
# successes: 140 (98.6%)
|
| 716 |
+
|
| 717 |
+
Task: put the wine bottle on top of the cabinet
|
| 718 |
+
Success: True
|
| 719 |
+
# episodes completed so far: 143
|
| 720 |
+
# successes: 141 (98.6%)
|
| 721 |
+
|
| 722 |
+
Task: put the wine bottle on top of the cabinet
|
| 723 |
+
Success: True
|
| 724 |
+
# episodes completed so far: 144
|
| 725 |
+
# successes: 142 (98.6%)
|
| 726 |
+
|
| 727 |
+
Task: put the wine bottle on top of the cabinet
|
| 728 |
+
Success: True
|
| 729 |
+
# episodes completed so far: 145
|
| 730 |
+
# successes: 143 (98.6%)
|
| 731 |
+
|
| 732 |
+
Task: put the wine bottle on top of the cabinet
|
| 733 |
+
Success: True
|
| 734 |
+
# episodes completed so far: 146
|
| 735 |
+
# successes: 144 (98.6%)
|
| 736 |
+
|
| 737 |
+
Task: put the wine bottle on top of the cabinet
|
| 738 |
+
Success: True
|
| 739 |
+
# episodes completed so far: 147
|
| 740 |
+
# successes: 145 (98.6%)
|
| 741 |
+
|
| 742 |
+
Task: put the wine bottle on top of the cabinet
|
| 743 |
+
Success: False
|
| 744 |
+
# episodes completed so far: 148
|
| 745 |
+
# successes: 145 (98.0%)
|
| 746 |
+
|
| 747 |
+
Task: put the wine bottle on top of the cabinet
|
| 748 |
+
Success: True
|
| 749 |
+
# episodes completed so far: 149
|
| 750 |
+
# successes: 146 (98.0%)
|
| 751 |
+
|
| 752 |
+
Task: put the wine bottle on top of the cabinet
|
| 753 |
+
Success: True
|
| 754 |
+
# episodes completed so far: 150
|
| 755 |
+
# successes: 147 (98.0%)
|
| 756 |
+
Current task success rate: 0.94
|
| 757 |
+
Current total success rate: 0.98
|
| 758 |
+
|
| 759 |
+
Task: open the top drawer and put the bowl inside
|
| 760 |
+
Success: True
|
| 761 |
+
# episodes completed so far: 151
|
| 762 |
+
# successes: 148 (98.0%)
|
| 763 |
+
|
| 764 |
+
Task: open the top drawer and put the bowl inside
|
| 765 |
+
Success: True
|
| 766 |
+
# episodes completed so far: 152
|
| 767 |
+
# successes: 149 (98.0%)
|
| 768 |
+
|
| 769 |
+
Task: open the top drawer and put the bowl inside
|
| 770 |
+
Success: True
|
| 771 |
+
# episodes completed so far: 153
|
| 772 |
+
# successes: 150 (98.0%)
|
| 773 |
+
|
| 774 |
+
Task: open the top drawer and put the bowl inside
|
| 775 |
+
Success: True
|
| 776 |
+
# episodes completed so far: 154
|
| 777 |
+
# successes: 151 (98.1%)
|
| 778 |
+
|
| 779 |
+
Task: open the top drawer and put the bowl inside
|
| 780 |
+
Success: True
|
| 781 |
+
# episodes completed so far: 155
|
| 782 |
+
# successes: 152 (98.1%)
|
| 783 |
+
|
| 784 |
+
Task: open the top drawer and put the bowl inside
|
| 785 |
+
Success: True
|
| 786 |
+
# episodes completed so far: 156
|
| 787 |
+
# successes: 153 (98.1%)
|
| 788 |
+
|
| 789 |
+
Task: open the top drawer and put the bowl inside
|
| 790 |
+
Success: True
|
| 791 |
+
# episodes completed so far: 157
|
| 792 |
+
# successes: 154 (98.1%)
|
| 793 |
+
|
| 794 |
+
Task: open the top drawer and put the bowl inside
|
| 795 |
+
Success: True
|
| 796 |
+
# episodes completed so far: 158
|
| 797 |
+
# successes: 155 (98.1%)
|
| 798 |
+
|
| 799 |
+
Task: open the top drawer and put the bowl inside
|
| 800 |
+
Success: True
|
| 801 |
+
# episodes completed so far: 159
|
| 802 |
+
# successes: 156 (98.1%)
|
| 803 |
+
|
| 804 |
+
Task: open the top drawer and put the bowl inside
|
| 805 |
+
Success: True
|
| 806 |
+
# episodes completed so far: 160
|
| 807 |
+
# successes: 157 (98.1%)
|
| 808 |
+
|
| 809 |
+
Task: open the top drawer and put the bowl inside
|
| 810 |
+
Success: False
|
| 811 |
+
# episodes completed so far: 161
|
| 812 |
+
# successes: 157 (97.5%)
|
| 813 |
+
|
| 814 |
+
Task: open the top drawer and put the bowl inside
|
| 815 |
+
Success: True
|
| 816 |
+
# episodes completed so far: 162
|
| 817 |
+
# successes: 158 (97.5%)
|
| 818 |
+
|
| 819 |
+
Task: open the top drawer and put the bowl inside
|
| 820 |
+
Success: True
|
| 821 |
+
# episodes completed so far: 163
|
| 822 |
+
# successes: 159 (97.5%)
|
| 823 |
+
|
| 824 |
+
Task: open the top drawer and put the bowl inside
|
| 825 |
+
Success: True
|
| 826 |
+
# episodes completed so far: 164
|
| 827 |
+
# successes: 160 (97.6%)
|
| 828 |
+
|
| 829 |
+
Task: open the top drawer and put the bowl inside
|
| 830 |
+
Success: True
|
| 831 |
+
# episodes completed so far: 165
|
| 832 |
+
# successes: 161 (97.6%)
|
| 833 |
+
|
| 834 |
+
Task: open the top drawer and put the bowl inside
|
| 835 |
+
Success: True
|
| 836 |
+
# episodes completed so far: 166
|
| 837 |
+
# successes: 162 (97.6%)
|
| 838 |
+
|
| 839 |
+
Task: open the top drawer and put the bowl inside
|
| 840 |
+
Success: True
|
| 841 |
+
# episodes completed so far: 167
|
| 842 |
+
# successes: 163 (97.6%)
|
| 843 |
+
|
| 844 |
+
Task: open the top drawer and put the bowl inside
|
| 845 |
+
Success: True
|
| 846 |
+
# episodes completed so far: 168
|
| 847 |
+
# successes: 164 (97.6%)
|
| 848 |
+
|
| 849 |
+
Task: open the top drawer and put the bowl inside
|
| 850 |
+
Success: False
|
| 851 |
+
# episodes completed so far: 169
|
| 852 |
+
# successes: 164 (97.0%)
|
| 853 |
+
|
| 854 |
+
Task: open the top drawer and put the bowl inside
|
| 855 |
+
Success: True
|
| 856 |
+
# episodes completed so far: 170
|
| 857 |
+
# successes: 165 (97.1%)
|
| 858 |
+
|
| 859 |
+
Task: open the top drawer and put the bowl inside
|
| 860 |
+
Success: True
|
| 861 |
+
# episodes completed so far: 171
|
| 862 |
+
# successes: 166 (97.1%)
|
| 863 |
+
|
| 864 |
+
Task: open the top drawer and put the bowl inside
|
| 865 |
+
Success: True
|
| 866 |
+
# episodes completed so far: 172
|
| 867 |
+
# successes: 167 (97.1%)
|
| 868 |
+
|
| 869 |
+
Task: open the top drawer and put the bowl inside
|
| 870 |
+
Success: True
|
| 871 |
+
# episodes completed so far: 173
|
| 872 |
+
# successes: 168 (97.1%)
|
| 873 |
+
|
| 874 |
+
Task: open the top drawer and put the bowl inside
|
| 875 |
+
Success: True
|
| 876 |
+
# episodes completed so far: 174
|
| 877 |
+
# successes: 169 (97.1%)
|
| 878 |
+
|
| 879 |
+
Task: open the top drawer and put the bowl inside
|
| 880 |
+
Success: True
|
| 881 |
+
# episodes completed so far: 175
|
| 882 |
+
# successes: 170 (97.1%)
|
| 883 |
+
|
| 884 |
+
Task: open the top drawer and put the bowl inside
|
| 885 |
+
Success: True
|
| 886 |
+
# episodes completed so far: 176
|
| 887 |
+
# successes: 171 (97.2%)
|
| 888 |
+
|
| 889 |
+
Task: open the top drawer and put the bowl inside
|
| 890 |
+
Success: True
|
| 891 |
+
# episodes completed so far: 177
|
| 892 |
+
# successes: 172 (97.2%)
|
| 893 |
+
|
| 894 |
+
Task: open the top drawer and put the bowl inside
|
| 895 |
+
Success: True
|
| 896 |
+
# episodes completed so far: 178
|
| 897 |
+
# successes: 173 (97.2%)
|
| 898 |
+
|
| 899 |
+
Task: open the top drawer and put the bowl inside
|
| 900 |
+
Success: True
|
| 901 |
+
# episodes completed so far: 179
|
| 902 |
+
# successes: 174 (97.2%)
|
| 903 |
+
|
| 904 |
+
Task: open the top drawer and put the bowl inside
|
| 905 |
+
Success: True
|
| 906 |
+
# episodes completed so far: 180
|
| 907 |
+
# successes: 175 (97.2%)
|
| 908 |
+
|
| 909 |
+
Task: open the top drawer and put the bowl inside
|
| 910 |
+
Success: True
|
| 911 |
+
# episodes completed so far: 181
|
| 912 |
+
# successes: 176 (97.2%)
|
| 913 |
+
|
| 914 |
+
Task: open the top drawer and put the bowl inside
|
| 915 |
+
Success: True
|
| 916 |
+
# episodes completed so far: 182
|
| 917 |
+
# successes: 177 (97.3%)
|
| 918 |
+
|
| 919 |
+
Task: open the top drawer and put the bowl inside
|
| 920 |
+
Success: True
|
| 921 |
+
# episodes completed so far: 183
|
| 922 |
+
# successes: 178 (97.3%)
|
| 923 |
+
|
| 924 |
+
Task: open the top drawer and put the bowl inside
|
| 925 |
+
Success: True
|
| 926 |
+
# episodes completed so far: 184
|
| 927 |
+
# successes: 179 (97.3%)
|
| 928 |
+
|
| 929 |
+
Task: open the top drawer and put the bowl inside
|
| 930 |
+
Success: True
|
| 931 |
+
# episodes completed so far: 185
|
| 932 |
+
# successes: 180 (97.3%)
|
| 933 |
+
|
| 934 |
+
Task: open the top drawer and put the bowl inside
|
| 935 |
+
Success: False
|
| 936 |
+
# episodes completed so far: 186
|
| 937 |
+
# successes: 180 (96.8%)
|
| 938 |
+
|
| 939 |
+
Task: open the top drawer and put the bowl inside
|
| 940 |
+
Success: True
|
| 941 |
+
# episodes completed so far: 187
|
| 942 |
+
# successes: 181 (96.8%)
|
| 943 |
+
|
| 944 |
+
Task: open the top drawer and put the bowl inside
|
| 945 |
+
Success: True
|
| 946 |
+
# episodes completed so far: 188
|
| 947 |
+
# successes: 182 (96.8%)
|
| 948 |
+
|
| 949 |
+
Task: open the top drawer and put the bowl inside
|
| 950 |
+
Success: True
|
| 951 |
+
# episodes completed so far: 189
|
| 952 |
+
# successes: 183 (96.8%)
|
| 953 |
+
|
| 954 |
+
Task: open the top drawer and put the bowl inside
|
| 955 |
+
Success: True
|
| 956 |
+
# episodes completed so far: 190
|
| 957 |
+
# successes: 184 (96.8%)
|
| 958 |
+
|
| 959 |
+
Task: open the top drawer and put the bowl inside
|
| 960 |
+
Success: False
|
| 961 |
+
# episodes completed so far: 191
|
| 962 |
+
# successes: 184 (96.3%)
|
| 963 |
+
|
| 964 |
+
Task: open the top drawer and put the bowl inside
|
| 965 |
+
Success: True
|
| 966 |
+
# episodes completed so far: 192
|
| 967 |
+
# successes: 185 (96.4%)
|
| 968 |
+
|
| 969 |
+
Task: open the top drawer and put the bowl inside
|
| 970 |
+
Success: True
|
| 971 |
+
# episodes completed so far: 193
|
| 972 |
+
# successes: 186 (96.4%)
|
| 973 |
+
|
| 974 |
+
Task: open the top drawer and put the bowl inside
|
| 975 |
+
Success: True
|
| 976 |
+
# episodes completed so far: 194
|
| 977 |
+
# successes: 187 (96.4%)
|
| 978 |
+
|
| 979 |
+
Task: open the top drawer and put the bowl inside
|
| 980 |
+
Success: True
|
| 981 |
+
# episodes completed so far: 195
|
| 982 |
+
# successes: 188 (96.4%)
|
| 983 |
+
|
| 984 |
+
Task: open the top drawer and put the bowl inside
|
| 985 |
+
Success: True
|
| 986 |
+
# episodes completed so far: 196
|
| 987 |
+
# successes: 189 (96.4%)
|
| 988 |
+
|
| 989 |
+
Task: open the top drawer and put the bowl inside
|
| 990 |
+
Success: True
|
| 991 |
+
# episodes completed so far: 197
|
| 992 |
+
# successes: 190 (96.4%)
|
| 993 |
+
|
| 994 |
+
Task: open the top drawer and put the bowl inside
|
| 995 |
+
Success: True
|
| 996 |
+
# episodes completed so far: 198
|
| 997 |
+
# successes: 191 (96.5%)
|
| 998 |
+
|
| 999 |
+
Task: open the top drawer and put the bowl inside
|
| 1000 |
+
Success: False
|
| 1001 |
+
# episodes completed so far: 199
|
| 1002 |
+
# successes: 191 (96.0%)
|
| 1003 |
+
|
| 1004 |
+
Task: open the top drawer and put the bowl inside
|
| 1005 |
+
Success: True
|
| 1006 |
+
# episodes completed so far: 200
|
| 1007 |
+
# successes: 192 (96.0%)
|
| 1008 |
+
Current task success rate: 0.9
|
| 1009 |
+
Current total success rate: 0.96
|
| 1010 |
+
|
| 1011 |
+
Task: put the bowl on top of the cabinet
|
| 1012 |
+
Success: True
|
| 1013 |
+
# episodes completed so far: 201
|
| 1014 |
+
# successes: 193 (96.0%)
|
| 1015 |
+
|
| 1016 |
+
Task: put the bowl on top of the cabinet
|
| 1017 |
+
Success: True
|
| 1018 |
+
# episodes completed so far: 202
|
| 1019 |
+
# successes: 194 (96.0%)
|
| 1020 |
+
|
| 1021 |
+
Task: put the bowl on top of the cabinet
|
| 1022 |
+
Success: True
|
| 1023 |
+
# episodes completed so far: 203
|
| 1024 |
+
# successes: 195 (96.1%)
|
| 1025 |
+
|
| 1026 |
+
Task: put the bowl on top of the cabinet
|
| 1027 |
+
Success: True
|
| 1028 |
+
# episodes completed so far: 204
|
| 1029 |
+
# successes: 196 (96.1%)
|
| 1030 |
+
|
| 1031 |
+
Task: put the bowl on top of the cabinet
|
| 1032 |
+
Success: True
|
| 1033 |
+
# episodes completed so far: 205
|
| 1034 |
+
# successes: 197 (96.1%)
|
| 1035 |
+
|
| 1036 |
+
Task: put the bowl on top of the cabinet
|
| 1037 |
+
Success: True
|
| 1038 |
+
# episodes completed so far: 206
|
| 1039 |
+
# successes: 198 (96.1%)
|
| 1040 |
+
|
| 1041 |
+
Task: put the bowl on top of the cabinet
|
| 1042 |
+
Success: True
|
| 1043 |
+
# episodes completed so far: 207
|
| 1044 |
+
# successes: 199 (96.1%)
|
| 1045 |
+
|
| 1046 |
+
Task: put the bowl on top of the cabinet
|
| 1047 |
+
Success: True
|
| 1048 |
+
# episodes completed so far: 208
|
| 1049 |
+
# successes: 200 (96.2%)
|
| 1050 |
+
|
| 1051 |
+
Task: put the bowl on top of the cabinet
|
| 1052 |
+
Success: True
|
| 1053 |
+
# episodes completed so far: 209
|
| 1054 |
+
# successes: 201 (96.2%)
|
| 1055 |
+
|
| 1056 |
+
Task: put the bowl on top of the cabinet
|
| 1057 |
+
Success: True
|
| 1058 |
+
# episodes completed so far: 210
|
| 1059 |
+
# successes: 202 (96.2%)
|
| 1060 |
+
|
| 1061 |
+
Task: put the bowl on top of the cabinet
|
| 1062 |
+
Success: True
|
| 1063 |
+
# episodes completed so far: 211
|
| 1064 |
+
# successes: 203 (96.2%)
|
| 1065 |
+
|
| 1066 |
+
Task: put the bowl on top of the cabinet
|
| 1067 |
+
Success: True
|
| 1068 |
+
# episodes completed so far: 212
|
| 1069 |
+
# successes: 204 (96.2%)
|
| 1070 |
+
|
| 1071 |
+
Task: put the bowl on top of the cabinet
|
| 1072 |
+
Success: True
|
| 1073 |
+
# episodes completed so far: 213
|
| 1074 |
+
# successes: 205 (96.2%)
|
| 1075 |
+
|
| 1076 |
+
Task: put the bowl on top of the cabinet
|
| 1077 |
+
Success: True
|
| 1078 |
+
# episodes completed so far: 214
|
| 1079 |
+
# successes: 206 (96.3%)
|
| 1080 |
+
|
| 1081 |
+
Task: put the bowl on top of the cabinet
|
| 1082 |
+
Success: True
|
| 1083 |
+
# episodes completed so far: 215
|
| 1084 |
+
# successes: 207 (96.3%)
|
| 1085 |
+
|
| 1086 |
+
Task: put the bowl on top of the cabinet
|
| 1087 |
+
Success: True
|
| 1088 |
+
# episodes completed so far: 216
|
| 1089 |
+
# successes: 208 (96.3%)
|
| 1090 |
+
|
| 1091 |
+
Task: put the bowl on top of the cabinet
|
| 1092 |
+
Success: True
|
| 1093 |
+
# episodes completed so far: 217
|
| 1094 |
+
# successes: 209 (96.3%)
|
| 1095 |
+
|
| 1096 |
+
Task: put the bowl on top of the cabinet
|
| 1097 |
+
Success: True
|
| 1098 |
+
# episodes completed so far: 218
|
| 1099 |
+
# successes: 210 (96.3%)
|
| 1100 |
+
|
| 1101 |
+
Task: put the bowl on top of the cabinet
|
| 1102 |
+
Success: True
|
| 1103 |
+
# episodes completed so far: 219
|
| 1104 |
+
# successes: 211 (96.3%)
|
| 1105 |
+
|
| 1106 |
+
Task: put the bowl on top of the cabinet
|
| 1107 |
+
Success: True
|
| 1108 |
+
# episodes completed so far: 220
|
| 1109 |
+
# successes: 212 (96.4%)
|
| 1110 |
+
|
| 1111 |
+
Task: put the bowl on top of the cabinet
|
| 1112 |
+
Success: True
|
| 1113 |
+
# episodes completed so far: 221
|
| 1114 |
+
# successes: 213 (96.4%)
|
| 1115 |
+
|
| 1116 |
+
Task: put the bowl on top of the cabinet
|
| 1117 |
+
Success: True
|
| 1118 |
+
# episodes completed so far: 222
|
| 1119 |
+
# successes: 214 (96.4%)
|
| 1120 |
+
|
| 1121 |
+
Task: put the bowl on top of the cabinet
|
| 1122 |
+
Success: True
|
| 1123 |
+
# episodes completed so far: 223
|
| 1124 |
+
# successes: 215 (96.4%)
|
| 1125 |
+
|
| 1126 |
+
Task: put the bowl on top of the cabinet
|
| 1127 |
+
Success: True
|
| 1128 |
+
# episodes completed so far: 224
|
| 1129 |
+
# successes: 216 (96.4%)
|
| 1130 |
+
|
| 1131 |
+
Task: put the bowl on top of the cabinet
|
| 1132 |
+
Success: True
|
| 1133 |
+
# episodes completed so far: 225
|
| 1134 |
+
# successes: 217 (96.4%)
|
| 1135 |
+
|
| 1136 |
+
Task: put the bowl on top of the cabinet
|
| 1137 |
+
Success: True
|
| 1138 |
+
# episodes completed so far: 226
|
| 1139 |
+
# successes: 218 (96.5%)
|
| 1140 |
+
|
| 1141 |
+
Task: put the bowl on top of the cabinet
|
| 1142 |
+
Success: True
|
| 1143 |
+
# episodes completed so far: 227
|
| 1144 |
+
# successes: 219 (96.5%)
|
| 1145 |
+
|
| 1146 |
+
Task: put the bowl on top of the cabinet
|
| 1147 |
+
Success: True
|
| 1148 |
+
# episodes completed so far: 228
|
| 1149 |
+
# successes: 220 (96.5%)
|
| 1150 |
+
|
| 1151 |
+
Task: put the bowl on top of the cabinet
|
| 1152 |
+
Success: True
|
| 1153 |
+
# episodes completed so far: 229
|
| 1154 |
+
# successes: 221 (96.5%)
|
| 1155 |
+
|
| 1156 |
+
Task: put the bowl on top of the cabinet
|
| 1157 |
+
Success: True
|
| 1158 |
+
# episodes completed so far: 230
|
| 1159 |
+
# successes: 222 (96.5%)
|
| 1160 |
+
|
| 1161 |
+
Task: put the bowl on top of the cabinet
|
| 1162 |
+
Success: True
|
| 1163 |
+
# episodes completed so far: 231
|
| 1164 |
+
# successes: 223 (96.5%)
|
| 1165 |
+
|
| 1166 |
+
Task: put the bowl on top of the cabinet
|
| 1167 |
+
Success: True
|
| 1168 |
+
# episodes completed so far: 232
|
| 1169 |
+
# successes: 224 (96.6%)
|
| 1170 |
+
|
| 1171 |
+
Task: put the bowl on top of the cabinet
|
| 1172 |
+
Success: True
|
| 1173 |
+
# episodes completed so far: 233
|
| 1174 |
+
# successes: 225 (96.6%)
|
| 1175 |
+
|
| 1176 |
+
Task: put the bowl on top of the cabinet
|
| 1177 |
+
Success: True
|
| 1178 |
+
# episodes completed so far: 234
|
| 1179 |
+
# successes: 226 (96.6%)
|
| 1180 |
+
|
| 1181 |
+
Task: put the bowl on top of the cabinet
|
| 1182 |
+
Success: True
|
| 1183 |
+
# episodes completed so far: 235
|
| 1184 |
+
# successes: 227 (96.6%)
|
| 1185 |
+
|
| 1186 |
+
Task: put the bowl on top of the cabinet
|
| 1187 |
+
Success: True
|
| 1188 |
+
# episodes completed so far: 236
|
| 1189 |
+
# successes: 228 (96.6%)
|
| 1190 |
+
|
| 1191 |
+
Task: put the bowl on top of the cabinet
|
| 1192 |
+
Success: True
|
| 1193 |
+
# episodes completed so far: 237
|
| 1194 |
+
# successes: 229 (96.6%)
|
| 1195 |
+
|
| 1196 |
+
Task: put the bowl on top of the cabinet
|
| 1197 |
+
Success: True
|
| 1198 |
+
# episodes completed so far: 238
|
| 1199 |
+
# successes: 230 (96.6%)
|
| 1200 |
+
|
| 1201 |
+
Task: put the bowl on top of the cabinet
|
| 1202 |
+
Success: True
|
| 1203 |
+
# episodes completed so far: 239
|
| 1204 |
+
# successes: 231 (96.7%)
|
| 1205 |
+
|
| 1206 |
+
Task: put the bowl on top of the cabinet
|
| 1207 |
+
Success: True
|
| 1208 |
+
# episodes completed so far: 240
|
| 1209 |
+
# successes: 232 (96.7%)
|
| 1210 |
+
|
| 1211 |
+
Task: put the bowl on top of the cabinet
|
| 1212 |
+
Success: True
|
| 1213 |
+
# episodes completed so far: 241
|
| 1214 |
+
# successes: 233 (96.7%)
|
| 1215 |
+
|
| 1216 |
+
Task: put the bowl on top of the cabinet
|
| 1217 |
+
Success: True
|
| 1218 |
+
# episodes completed so far: 242
|
| 1219 |
+
# successes: 234 (96.7%)
|
| 1220 |
+
|
| 1221 |
+
Task: put the bowl on top of the cabinet
|
| 1222 |
+
Success: True
|
| 1223 |
+
# episodes completed so far: 243
|
| 1224 |
+
# successes: 235 (96.7%)
|
| 1225 |
+
|
| 1226 |
+
Task: put the bowl on top of the cabinet
|
| 1227 |
+
Success: True
|
| 1228 |
+
# episodes completed so far: 244
|
| 1229 |
+
# successes: 236 (96.7%)
|
| 1230 |
+
|
| 1231 |
+
Task: put the bowl on top of the cabinet
|
| 1232 |
+
Success: True
|
| 1233 |
+
# episodes completed so far: 245
|
| 1234 |
+
# successes: 237 (96.7%)
|
| 1235 |
+
|
| 1236 |
+
Task: put the bowl on top of the cabinet
|
| 1237 |
+
Success: True
|
| 1238 |
+
# episodes completed so far: 246
|
| 1239 |
+
# successes: 238 (96.7%)
|
| 1240 |
+
|
| 1241 |
+
Task: put the bowl on top of the cabinet
|
| 1242 |
+
Success: True
|
| 1243 |
+
# episodes completed so far: 247
|
| 1244 |
+
# successes: 239 (96.8%)
|
| 1245 |
+
|
| 1246 |
+
Task: put the bowl on top of the cabinet
|
| 1247 |
+
Success: True
|
| 1248 |
+
# episodes completed so far: 248
|
| 1249 |
+
# successes: 240 (96.8%)
|
| 1250 |
+
|
| 1251 |
+
Task: put the bowl on top of the cabinet
|
| 1252 |
+
Success: True
|
| 1253 |
+
# episodes completed so far: 249
|
| 1254 |
+
# successes: 241 (96.8%)
|
| 1255 |
+
|
| 1256 |
+
Task: put the bowl on top of the cabinet
|
| 1257 |
+
Success: True
|
| 1258 |
+
# episodes completed so far: 250
|
| 1259 |
+
# successes: 242 (96.8%)
|
| 1260 |
+
Current task success rate: 1.0
|
| 1261 |
+
Current total success rate: 0.968
|
| 1262 |
+
|
| 1263 |
+
Task: push the plate to the front of the stove
|
| 1264 |
+
Success: True
|
| 1265 |
+
# episodes completed so far: 251
|
| 1266 |
+
# successes: 243 (96.8%)
|
| 1267 |
+
|
| 1268 |
+
Task: push the plate to the front of the stove
|
| 1269 |
+
Success: True
|
| 1270 |
+
# episodes completed so far: 252
|
| 1271 |
+
# successes: 244 (96.8%)
|
| 1272 |
+
|
| 1273 |
+
Task: push the plate to the front of the stove
|
| 1274 |
+
Success: True
|
| 1275 |
+
# episodes completed so far: 253
|
| 1276 |
+
# successes: 245 (96.8%)
|
| 1277 |
+
|
| 1278 |
+
Task: push the plate to the front of the stove
|
| 1279 |
+
Success: True
|
| 1280 |
+
# episodes completed so far: 254
|
| 1281 |
+
# successes: 246 (96.9%)
|
| 1282 |
+
|
| 1283 |
+
Task: push the plate to the front of the stove
|
| 1284 |
+
Success: True
|
| 1285 |
+
# episodes completed so far: 255
|
| 1286 |
+
# successes: 247 (96.9%)
|
| 1287 |
+
|
| 1288 |
+
Task: push the plate to the front of the stove
|
| 1289 |
+
Success: True
|
| 1290 |
+
# episodes completed so far: 256
|
| 1291 |
+
# successes: 248 (96.9%)
|
| 1292 |
+
|
| 1293 |
+
Task: push the plate to the front of the stove
|
| 1294 |
+
Success: True
|
| 1295 |
+
# episodes completed so far: 257
|
| 1296 |
+
# successes: 249 (96.9%)
|
| 1297 |
+
|
| 1298 |
+
Task: push the plate to the front of the stove
|
| 1299 |
+
Success: True
|
| 1300 |
+
# episodes completed so far: 258
|
| 1301 |
+
# successes: 250 (96.9%)
|
| 1302 |
+
|
| 1303 |
+
Task: push the plate to the front of the stove
|
| 1304 |
+
Success: True
|
| 1305 |
+
# episodes completed so far: 259
|
| 1306 |
+
# successes: 251 (96.9%)
|
| 1307 |
+
|
| 1308 |
+
Task: push the plate to the front of the stove
|
| 1309 |
+
Success: True
|
| 1310 |
+
# episodes completed so far: 260
|
| 1311 |
+
# successes: 252 (96.9%)
|
| 1312 |
+
|
| 1313 |
+
Task: push the plate to the front of the stove
|
| 1314 |
+
Success: True
|
| 1315 |
+
# episodes completed so far: 261
|
| 1316 |
+
# successes: 253 (96.9%)
|
| 1317 |
+
|
| 1318 |
+
Task: push the plate to the front of the stove
|
| 1319 |
+
Success: True
|
| 1320 |
+
# episodes completed so far: 262
|
| 1321 |
+
# successes: 254 (96.9%)
|
| 1322 |
+
|
| 1323 |
+
Task: push the plate to the front of the stove
|
| 1324 |
+
Success: True
|
| 1325 |
+
# episodes completed so far: 263
|
| 1326 |
+
# successes: 255 (97.0%)
|
| 1327 |
+
|
| 1328 |
+
Task: push the plate to the front of the stove
|
| 1329 |
+
Success: True
|
| 1330 |
+
# episodes completed so far: 264
|
| 1331 |
+
# successes: 256 (97.0%)
|
| 1332 |
+
|
| 1333 |
+
Task: push the plate to the front of the stove
|
| 1334 |
+
Success: True
|
| 1335 |
+
# episodes completed so far: 265
|
| 1336 |
+
# successes: 257 (97.0%)
|
| 1337 |
+
|
| 1338 |
+
Task: push the plate to the front of the stove
|
| 1339 |
+
Success: True
|
| 1340 |
+
# episodes completed so far: 266
|
| 1341 |
+
# successes: 258 (97.0%)
|
| 1342 |
+
|
| 1343 |
+
Task: push the plate to the front of the stove
|
| 1344 |
+
Success: True
|
| 1345 |
+
# episodes completed so far: 267
|
| 1346 |
+
# successes: 259 (97.0%)
|
| 1347 |
+
|
| 1348 |
+
Task: push the plate to the front of the stove
|
| 1349 |
+
Success: True
|
| 1350 |
+
# episodes completed so far: 268
|
| 1351 |
+
# successes: 260 (97.0%)
|
| 1352 |
+
|
| 1353 |
+
Task: push the plate to the front of the stove
|
| 1354 |
+
Success: True
|
| 1355 |
+
# episodes completed so far: 269
|
| 1356 |
+
# successes: 261 (97.0%)
|
| 1357 |
+
|
| 1358 |
+
Task: push the plate to the front of the stove
|
| 1359 |
+
Success: True
|
| 1360 |
+
# episodes completed so far: 270
|
| 1361 |
+
# successes: 262 (97.0%)
|
| 1362 |
+
|
| 1363 |
+
Task: push the plate to the front of the stove
|
| 1364 |
+
Success: True
|
| 1365 |
+
# episodes completed so far: 271
|
| 1366 |
+
# successes: 263 (97.0%)
|
| 1367 |
+
|
| 1368 |
+
Task: push the plate to the front of the stove
|
| 1369 |
+
Success: True
|
| 1370 |
+
# episodes completed so far: 272
|
| 1371 |
+
# successes: 264 (97.1%)
|
| 1372 |
+
|
| 1373 |
+
Task: push the plate to the front of the stove
|
| 1374 |
+
Success: True
|
| 1375 |
+
# episodes completed so far: 273
|
| 1376 |
+
# successes: 265 (97.1%)
|
| 1377 |
+
|
| 1378 |
+
Task: push the plate to the front of the stove
|
| 1379 |
+
Success: True
|
| 1380 |
+
# episodes completed so far: 274
|
| 1381 |
+
# successes: 266 (97.1%)
|
| 1382 |
+
|
| 1383 |
+
Task: push the plate to the front of the stove
|
| 1384 |
+
Success: True
|
| 1385 |
+
# episodes completed so far: 275
|
| 1386 |
+
# successes: 267 (97.1%)
|
| 1387 |
+
|
| 1388 |
+
Task: push the plate to the front of the stove
|
| 1389 |
+
Success: True
|
| 1390 |
+
# episodes completed so far: 276
|
| 1391 |
+
# successes: 268 (97.1%)
|
| 1392 |
+
|
| 1393 |
+
Task: push the plate to the front of the stove
|
| 1394 |
+
Success: True
|
| 1395 |
+
# episodes completed so far: 277
|
| 1396 |
+
# successes: 269 (97.1%)
|
| 1397 |
+
|
| 1398 |
+
Task: push the plate to the front of the stove
|
| 1399 |
+
Success: True
|
| 1400 |
+
# episodes completed so far: 278
|
| 1401 |
+
# successes: 270 (97.1%)
|
| 1402 |
+
|
| 1403 |
+
Task: push the plate to the front of the stove
|
| 1404 |
+
Success: True
|
| 1405 |
+
# episodes completed so far: 279
|
| 1406 |
+
# successes: 271 (97.1%)
|
| 1407 |
+
|
| 1408 |
+
Task: push the plate to the front of the stove
|
| 1409 |
+
Success: True
|
| 1410 |
+
# episodes completed so far: 280
|
| 1411 |
+
# successes: 272 (97.1%)
|
| 1412 |
+
|
| 1413 |
+
Task: push the plate to the front of the stove
|
| 1414 |
+
Success: True
|
| 1415 |
+
# episodes completed so far: 281
|
| 1416 |
+
# successes: 273 (97.2%)
|
| 1417 |
+
|
| 1418 |
+
Task: push the plate to the front of the stove
|
| 1419 |
+
Success: True
|
| 1420 |
+
# episodes completed so far: 282
|
| 1421 |
+
# successes: 274 (97.2%)
|
| 1422 |
+
|
| 1423 |
+
Task: push the plate to the front of the stove
|
| 1424 |
+
Success: True
|
| 1425 |
+
# episodes completed so far: 283
|
| 1426 |
+
# successes: 275 (97.2%)
|
| 1427 |
+
|
| 1428 |
+
Task: push the plate to the front of the stove
|
| 1429 |
+
Success: True
|
| 1430 |
+
# episodes completed so far: 284
|
| 1431 |
+
# successes: 276 (97.2%)
|
| 1432 |
+
|
| 1433 |
+
Task: push the plate to the front of the stove
|
| 1434 |
+
Success: True
|
| 1435 |
+
# episodes completed so far: 285
|
| 1436 |
+
# successes: 277 (97.2%)
|
| 1437 |
+
|
| 1438 |
+
Task: push the plate to the front of the stove
|
| 1439 |
+
Success: True
|
| 1440 |
+
# episodes completed so far: 286
|
| 1441 |
+
# successes: 278 (97.2%)
|
| 1442 |
+
|
| 1443 |
+
Task: push the plate to the front of the stove
|
| 1444 |
+
Success: True
|
| 1445 |
+
# episodes completed so far: 287
|
| 1446 |
+
# successes: 279 (97.2%)
|
| 1447 |
+
|
| 1448 |
+
Task: push the plate to the front of the stove
|
| 1449 |
+
Success: True
|
| 1450 |
+
# episodes completed so far: 288
|
| 1451 |
+
# successes: 280 (97.2%)
|
| 1452 |
+
|
| 1453 |
+
Task: push the plate to the front of the stove
|
| 1454 |
+
Success: True
|
| 1455 |
+
# episodes completed so far: 289
|
| 1456 |
+
# successes: 281 (97.2%)
|
| 1457 |
+
|
| 1458 |
+
Task: push the plate to the front of the stove
|
| 1459 |
+
Success: True
|
| 1460 |
+
# episodes completed so far: 290
|
| 1461 |
+
# successes: 282 (97.2%)
|
| 1462 |
+
|
| 1463 |
+
Task: push the plate to the front of the stove
|
| 1464 |
+
Success: True
|
| 1465 |
+
# episodes completed so far: 291
|
| 1466 |
+
# successes: 283 (97.3%)
|
| 1467 |
+
|
| 1468 |
+
Task: push the plate to the front of the stove
|
| 1469 |
+
Success: True
|
| 1470 |
+
# episodes completed so far: 292
|
| 1471 |
+
# successes: 284 (97.3%)
|
| 1472 |
+
|
| 1473 |
+
Task: push the plate to the front of the stove
|
| 1474 |
+
Success: True
|
| 1475 |
+
# episodes completed so far: 293
|
| 1476 |
+
# successes: 285 (97.3%)
|
| 1477 |
+
|
| 1478 |
+
Task: push the plate to the front of the stove
|
| 1479 |
+
Success: True
|
| 1480 |
+
# episodes completed so far: 294
|
| 1481 |
+
# successes: 286 (97.3%)
|
| 1482 |
+
|
| 1483 |
+
Task: push the plate to the front of the stove
|
| 1484 |
+
Success: True
|
| 1485 |
+
# episodes completed so far: 295
|
| 1486 |
+
# successes: 287 (97.3%)
|
| 1487 |
+
|
| 1488 |
+
Task: push the plate to the front of the stove
|
| 1489 |
+
Success: True
|
| 1490 |
+
# episodes completed so far: 296
|
| 1491 |
+
# successes: 288 (97.3%)
|
| 1492 |
+
|
| 1493 |
+
Task: push the plate to the front of the stove
|
| 1494 |
+
Success: True
|
| 1495 |
+
# episodes completed so far: 297
|
| 1496 |
+
# successes: 289 (97.3%)
|
| 1497 |
+
|
| 1498 |
+
Task: push the plate to the front of the stove
|
| 1499 |
+
Success: True
|
| 1500 |
+
# episodes completed so far: 298
|
| 1501 |
+
# successes: 290 (97.3%)
|
| 1502 |
+
|
| 1503 |
+
Task: push the plate to the front of the stove
|
| 1504 |
+
Success: True
|
| 1505 |
+
# episodes completed so far: 299
|
| 1506 |
+
# successes: 291 (97.3%)
|
| 1507 |
+
|
| 1508 |
+
Task: push the plate to the front of the stove
|
| 1509 |
+
Success: True
|
| 1510 |
+
# episodes completed so far: 300
|
| 1511 |
+
# successes: 292 (97.3%)
|
| 1512 |
+
Current task success rate: 1.0
|
| 1513 |
+
Current total success rate: 0.9733333333333334
|
| 1514 |
+
|
| 1515 |
+
Task: put the cream cheese in the bowl
|
| 1516 |
+
Success: False
|
| 1517 |
+
# episodes completed so far: 301
|
| 1518 |
+
# successes: 292 (97.0%)
|
| 1519 |
+
|
| 1520 |
+
Task: put the cream cheese in the bowl
|
| 1521 |
+
Success: True
|
| 1522 |
+
# episodes completed so far: 302
|
| 1523 |
+
# successes: 293 (97.0%)
|
| 1524 |
+
|
| 1525 |
+
Task: put the cream cheese in the bowl
|
| 1526 |
+
Success: True
|
| 1527 |
+
# episodes completed so far: 303
|
| 1528 |
+
# successes: 294 (97.0%)
|
| 1529 |
+
|
| 1530 |
+
Task: put the cream cheese in the bowl
|
| 1531 |
+
Success: True
|
| 1532 |
+
# episodes completed so far: 304
|
| 1533 |
+
# successes: 295 (97.0%)
|
| 1534 |
+
|
| 1535 |
+
Task: put the cream cheese in the bowl
|
| 1536 |
+
Success: True
|
| 1537 |
+
# episodes completed so far: 305
|
| 1538 |
+
# successes: 296 (97.0%)
|
| 1539 |
+
|
| 1540 |
+
Task: put the cream cheese in the bowl
|
| 1541 |
+
Success: True
|
| 1542 |
+
# episodes completed so far: 306
|
| 1543 |
+
# successes: 297 (97.1%)
|
| 1544 |
+
|
| 1545 |
+
Task: put the cream cheese in the bowl
|
| 1546 |
+
Success: True
|
| 1547 |
+
# episodes completed so far: 307
|
| 1548 |
+
# successes: 298 (97.1%)
|
| 1549 |
+
|
| 1550 |
+
Task: put the cream cheese in the bowl
|
| 1551 |
+
Success: True
|
| 1552 |
+
# episodes completed so far: 308
|
| 1553 |
+
# successes: 299 (97.1%)
|
| 1554 |
+
|
| 1555 |
+
Task: put the cream cheese in the bowl
|
| 1556 |
+
Success: True
|
| 1557 |
+
# episodes completed so far: 309
|
| 1558 |
+
# successes: 300 (97.1%)
|
| 1559 |
+
|
| 1560 |
+
Task: put the cream cheese in the bowl
|
| 1561 |
+
Success: True
|
| 1562 |
+
# episodes completed so far: 310
|
| 1563 |
+
# successes: 301 (97.1%)
|
| 1564 |
+
|
| 1565 |
+
Task: put the cream cheese in the bowl
|
| 1566 |
+
Success: True
|
| 1567 |
+
# episodes completed so far: 311
|
| 1568 |
+
# successes: 302 (97.1%)
|
| 1569 |
+
|
| 1570 |
+
Task: put the cream cheese in the bowl
|
| 1571 |
+
Success: True
|
| 1572 |
+
# episodes completed so far: 312
|
| 1573 |
+
# successes: 303 (97.1%)
|
| 1574 |
+
|
| 1575 |
+
Task: put the cream cheese in the bowl
|
| 1576 |
+
Success: True
|
| 1577 |
+
# episodes completed so far: 313
|
| 1578 |
+
# successes: 304 (97.1%)
|
| 1579 |
+
|
| 1580 |
+
Task: put the cream cheese in the bowl
|
| 1581 |
+
Success: True
|
| 1582 |
+
# episodes completed so far: 314
|
| 1583 |
+
# successes: 305 (97.1%)
|
| 1584 |
+
|
| 1585 |
+
Task: put the cream cheese in the bowl
|
| 1586 |
+
Success: True
|
| 1587 |
+
# episodes completed so far: 315
|
| 1588 |
+
# successes: 306 (97.1%)
|
| 1589 |
+
|
| 1590 |
+
Task: put the cream cheese in the bowl
|
| 1591 |
+
Success: True
|
| 1592 |
+
# episodes completed so far: 316
|
| 1593 |
+
# successes: 307 (97.2%)
|
| 1594 |
+
|
| 1595 |
+
Task: put the cream cheese in the bowl
|
| 1596 |
+
Success: True
|
| 1597 |
+
# episodes completed so far: 317
|
| 1598 |
+
# successes: 308 (97.2%)
|
| 1599 |
+
|
| 1600 |
+
Task: put the cream cheese in the bowl
|
| 1601 |
+
Success: True
|
| 1602 |
+
# episodes completed so far: 318
|
| 1603 |
+
# successes: 309 (97.2%)
|
| 1604 |
+
|
| 1605 |
+
Task: put the cream cheese in the bowl
|
| 1606 |
+
Success: True
|
| 1607 |
+
# episodes completed so far: 319
|
| 1608 |
+
# successes: 310 (97.2%)
|
| 1609 |
+
|
| 1610 |
+
Task: put the cream cheese in the bowl
|
| 1611 |
+
Success: True
|
| 1612 |
+
# episodes completed so far: 320
|
| 1613 |
+
# successes: 311 (97.2%)
|
| 1614 |
+
|
| 1615 |
+
Task: put the cream cheese in the bowl
|
| 1616 |
+
Success: True
|
| 1617 |
+
# episodes completed so far: 321
|
| 1618 |
+
# successes: 312 (97.2%)
|
| 1619 |
+
|
| 1620 |
+
Task: put the cream cheese in the bowl
|
| 1621 |
+
Success: True
|
| 1622 |
+
# episodes completed so far: 322
|
| 1623 |
+
# successes: 313 (97.2%)
|
| 1624 |
+
|
| 1625 |
+
Task: put the cream cheese in the bowl
|
| 1626 |
+
Success: True
|
| 1627 |
+
# episodes completed so far: 323
|
| 1628 |
+
# successes: 314 (97.2%)
|
| 1629 |
+
|
| 1630 |
+
Task: put the cream cheese in the bowl
|
| 1631 |
+
Success: True
|
| 1632 |
+
# episodes completed so far: 324
|
| 1633 |
+
# successes: 315 (97.2%)
|
| 1634 |
+
|
| 1635 |
+
Task: put the cream cheese in the bowl
|
| 1636 |
+
Success: True
|
| 1637 |
+
# episodes completed so far: 325
|
| 1638 |
+
# successes: 316 (97.2%)
|
| 1639 |
+
|
| 1640 |
+
Task: put the cream cheese in the bowl
|
| 1641 |
+
Success: True
|
| 1642 |
+
# episodes completed so far: 326
|
| 1643 |
+
# successes: 317 (97.2%)
|
| 1644 |
+
|
| 1645 |
+
Task: put the cream cheese in the bowl
|
| 1646 |
+
Success: True
|
| 1647 |
+
# episodes completed so far: 327
|
| 1648 |
+
# successes: 318 (97.2%)
|
| 1649 |
+
|
| 1650 |
+
Task: put the cream cheese in the bowl
|
| 1651 |
+
Success: True
|
| 1652 |
+
# episodes completed so far: 328
|
| 1653 |
+
# successes: 319 (97.3%)
|
| 1654 |
+
|
| 1655 |
+
Task: put the cream cheese in the bowl
|
| 1656 |
+
Success: True
|
| 1657 |
+
# episodes completed so far: 329
|
| 1658 |
+
# successes: 320 (97.3%)
|
| 1659 |
+
|
| 1660 |
+
Task: put the cream cheese in the bowl
|
| 1661 |
+
Success: True
|
| 1662 |
+
# episodes completed so far: 330
|
| 1663 |
+
# successes: 321 (97.3%)
|
| 1664 |
+
|
| 1665 |
+
Task: put the cream cheese in the bowl
|
| 1666 |
+
Success: True
|
| 1667 |
+
# episodes completed so far: 331
|
| 1668 |
+
# successes: 322 (97.3%)
|
| 1669 |
+
|
| 1670 |
+
Task: put the cream cheese in the bowl
|
| 1671 |
+
Success: True
|
| 1672 |
+
# episodes completed so far: 332
|
| 1673 |
+
# successes: 323 (97.3%)
|
| 1674 |
+
|
| 1675 |
+
Task: put the cream cheese in the bowl
|
| 1676 |
+
Success: True
|
| 1677 |
+
# episodes completed so far: 333
|
| 1678 |
+
# successes: 324 (97.3%)
|
| 1679 |
+
|
| 1680 |
+
Task: put the cream cheese in the bowl
|
| 1681 |
+
Success: True
|
| 1682 |
+
# episodes completed so far: 334
|
| 1683 |
+
# successes: 325 (97.3%)
|
| 1684 |
+
|
| 1685 |
+
Task: put the cream cheese in the bowl
|
| 1686 |
+
Success: True
|
| 1687 |
+
# episodes completed so far: 335
|
| 1688 |
+
# successes: 326 (97.3%)
|
| 1689 |
+
|
| 1690 |
+
Task: put the cream cheese in the bowl
|
| 1691 |
+
Success: True
|
| 1692 |
+
# episodes completed so far: 336
|
| 1693 |
+
# successes: 327 (97.3%)
|
| 1694 |
+
|
| 1695 |
+
Task: put the cream cheese in the bowl
|
| 1696 |
+
Success: True
|
| 1697 |
+
# episodes completed so far: 337
|
| 1698 |
+
# successes: 328 (97.3%)
|
| 1699 |
+
|
| 1700 |
+
Task: put the cream cheese in the bowl
|
| 1701 |
+
Success: True
|
| 1702 |
+
# episodes completed so far: 338
|
| 1703 |
+
# successes: 329 (97.3%)
|
| 1704 |
+
|
| 1705 |
+
Task: put the cream cheese in the bowl
|
| 1706 |
+
Success: True
|
| 1707 |
+
# episodes completed so far: 339
|
| 1708 |
+
# successes: 330 (97.3%)
|
| 1709 |
+
|
| 1710 |
+
Task: put the cream cheese in the bowl
|
| 1711 |
+
Success: True
|
| 1712 |
+
# episodes completed so far: 340
|
| 1713 |
+
# successes: 331 (97.4%)
|
| 1714 |
+
|
| 1715 |
+
Task: put the cream cheese in the bowl
|
| 1716 |
+
Success: True
|
| 1717 |
+
# episodes completed so far: 341
|
| 1718 |
+
# successes: 332 (97.4%)
|
| 1719 |
+
|
| 1720 |
+
Task: put the cream cheese in the bowl
|
| 1721 |
+
Success: True
|
| 1722 |
+
# episodes completed so far: 342
|
| 1723 |
+
# successes: 333 (97.4%)
|
| 1724 |
+
|
| 1725 |
+
Task: put the cream cheese in the bowl
|
| 1726 |
+
Success: True
|
| 1727 |
+
# episodes completed so far: 343
|
| 1728 |
+
# successes: 334 (97.4%)
|
| 1729 |
+
|
| 1730 |
+
Task: put the cream cheese in the bowl
|
| 1731 |
+
Success: True
|
| 1732 |
+
# episodes completed so far: 344
|
| 1733 |
+
# successes: 335 (97.4%)
|
| 1734 |
+
|
| 1735 |
+
Task: put the cream cheese in the bowl
|
| 1736 |
+
Success: True
|
| 1737 |
+
# episodes completed so far: 345
|
| 1738 |
+
# successes: 336 (97.4%)
|
| 1739 |
+
|
| 1740 |
+
Task: put the cream cheese in the bowl
|
| 1741 |
+
Success: True
|
| 1742 |
+
# episodes completed so far: 346
|
| 1743 |
+
# successes: 337 (97.4%)
|
| 1744 |
+
|
| 1745 |
+
Task: put the cream cheese in the bowl
|
| 1746 |
+
Success: True
|
| 1747 |
+
# episodes completed so far: 347
|
| 1748 |
+
# successes: 338 (97.4%)
|
| 1749 |
+
|
| 1750 |
+
Task: put the cream cheese in the bowl
|
| 1751 |
+
Success: True
|
| 1752 |
+
# episodes completed so far: 348
|
| 1753 |
+
# successes: 339 (97.4%)
|
| 1754 |
+
|
| 1755 |
+
Task: put the cream cheese in the bowl
|
| 1756 |
+
Success: True
|
| 1757 |
+
# episodes completed so far: 349
|
| 1758 |
+
# successes: 340 (97.4%)
|
| 1759 |
+
|
| 1760 |
+
Task: put the cream cheese in the bowl
|
| 1761 |
+
Success: True
|
| 1762 |
+
# episodes completed so far: 350
|
| 1763 |
+
# successes: 341 (97.4%)
|
| 1764 |
+
Current task success rate: 0.98
|
| 1765 |
+
Current total success rate: 0.9742857142857143
|
| 1766 |
+
|
| 1767 |
+
Task: turn on the stove
|
| 1768 |
+
Success: True
|
| 1769 |
+
# episodes completed so far: 351
|
| 1770 |
+
# successes: 342 (97.4%)
|
| 1771 |
+
|
| 1772 |
+
Task: turn on the stove
|
| 1773 |
+
Success: True
|
| 1774 |
+
# episodes completed so far: 352
|
| 1775 |
+
# successes: 343 (97.4%)
|
| 1776 |
+
|
| 1777 |
+
Task: turn on the stove
|
| 1778 |
+
Success: True
|
| 1779 |
+
# episodes completed so far: 353
|
| 1780 |
+
# successes: 344 (97.5%)
|
| 1781 |
+
|
| 1782 |
+
Task: turn on the stove
|
| 1783 |
+
Success: True
|
| 1784 |
+
# episodes completed so far: 354
|
| 1785 |
+
# successes: 345 (97.5%)
|
| 1786 |
+
|
| 1787 |
+
Task: turn on the stove
|
| 1788 |
+
Success: True
|
| 1789 |
+
# episodes completed so far: 355
|
| 1790 |
+
# successes: 346 (97.5%)
|
| 1791 |
+
|
| 1792 |
+
Task: turn on the stove
|
| 1793 |
+
Success: True
|
| 1794 |
+
# episodes completed so far: 356
|
| 1795 |
+
# successes: 347 (97.5%)
|
| 1796 |
+
|
| 1797 |
+
Task: turn on the stove
|
| 1798 |
+
Success: True
|
| 1799 |
+
# episodes completed so far: 357
|
| 1800 |
+
# successes: 348 (97.5%)
|
| 1801 |
+
|
| 1802 |
+
Task: turn on the stove
|
| 1803 |
+
Success: True
|
| 1804 |
+
# episodes completed so far: 358
|
| 1805 |
+
# successes: 349 (97.5%)
|
| 1806 |
+
|
| 1807 |
+
Task: turn on the stove
|
| 1808 |
+
Success: True
|
| 1809 |
+
# episodes completed so far: 359
|
| 1810 |
+
# successes: 350 (97.5%)
|
| 1811 |
+
|
| 1812 |
+
Task: turn on the stove
|
| 1813 |
+
Success: True
|
| 1814 |
+
# episodes completed so far: 360
|
| 1815 |
+
# successes: 351 (97.5%)
|
| 1816 |
+
|
| 1817 |
+
Task: turn on the stove
|
| 1818 |
+
Success: True
|
| 1819 |
+
# episodes completed so far: 361
|
| 1820 |
+
# successes: 352 (97.5%)
|
| 1821 |
+
|
| 1822 |
+
Task: turn on the stove
|
| 1823 |
+
Success: True
|
| 1824 |
+
# episodes completed so far: 362
|
| 1825 |
+
# successes: 353 (97.5%)
|
| 1826 |
+
|
| 1827 |
+
Task: turn on the stove
|
| 1828 |
+
Success: True
|
| 1829 |
+
# episodes completed so far: 363
|
| 1830 |
+
# successes: 354 (97.5%)
|
| 1831 |
+
|
| 1832 |
+
Task: turn on the stove
|
| 1833 |
+
Success: True
|
| 1834 |
+
# episodes completed so far: 364
|
| 1835 |
+
# successes: 355 (97.5%)
|
| 1836 |
+
|
| 1837 |
+
Task: turn on the stove
|
| 1838 |
+
Success: True
|
| 1839 |
+
# episodes completed so far: 365
|
| 1840 |
+
# successes: 356 (97.5%)
|
| 1841 |
+
|
| 1842 |
+
Task: turn on the stove
|
| 1843 |
+
Success: True
|
| 1844 |
+
# episodes completed so far: 366
|
| 1845 |
+
# successes: 357 (97.5%)
|
| 1846 |
+
|
| 1847 |
+
Task: turn on the stove
|
| 1848 |
+
Success: True
|
| 1849 |
+
# episodes completed so far: 367
|
| 1850 |
+
# successes: 358 (97.5%)
|
| 1851 |
+
|
| 1852 |
+
Task: turn on the stove
|
| 1853 |
+
Success: True
|
| 1854 |
+
# episodes completed so far: 368
|
| 1855 |
+
# successes: 359 (97.6%)
|
| 1856 |
+
|
| 1857 |
+
Task: turn on the stove
|
| 1858 |
+
Success: True
|
| 1859 |
+
# episodes completed so far: 369
|
| 1860 |
+
# successes: 360 (97.6%)
|
| 1861 |
+
|
| 1862 |
+
Task: turn on the stove
|
| 1863 |
+
Success: True
|
| 1864 |
+
# episodes completed so far: 370
|
| 1865 |
+
# successes: 361 (97.6%)
|
| 1866 |
+
|
| 1867 |
+
Task: turn on the stove
|
| 1868 |
+
Success: True
|
| 1869 |
+
# episodes completed so far: 371
|
| 1870 |
+
# successes: 362 (97.6%)
|
| 1871 |
+
|
| 1872 |
+
Task: turn on the stove
|
| 1873 |
+
Success: True
|
| 1874 |
+
# episodes completed so far: 372
|
| 1875 |
+
# successes: 363 (97.6%)
|
| 1876 |
+
|
| 1877 |
+
Task: turn on the stove
|
| 1878 |
+
Success: True
|
| 1879 |
+
# episodes completed so far: 373
|
| 1880 |
+
# successes: 364 (97.6%)
|
| 1881 |
+
|
| 1882 |
+
Task: turn on the stove
|
| 1883 |
+
Success: True
|
| 1884 |
+
# episodes completed so far: 374
|
| 1885 |
+
# successes: 365 (97.6%)
|
| 1886 |
+
|
| 1887 |
+
Task: turn on the stove
|
| 1888 |
+
Success: True
|
| 1889 |
+
# episodes completed so far: 375
|
| 1890 |
+
# successes: 366 (97.6%)
|
| 1891 |
+
|
| 1892 |
+
Task: turn on the stove
|
| 1893 |
+
Success: True
|
| 1894 |
+
# episodes completed so far: 376
|
| 1895 |
+
# successes: 367 (97.6%)
|
| 1896 |
+
|
| 1897 |
+
Task: turn on the stove
|
| 1898 |
+
Success: True
|
| 1899 |
+
# episodes completed so far: 377
|
| 1900 |
+
# successes: 368 (97.6%)
|
| 1901 |
+
|
| 1902 |
+
Task: turn on the stove
|
| 1903 |
+
Success: True
|
| 1904 |
+
# episodes completed so far: 378
|
| 1905 |
+
# successes: 369 (97.6%)
|
| 1906 |
+
|
| 1907 |
+
Task: turn on the stove
|
| 1908 |
+
Success: True
|
| 1909 |
+
# episodes completed so far: 379
|
| 1910 |
+
# successes: 370 (97.6%)
|
| 1911 |
+
|
| 1912 |
+
Task: turn on the stove
|
| 1913 |
+
Success: True
|
| 1914 |
+
# episodes completed so far: 380
|
| 1915 |
+
# successes: 371 (97.6%)
|
| 1916 |
+
|
| 1917 |
+
Task: turn on the stove
|
| 1918 |
+
Success: True
|
| 1919 |
+
# episodes completed so far: 381
|
| 1920 |
+
# successes: 372 (97.6%)
|
| 1921 |
+
|
| 1922 |
+
Task: turn on the stove
|
| 1923 |
+
Success: True
|
| 1924 |
+
# episodes completed so far: 382
|
| 1925 |
+
# successes: 373 (97.6%)
|
| 1926 |
+
|
| 1927 |
+
Task: turn on the stove
|
| 1928 |
+
Success: True
|
| 1929 |
+
# episodes completed so far: 383
|
| 1930 |
+
# successes: 374 (97.7%)
|
| 1931 |
+
|
| 1932 |
+
Task: turn on the stove
|
| 1933 |
+
Success: True
|
| 1934 |
+
# episodes completed so far: 384
|
| 1935 |
+
# successes: 375 (97.7%)
|
| 1936 |
+
|
| 1937 |
+
Task: turn on the stove
|
| 1938 |
+
Success: True
|
| 1939 |
+
# episodes completed so far: 385
|
| 1940 |
+
# successes: 376 (97.7%)
|
| 1941 |
+
|
| 1942 |
+
Task: turn on the stove
|
| 1943 |
+
Success: True
|
| 1944 |
+
# episodes completed so far: 386
|
| 1945 |
+
# successes: 377 (97.7%)
|
| 1946 |
+
|
| 1947 |
+
Task: turn on the stove
|
| 1948 |
+
Success: True
|
| 1949 |
+
# episodes completed so far: 387
|
| 1950 |
+
# successes: 378 (97.7%)
|
| 1951 |
+
|
| 1952 |
+
Task: turn on the stove
|
| 1953 |
+
Success: True
|
| 1954 |
+
# episodes completed so far: 388
|
| 1955 |
+
# successes: 379 (97.7%)
|
| 1956 |
+
|
| 1957 |
+
Task: turn on the stove
|
| 1958 |
+
Success: True
|
| 1959 |
+
# episodes completed so far: 389
|
| 1960 |
+
# successes: 380 (97.7%)
|
| 1961 |
+
|
| 1962 |
+
Task: turn on the stove
|
| 1963 |
+
Success: True
|
| 1964 |
+
# episodes completed so far: 390
|
| 1965 |
+
# successes: 381 (97.7%)
|
| 1966 |
+
|
| 1967 |
+
Task: turn on the stove
|
| 1968 |
+
Success: True
|
| 1969 |
+
# episodes completed so far: 391
|
| 1970 |
+
# successes: 382 (97.7%)
|
| 1971 |
+
|
| 1972 |
+
Task: turn on the stove
|
| 1973 |
+
Success: True
|
| 1974 |
+
# episodes completed so far: 392
|
| 1975 |
+
# successes: 383 (97.7%)
|
| 1976 |
+
|
| 1977 |
+
Task: turn on the stove
|
| 1978 |
+
Success: True
|
| 1979 |
+
# episodes completed so far: 393
|
| 1980 |
+
# successes: 384 (97.7%)
|
| 1981 |
+
|
| 1982 |
+
Task: turn on the stove
|
| 1983 |
+
Success: True
|
| 1984 |
+
# episodes completed so far: 394
|
| 1985 |
+
# successes: 385 (97.7%)
|
| 1986 |
+
|
| 1987 |
+
Task: turn on the stove
|
| 1988 |
+
Success: True
|
| 1989 |
+
# episodes completed so far: 395
|
| 1990 |
+
# successes: 386 (97.7%)
|
| 1991 |
+
|
| 1992 |
+
Task: turn on the stove
|
| 1993 |
+
Success: True
|
| 1994 |
+
# episodes completed so far: 396
|
| 1995 |
+
# successes: 387 (97.7%)
|
| 1996 |
+
|
| 1997 |
+
Task: turn on the stove
|
| 1998 |
+
Success: True
|
| 1999 |
+
# episodes completed so far: 397
|
| 2000 |
+
# successes: 388 (97.7%)
|
| 2001 |
+
|
| 2002 |
+
Task: turn on the stove
|
| 2003 |
+
Success: True
|
| 2004 |
+
# episodes completed so far: 398
|
| 2005 |
+
# successes: 389 (97.7%)
|
| 2006 |
+
|
| 2007 |
+
Task: turn on the stove
|
| 2008 |
+
Success: True
|
| 2009 |
+
# episodes completed so far: 399
|
| 2010 |
+
# successes: 390 (97.7%)
|
| 2011 |
+
|
| 2012 |
+
Task: turn on the stove
|
| 2013 |
+
Success: True
|
| 2014 |
+
# episodes completed so far: 400
|
| 2015 |
+
# successes: 391 (97.8%)
|
| 2016 |
+
Current task success rate: 1.0
|
| 2017 |
+
Current total success rate: 0.9775
|
| 2018 |
+
|
| 2019 |
+
Task: put the bowl on the plate
|
| 2020 |
+
Success: True
|
| 2021 |
+
# episodes completed so far: 401
|
| 2022 |
+
# successes: 392 (97.8%)
|
| 2023 |
+
|
| 2024 |
+
Task: put the bowl on the plate
|
| 2025 |
+
Success: True
|
| 2026 |
+
# episodes completed so far: 402
|
| 2027 |
+
# successes: 393 (97.8%)
|
| 2028 |
+
|
| 2029 |
+
Task: put the bowl on the plate
|
| 2030 |
+
Success: True
|
| 2031 |
+
# episodes completed so far: 403
|
| 2032 |
+
# successes: 394 (97.8%)
|
| 2033 |
+
|
| 2034 |
+
Task: put the bowl on the plate
|
| 2035 |
+
Success: True
|
| 2036 |
+
# episodes completed so far: 404
|
| 2037 |
+
# successes: 395 (97.8%)
|
| 2038 |
+
|
| 2039 |
+
Task: put the bowl on the plate
|
| 2040 |
+
Success: True
|
| 2041 |
+
# episodes completed so far: 405
|
| 2042 |
+
# successes: 396 (97.8%)
|
| 2043 |
+
|
| 2044 |
+
Task: put the bowl on the plate
|
| 2045 |
+
Success: True
|
| 2046 |
+
# episodes completed so far: 406
|
| 2047 |
+
# successes: 397 (97.8%)
|
| 2048 |
+
|
| 2049 |
+
Task: put the bowl on the plate
|
| 2050 |
+
Success: True
|
| 2051 |
+
# episodes completed so far: 407
|
| 2052 |
+
# successes: 398 (97.8%)
|
| 2053 |
+
|
| 2054 |
+
Task: put the bowl on the plate
|
| 2055 |
+
Success: True
|
| 2056 |
+
# episodes completed so far: 408
|
| 2057 |
+
# successes: 399 (97.8%)
|
| 2058 |
+
|
| 2059 |
+
Task: put the bowl on the plate
|
| 2060 |
+
Success: True
|
| 2061 |
+
# episodes completed so far: 409
|
| 2062 |
+
# successes: 400 (97.8%)
|
| 2063 |
+
|
| 2064 |
+
Task: put the bowl on the plate
|
| 2065 |
+
Success: True
|
| 2066 |
+
# episodes completed so far: 410
|
| 2067 |
+
# successes: 401 (97.8%)
|
| 2068 |
+
|
| 2069 |
+
Task: put the bowl on the plate
|
| 2070 |
+
Success: True
|
| 2071 |
+
# episodes completed so far: 411
|
| 2072 |
+
# successes: 402 (97.8%)
|
| 2073 |
+
|
| 2074 |
+
Task: put the bowl on the plate
|
| 2075 |
+
Success: True
|
| 2076 |
+
# episodes completed so far: 412
|
| 2077 |
+
# successes: 403 (97.8%)
|
| 2078 |
+
|
| 2079 |
+
Task: put the bowl on the plate
|
| 2080 |
+
Success: True
|
| 2081 |
+
# episodes completed so far: 413
|
| 2082 |
+
# successes: 404 (97.8%)
|
| 2083 |
+
|
| 2084 |
+
Task: put the bowl on the plate
|
| 2085 |
+
Success: True
|
| 2086 |
+
# episodes completed so far: 414
|
| 2087 |
+
# successes: 405 (97.8%)
|
| 2088 |
+
|
| 2089 |
+
Task: put the bowl on the plate
|
| 2090 |
+
Success: True
|
| 2091 |
+
# episodes completed so far: 415
|
| 2092 |
+
# successes: 406 (97.8%)
|
| 2093 |
+
|
| 2094 |
+
Task: put the bowl on the plate
|
| 2095 |
+
Success: True
|
| 2096 |
+
# episodes completed so far: 416
|
| 2097 |
+
# successes: 407 (97.8%)
|
| 2098 |
+
|
| 2099 |
+
Task: put the bowl on the plate
|
| 2100 |
+
Success: True
|
| 2101 |
+
# episodes completed so far: 417
|
| 2102 |
+
# successes: 408 (97.8%)
|
| 2103 |
+
|
| 2104 |
+
Task: put the bowl on the plate
|
| 2105 |
+
Success: True
|
| 2106 |
+
# episodes completed so far: 418
|
| 2107 |
+
# successes: 409 (97.8%)
|
| 2108 |
+
|
| 2109 |
+
Task: put the bowl on the plate
|
| 2110 |
+
Success: True
|
| 2111 |
+
# episodes completed so far: 419
|
| 2112 |
+
# successes: 410 (97.9%)
|
| 2113 |
+
|
| 2114 |
+
Task: put the bowl on the plate
|
| 2115 |
+
Success: True
|
| 2116 |
+
# episodes completed so far: 420
|
| 2117 |
+
# successes: 411 (97.9%)
|
| 2118 |
+
|
| 2119 |
+
Task: put the bowl on the plate
|
| 2120 |
+
Success: True
|
| 2121 |
+
# episodes completed so far: 421
|
| 2122 |
+
# successes: 412 (97.9%)
|
| 2123 |
+
|
| 2124 |
+
Task: put the bowl on the plate
|
| 2125 |
+
Success: True
|
| 2126 |
+
# episodes completed so far: 422
|
| 2127 |
+
# successes: 413 (97.9%)
|
| 2128 |
+
|
| 2129 |
+
Task: put the bowl on the plate
|
| 2130 |
+
Success: True
|
| 2131 |
+
# episodes completed so far: 423
|
| 2132 |
+
# successes: 414 (97.9%)
|
| 2133 |
+
|
| 2134 |
+
Task: put the bowl on the plate
|
| 2135 |
+
Success: True
|
| 2136 |
+
# episodes completed so far: 424
|
| 2137 |
+
# successes: 415 (97.9%)
|
| 2138 |
+
|
| 2139 |
+
Task: put the bowl on the plate
|
| 2140 |
+
Success: True
|
| 2141 |
+
# episodes completed so far: 425
|
| 2142 |
+
# successes: 416 (97.9%)
|
| 2143 |
+
|
| 2144 |
+
Task: put the bowl on the plate
|
| 2145 |
+
Success: True
|
| 2146 |
+
# episodes completed so far: 426
|
| 2147 |
+
# successes: 417 (97.9%)
|
| 2148 |
+
|
| 2149 |
+
Task: put the bowl on the plate
|
| 2150 |
+
Success: True
|
| 2151 |
+
# episodes completed so far: 427
|
| 2152 |
+
# successes: 418 (97.9%)
|
| 2153 |
+
|
| 2154 |
+
Task: put the bowl on the plate
|
| 2155 |
+
Success: True
|
| 2156 |
+
# episodes completed so far: 428
|
| 2157 |
+
# successes: 419 (97.9%)
|
| 2158 |
+
|
| 2159 |
+
Task: put the bowl on the plate
|
| 2160 |
+
Success: True
|
| 2161 |
+
# episodes completed so far: 429
|
| 2162 |
+
# successes: 420 (97.9%)
|
| 2163 |
+
|
| 2164 |
+
Task: put the bowl on the plate
|
| 2165 |
+
Success: True
|
| 2166 |
+
# episodes completed so far: 430
|
| 2167 |
+
# successes: 421 (97.9%)
|
| 2168 |
+
|
| 2169 |
+
Task: put the bowl on the plate
|
| 2170 |
+
Success: True
|
| 2171 |
+
# episodes completed so far: 431
|
| 2172 |
+
# successes: 422 (97.9%)
|
| 2173 |
+
|
| 2174 |
+
Task: put the bowl on the plate
|
| 2175 |
+
Success: True
|
| 2176 |
+
# episodes completed so far: 432
|
| 2177 |
+
# successes: 423 (97.9%)
|
| 2178 |
+
|
| 2179 |
+
Task: put the bowl on the plate
|
| 2180 |
+
Success: True
|
| 2181 |
+
# episodes completed so far: 433
|
| 2182 |
+
# successes: 424 (97.9%)
|
| 2183 |
+
|
| 2184 |
+
Task: put the bowl on the plate
|
| 2185 |
+
Success: True
|
| 2186 |
+
# episodes completed so far: 434
|
| 2187 |
+
# successes: 425 (97.9%)
|
| 2188 |
+
|
| 2189 |
+
Task: put the bowl on the plate
|
| 2190 |
+
Success: True
|
| 2191 |
+
# episodes completed so far: 435
|
| 2192 |
+
# successes: 426 (97.9%)
|
| 2193 |
+
|
| 2194 |
+
Task: put the bowl on the plate
|
| 2195 |
+
Success: True
|
| 2196 |
+
# episodes completed so far: 436
|
| 2197 |
+
# successes: 427 (97.9%)
|
| 2198 |
+
|
| 2199 |
+
Task: put the bowl on the plate
|
| 2200 |
+
Success: True
|
| 2201 |
+
# episodes completed so far: 437
|
| 2202 |
+
# successes: 428 (97.9%)
|
| 2203 |
+
|
| 2204 |
+
Task: put the bowl on the plate
|
| 2205 |
+
Success: True
|
| 2206 |
+
# episodes completed so far: 438
|
| 2207 |
+
# successes: 429 (97.9%)
|
| 2208 |
+
|
| 2209 |
+
Task: put the bowl on the plate
|
| 2210 |
+
Success: False
|
| 2211 |
+
# episodes completed so far: 439
|
| 2212 |
+
# successes: 429 (97.7%)
|
| 2213 |
+
|
| 2214 |
+
Task: put the bowl on the plate
|
| 2215 |
+
Success: True
|
| 2216 |
+
# episodes completed so far: 440
|
| 2217 |
+
# successes: 430 (97.7%)
|
| 2218 |
+
|
| 2219 |
+
Task: put the bowl on the plate
|
| 2220 |
+
Success: True
|
| 2221 |
+
# episodes completed so far: 441
|
| 2222 |
+
# successes: 431 (97.7%)
|
| 2223 |
+
|
| 2224 |
+
Task: put the bowl on the plate
|
| 2225 |
+
Success: True
|
| 2226 |
+
# episodes completed so far: 442
|
| 2227 |
+
# successes: 432 (97.7%)
|
| 2228 |
+
|
| 2229 |
+
Task: put the bowl on the plate
|
| 2230 |
+
Success: True
|
| 2231 |
+
# episodes completed so far: 443
|
| 2232 |
+
# successes: 433 (97.7%)
|
| 2233 |
+
|
| 2234 |
+
Task: put the bowl on the plate
|
| 2235 |
+
Success: True
|
| 2236 |
+
# episodes completed so far: 444
|
| 2237 |
+
# successes: 434 (97.7%)
|
| 2238 |
+
|
| 2239 |
+
Task: put the bowl on the plate
|
| 2240 |
+
Success: True
|
| 2241 |
+
# episodes completed so far: 445
|
| 2242 |
+
# successes: 435 (97.8%)
|
| 2243 |
+
|
| 2244 |
+
Task: put the bowl on the plate
|
| 2245 |
+
Success: True
|
| 2246 |
+
# episodes completed so far: 446
|
| 2247 |
+
# successes: 436 (97.8%)
|
| 2248 |
+
|
| 2249 |
+
Task: put the bowl on the plate
|
| 2250 |
+
Success: True
|
| 2251 |
+
# episodes completed so far: 447
|
| 2252 |
+
# successes: 437 (97.8%)
|
| 2253 |
+
|
| 2254 |
+
Task: put the bowl on the plate
|
| 2255 |
+
Success: True
|
| 2256 |
+
# episodes completed so far: 448
|
| 2257 |
+
# successes: 438 (97.8%)
|
| 2258 |
+
|
| 2259 |
+
Task: put the bowl on the plate
|
| 2260 |
+
Success: True
|
| 2261 |
+
# episodes completed so far: 449
|
| 2262 |
+
# successes: 439 (97.8%)
|
| 2263 |
+
|
| 2264 |
+
Task: put the bowl on the plate
|
| 2265 |
+
Success: True
|
| 2266 |
+
# episodes completed so far: 450
|
| 2267 |
+
# successes: 440 (97.8%)
|
| 2268 |
+
Current task success rate: 0.98
|
| 2269 |
+
Current total success rate: 0.9777777777777777
|
| 2270 |
+
|
| 2271 |
+
Task: put the wine bottle on the rack
|
| 2272 |
+
Success: True
|
| 2273 |
+
# episodes completed so far: 451
|
| 2274 |
+
# successes: 441 (97.8%)
|
| 2275 |
+
|
| 2276 |
+
Task: put the wine bottle on the rack
|
| 2277 |
+
Success: True
|
| 2278 |
+
# episodes completed so far: 452
|
| 2279 |
+
# successes: 442 (97.8%)
|
| 2280 |
+
|
| 2281 |
+
Task: put the wine bottle on the rack
|
| 2282 |
+
Success: True
|
| 2283 |
+
# episodes completed so far: 453
|
| 2284 |
+
# successes: 443 (97.8%)
|
| 2285 |
+
|
| 2286 |
+
Task: put the wine bottle on the rack
|
| 2287 |
+
Success: True
|
| 2288 |
+
# episodes completed so far: 454
|
| 2289 |
+
# successes: 444 (97.8%)
|
| 2290 |
+
|
| 2291 |
+
Task: put the wine bottle on the rack
|
| 2292 |
+
Success: True
|
| 2293 |
+
# episodes completed so far: 455
|
| 2294 |
+
# successes: 445 (97.8%)
|
| 2295 |
+
|
| 2296 |
+
Task: put the wine bottle on the rack
|
| 2297 |
+
Success: True
|
| 2298 |
+
# episodes completed so far: 456
|
| 2299 |
+
# successes: 446 (97.8%)
|
| 2300 |
+
|
| 2301 |
+
Task: put the wine bottle on the rack
|
| 2302 |
+
Success: True
|
| 2303 |
+
# episodes completed so far: 457
|
| 2304 |
+
# successes: 447 (97.8%)
|
| 2305 |
+
|
| 2306 |
+
Task: put the wine bottle on the rack
|
| 2307 |
+
Success: True
|
| 2308 |
+
# episodes completed so far: 458
|
| 2309 |
+
# successes: 448 (97.8%)
|
| 2310 |
+
|
| 2311 |
+
Task: put the wine bottle on the rack
|
| 2312 |
+
Success: True
|
| 2313 |
+
# episodes completed so far: 459
|
| 2314 |
+
# successes: 449 (97.8%)
|
| 2315 |
+
|
| 2316 |
+
Task: put the wine bottle on the rack
|
| 2317 |
+
Success: True
|
| 2318 |
+
# episodes completed so far: 460
|
| 2319 |
+
# successes: 450 (97.8%)
|
| 2320 |
+
|
| 2321 |
+
Task: put the wine bottle on the rack
|
| 2322 |
+
Success: True
|
| 2323 |
+
# episodes completed so far: 461
|
| 2324 |
+
# successes: 451 (97.8%)
|
| 2325 |
+
|
| 2326 |
+
Task: put the wine bottle on the rack
|
| 2327 |
+
Success: True
|
| 2328 |
+
# episodes completed so far: 462
|
| 2329 |
+
# successes: 452 (97.8%)
|
| 2330 |
+
|
| 2331 |
+
Task: put the wine bottle on the rack
|
| 2332 |
+
Success: True
|
| 2333 |
+
# episodes completed so far: 463
|
| 2334 |
+
# successes: 453 (97.8%)
|
| 2335 |
+
|
| 2336 |
+
Task: put the wine bottle on the rack
|
| 2337 |
+
Success: True
|
| 2338 |
+
# episodes completed so far: 464
|
| 2339 |
+
# successes: 454 (97.8%)
|
| 2340 |
+
|
| 2341 |
+
Task: put the wine bottle on the rack
|
| 2342 |
+
Success: False
|
| 2343 |
+
# episodes completed so far: 465
|
| 2344 |
+
# successes: 454 (97.6%)
|
| 2345 |
+
|
| 2346 |
+
Task: put the wine bottle on the rack
|
| 2347 |
+
Success: True
|
| 2348 |
+
# episodes completed so far: 466
|
| 2349 |
+
# successes: 455 (97.6%)
|
| 2350 |
+
|
| 2351 |
+
Task: put the wine bottle on the rack
|
| 2352 |
+
Success: True
|
| 2353 |
+
# episodes completed so far: 467
|
| 2354 |
+
# successes: 456 (97.6%)
|
| 2355 |
+
|
| 2356 |
+
Task: put the wine bottle on the rack
|
| 2357 |
+
Success: True
|
| 2358 |
+
# episodes completed so far: 468
|
| 2359 |
+
# successes: 457 (97.6%)
|
| 2360 |
+
|
| 2361 |
+
Task: put the wine bottle on the rack
|
| 2362 |
+
Success: True
|
| 2363 |
+
# episodes completed so far: 469
|
| 2364 |
+
# successes: 458 (97.7%)
|
| 2365 |
+
|
| 2366 |
+
Task: put the wine bottle on the rack
|
| 2367 |
+
Success: True
|
| 2368 |
+
# episodes completed so far: 470
|
| 2369 |
+
# successes: 459 (97.7%)
|
| 2370 |
+
|
| 2371 |
+
Task: put the wine bottle on the rack
|
| 2372 |
+
Success: True
|
| 2373 |
+
# episodes completed so far: 471
|
| 2374 |
+
# successes: 460 (97.7%)
|
| 2375 |
+
|
| 2376 |
+
Task: put the wine bottle on the rack
|
| 2377 |
+
Success: True
|
| 2378 |
+
# episodes completed so far: 472
|
| 2379 |
+
# successes: 461 (97.7%)
|
| 2380 |
+
|
| 2381 |
+
Task: put the wine bottle on the rack
|
| 2382 |
+
Success: True
|
| 2383 |
+
# episodes completed so far: 473
|
| 2384 |
+
# successes: 462 (97.7%)
|
| 2385 |
+
|
| 2386 |
+
Task: put the wine bottle on the rack
|
| 2387 |
+
Success: True
|
| 2388 |
+
# episodes completed so far: 474
|
| 2389 |
+
# successes: 463 (97.7%)
|
| 2390 |
+
|
| 2391 |
+
Task: put the wine bottle on the rack
|
| 2392 |
+
Success: True
|
| 2393 |
+
# episodes completed so far: 475
|
| 2394 |
+
# successes: 464 (97.7%)
|
| 2395 |
+
|
| 2396 |
+
Task: put the wine bottle on the rack
|
| 2397 |
+
Success: True
|
| 2398 |
+
# episodes completed so far: 476
|
| 2399 |
+
# successes: 465 (97.7%)
|
| 2400 |
+
|
| 2401 |
+
Task: put the wine bottle on the rack
|
| 2402 |
+
Success: True
|
| 2403 |
+
# episodes completed so far: 477
|
| 2404 |
+
# successes: 466 (97.7%)
|
| 2405 |
+
|
| 2406 |
+
Task: put the wine bottle on the rack
|
| 2407 |
+
Success: True
|
| 2408 |
+
# episodes completed so far: 478
|
| 2409 |
+
# successes: 467 (97.7%)
|
| 2410 |
+
|
| 2411 |
+
Task: put the wine bottle on the rack
|
| 2412 |
+
Success: True
|
| 2413 |
+
# episodes completed so far: 479
|
| 2414 |
+
# successes: 468 (97.7%)
|
| 2415 |
+
|
| 2416 |
+
Task: put the wine bottle on the rack
|
| 2417 |
+
Success: True
|
| 2418 |
+
# episodes completed so far: 480
|
| 2419 |
+
# successes: 469 (97.7%)
|
| 2420 |
+
|
| 2421 |
+
Task: put the wine bottle on the rack
|
| 2422 |
+
Success: True
|
| 2423 |
+
# episodes completed so far: 481
|
| 2424 |
+
# successes: 470 (97.7%)
|
| 2425 |
+
|
| 2426 |
+
Task: put the wine bottle on the rack
|
| 2427 |
+
Success: True
|
| 2428 |
+
# episodes completed so far: 482
|
| 2429 |
+
# successes: 471 (97.7%)
|
| 2430 |
+
|
| 2431 |
+
Task: put the wine bottle on the rack
|
| 2432 |
+
Success: True
|
| 2433 |
+
# episodes completed so far: 483
|
| 2434 |
+
# successes: 472 (97.7%)
|
| 2435 |
+
|
| 2436 |
+
Task: put the wine bottle on the rack
|
| 2437 |
+
Success: True
|
| 2438 |
+
# episodes completed so far: 484
|
| 2439 |
+
# successes: 473 (97.7%)
|
| 2440 |
+
|
| 2441 |
+
Task: put the wine bottle on the rack
|
| 2442 |
+
Success: True
|
| 2443 |
+
# episodes completed so far: 485
|
| 2444 |
+
# successes: 474 (97.7%)
|
| 2445 |
+
|
| 2446 |
+
Task: put the wine bottle on the rack
|
| 2447 |
+
Success: True
|
| 2448 |
+
# episodes completed so far: 486
|
| 2449 |
+
# successes: 475 (97.7%)
|
| 2450 |
+
|
| 2451 |
+
Task: put the wine bottle on the rack
|
| 2452 |
+
Success: True
|
| 2453 |
+
# episodes completed so far: 487
|
| 2454 |
+
# successes: 476 (97.7%)
|
| 2455 |
+
|
| 2456 |
+
Task: put the wine bottle on the rack
|
| 2457 |
+
Success: True
|
| 2458 |
+
# episodes completed so far: 488
|
| 2459 |
+
# successes: 477 (97.7%)
|
| 2460 |
+
|
| 2461 |
+
Task: put the wine bottle on the rack
|
| 2462 |
+
Success: False
|
| 2463 |
+
# episodes completed so far: 489
|
| 2464 |
+
# successes: 477 (97.5%)
|
| 2465 |
+
|
| 2466 |
+
Task: put the wine bottle on the rack
|
| 2467 |
+
Success: True
|
| 2468 |
+
# episodes completed so far: 490
|
| 2469 |
+
# successes: 478 (97.6%)
|
| 2470 |
+
|
| 2471 |
+
Task: put the wine bottle on the rack
|
| 2472 |
+
Success: True
|
| 2473 |
+
# episodes completed so far: 491
|
| 2474 |
+
# successes: 479 (97.6%)
|
| 2475 |
+
|
| 2476 |
+
Task: put the wine bottle on the rack
|
| 2477 |
+
Success: True
|
| 2478 |
+
# episodes completed so far: 492
|
| 2479 |
+
# successes: 480 (97.6%)
|
| 2480 |
+
|
| 2481 |
+
Task: put the wine bottle on the rack
|
| 2482 |
+
Success: True
|
| 2483 |
+
# episodes completed so far: 493
|
| 2484 |
+
# successes: 481 (97.6%)
|
| 2485 |
+
|
| 2486 |
+
Task: put the wine bottle on the rack
|
| 2487 |
+
Success: True
|
| 2488 |
+
# episodes completed so far: 494
|
| 2489 |
+
# successes: 482 (97.6%)
|
| 2490 |
+
|
| 2491 |
+
Task: put the wine bottle on the rack
|
| 2492 |
+
Success: True
|
| 2493 |
+
# episodes completed so far: 495
|
| 2494 |
+
# successes: 483 (97.6%)
|
| 2495 |
+
|
| 2496 |
+
Task: put the wine bottle on the rack
|
| 2497 |
+
Success: True
|
| 2498 |
+
# episodes completed so far: 496
|
| 2499 |
+
# successes: 484 (97.6%)
|
| 2500 |
+
|
| 2501 |
+
Task: put the wine bottle on the rack
|
| 2502 |
+
Success: True
|
| 2503 |
+
# episodes completed so far: 497
|
| 2504 |
+
# successes: 485 (97.6%)
|
| 2505 |
+
|
| 2506 |
+
Task: put the wine bottle on the rack
|
| 2507 |
+
Success: True
|
| 2508 |
+
# episodes completed so far: 498
|
| 2509 |
+
# successes: 486 (97.6%)
|
| 2510 |
+
|
| 2511 |
+
Task: put the wine bottle on the rack
|
| 2512 |
+
Success: True
|
| 2513 |
+
# episodes completed so far: 499
|
| 2514 |
+
# successes: 487 (97.6%)
|
| 2515 |
+
|
| 2516 |
+
Task: put the wine bottle on the rack
|
| 2517 |
+
Success: True
|
| 2518 |
+
# episodes completed so far: 500
|
| 2519 |
+
# successes: 488 (97.6%)
|
| 2520 |
+
Current task success rate: 0.96
|
| 2521 |
+
Current total success rate: 0.976
|
libero_goal_2B_mee1e1/starvla_qwen_dual/libero_goal.log
ADDED
|
@@ -0,0 +1,300 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Step 100, Loss: {'mse_loss': 1.1074929237365723, 'mee_loss': 6.073934078216553, 'totoal_loss': 1.1074929237365723, 'data_time': 0.016925030970014632, 'model_time': 0.9790153909707442, 'learning_rate': 2.0000000000000002e-07, 'epoch': 0.25})
|
| 2 |
+
Step 200, Loss: {'mse_loss': 0.7642120718955994, 'mee_loss': 5.599535942077637, 'totoal_loss': 0.7642120718955994, 'data_time': 0.016202362021431327, 'model_time': 0.9844741099514067, 'learning_rate': 4.0000000000000003e-07, 'epoch': 0.49})
|
| 3 |
+
Step 300, Loss: {'mse_loss': 0.5568580031394958, 'mee_loss': 4.771164417266846, 'totoal_loss': 0.5568580031394958, 'data_time': 0.014446796965785325, 'model_time': 0.9956448340089992, 'learning_rate': 6.000000000000001e-07, 'epoch': 0.74})
|
| 4 |
+
Step 400, Loss: {'mse_loss': 0.42077210545539856, 'mee_loss': 4.219897270202637, 'totoal_loss': 0.42077210545539856, 'data_time': 0.014907025964930654, 'model_time': 0.9531437429832295, 'learning_rate': 8.000000000000001e-07, 'epoch': 0.99})
|
| 5 |
+
Step 500, Loss: {'mse_loss': 0.3149944841861725, 'mee_loss': 3.4648687839508057, 'totoal_loss': 0.3149944841861725, 'data_time': 0.008436233038082719, 'model_time': 0.9795471089892089, 'learning_rate': 1.0000000000000002e-06, 'epoch': 1.23})
|
| 6 |
+
Step 600, Loss: {'mse_loss': 0.23316113650798798, 'mee_loss': 2.7196195125579834, 'totoal_loss': 0.23316113650798798, 'data_time': 0.008190038031898439, 'model_time': 1.012686118017882, 'learning_rate': 1.2000000000000002e-06, 'epoch': 1.48})
|
| 7 |
+
Step 700, Loss: {'mse_loss': 0.24553027749061584, 'mee_loss': 2.5186514854431152, 'totoal_loss': 0.24553027749061584, 'data_time': 0.008878248976543546, 'model_time': 0.9846632889239118, 'learning_rate': 1.4000000000000001e-06, 'epoch': 1.72})
|
| 8 |
+
Step 800, Loss: {'mse_loss': 0.24836911261081696, 'mee_loss': 2.4562387466430664, 'totoal_loss': 0.24836911261081696, 'data_time': 0.010423772968351841, 'model_time': 1.0113333360059187, 'learning_rate': 1.6000000000000001e-06, 'epoch': 1.97})
|
| 9 |
+
Step 900, Loss: {'mse_loss': 0.10514334589242935, 'mee_loss': 1.587968111038208, 'totoal_loss': 0.10514334589242935, 'data_time': 0.02154707198496908, 'model_time': 0.9530444139381871, 'learning_rate': 1.8000000000000001e-06, 'epoch': 2.22})
|
| 10 |
+
Step 1000, Loss: {'mse_loss': 0.10718918591737747, 'mee_loss': 1.5037059783935547, 'totoal_loss': 0.10718918591737747, 'data_time': 0.0209393649129197, 'model_time': 0.9641091950470582, 'learning_rate': 2.0000000000000003e-06, 'epoch': 2.46})
|
| 11 |
+
Step 1100, Loss: {'mse_loss': 0.07904238998889923, 'mee_loss': 1.3222784996032715, 'totoal_loss': 0.07904238998889923, 'data_time': 0.02082347695250064, 'model_time': 0.9639410800300539, 'learning_rate': 2.2e-06, 'epoch': 2.71})
|
| 12 |
+
Step 1200, Loss: {'mse_loss': 0.1296556293964386, 'mee_loss': 1.6495676040649414, 'totoal_loss': 0.1296556293964386, 'data_time': 0.02162583393510431, 'model_time': 0.9542949569877237, 'learning_rate': 2.4000000000000003e-06, 'epoch': 2.96})
|
| 13 |
+
Step 1300, Loss: {'mse_loss': 0.14395712316036224, 'mee_loss': 1.7545380592346191, 'totoal_loss': 0.14395712316036224, 'data_time': 0.00827778794337064, 'model_time': 1.0575146480696276, 'learning_rate': 2.6e-06, 'epoch': 3.2})
|
| 14 |
+
Step 1400, Loss: {'mse_loss': 0.12128293514251709, 'mee_loss': 1.6394277811050415, 'totoal_loss': 0.12128293514251709, 'data_time': 0.009507829090580344, 'model_time': 0.9837496500695124, 'learning_rate': 2.8000000000000003e-06, 'epoch': 3.45})
|
| 15 |
+
Step 1500, Loss: {'mse_loss': 0.15316817164421082, 'mee_loss': 1.7969155311584473, 'totoal_loss': 0.15316817164421082, 'data_time': 0.008361343992874026, 'model_time': 0.9634736690204591, 'learning_rate': 3e-06, 'epoch': 3.69})
|
| 16 |
+
Step 1600, Loss: {'mse_loss': 0.09326928108930588, 'mee_loss': 1.4402996301651, 'totoal_loss': 0.09326928108930588, 'data_time': 0.00869648705702275, 'model_time': 0.9713541169185191, 'learning_rate': 3.2000000000000003e-06, 'epoch': 3.94})
|
| 17 |
+
Step 1700, Loss: {'mse_loss': 0.1167401447892189, 'mee_loss': 1.44608736038208, 'totoal_loss': 0.1167401447892189, 'data_time': 0.008346020011231303, 'model_time': 0.9960735869826749, 'learning_rate': 3.4000000000000005e-06, 'epoch': 4.19})
|
| 18 |
+
Step 1800, Loss: {'mse_loss': 0.07709845900535583, 'mee_loss': 1.093320369720459, 'totoal_loss': 0.07709845900535583, 'data_time': 0.008387077949009836, 'model_time': 0.9800381270470098, 'learning_rate': 3.6000000000000003e-06, 'epoch': 4.43})
|
| 19 |
+
Step 1900, Loss: {'mse_loss': 0.10935693979263306, 'mee_loss': 1.5110092163085938, 'totoal_loss': 0.10935693979263306, 'data_time': 0.0074512079590931535, 'model_time': 0.9884530719136819, 'learning_rate': 3.8000000000000005e-06, 'epoch': 4.68})
|
| 20 |
+
Step 2000, Loss: {'mse_loss': 0.08853830397129059, 'mee_loss': 1.3376963138580322, 'totoal_loss': 0.08853830397129059, 'data_time': 0.009295294061303139, 'model_time': 1.0088623999617994, 'learning_rate': 4.000000000000001e-06, 'epoch': 4.93})
|
| 21 |
+
Step 2100, Loss: {'mse_loss': 0.09085970371961594, 'mee_loss': 1.330214023590088, 'totoal_loss': 0.09085970371961594, 'data_time': 0.0002861620159819722, 'model_time': 0.9868908539647236, 'learning_rate': 4.2000000000000004e-06, 'epoch': 5.17})
|
| 22 |
+
Step 2200, Loss: {'mse_loss': 0.11622298508882523, 'mee_loss': 1.3625195026397705, 'totoal_loss': 0.11622298508882523, 'data_time': 0.0002785800024867058, 'model_time': 0.9739880790002644, 'learning_rate': 4.4e-06, 'epoch': 5.42})
|
| 23 |
+
Step 2300, Loss: {'mse_loss': 0.12997733056545258, 'mee_loss': 1.3568756580352783, 'totoal_loss': 0.12997733056545258, 'data_time': 0.0003210189752280712, 'model_time': 1.0377863829489797, 'learning_rate': 4.600000000000001e-06, 'epoch': 5.67})
|
| 24 |
+
Step 2400, Loss: {'mse_loss': 0.08672276884317398, 'mee_loss': 1.1969667673110962, 'totoal_loss': 0.08672276884317398, 'data_time': 0.00032263004686683416, 'model_time': 0.9730801400728524, 'learning_rate': 4.800000000000001e-06, 'epoch': 5.91})
|
| 25 |
+
Step 2500, Loss: {'mse_loss': 0.07194733619689941, 'mee_loss': 1.115365743637085, 'totoal_loss': 0.07194733619689941, 'data_time': 0.024440223001874983, 'model_time': 1.0010147410212085, 'learning_rate': 5e-06, 'epoch': 6.16})
|
| 26 |
+
Step 2600, Loss: {'mse_loss': 0.12349895387887955, 'mee_loss': 1.3000291585922241, 'totoal_loss': 0.12349895387887955, 'data_time': 0.022862158017233014, 'model_time': 1.0624110649805516, 'learning_rate': 5.2e-06, 'epoch': 6.4})
|
| 27 |
+
Step 2700, Loss: {'mse_loss': 0.09092138707637787, 'mee_loss': 1.0653722286224365, 'totoal_loss': 0.09092138707637787, 'data_time': 0.021946605062112212, 'model_time': 0.9673402290791273, 'learning_rate': 5.400000000000001e-06, 'epoch': 6.65})
|
| 28 |
+
Step 2800, Loss: {'mse_loss': 0.07509179413318634, 'mee_loss': 1.0312455892562866, 'totoal_loss': 0.07509179413318634, 'data_time': 0.02088963706046343, 'model_time': 1.0012772269546986, 'learning_rate': 5.600000000000001e-06, 'epoch': 6.9})
|
| 29 |
+
Step 2900, Loss: {'mse_loss': 0.07186203449964523, 'mee_loss': 1.0431751012802124, 'totoal_loss': 0.07186203449964523, 'data_time': 0.00029514601919800043, 'model_time': 1.006429031956941, 'learning_rate': 5.8e-06, 'epoch': 7.14})
|
| 30 |
+
Step 3000, Loss: {'mse_loss': 0.0660700723528862, 'mee_loss': 1.0697312355041504, 'totoal_loss': 0.0660700723528862, 'data_time': 0.0002772769657894969, 'model_time': 1.0158267739461735, 'learning_rate': 6e-06, 'epoch': 7.39})
|
| 31 |
+
Step 3100, Loss: {'mse_loss': 0.04938992112874985, 'mee_loss': 0.7829785943031311, 'totoal_loss': 0.04938992112874985, 'data_time': 0.0003735451027750969, 'model_time': 0.9811320500448346, 'learning_rate': 6.200000000000001e-06, 'epoch': 7.64})
|
| 32 |
+
Step 3200, Loss: {'mse_loss': 0.0672190710902214, 'mee_loss': 0.9243298768997192, 'totoal_loss': 0.0672190710902214, 'data_time': 0.00031211692839860916, 'model_time': 0.9825145109789446, 'learning_rate': 6.4000000000000006e-06, 'epoch': 7.88})
|
| 33 |
+
Step 3300, Loss: {'mse_loss': 0.0427091009914875, 'mee_loss': 0.7132357954978943, 'totoal_loss': 0.0427091009914875, 'data_time': 0.015968564082868397, 'model_time': 0.9736289110733196, 'learning_rate': 6.600000000000001e-06, 'epoch': 8.13})
|
| 34 |
+
Step 3400, Loss: {'mse_loss': 0.07515506446361542, 'mee_loss': 0.9683436751365662, 'totoal_loss': 0.07515506446361542, 'data_time': 0.017986665945500135, 'model_time': 0.9856240410590544, 'learning_rate': 6.800000000000001e-06, 'epoch': 8.37})
|
| 35 |
+
Step 3500, Loss: {'mse_loss': 0.09096355736255646, 'mee_loss': 1.1444095373153687, 'totoal_loss': 0.09096355736255646, 'data_time': 0.01692189008463174, 'model_time': 1.083639579010196, 'learning_rate': 7e-06, 'epoch': 8.62})
|
| 36 |
+
Step 3600, Loss: {'mse_loss': 0.06723359227180481, 'mee_loss': 0.9661694765090942, 'totoal_loss': 0.06723359227180481, 'data_time': 0.016200133017264307, 'model_time': 1.023223634925671, 'learning_rate': 7.2000000000000005e-06, 'epoch': 8.87})
|
| 37 |
+
Step 3700, Loss: {'mse_loss': 0.048761796206235886, 'mee_loss': 0.7849138975143433, 'totoal_loss': 0.048761796206235886, 'data_time': 0.007688640966080129, 'model_time': 0.9708595219999552, 'learning_rate': 7.4e-06, 'epoch': 9.11})
|
| 38 |
+
Step 3800, Loss: {'mse_loss': 0.049519170075654984, 'mee_loss': 0.7883972525596619, 'totoal_loss': 0.049519170075654984, 'data_time': 0.008508565020747483, 'model_time': 1.0179208930348977, 'learning_rate': 7.600000000000001e-06, 'epoch': 9.36})
|
| 39 |
+
Step 3900, Loss: {'mse_loss': 0.05991487205028534, 'mee_loss': 0.8882505297660828, 'totoal_loss': 0.05991487205028534, 'data_time': 0.008174804970622063, 'model_time': 0.979689753963612, 'learning_rate': 7.800000000000002e-06, 'epoch': 9.61})
|
| 40 |
+
Step 4000, Loss: {'mse_loss': 0.04980406537652016, 'mee_loss': 0.7824143171310425, 'totoal_loss': 0.04980406537652016, 'data_time': 0.007955768029205501, 'model_time': 0.965625761076808, 'learning_rate': 8.000000000000001e-06, 'epoch': 9.85})
|
| 41 |
+
Step 4100, Loss: {'mse_loss': 0.07255224138498306, 'mee_loss': 0.9443912506103516, 'totoal_loss': 0.07255224138498306, 'data_time': 0.014715477009303868, 'model_time': 1.008010201039724, 'learning_rate': 8.2e-06, 'epoch': 10.1})
|
| 42 |
+
Step 4200, Loss: {'mse_loss': 0.033534955233335495, 'mee_loss': 0.5644902586936951, 'totoal_loss': 0.033534955233335495, 'data_time': 0.014678138075396419, 'model_time': 1.0010307399788871, 'learning_rate': 8.400000000000001e-06, 'epoch': 10.34})
|
| 43 |
+
Step 4300, Loss: {'mse_loss': 0.056414976716041565, 'mee_loss': 0.9160414934158325, 'totoal_loss': 0.056414976716041565, 'data_time': 0.013450533035211265, 'model_time': 0.9940971300238743, 'learning_rate': 8.6e-06, 'epoch': 10.59})
|
| 44 |
+
Step 4400, Loss: {'mse_loss': 0.06634103506803513, 'mee_loss': 0.8523572683334351, 'totoal_loss': 0.06634103506803513, 'data_time': 0.013322676066309214, 'model_time': 0.9775462290272117, 'learning_rate': 8.8e-06, 'epoch': 10.84})
|
| 45 |
+
Step 4500, Loss: {'mse_loss': 0.060213908553123474, 'mee_loss': 0.7690557241439819, 'totoal_loss': 0.060213908553123474, 'data_time': 0.007940770010463893, 'model_time': 1.0526877640513703, 'learning_rate': 9e-06, 'epoch': 11.08})
|
| 46 |
+
Step 4600, Loss: {'mse_loss': 0.04914668947458267, 'mee_loss': 0.7795600891113281, 'totoal_loss': 0.04914668947458267, 'data_time': 0.007120552007108927, 'model_time': 0.9680012840544805, 'learning_rate': 9.200000000000002e-06, 'epoch': 11.33})
|
| 47 |
+
Step 4700, Loss: {'mse_loss': 0.03944867476820946, 'mee_loss': 0.6987102627754211, 'totoal_loss': 0.03944867476820946, 'data_time': 0.007641051081009209, 'model_time': 1.2789870150154456, 'learning_rate': 9.4e-06, 'epoch': 11.58})
|
| 48 |
+
Step 4800, Loss: {'mse_loss': 0.06488826870918274, 'mee_loss': 0.8307468295097351, 'totoal_loss': 0.06488826870918274, 'data_time': 0.008343517896719277, 'model_time': 1.0853576159570366, 'learning_rate': 9.600000000000001e-06, 'epoch': 11.82})
|
| 49 |
+
Step 4900, Loss: {'mse_loss': 0.04892081394791603, 'mee_loss': 0.7356992363929749, 'totoal_loss': 0.04892081394791603, 'data_time': 0.016761042992584407, 'model_time': 0.9942310740007088, 'learning_rate': 9.800000000000001e-06, 'epoch': 12.07})
|
| 50 |
+
Step 5000, Loss: {'mse_loss': 0.06636565178632736, 'mee_loss': 0.736092746257782, 'totoal_loss': 7.427293300628662, 'data_time': 0.015973271103575826, 'model_time': 1.0826656109420583, 'learning_rate': 1e-05, 'epoch': 12.32})
|
| 51 |
+
Step 5100, Loss: {'mse_loss': 0.041824933141469955, 'mee_loss': 0.6524479389190674, 'totoal_loss': 6.5663042068481445, 'data_time': 0.017105423961766064, 'model_time': 0.9835313680814579, 'learning_rate': 9.999615090493604e-06, 'epoch': 12.56})
|
| 52 |
+
Step 5200, Loss: {'mse_loss': 0.04398767277598381, 'mee_loss': 0.6946954727172852, 'totoal_loss': 6.990942478179932, 'data_time': 0.017954968963749707, 'model_time': 0.9759130169404671, 'learning_rate': 9.998460422756089e-06, 'epoch': 12.81})
|
| 53 |
+
Step 5300, Loss: {'mse_loss': 0.04089238867163658, 'mee_loss': 0.6940955519676208, 'totoal_loss': 6.981848239898682, 'data_time': 0.01074905600398779, 'model_time': 0.9564077679533511, 'learning_rate': 9.996536179122874e-06, 'epoch': 13.05})
|
| 54 |
+
Step 5400, Loss: {'mse_loss': 0.037934329360723495, 'mee_loss': 0.6263721585273743, 'totoal_loss': 6.3016557693481445, 'data_time': 0.0069060970563441515, 'model_time': 0.9783004630589858, 'learning_rate': 9.993842663454337e-06, 'epoch': 13.3})
|
| 55 |
+
Step 5500, Loss: {'mse_loss': 0.04936278238892555, 'mee_loss': 0.6563258171081543, 'totoal_loss': 6.612620830535889, 'data_time': 0.010277837980538607, 'model_time': 1.0066014629555866, 'learning_rate': 9.990380301087824e-06, 'epoch': 13.55})
|
| 56 |
+
Step 5600, Loss: {'mse_loss': 0.045487694442272186, 'mee_loss': 0.6361663937568665, 'totoal_loss': 6.407151699066162, 'data_time': 0.007303766091354191, 'model_time': 0.9701021960936487, 'learning_rate': 9.986149638770493e-06, 'epoch': 13.79})
|
| 57 |
+
Step 5700, Loss: {'mse_loss': 0.07528744637966156, 'mee_loss': 0.8051215410232544, 'totoal_loss': 8.126502990722656, 'data_time': 0.016802781028673053, 'model_time': 0.9908458060817793, 'learning_rate': 9.981151344572967e-06, 'epoch': 14.04})
|
| 58 |
+
Step 5800, Loss: {'mse_loss': 0.039241690188646317, 'mee_loss': 0.6312232613563538, 'totoal_loss': 6.351474285125732, 'data_time': 0.01639837003313005, 'model_time': 1.0677361770067364, 'learning_rate': 9.975386207783839e-06, 'epoch': 14.29})
|
| 59 |
+
Step 5900, Loss: {'mse_loss': 0.03375159204006195, 'mee_loss': 0.5467233657836914, 'totoal_loss': 5.500985145568848, 'data_time': 0.01294086896814406, 'model_time': 1.0080307609168813, 'learning_rate': 9.968855138785041e-06, 'epoch': 14.53})
|
| 60 |
+
Step 6000, Loss: {'mse_loss': 0.030773084610700607, 'mee_loss': 0.5099565386772156, 'totoal_loss': 5.130338668823242, 'data_time': 0.018619511043652892, 'model_time': 0.9817945860559121, 'learning_rate': 9.961559168908081e-06, 'epoch': 14.78})
|
| 61 |
+
Step 6100, Loss: {'mse_loss': 0.04712832346558571, 'mee_loss': 0.6945223808288574, 'totoal_loss': 6.99235200881958, 'data_time': 0.000361741054803133, 'model_time': 1.01030153199099, 'learning_rate': 9.953499450271174e-06, 'epoch': 15.02})
|
| 62 |
+
Step 6200, Loss: {'mse_loss': 0.052193090319633484, 'mee_loss': 0.6668814420700073, 'totoal_loss': 6.721007823944092, 'data_time': 0.00030005001462996006, 'model_time': 0.9792459219461307, 'learning_rate': 9.944677255597332e-06, 'epoch': 15.27})
|
| 63 |
+
Step 6300, Loss: {'mse_loss': 0.05420035496354103, 'mee_loss': 0.6801278591156006, 'totoal_loss': 6.855478763580322, 'data_time': 0.0002718560863286257, 'model_time': 1.0158919859677553, 'learning_rate': 9.935093978013357e-06, 'epoch': 15.52})
|
| 64 |
+
Step 6400, Loss: {'mse_loss': 0.04883180558681488, 'mee_loss': 0.6190254092216492, 'totoal_loss': 6.239086151123047, 'data_time': 0.00033716403413563967, 'model_time': 0.9903872290160507, 'learning_rate': 9.924751130829878e-06, 'epoch': 15.76})
|
| 65 |
+
Step 6500, Loss: {'mse_loss': 0.043254729360342026, 'mee_loss': 0.6623309254646301, 'totoal_loss': 6.666563987731934, 'data_time': 0.008900588029064238, 'model_time': 0.9898252750281245, 'learning_rate': 9.91365034730236e-06, 'epoch': 16.01})
|
| 66 |
+
Step 6600, Loss: {'mse_loss': 0.05008680745959282, 'mee_loss': 0.6099239587783813, 'totoal_loss': 6.149326324462891, 'data_time': 0.00935996905900538, 'model_time': 1.0047314580297098, 'learning_rate': 9.901793380373204e-06, 'epoch': 16.26})
|
| 67 |
+
Step 6700, Loss: {'mse_loss': 0.04796334728598595, 'mee_loss': 0.5147104263305664, 'totoal_loss': 5.195067405700684, 'data_time': 0.00748055602889508, 'model_time': 0.9696188839152455, 'learning_rate': 9.889182102394944e-06, 'epoch': 16.5})
|
| 68 |
+
Step 6800, Loss: {'mse_loss': 0.05398384481668472, 'mee_loss': 0.6116641759872437, 'totoal_loss': 6.170625686645508, 'data_time': 0.007628016057424247, 'model_time': 0.9819681530352682, 'learning_rate': 9.875818504834564e-06, 'epoch': 16.75})
|
| 69 |
+
Step 6900, Loss: {'mse_loss': 0.04661818966269493, 'mee_loss': 0.5432274341583252, 'totoal_loss': 5.4788923263549805, 'data_time': 0.007674293941818178, 'model_time': 0.9599528870312497, 'learning_rate': 9.861704697959036e-06, 'epoch': 17.0})
|
| 70 |
+
Step 7000, Loss: {'mse_loss': 0.02828446589410305, 'mee_loss': 0.4716634452342987, 'totoal_loss': 4.7449188232421875, 'data_time': 0.0003085189964622259, 'model_time': 1.0016426499933004, 'learning_rate': 9.846842910502077e-06, 'epoch': 17.24})
|
| 71 |
+
Step 7100, Loss: {'mse_loss': 0.04304084926843643, 'mee_loss': 0.5490319132804871, 'totoal_loss': 5.533360004425049, 'data_time': 0.0002870860043913126, 'model_time': 0.9888066559797153, 'learning_rate': 9.831235489312212e-06, 'epoch': 17.49})
|
| 72 |
+
Step 7200, Loss: {'mse_loss': 0.03842129930853844, 'mee_loss': 0.494046688079834, 'totoal_loss': 4.978888034820557, 'data_time': 0.00030444201547652483, 'model_time': 1.0097219530725852, 'learning_rate': 9.814884898982168e-06, 'epoch': 17.73})
|
| 73 |
+
Step 7300, Loss: {'mse_loss': 0.045764703303575516, 'mee_loss': 0.6699144244194031, 'totoal_loss': 6.744909286499023, 'data_time': 0.0002496880479156971, 'model_time': 0.9338406739989296, 'learning_rate': 9.797793721459709e-06, 'epoch': 17.98})
|
| 74 |
+
Step 7400, Loss: {'mse_loss': 0.046129826456308365, 'mee_loss': 0.5058209896087646, 'totoal_loss': 5.104339599609375, 'data_time': 0.028114798944443464, 'model_time': 1.015468310099095, 'learning_rate': 9.779964655639886e-06, 'epoch': 18.23})
|
| 75 |
+
Step 7500, Loss: {'mse_loss': 0.044629357755184174, 'mee_loss': 0.5296835899353027, 'totoal_loss': 5.341465473175049, 'data_time': 0.029042099020443857, 'model_time': 0.9890403299359605, 'learning_rate': 9.761400516938874e-06, 'epoch': 18.47})
|
| 76 |
+
Step 7600, Loss: {'mse_loss': 0.03978486731648445, 'mee_loss': 0.5958148241043091, 'totoal_loss': 5.9979329109191895, 'data_time': 0.030763203976675868, 'model_time': 0.9607054610969499, 'learning_rate': 9.74210423684938e-06, 'epoch': 18.72})
|
| 77 |
+
Step 7700, Loss: {'mse_loss': 0.048326525837183, 'mee_loss': 0.5083247423171997, 'totoal_loss': 5.131573677062988, 'data_time': 0.027966783964075148, 'model_time': 0.9732155259698629, 'learning_rate': 9.722078862477715e-06, 'epoch': 18.97})
|
| 78 |
+
Step 7800, Loss: {'mse_loss': 0.022240491583943367, 'mee_loss': 0.37669774889945984, 'totoal_loss': 3.789217948913574, 'data_time': 0.006994789000600576, 'model_time': 1.01862613693811, 'learning_rate': 9.701327556062637e-06, 'epoch': 19.21})
|
| 79 |
+
Step 7900, Loss: {'mse_loss': 0.050517868250608444, 'mee_loss': 0.5331608653068542, 'totoal_loss': 5.382126808166504, 'data_time': 0.007545694010332227, 'model_time': 0.9662361129885539, 'learning_rate': 9.679853594475985e-06, 'epoch': 19.46})
|
| 80 |
+
Step 8000, Loss: {'mse_loss': 0.04009881615638733, 'mee_loss': 0.5537310242652893, 'totoal_loss': 5.577408790588379, 'data_time': 0.008211376960389316, 'model_time': 0.9696212960407138, 'learning_rate': 9.657660368705225e-06, 'epoch': 19.7})
|
| 81 |
+
Step 8100, Loss: {'mse_loss': 0.058018628507852554, 'mee_loss': 0.5710314512252808, 'totoal_loss': 5.768333435058594, 'data_time': 0.007615544949658215, 'model_time': 0.9861334509914741, 'learning_rate': 9.634751383317983e-06, 'epoch': 19.95})
|
| 82 |
+
Step 8200, Loss: {'mse_loss': 0.04438276216387749, 'mee_loss': 0.5131396055221558, 'totoal_loss': 5.175778865814209, 'data_time': 0.02193174499552697, 'model_time': 0.9751627459190786, 'learning_rate': 9.611130255908619e-06, 'epoch': 20.2})
|
| 83 |
+
Step 8300, Loss: {'mse_loss': 0.05250183865427971, 'mee_loss': 0.5785223245620728, 'totoal_loss': 5.837724685668945, 'data_time': 0.021705207065679133, 'model_time': 0.9813270890153944, 'learning_rate': 9.586800716526974e-06, 'epoch': 20.44})
|
| 84 |
+
Step 8400, Loss: {'mse_loss': 0.03058065101504326, 'mee_loss': 0.3126857280731201, 'totoal_loss': 3.157438039779663, 'data_time': 0.02184959698934108, 'model_time': 1.0308931320905685, 'learning_rate': 9.561766607089355e-06, 'epoch': 20.69})
|
| 85 |
+
Step 8500, Loss: {'mse_loss': 0.07238904386758804, 'mee_loss': 0.6390358805656433, 'totoal_loss': 6.462748050689697, 'data_time': 0.023535793996416032, 'model_time': 0.9982277769595385, 'learning_rate': 9.536031880771846e-06, 'epoch': 20.94})
|
| 86 |
+
Step 8600, Loss: {'mse_loss': 0.07987532019615173, 'mee_loss': 0.6483048796653748, 'totoal_loss': 6.562924385070801, 'data_time': 0.0002959860721603036, 'model_time': 1.0312562210019678, 'learning_rate': 9.50960060138606e-06, 'epoch': 21.18})
|
| 87 |
+
Step 8700, Loss: {'mse_loss': 0.03170450031757355, 'mee_loss': 0.4532020092010498, 'totoal_loss': 4.563724517822266, 'data_time': 0.00029444799292832613, 'model_time': 0.9765187629964203, 'learning_rate': 9.482476942737411e-06, 'epoch': 21.43})
|
| 88 |
+
Step 8800, Loss: {'mse_loss': 0.03191394731402397, 'mee_loss': 0.4627135992050171, 'totoal_loss': 4.659049987792969, 'data_time': 0.0003397249383851886, 'model_time': 0.9626275449991226, 'learning_rate': 9.45466518796603e-06, 'epoch': 21.67})
|
| 89 |
+
Step 8900, Loss: {'mse_loss': 0.03140193223953247, 'mee_loss': 0.41387230157852173, 'totoal_loss': 4.1701250076293945, 'data_time': 0.0003067910438403487, 'model_time': 1.0103910480393097, 'learning_rate': 9.426169728870399e-06, 'epoch': 21.92})
|
| 90 |
+
Step 9000, Loss: {'mse_loss': 0.039690662175416946, 'mee_loss': 0.42068907618522644, 'totoal_loss': 4.246581077575684, 'data_time': 0.022039525909349322, 'model_time': 1.0208639058982953, 'learning_rate': 9.396995065213835e-06, 'epoch': 22.17})
|
| 91 |
+
Step 9100, Loss: {'mse_loss': 0.043641429394483566, 'mee_loss': 0.49324119091033936, 'totoal_loss': 4.976053714752197, 'data_time': 0.02160123991779983, 'model_time': 0.9923220870550722, 'learning_rate': 9.367145804013938e-06, 'epoch': 22.41})
|
| 92 |
+
Step 9200, Loss: {'mse_loss': 0.019292611628770828, 'mee_loss': 0.4066295623779297, 'totoal_loss': 4.085588455200195, 'data_time': 0.02168176497798413, 'model_time': 0.9717053069034591, 'learning_rate': 9.336626658815071e-06, 'epoch': 22.66})
|
| 93 |
+
Step 9300, Loss: {'mse_loss': 0.04568091779947281, 'mee_loss': 0.49849873781204224, 'totoal_loss': 5.030668258666992, 'data_time': 0.02066431799903512, 'model_time': 0.9661700929282233, 'learning_rate': 9.305442448944056e-06, 'epoch': 22.91})
|
| 94 |
+
Step 9400, Loss: {'mse_loss': 0.04811360314488411, 'mee_loss': 0.5197978019714355, 'totoal_loss': 5.246091842651367, 'data_time': 0.00815700099337846, 'model_time': 0.9776100700255483, 'learning_rate': 9.273598098749124e-06, 'epoch': 23.15})
|
| 95 |
+
Step 9500, Loss: {'mse_loss': 0.023590587079524994, 'mee_loss': 0.3850248157978058, 'totoal_loss': 3.8738386631011963, 'data_time': 0.0073032530490309, 'model_time': 0.9795804109890014, 'learning_rate': 9.241098636822324e-06, 'epoch': 23.4})
|
| 96 |
+
Step 9600, Loss: {'mse_loss': 0.028797755017876625, 'mee_loss': 0.44839879870414734, 'totoal_loss': 4.5127854347229, 'data_time': 0.007488411967642605, 'model_time': 1.0219559030374512, 'learning_rate': 9.207949195205442e-06, 'epoch': 23.65})
|
| 97 |
+
Step 9700, Loss: {'mse_loss': 0.028987618163228035, 'mee_loss': 0.40369129180908203, 'totoal_loss': 4.0659003257751465, 'data_time': 0.007969120983034372, 'model_time': 0.9704176910454407, 'learning_rate': 9.174155008579588e-06, 'epoch': 23.89})
|
| 98 |
+
Step 9800, Loss: {'mse_loss': 0.031821735203266144, 'mee_loss': 0.40405765175819397, 'totoal_loss': 4.0723981857299805, 'data_time': 0.021026254049502313, 'model_time': 0.985157422022894, 'learning_rate': 9.139721413438583e-06, 'epoch': 24.14})
|
| 99 |
+
Step 9900, Loss: {'mse_loss': 0.04173843190073967, 'mee_loss': 0.4484262466430664, 'totoal_loss': 4.5260009765625, 'data_time': 0.026119248941540718, 'model_time': 0.9903583959676325, 'learning_rate': 9.104653847246273e-06, 'epoch': 24.38})
|
| 100 |
+
Step 10000, Loss: {'mse_loss': 0.02291036583483219, 'mee_loss': 0.3741072714328766, 'totoal_loss': 3.7639830112457275, 'data_time': 0.03176331799477339, 'model_time': 0.962315695011057, 'learning_rate': 9.068957847577869e-06, 'epoch': 24.63})
|
| 101 |
+
Step 10100, Loss: {'mse_loss': 0.036726340651512146, 'mee_loss': 0.546694278717041, 'totoal_loss': 5.503669261932373, 'data_time': 0.033432457013987005, 'model_time': 0.9658694510580972, 'learning_rate': 9.032639051245524e-06, 'epoch': 24.88})
|
| 102 |
+
Step 10200, Loss: {'mse_loss': 0.03511612117290497, 'mee_loss': 0.426642507314682, 'totoal_loss': 4.301541328430176, 'data_time': 0.0003127360250800848, 'model_time': 1.051161457085982, 'learning_rate': 8.995703193408199e-06, 'epoch': 25.12})
|
| 103 |
+
Step 10300, Loss: {'mse_loss': 0.04254521429538727, 'mee_loss': 0.4555014967918396, 'totoal_loss': 4.597560405731201, 'data_time': 0.0002955150557681918, 'model_time': 1.0119801430264488, 'learning_rate': 8.958156106666017e-06, 'epoch': 25.37})
|
| 104 |
+
Step 10400, Loss: {'mse_loss': 0.029888922348618507, 'mee_loss': 0.368276447057724, 'totoal_loss': 3.712653398513794, 'data_time': 0.00034352904185652733, 'model_time': 0.9865992650156841, 'learning_rate': 8.92000372013924e-06, 'epoch': 25.62})
|
| 105 |
+
Step 10500, Loss: {'mse_loss': 0.030115172266960144, 'mee_loss': 0.45868366956710815, 'totoal_loss': 4.616951942443848, 'data_time': 0.00029596290551126003, 'model_time': 1.0252345449989662, 'learning_rate': 8.881252058531973e-06, 'epoch': 25.86})
|
| 106 |
+
Step 10600, Loss: {'mse_loss': 0.031446415930986404, 'mee_loss': 0.46792659163475037, 'totoal_loss': 4.710712432861328, 'data_time': 0.015169668942689896, 'model_time': 1.0380420939764008, 'learning_rate': 8.841907241180809e-06, 'epoch': 26.11})
|
| 107 |
+
Step 10700, Loss: {'mse_loss': 0.026536185294389725, 'mee_loss': 0.3266913592815399, 'totoal_loss': 3.293449878692627, 'data_time': 0.014348090975545347, 'model_time': 1.0218169640284032, 'learning_rate': 8.801975481088507e-06, 'epoch': 26.35})
|
| 108 |
+
Step 10800, Loss: {'mse_loss': 0.02918674424290657, 'mee_loss': 0.44411420822143555, 'totoal_loss': 4.4703288078308105, 'data_time': 0.014320970047265291, 'model_time': 1.0010154059855267, 'learning_rate': 8.761463083942889e-06, 'epoch': 26.6})
|
| 109 |
+
Step 10900, Loss: {'mse_loss': 0.04324747994542122, 'mee_loss': 0.3572559356689453, 'totoal_loss': 3.615806818008423, 'data_time': 0.014700494008138776, 'model_time': 1.0165572239784524, 'learning_rate': 8.720376447121098e-06, 'epoch': 26.85})
|
| 110 |
+
Step 11000, Loss: {'mse_loss': 0.031073423102498055, 'mee_loss': 0.3848874866962433, 'totoal_loss': 3.879948139190674, 'data_time': 0.007524100947193801, 'model_time': 0.9652194279478863, 'learning_rate': 8.678722058679382e-06, 'epoch': 27.09})
|
| 111 |
+
Step 11100, Loss: {'mse_loss': 0.025622135028243065, 'mee_loss': 0.3901517391204834, 'totoal_loss': 3.9271395206451416, 'data_time': 0.007999074994586408, 'model_time': 1.0280431549763307, 'learning_rate': 8.636506496328546e-06, 'epoch': 27.34})
|
| 112 |
+
Step 11200, Loss: {'mse_loss': 0.03656280040740967, 'mee_loss': 0.36791712045669556, 'totoal_loss': 3.7157340049743652, 'data_time': 0.008501491043716669, 'model_time': 0.9653867200249806, 'learning_rate': 8.593736426395268e-06, 'epoch': 27.59})
|
| 113 |
+
Step 11300, Loss: {'mse_loss': 0.021218223497271538, 'mee_loss': 0.35644567012786865, 'totoal_loss': 3.585675001144409, 'data_time': 0.01163622795138508, 'model_time': 1.0498386109247804, 'learning_rate': 8.550418602769392e-06, 'epoch': 27.83})
|
| 114 |
+
Step 11400, Loss: {'mse_loss': 0.040244340896606445, 'mee_loss': 0.4980977773666382, 'totoal_loss': 5.021222114562988, 'data_time': 0.01578791404608637, 'model_time': 1.0075979200191796, 'learning_rate': 8.506559865837425e-06, 'epoch': 28.08})
|
| 115 |
+
Step 11500, Loss: {'mse_loss': 0.04347435384988785, 'mee_loss': 0.4367741644382477, 'totoal_loss': 4.411215782165527, 'data_time': 0.0162458160193637, 'model_time': 0.964544915012084, 'learning_rate': 8.462167141402359e-06, 'epoch': 28.33})
|
| 116 |
+
Step 11600, Loss: {'mse_loss': 0.01871856302022934, 'mee_loss': 0.35696330666542053, 'totoal_loss': 3.5883514881134033, 'data_time': 0.015580232022330165, 'model_time': 0.9719112479360774, 'learning_rate': 8.417247439589994e-06, 'epoch': 28.57})
|
| 117 |
+
Step 11700, Loss: {'mse_loss': 0.021618317812681198, 'mee_loss': 0.3540842533111572, 'totoal_loss': 3.5624608993530273, 'data_time': 0.013805554946884513, 'model_time': 0.9690886039752513, 'learning_rate': 8.371807853741978e-06, 'epoch': 28.82})
|
| 118 |
+
Step 11800, Loss: {'mse_loss': 0.023946892470121384, 'mee_loss': 0.41954782605171204, 'totoal_loss': 4.219425201416016, 'data_time': 0.00776248995680362, 'model_time': 0.9728850179817528, 'learning_rate': 8.325855559295663e-06, 'epoch': 29.06})
|
| 119 |
+
Step 11900, Loss: {'mse_loss': 0.015924319624900818, 'mee_loss': 0.2765461206436157, 'totoal_loss': 2.7813854217529297, 'data_time': 0.006817604065872729, 'model_time': 0.9695847689872608, 'learning_rate': 8.279397812651042e-06, 'epoch': 29.31})
|
| 120 |
+
Step 12000, Loss: {'mse_loss': 0.024185754358768463, 'mee_loss': 0.3550850450992584, 'totoal_loss': 3.57503604888916, 'data_time': 0.007717773085460067, 'model_time': 1.002742437995039, 'learning_rate': 8.232441950024864e-06, 'epoch': 29.56})
|
| 121 |
+
Step 12100, Loss: {'mse_loss': 0.04930561035871506, 'mee_loss': 0.5174694061279297, 'totoal_loss': 5.223999500274658, 'data_time': 0.00689683691598475, 'model_time': 0.9721769279567525, 'learning_rate': 8.184995386292166e-06, 'epoch': 29.8})
|
| 122 |
+
Step 12200, Loss: {'mse_loss': 0.025766100734472275, 'mee_loss': 0.3241761028766632, 'totoal_loss': 3.2675271034240723, 'data_time': 0.01714419201016426, 'model_time': 0.9894516459899023, 'learning_rate': 8.137065613815381e-06, 'epoch': 30.05})
|
| 123 |
+
Step 12300, Loss: {'mse_loss': 0.018850279971957207, 'mee_loss': 0.2739960551261902, 'totoal_loss': 2.7588109970092773, 'data_time': 0.015485959011130035, 'model_time': 0.9921259399270639, 'learning_rate': 8.088660201261203e-06, 'epoch': 30.3})
|
| 124 |
+
Step 12400, Loss: {'mse_loss': 0.02209208719432354, 'mee_loss': 0.3673928380012512, 'totoal_loss': 3.6960203647613525, 'data_time': 0.014680182910524309, 'model_time': 0.9856533489655703, 'learning_rate': 8.039786792405404e-06, 'epoch': 30.54})
|
| 125 |
+
Step 12500, Loss: {'mse_loss': 0.03123052418231964, 'mee_loss': 0.3436838984489441, 'totoal_loss': 3.468069553375244, 'data_time': 0.014523952966555953, 'model_time': 1.0689848579932004, 'learning_rate': 7.990453104925807e-06, 'epoch': 30.79})
|
| 126 |
+
Step 12600, Loss: {'mse_loss': 0.032503411173820496, 'mee_loss': 0.3247518539428711, 'totoal_loss': 3.280021905899048, 'data_time': 0.000324212945997715, 'model_time': 1.022792870993726, 'learning_rate': 7.940666929183554e-06, 'epoch': 31.03})
|
| 127 |
+
Step 12700, Loss: {'mse_loss': 0.029919274151325226, 'mee_loss': 0.34082499146461487, 'totoal_loss': 3.438169240951538, 'data_time': 0.0002995759714394808, 'model_time': 0.9758486649952829, 'learning_rate': 7.89043612699294e-06, 'epoch': 31.28})
|
| 128 |
+
Step 12800, Loss: {'mse_loss': 0.03504500910639763, 'mee_loss': 0.5244846343994141, 'totoal_loss': 5.279891490936279, 'data_time': 0.000366477994248271, 'model_time': 0.9657399989664555, 'learning_rate': 7.839768630379917e-06, 'epoch': 31.53})
|
| 129 |
+
Step 12900, Loss: {'mse_loss': 0.03819998726248741, 'mee_loss': 0.4398142099380493, 'totoal_loss': 4.436341762542725, 'data_time': 0.00039002299308776855, 'model_time': 0.9797734969761223, 'learning_rate': 7.788672440329562e-06, 'epoch': 31.77})
|
| 130 |
+
Step 13000, Loss: {'mse_loss': 0.05592925474047661, 'mee_loss': 0.48642706871032715, 'totoal_loss': 4.920199871063232, 'data_time': 0.008893930003978312, 'model_time': 0.9796634740196168, 'learning_rate': 7.737155625522608e-06, 'epoch': 32.02})
|
| 131 |
+
Step 13100, Loss: {'mse_loss': 0.05041234940290451, 'mee_loss': 0.439080148935318, 'totoal_loss': 4.441213607788086, 'data_time': 0.008520686998963356, 'model_time': 0.9792132549919188, 'learning_rate': 7.685226321061318e-06, 'epoch': 32.27})
|
| 132 |
+
Step 13200, Loss: {'mse_loss': 0.021286631003022194, 'mee_loss': 0.3015797734260559, 'totoal_loss': 3.0370843410491943, 'data_time': 0.007491115015000105, 'model_time': 1.0030729270074517, 'learning_rate': 7.632892727184844e-06, 'epoch': 32.51})
|
| 133 |
+
Step 13300, Loss: {'mse_loss': 0.03874262049794197, 'mee_loss': 0.3740560710430145, 'totoal_loss': 3.7793033123016357, 'data_time': 0.007541441940702498, 'model_time': 1.0694101570406929, 'learning_rate': 7.580163107974335e-06, 'epoch': 32.76})
|
| 134 |
+
Step 13400, Loss: {'mse_loss': 0.031639110296964645, 'mee_loss': 0.43112698197364807, 'totoal_loss': 4.34290885925293, 'data_time': 0.00037871801760047674, 'model_time': 1.0937734050676227, 'learning_rate': 7.527045790047922e-06, 'epoch': 33.0})
|
| 135 |
+
Step 13500, Loss: {'mse_loss': 0.042645856738090515, 'mee_loss': 0.3449360132217407, 'totoal_loss': 3.4920060634613037, 'data_time': 0.0002965099411085248, 'model_time': 0.9720922580454499, 'learning_rate': 7.473549161245862e-06, 'epoch': 33.25})
|
| 136 |
+
Step 13600, Loss: {'mse_loss': 0.021877506747841835, 'mee_loss': 0.33843570947647095, 'totoal_loss': 3.4062345027923584, 'data_time': 0.0002861010143533349, 'model_time': 0.9578002060297877, 'learning_rate': 7.419681669305998e-06, 'epoch': 33.5})
|
| 137 |
+
Step 13700, Loss: {'mse_loss': 0.0342295877635479, 'mee_loss': 0.37674838304519653, 'totoal_loss': 3.801713228225708, 'data_time': 0.0003175280289724469, 'model_time': 0.995334982057102, 'learning_rate': 7.365451820529756e-06, 'epoch': 33.74})
|
| 138 |
+
Step 13800, Loss: {'mse_loss': 0.023296033963561058, 'mee_loss': 0.2914038598537445, 'totoal_loss': 2.9373347759246826, 'data_time': 0.00024604599457234144, 'model_time': 0.9457175360294059, 'learning_rate': 7.310868178438909e-06, 'epoch': 33.99})
|
| 139 |
+
Step 13900, Loss: {'mse_loss': 0.03924326226115227, 'mee_loss': 0.42787864804267883, 'totoal_loss': 4.318029880523682, 'data_time': 0.02376007300335914, 'model_time': 0.9853037280263379, 'learning_rate': 7.2559393624232985e-06, 'epoch': 34.24})
|
| 140 |
+
Step 14000, Loss: {'mse_loss': 0.02036793902516365, 'mee_loss': 0.3192051947116852, 'totoal_loss': 3.2124197483062744, 'data_time': 0.02206023596227169, 'model_time': 0.9995901350630447, 'learning_rate': 7.2006740463797296e-06, 'epoch': 34.48})
|
| 141 |
+
Step 14100, Loss: {'mse_loss': 0.040257349610328674, 'mee_loss': 0.446632981300354, 'totoal_loss': 4.506587028503418, 'data_time': 0.020759462960995734, 'model_time': 1.0319748570909724, 'learning_rate': 7.145080957342262e-06, 'epoch': 34.73})
|
| 142 |
+
Step 14200, Loss: {'mse_loss': 0.035553835332393646, 'mee_loss': 0.3325996398925781, 'totoal_loss': 3.3615503311157227, 'data_time': 0.021711446926929057, 'model_time': 0.9763377010822296, 'learning_rate': 7.0891688741041065e-06, 'epoch': 34.98})
|
| 143 |
+
Step 14300, Loss: {'mse_loss': 0.028675027191638947, 'mee_loss': 0.29034224152565, 'totoal_loss': 2.9320974349975586, 'data_time': 0.01413013506680727, 'model_time': 0.9727667549159378, 'learning_rate': 7.032946625831363e-06, 'epoch': 35.22})
|
| 144 |
+
Step 14400, Loss: {'mse_loss': 0.02385956421494484, 'mee_loss': 0.3000235855579376, 'totoal_loss': 3.024095296859741, 'data_time': 0.013429122976958752, 'model_time': 0.9862071279203519, 'learning_rate': 6.976423090668781e-06, 'epoch': 35.47})
|
| 145 |
+
Step 14500, Loss: {'mse_loss': 0.028661856427788734, 'mee_loss': 0.3824222683906555, 'totoal_loss': 3.852884531021118, 'data_time': 0.014824672020040452, 'model_time': 0.9797256130259484, 'learning_rate': 6.919607194337806e-06, 'epoch': 35.71})
|
| 146 |
+
Step 14600, Loss: {'mse_loss': 0.025300992652773857, 'mee_loss': 0.31596288084983826, 'totoal_loss': 3.184929847717285, 'data_time': 0.013557097990997136, 'model_time': 1.0067672219593078, 'learning_rate': 6.8625079087270976e-06, 'epoch': 35.96})
|
| 147 |
+
Step 14700, Loss: {'mse_loss': 0.03563458472490311, 'mee_loss': 0.3592401444911957, 'totoal_loss': 3.6280360221862793, 'data_time': 0.02188963897060603, 'model_time': 0.9597605980234221, 'learning_rate': 6.8051342504757714e-06, 'epoch': 36.21})
|
| 148 |
+
Step 14800, Loss: {'mse_loss': 0.027320215478539467, 'mee_loss': 0.31594783067703247, 'totoal_loss': 3.186798334121704, 'data_time': 0.008095878991298378, 'model_time': 0.9797245729714632, 'learning_rate': 6.747495279549561e-06, 'epoch': 36.45})
|
| 149 |
+
Step 14900, Loss: {'mse_loss': 0.03961774334311485, 'mee_loss': 0.47545382380485535, 'totoal_loss': 4.794155597686768, 'data_time': 0.007995381020009518, 'model_time': 1.0263061280129477, 'learning_rate': 6.6896000978101465e-06, 'epoch': 36.7})
|
| 150 |
+
Step 15000, Loss: {'mse_loss': 0.015327262692153454, 'mee_loss': 0.3129906952381134, 'totoal_loss': 3.1452341079711914, 'data_time': 0.008819523034617305, 'model_time': 1.010007580043748, 'learning_rate': 6.631457847577869e-06, 'epoch': 36.95})
|
| 151 |
+
Step 15100, Loss: {'mse_loss': 0.025455109775066376, 'mee_loss': 0.41932669281959534, 'totoal_loss': 4.218721866607666, 'data_time': 0.00030347099527716637, 'model_time': 1.0688353879377246, 'learning_rate': 6.573077710188046e-06, 'epoch': 37.19})
|
| 152 |
+
Step 15200, Loss: {'mse_loss': 0.017049644142389297, 'mee_loss': 0.265687495470047, 'totoal_loss': 2.673924446105957, 'data_time': 0.00029829004779458046, 'model_time': 0.9577016739640385, 'learning_rate': 6.5144689045411345e-06, 'epoch': 37.44})
|
| 153 |
+
Step 15300, Loss: {'mse_loss': 0.03904157504439354, 'mee_loss': 0.3372175991535187, 'totoal_loss': 3.411217451095581, 'data_time': 0.0003170520067214966, 'model_time': 0.9834312950260937, 'learning_rate': 6.455640685646961e-06, 'epoch': 37.68})
|
| 154 |
+
Step 15400, Loss: {'mse_loss': 0.022405076771974564, 'mee_loss': 0.28356054425239563, 'totoal_loss': 2.8580105304718018, 'data_time': 0.00031139294151216745, 'model_time': 1.020643630065024, 'learning_rate': 6.396602343163248e-06, 'epoch': 37.93})
|
| 155 |
+
Step 15500, Loss: {'mse_loss': 0.022883305326104164, 'mee_loss': 0.27184194326400757, 'totoal_loss': 2.741302967071533, 'data_time': 0.01397746300790459, 'model_time': 1.014020937960595, 'learning_rate': 6.337363199928669e-06, 'epoch': 38.18})
|
| 156 |
+
Step 15600, Loss: {'mse_loss': 0.027884962037205696, 'mee_loss': 0.3785310983657837, 'totoal_loss': 3.8131959438323975, 'data_time': 0.014851200976409018, 'model_time': 0.9663634169846773, 'learning_rate': 6.277932610490659e-06, 'epoch': 38.42})
|
| 157 |
+
Step 15700, Loss: {'mse_loss': 0.020709751173853874, 'mee_loss': 0.2710714042186737, 'totoal_loss': 2.731423854827881, 'data_time': 0.014673938974738121, 'model_time': 1.032851657946594, 'learning_rate': 6.218319959628234e-06, 'epoch': 38.67})
|
| 158 |
+
Step 15800, Loss: {'mse_loss': 0.02715877816081047, 'mee_loss': 0.3432644009590149, 'totoal_loss': 3.4598026275634766, 'data_time': 0.016280089039355516, 'model_time': 0.9572535919724032, 'learning_rate': 6.158534660870018e-06, 'epoch': 38.92})
|
| 159 |
+
Step 15900, Loss: {'mse_loss': 0.03666695952415466, 'mee_loss': 0.3130365014076233, 'totoal_loss': 3.167031764984131, 'data_time': 0.008266487973742187, 'model_time': 0.9977763489587232, 'learning_rate': 6.0985861550077345e-06, 'epoch': 39.16})
|
| 160 |
+
Step 16000, Loss: {'mse_loss': 0.012539432384073734, 'mee_loss': 0.20185543596744537, 'totoal_loss': 2.0310938358306885, 'data_time': 0.007149706012569368, 'model_time': 0.9950677539454773, 'learning_rate': 6.0384839086054095e-06, 'epoch': 39.41})
|
| 161 |
+
Step 16100, Loss: {'mse_loss': 0.016339339315891266, 'mee_loss': 0.31245866417884827, 'totoal_loss': 3.140925884246826, 'data_time': 0.008572119055315852, 'model_time': 1.0381294660037383, 'learning_rate': 5.978237412504472e-06, 'epoch': 39.66})
|
| 162 |
+
Step 16200, Loss: {'mse_loss': 0.03931056708097458, 'mee_loss': 0.39844831824302673, 'totoal_loss': 4.023793697357178, 'data_time': 0.007694884901866317, 'model_time': 0.9643753980053589, 'learning_rate': 5.917856180325059e-06, 'epoch': 39.9})
|
| 163 |
+
Step 16300, Loss: {'mse_loss': 0.05226064845919609, 'mee_loss': 0.29116418957710266, 'totoal_loss': 2.963902473449707, 'data_time': 0.021395454998128116, 'model_time': 0.981965574901551, 'learning_rate': 5.857349746963692e-06, 'epoch': 40.15})
|
| 164 |
+
Step 16400, Loss: {'mse_loss': 0.021305788308382034, 'mee_loss': 0.3010924458503723, 'totoal_loss': 3.0322301387786865, 'data_time': 0.021526209078729153, 'model_time': 0.9708441409748048, 'learning_rate': 5.796727667087611e-06, 'epoch': 40.39})
|
| 165 |
+
Step 16500, Loss: {'mse_loss': 0.020396091043949127, 'mee_loss': 0.32361483573913574, 'totoal_loss': 3.256544351577759, 'data_time': 0.030560177052393556, 'model_time': 0.9964882489293814, 'learning_rate': 5.735999513625984e-06, 'epoch': 40.64})
|
| 166 |
+
Step 16600, Loss: {'mse_loss': 0.009598012082278728, 'mee_loss': 0.18282747268676758, 'totoal_loss': 1.8378727436065674, 'data_time': 0.02871523902285844, 'model_time': 1.041413016966544, 'learning_rate': 5.675174876258223e-06, 'epoch': 40.89})
|
| 167 |
+
Step 16700, Loss: {'mse_loss': 0.008045869879424572, 'mee_loss': 0.17977729439735413, 'totoal_loss': 1.805818796157837, 'data_time': 0.00029642798472195864, 'model_time': 0.962747109006159, 'learning_rate': 5.614263359899673e-06, 'epoch': 41.13})
|
| 168 |
+
Step 16800, Loss: {'mse_loss': 0.027016902342438698, 'mee_loss': 0.28510770201683044, 'totoal_loss': 2.878093957901001, 'data_time': 0.00027609197422862053, 'model_time': 0.9925222860183567, 'learning_rate': 5.553274583184875e-06, 'epoch': 41.38})
|
| 169 |
+
Step 16900, Loss: {'mse_loss': 0.029397007077932358, 'mee_loss': 0.31699398159980774, 'totoal_loss': 3.1993367671966553, 'data_time': 0.00035504798870533705, 'model_time': 0.9859701830428094, 'learning_rate': 5.492218176948673e-06, 'epoch': 41.63})
|
| 170 |
+
Step 17000, Loss: {'mse_loss': 0.03238292783498764, 'mee_loss': 0.3072277903556824, 'totoal_loss': 3.104660987854004, 'data_time': 0.0003252460155636072, 'model_time': 1.0074787070043385, 'learning_rate': 5.431103782705404e-06, 'epoch': 41.87})
|
| 171 |
+
Step 17100, Loss: {'mse_loss': 0.01947900280356407, 'mee_loss': 0.2724214196205139, 'totoal_loss': 2.7436931133270264, 'data_time': 0.007465873030014336, 'model_time': 1.0945085759740323, 'learning_rate': 5.369941051126377e-06, 'epoch': 42.12})
|
| 172 |
+
Step 17200, Loss: {'mse_loss': 0.012676382437348366, 'mee_loss': 0.2307436317205429, 'totoal_loss': 2.320112705230713, 'data_time': 0.007085797959007323, 'model_time': 1.014726561959833, 'learning_rate': 5.308739640515932e-06, 'epoch': 42.36})
|
| 173 |
+
Step 17300, Loss: {'mse_loss': 0.008100437931716442, 'mee_loss': 0.18908993899822235, 'totoal_loss': 1.898999810218811, 'data_time': 0.009250459959730506, 'model_time': 1.0006297500804067, 'learning_rate': 5.24750921528627e-06, 'epoch': 42.61})
|
| 174 |
+
Step 17400, Loss: {'mse_loss': 0.027324128895998, 'mee_loss': 0.27712297439575195, 'totoal_loss': 2.798553943634033, 'data_time': 0.007628927938640118, 'model_time': 0.9748734750319272, 'learning_rate': 5.186259444431344e-06, 'epoch': 42.86})
|
| 175 |
+
Step 17500, Loss: {'mse_loss': 0.011619514785706997, 'mee_loss': 0.22182795405387878, 'totoal_loss': 2.2298991680145264, 'data_time': 0.0002755579771474004, 'model_time': 0.9973613569745794, 'learning_rate': 5.125e-06, 'epoch': 43.1})
|
| 176 |
+
Step 17600, Loss: {'mse_loss': 0.015103601850569248, 'mee_loss': 0.26038822531700134, 'totoal_loss': 2.618985891342163, 'data_time': 0.0003293990157544613, 'model_time': 0.9898510149214417, 'learning_rate': 5.063740555568656e-06, 'epoch': 43.35})
|
| 177 |
+
Step 17700, Loss: {'mse_loss': 0.023532114923000336, 'mee_loss': 0.28223881125450134, 'totoal_loss': 2.8459203243255615, 'data_time': 0.00028171995654702187, 'model_time': 1.0005100260023028, 'learning_rate': 5.002490784713731e-06, 'epoch': 43.6})
|
| 178 |
+
Step 17800, Loss: {'mse_loss': 0.021122314035892487, 'mee_loss': 0.2851622402667999, 'totoal_loss': 2.872744560241699, 'data_time': 0.0002785740653052926, 'model_time': 0.980532533954829, 'learning_rate': 4.9412603594840695e-06, 'epoch': 43.84})
|
| 179 |
+
Step 17900, Loss: {'mse_loss': 0.017226912081241608, 'mee_loss': 0.29009300470352173, 'totoal_loss': 2.918156862258911, 'data_time': 0.015778370085172355, 'model_time': 1.0202700849622488, 'learning_rate': 4.8800589488736245e-06, 'epoch': 44.09})
|
| 180 |
+
Step 18000, Loss: {'mse_loss': 0.04895753785967827, 'mee_loss': 0.3591882288455963, 'totoal_loss': 3.6408398151397705, 'data_time': 0.015664880978874862, 'model_time': 0.9932489349739626, 'learning_rate': 4.818896217294598e-06, 'epoch': 44.33})
|
| 181 |
+
Step 18100, Loss: {'mse_loss': 0.01629621535539627, 'mee_loss': 0.20114484429359436, 'totoal_loss': 2.0277445316314697, 'data_time': 0.01893541298341006, 'model_time': 0.9665193650871515, 'learning_rate': 4.757781823051329e-06, 'epoch': 44.58})
|
| 182 |
+
Step 18200, Loss: {'mse_loss': 0.027918698266148567, 'mee_loss': 0.2845354378223419, 'totoal_loss': 2.8732731342315674, 'data_time': 0.01556735800113529, 'model_time': 0.9739663240034133, 'learning_rate': 4.696725416815128e-06, 'epoch': 44.83})
|
| 183 |
+
Step 18300, Loss: {'mse_loss': 0.0073617808520793915, 'mee_loss': 0.1680084466934204, 'totoal_loss': 1.6874462366104126, 'data_time': 0.007365239085629582, 'model_time': 0.99062330997549, 'learning_rate': 4.635736640100327e-06, 'epoch': 45.07})
|
| 184 |
+
Step 18400, Loss: {'mse_loss': 0.02939809113740921, 'mee_loss': 0.3442087769508362, 'totoal_loss': 3.4714858531951904, 'data_time': 0.008553120074793696, 'model_time': 0.9732444040710106, 'learning_rate': 4.574825123741778e-06, 'epoch': 45.32})
|
| 185 |
+
Step 18500, Loss: {'mse_loss': 0.0175156369805336, 'mee_loss': 0.22004911303520203, 'totoal_loss': 2.2180068492889404, 'data_time': 0.010266566998325288, 'model_time': 0.9968098159879446, 'learning_rate': 4.5140004863740165e-06, 'epoch': 45.57})
|
| 186 |
+
Step 18600, Loss: {'mse_loss': 0.017531637102365494, 'mee_loss': 0.2565322518348694, 'totoal_loss': 2.5828540325164795, 'data_time': 0.00851182104088366, 'model_time': 1.0643241190118715, 'learning_rate': 4.45327233291239e-06, 'epoch': 45.81})
|
| 187 |
+
Step 18700, Loss: {'mse_loss': 0.017282020300626755, 'mee_loss': 0.24214859306812286, 'totoal_loss': 2.438767910003662, 'data_time': 0.020896821981295943, 'model_time': 0.9867146699689329, 'learning_rate': 4.39265025303631e-06, 'epoch': 46.06})
|
| 188 |
+
Step 18800, Loss: {'mse_loss': 0.023237254470586777, 'mee_loss': 0.279966801404953, 'totoal_loss': 2.8229053020477295, 'data_time': 0.02265052101574838, 'model_time': 0.9960600980557501, 'learning_rate': 4.332143819674943e-06, 'epoch': 46.31})
|
| 189 |
+
Step 18900, Loss: {'mse_loss': 0.0078408969566226, 'mee_loss': 0.17984935641288757, 'totoal_loss': 1.8063344955444336, 'data_time': 0.02151004900224507, 'model_time': 0.9638753770850599, 'learning_rate': 4.271762587495529e-06, 'epoch': 46.55})
|
| 190 |
+
Step 19000, Loss: {'mse_loss': 0.01906283013522625, 'mee_loss': 0.22351382672786713, 'totoal_loss': 2.2542009353637695, 'data_time': 0.022805253975093365, 'model_time': 0.968309895019047, 'learning_rate': 4.2115160913945914e-06, 'epoch': 46.8})
|
| 191 |
+
Step 19100, Loss: {'mse_loss': 0.02551189996302128, 'mee_loss': 0.26365599036216736, 'totoal_loss': 2.662071943283081, 'data_time': 0.009046880062669516, 'model_time': 1.0454988399287686, 'learning_rate': 4.151413844992267e-06, 'epoch': 47.04})
|
| 192 |
+
Step 19200, Loss: {'mse_loss': 0.009585203602910042, 'mee_loss': 0.19404976069927216, 'totoal_loss': 1.9500828981399536, 'data_time': 0.008296301937662065, 'model_time': 0.969777231104672, 'learning_rate': 4.091465339129985e-06, 'epoch': 47.29})
|
| 193 |
+
Step 19300, Loss: {'mse_loss': 0.012734922580420971, 'mee_loss': 0.2210850566625595, 'totoal_loss': 2.223585367202759, 'data_time': 0.007863168022595346, 'model_time': 1.039992998004891, 'learning_rate': 4.031680040371768e-06, 'epoch': 47.54})
|
| 194 |
+
Step 19400, Loss: {'mse_loss': 0.018204927444458008, 'mee_loss': 0.21544025838375092, 'totoal_loss': 2.172607421875, 'data_time': 0.008092583972029388, 'model_time': 0.9612181449774653, 'learning_rate': 3.972067389509344e-06, 'epoch': 47.78})
|
| 195 |
+
Step 19500, Loss: {'mse_loss': 0.010355040431022644, 'mee_loss': 0.1929258406162262, 'totoal_loss': 1.9396133422851562, 'data_time': 0.009044048958458006, 'model_time': 0.9911982769845054, 'learning_rate': 3.912636800071335e-06, 'epoch': 48.03})
|
| 196 |
+
Step 19600, Loss: {'mse_loss': 0.0203880425542593, 'mee_loss': 0.33965617418289185, 'totoal_loss': 3.41694974899292, 'data_time': 0.00757307605817914, 'model_time': 0.9714295809390023, 'learning_rate': 3.853397656836754e-06, 'epoch': 48.28})
|
| 197 |
+
Step 19700, Loss: {'mse_loss': 0.013689596205949783, 'mee_loss': 0.22643479704856873, 'totoal_loss': 2.2780375480651855, 'data_time': 0.008611095952801406, 'model_time': 0.9542943639680743, 'learning_rate': 3.7943593143530404e-06, 'epoch': 48.52})
|
| 198 |
+
Step 19800, Loss: {'mse_loss': 0.015811795368790627, 'mee_loss': 0.266859769821167, 'totoal_loss': 2.6844093799591064, 'data_time': 0.008514384040609002, 'model_time': 1.0050788449589163, 'learning_rate': 3.735531095458867e-06, 'epoch': 48.77})
|
| 199 |
+
Step 19900, Loss: {'mse_loss': 0.020644821226596832, 'mee_loss': 0.27817192673683167, 'totoal_loss': 2.8023641109466553, 'data_time': 0.007230313029140234, 'model_time': 0.995816116919741, 'learning_rate': 3.6769222898119562e-06, 'epoch': 49.01})
|
| 200 |
+
Step 20000, Loss: {'mse_loss': 0.020490247756242752, 'mee_loss': 0.2154049128293991, 'totoal_loss': 2.17453932762146, 'data_time': 0.007276493939571083, 'model_time': 1.0131299229105935, 'learning_rate': 3.618542152422132e-06, 'epoch': 49.26})
|
| 201 |
+
Step 20100, Loss: {'mse_loss': 0.04151136800646782, 'mee_loss': 0.3935408294200897, 'totoal_loss': 3.976919651031494, 'data_time': 0.010025772964581847, 'model_time': 0.9618668180191889, 'learning_rate': 3.560399902189855e-06, 'epoch': 49.51})
|
| 202 |
+
Step 20200, Loss: {'mse_loss': 0.01696772314608097, 'mee_loss': 0.2322770655155182, 'totoal_loss': 2.339738368988037, 'data_time': 0.0073521260637789965, 'model_time': 0.967778168967925, 'learning_rate': 3.502504720450441e-06, 'epoch': 49.75})
|
| 203 |
+
Step 20300, Loss: {'mse_loss': 0.0073406812734901905, 'mee_loss': 0.1423518806695938, 'totoal_loss': 1.4308594465255737, 'data_time': 0.8705601310357451, 'model_time': 1.0531397960148752, 'learning_rate': 3.4448657495242304e-06, 'epoch': 50.0})
|
| 204 |
+
Step 20400, Loss: {'mse_loss': 0.027884021401405334, 'mee_loss': 0.27055925130844116, 'totoal_loss': 2.7334766387939453, 'data_time': 0.007158189080655575, 'model_time': 1.0051646439824253, 'learning_rate': 3.387492091272904e-06, 'epoch': 50.25})
|
| 205 |
+
Step 20500, Loss: {'mse_loss': 0.012779278680682182, 'mee_loss': 0.19827178120613098, 'totoal_loss': 1.9954969882965088, 'data_time': 0.007431268924847245, 'model_time': 1.0069551679771394, 'learning_rate': 3.3303928056621955e-06, 'epoch': 50.49})
|
| 206 |
+
Step 20600, Loss: {'mse_loss': 0.01592171937227249, 'mee_loss': 0.20194551348686218, 'totoal_loss': 2.035377025604248, 'data_time': 0.007317196927033365, 'model_time': 0.9890704669523984, 'learning_rate': 3.2735769093312202e-06, 'epoch': 50.74})
|
| 207 |
+
Step 20700, Loss: {'mse_loss': 0.022318551316857338, 'mee_loss': 0.17942441999912262, 'totoal_loss': 1.8165627717971802, 'data_time': 0.008442378020845354, 'model_time': 0.9405108189675957, 'learning_rate': 3.217053374168639e-06, 'epoch': 50.99})
|
| 208 |
+
Step 20800, Loss: {'mse_loss': 0.006650144699960947, 'mee_loss': 0.15224789083003998, 'totoal_loss': 1.5291290283203125, 'data_time': 0.00029559899121522903, 'model_time': 0.9832600599620491, 'learning_rate': 3.1608311258958953e-06, 'epoch': 51.23})
|
| 209 |
+
Step 20900, Loss: {'mse_loss': 0.01832835003733635, 'mee_loss': 0.2680544853210449, 'totoal_loss': 2.698873281478882, 'data_time': 0.0002869779709726572, 'model_time': 0.9792114680167288, 'learning_rate': 3.10491904265774e-06, 'epoch': 51.48})
|
| 210 |
+
Step 21000, Loss: {'mse_loss': 0.008942095562815666, 'mee_loss': 0.178031325340271, 'totoal_loss': 1.7892553806304932, 'data_time': 0.00030964205507189035, 'model_time': 1.0103607960045338, 'learning_rate': 3.0493259536202714e-06, 'epoch': 51.72})
|
| 211 |
+
Step 21100, Loss: {'mse_loss': 0.02150532975792885, 'mee_loss': 0.2391815036535263, 'totoal_loss': 2.413320302963257, 'data_time': 0.0003382139839231968, 'model_time': 1.0132093649590388, 'learning_rate': 2.9940606375767038e-06, 'epoch': 51.97})
|
| 212 |
+
Step 21200, Loss: {'mse_loss': 0.01159078348428011, 'mee_loss': 0.23274515569210052, 'totoal_loss': 2.3390421867370605, 'data_time': 0.007767647970467806, 'model_time': 0.977354318019934, 'learning_rate': 2.939131821561094e-06, 'epoch': 52.22})
|
| 213 |
+
Step 21300, Loss: {'mse_loss': 0.019540200009942055, 'mee_loss': 0.16852746903896332, 'totoal_loss': 1.7048149108886719, 'data_time': 0.0074995169416069984, 'model_time': 0.9761017800774425, 'learning_rate': 2.8845481794702473e-06, 'epoch': 52.46})
|
| 214 |
+
Step 21400, Loss: {'mse_loss': 0.02220888063311577, 'mee_loss': 0.22939124703407288, 'totoal_loss': 2.3161213397979736, 'data_time': 0.007273399969562888, 'model_time': 0.966435078997165, 'learning_rate': 2.830318330694004e-06, 'epoch': 52.71})
|
| 215 |
+
Step 21500, Loss: {'mse_loss': 0.014152832329273224, 'mee_loss': 0.1962357461452484, 'totoal_loss': 1.9765104055404663, 'data_time': 0.007692422019317746, 'model_time': 0.9913052750052884, 'learning_rate': 2.7764508387541378e-06, 'epoch': 52.96})
|
| 216 |
+
Step 21600, Loss: {'mse_loss': 0.011070165783166885, 'mee_loss': 0.1741126924753189, 'totoal_loss': 1.752197027206421, 'data_time': 0.000280468026176095, 'model_time': 0.9843002900015563, 'learning_rate': 2.7229542099520797e-06, 'epoch': 53.2})
|
| 217 |
+
Step 21700, Loss: {'mse_loss': 0.017439570277929306, 'mee_loss': 0.23468731343746185, 'totoal_loss': 2.3643126487731934, 'data_time': 0.00028228305745869875, 'model_time': 0.9817869750550017, 'learning_rate': 2.669836892025666e-06, 'epoch': 53.45})
|
| 218 |
+
Step 21800, Loss: {'mse_loss': 0.010998829267919064, 'mee_loss': 0.18878185749053955, 'totoal_loss': 1.8988174200057983, 'data_time': 0.0002904619323089719, 'model_time': 0.9843518219422549, 'learning_rate': 2.6171072728151557e-06, 'epoch': 53.69})
|
| 219 |
+
Step 21900, Loss: {'mse_loss': 0.007454473525285721, 'mee_loss': 0.12852787971496582, 'totoal_loss': 1.2927333116531372, 'data_time': 0.00028571602888405323, 'model_time': 0.9831648649415001, 'learning_rate': 2.5647736789386828e-06, 'epoch': 53.94})
|
| 220 |
+
Step 22000, Loss: {'mse_loss': 0.01831182837486267, 'mee_loss': 0.24093285202980042, 'totoal_loss': 2.427640199661255, 'data_time': 0.01723685406614095, 'model_time': 0.9913968399632722, 'learning_rate': 2.5128443744773904e-06, 'epoch': 54.19})
|
| 221 |
+
Step 22100, Loss: {'mse_loss': 0.016014931723475456, 'mee_loss': 0.2210037112236023, 'totoal_loss': 2.2260520458221436, 'data_time': 0.013487090007402003, 'model_time': 1.0231158459791914, 'learning_rate': 2.4613275596704386e-06, 'epoch': 54.43})
|
| 222 |
+
Step 22200, Loss: {'mse_loss': 0.010856454260647297, 'mee_loss': 0.21044011414051056, 'totoal_loss': 2.115257501602173, 'data_time': 0.015952149988152087, 'model_time': 0.9687154541024938, 'learning_rate': 2.4102313696200853e-06, 'epoch': 54.68})
|
| 223 |
+
Step 22300, Loss: {'mse_loss': 0.013542868196964264, 'mee_loss': 0.21840466558933258, 'totoal_loss': 2.197589635848999, 'data_time': 0.013857046025805175, 'model_time': 0.9807161740027368, 'learning_rate': 2.359563873007063e-06, 'epoch': 54.93})
|
| 224 |
+
Step 22400, Loss: {'mse_loss': 0.0058227526023983955, 'mee_loss': 0.12431997060775757, 'totoal_loss': 1.2490224838256836, 'data_time': 0.007348111015744507, 'model_time': 0.9679753510281444, 'learning_rate': 2.3093330708164465e-06, 'epoch': 55.17})
|
| 225 |
+
Step 22500, Loss: {'mse_loss': 0.018814314156770706, 'mee_loss': 0.18423980474472046, 'totoal_loss': 1.8612123727798462, 'data_time': 0.007688045036047697, 'model_time': 0.9915781379677355, 'learning_rate': 2.2595468950741943e-06, 'epoch': 55.42})
|
| 226 |
+
Step 22600, Loss: {'mse_loss': 0.00984388031065464, 'mee_loss': 0.18289774656295776, 'totoal_loss': 1.838821291923523, 'data_time': 0.00781476404517889, 'model_time': 1.0331006069900468, 'learning_rate': 2.2102132075945974e-06, 'epoch': 55.67})
|
| 227 |
+
Step 22700, Loss: {'mse_loss': 0.01931014098227024, 'mee_loss': 0.24526284635066986, 'totoal_loss': 2.4719386100769043, 'data_time': 0.008550275932066143, 'model_time': 1.2750950059853494, 'learning_rate': 2.1613397987388e-06, 'epoch': 55.91})
|
| 228 |
+
Step 22800, Loss: {'mse_loss': 0.020598268136382103, 'mee_loss': 0.15860415995121002, 'totoal_loss': 1.6066398620605469, 'data_time': 0.02191063796635717, 'model_time': 1.0330946629401296, 'learning_rate': 2.1129343861846207e-06, 'epoch': 56.16})
|
| 229 |
+
Step 22900, Loss: {'mse_loss': 0.01006866991519928, 'mee_loss': 0.1837301254272461, 'totoal_loss': 1.847369909286499, 'data_time': 0.024032721994444728, 'model_time': 0.9970686009619385, 'learning_rate': 2.065004613707836e-06, 'epoch': 56.4})
|
| 230 |
+
Step 23000, Loss: {'mse_loss': 0.01033357810229063, 'mee_loss': 0.18835534155368805, 'totoal_loss': 1.893886923789978, 'data_time': 0.021946039982140064, 'model_time': 0.9603696980047971, 'learning_rate': 2.0175580499751375e-06, 'epoch': 56.65})
|
| 231 |
+
Step 23100, Loss: {'mse_loss': 0.011240758933126926, 'mee_loss': 0.1997806578874588, 'totoal_loss': 2.009047269821167, 'data_time': 0.021085857995785773, 'model_time': 0.9758762929122895, 'learning_rate': 1.9706021873489604e-06, 'epoch': 56.9})
|
| 232 |
+
Step 23200, Loss: {'mse_loss': 0.008633706718683243, 'mee_loss': 0.17754501104354858, 'totoal_loss': 1.7840838432312012, 'data_time': 0.007393485982902348, 'model_time': 0.9855272290296853, 'learning_rate': 1.924144440704338e-06, 'epoch': 57.14})
|
| 233 |
+
Step 23300, Loss: {'mse_loss': 0.013592635281383991, 'mee_loss': 0.18909959495067596, 'totoal_loss': 1.9045885801315308, 'data_time': 0.007895595976151526, 'model_time': 0.9913730720290914, 'learning_rate': 1.8781921462580238e-06, 'epoch': 57.39})
|
| 234 |
+
Step 23400, Loss: {'mse_loss': 0.01459923479706049, 'mee_loss': 0.2261475771665573, 'totoal_loss': 2.2760751247406006, 'data_time': 0.007754774997010827, 'model_time': 0.9765925380634144, 'learning_rate': 1.8327525604100058e-06, 'epoch': 57.64})
|
| 235 |
+
Step 23500, Loss: {'mse_loss': 0.03855927661061287, 'mee_loss': 0.20160697400569916, 'totoal_loss': 2.054628849029541, 'data_time': 0.007694395957514644, 'model_time': 1.0028715439839289, 'learning_rate': 1.7878328585976426e-06, 'epoch': 57.88})
|
| 236 |
+
Step 23600, Loss: {'mse_loss': 0.022642167285084724, 'mee_loss': 0.23722025752067566, 'totoal_loss': 2.3948447704315186, 'data_time': 0.008498875889927149, 'model_time': 0.9807762610726058, 'learning_rate': 1.7434401341625765e-06, 'epoch': 58.13})
|
| 237 |
+
Step 23700, Loss: {'mse_loss': 0.024144180119037628, 'mee_loss': 0.3160403072834015, 'totoal_loss': 3.184547185897827, 'data_time': 0.009228455019183457, 'model_time': 1.0525078380014747, 'learning_rate': 1.6995813972306108e-06, 'epoch': 58.37})
|
| 238 |
+
Step 23800, Loss: {'mse_loss': 0.01771170273423195, 'mee_loss': 0.19470469653606415, 'totoal_loss': 1.9647587537765503, 'data_time': 0.007258755969814956, 'model_time': 0.9863795629935339, 'learning_rate': 1.656263573604734e-06, 'epoch': 58.62})
|
| 239 |
+
Step 23900, Loss: {'mse_loss': 0.019596094265580177, 'mee_loss': 0.23533464968204498, 'totoal_loss': 2.3729426860809326, 'data_time': 0.011811290984041989, 'model_time': 1.0918971500359476, 'learning_rate': 1.613493503671454e-06, 'epoch': 58.87})
|
| 240 |
+
Step 24000, Loss: {'mse_loss': 0.0290667861700058, 'mee_loss': 0.23779983818531036, 'totoal_loss': 2.4070651531219482, 'data_time': 0.0003463460598140955, 'model_time': 0.9818800470093265, 'learning_rate': 1.5712779413206198e-06, 'epoch': 59.11})
|
| 241 |
+
Step 24100, Loss: {'mse_loss': 0.02422275021672249, 'mee_loss': 0.2587585747241974, 'totoal_loss': 2.6118085384368896, 'data_time': 0.00029154703952372074, 'model_time': 0.9690418869722635, 'learning_rate': 1.5296235528789028e-06, 'epoch': 59.36})
|
| 242 |
+
Step 24200, Loss: {'mse_loss': 0.005379734560847282, 'mee_loss': 0.13781669735908508, 'totoal_loss': 1.3835465908050537, 'data_time': 0.0003054860280826688, 'model_time': 0.9631148870103061, 'learning_rate': 1.4885369160571124e-06, 'epoch': 59.61})
|
| 243 |
+
Step 24300, Loss: {'mse_loss': 0.02597867324948311, 'mee_loss': 0.23974433541297913, 'totoal_loss': 2.423421859741211, 'data_time': 0.0002740880008786917, 'model_time': 0.9762316039996222, 'learning_rate': 1.4480245189114938e-06, 'epoch': 59.85})
|
| 244 |
+
Step 24400, Loss: {'mse_loss': 0.02535892091691494, 'mee_loss': 0.20718030631542206, 'totoal_loss': 2.0971620082855225, 'data_time': 0.021355370990931988, 'model_time': 0.9910935809602961, 'learning_rate': 1.408092758819191e-06, 'epoch': 60.1})
|
| 245 |
+
Step 24500, Loss: {'mse_loss': 0.013978468254208565, 'mee_loss': 0.22206392884254456, 'totoal_loss': 2.2346177101135254, 'data_time': 0.009222061024047434, 'model_time': 1.0006965539650992, 'learning_rate': 1.368747941468028e-06, 'epoch': 60.34})
|
| 246 |
+
Step 24600, Loss: {'mse_loss': 0.009656384587287903, 'mee_loss': 0.16905295848846436, 'totoal_loss': 1.700186014175415, 'data_time': 0.007551046088337898, 'model_time': 1.007353805936873, 'learning_rate': 1.3299962798607614e-06, 'epoch': 60.59})
|
| 247 |
+
Step 24700, Loss: {'mse_loss': 0.026134874671697617, 'mee_loss': 0.2647731602191925, 'totoal_loss': 2.6738665103912354, 'data_time': 0.007608161075040698, 'model_time': 0.9733373490162194, 'learning_rate': 1.2918438933339827e-06, 'epoch': 60.84})
|
| 248 |
+
Step 24800, Loss: {'mse_loss': 0.006206063088029623, 'mee_loss': 0.14802923798561096, 'totoal_loss': 1.4864983558654785, 'data_time': 0.015196051099337637, 'model_time': 0.9624001190531999, 'learning_rate': 1.2542968065918027e-06, 'epoch': 61.08})
|
| 249 |
+
Step 24900, Loss: {'mse_loss': 0.011311470530927181, 'mee_loss': 0.18959054350852966, 'totoal_loss': 1.9072169065475464, 'data_time': 0.018491975963115692, 'model_time': 0.9570523210568354, 'learning_rate': 1.217360948754476e-06, 'epoch': 61.33})
|
| 250 |
+
Step 25000, Loss: {'mse_loss': 0.03597826883196831, 'mee_loss': 0.21209022402763367, 'totoal_loss': 2.1568806171417236, 'data_time': 0.014248308027163148, 'model_time': 0.9662963679293171, 'learning_rate': 1.1810421524221318e-06, 'epoch': 61.58})
|
| 251 |
+
Step 25100, Loss: {'mse_loss': 0.020710891112685204, 'mee_loss': 0.22363464534282684, 'totoal_loss': 2.2570574283599854, 'data_time': 0.01466567104216665, 'model_time': 0.9487406079424545, 'learning_rate': 1.1453461527537284e-06, 'epoch': 61.82})
|
| 252 |
+
Step 25200, Loss: {'mse_loss': 0.00672187190502882, 'mee_loss': 0.13089033961296082, 'totoal_loss': 1.3156253099441528, 'data_time': 0.0173054039478302, 'model_time': 0.979604807915166, 'learning_rate': 1.1102785865614162e-06, 'epoch': 62.07})
|
| 253 |
+
Step 25300, Loss: {'mse_loss': 0.009809141047298908, 'mee_loss': 0.14894230663776398, 'totoal_loss': 1.4992321729660034, 'data_time': 0.015470381011255085, 'model_time': 0.9568407620536163, 'learning_rate': 1.0758449914204127e-06, 'epoch': 62.32})
|
| 254 |
+
Step 25400, Loss: {'mse_loss': 0.007930964231491089, 'mee_loss': 0.14585670828819275, 'totoal_loss': 1.4664981365203857, 'data_time': 0.01701899792533368, 'model_time': 0.9824077690718696, 'learning_rate': 1.0420508047945595e-06, 'epoch': 62.56})
|
| 255 |
+
Step 25500, Loss: {'mse_loss': 0.005354063119739294, 'mee_loss': 0.1254512220621109, 'totoal_loss': 1.2598662376403809, 'data_time': 0.014383909991011024, 'model_time': 0.9744053379399702, 'learning_rate': 1.0089013631776776e-06, 'epoch': 62.81})
|
| 256 |
+
Step 25600, Loss: {'mse_loss': 0.020767658948898315, 'mee_loss': 0.1996714025735855, 'totoal_loss': 2.017481565475464, 'data_time': 0.00027851504273712635, 'model_time': 0.9936148299602792, 'learning_rate': 9.76401901250878e-07, 'epoch': 63.05})
|
| 257 |
+
Step 25700, Loss: {'mse_loss': 0.00900031067430973, 'mee_loss': 0.14053279161453247, 'totoal_loss': 1.4143282175064087, 'data_time': 0.0002995480317622423, 'model_time': 0.9716111230663955, 'learning_rate': 9.44557551055946e-07, 'epoch': 63.3})
|
| 258 |
+
Step 25800, Loss: {'mse_loss': 0.01193423755466938, 'mee_loss': 0.1911972612142563, 'totoal_loss': 1.923906922340393, 'data_time': 0.00030251697171479464, 'model_time': 1.0065610730089247, 'learning_rate': 9.13373341184928e-07, 'epoch': 63.55})
|
| 259 |
+
Step 25900, Loss: {'mse_loss': 0.01356339268386364, 'mee_loss': 0.19633206725120544, 'totoal_loss': 1.976884126663208, 'data_time': 0.0003094619605690241, 'model_time': 0.9777534429449588, 'learning_rate': 8.828541959860623e-07, 'epoch': 63.79})
|
| 260 |
+
Step 26000, Loss: {'mse_loss': 0.010150518268346786, 'mee_loss': 0.16525983810424805, 'totoal_loss': 1.66274893283844, 'data_time': 0.021501417038962245, 'model_time': 0.9875146090053022, 'learning_rate': 8.530049347861661e-07, 'epoch': 64.04})
|
| 261 |
+
Step 26100, Loss: {'mse_loss': 0.00871637836098671, 'mee_loss': 0.13591405749320984, 'totoal_loss': 1.3678569793701172, 'data_time': 0.022036610986106098, 'model_time': 0.9876012819586322, 'learning_rate': 8.238302711296034e-07, 'epoch': 64.29})
|
| 262 |
+
Step 26200, Loss: {'mse_loss': 0.024768603965640068, 'mee_loss': 0.2070019245147705, 'totoal_loss': 2.094787836074829, 'data_time': 0.021532078040763736, 'model_time': 0.9841788890771568, 'learning_rate': 7.953348120339707e-07, 'epoch': 64.53})
|
| 263 |
+
Step 26300, Loss: {'mse_loss': 0.013592535629868507, 'mee_loss': 0.14878052473068237, 'totoal_loss': 1.501397728919983, 'data_time': 0.02023637795355171, 'model_time': 0.9720661359606311, 'learning_rate': 7.675230572625892e-07, 'epoch': 64.78})
|
| 264 |
+
Step 26400, Loss: {'mse_loss': 0.008971119299530983, 'mee_loss': 0.15865927934646606, 'totoal_loss': 1.5955638885498047, 'data_time': 0.007469415082596242, 'model_time': 0.9594359699403867, 'learning_rate': 7.40399398613941e-07, 'epoch': 65.02})
|
| 265 |
+
Step 26500, Loss: {'mse_loss': 0.009116603061556816, 'mee_loss': 0.15963776409626007, 'totoal_loss': 1.6054942607879639, 'data_time': 0.008606112911365926, 'model_time': 0.9872767139459029, 'learning_rate': 7.139681192281557e-07, 'epoch': 65.27})
|
| 266 |
+
Step 26600, Loss: {'mse_loss': 0.01821061596274376, 'mee_loss': 0.19211192429065704, 'totoal_loss': 1.9393298625946045, 'data_time': 0.0071897259913384914, 'model_time': 0.9803459850372747, 'learning_rate': 6.882333929106462e-07, 'epoch': 65.52})
|
| 267 |
+
Step 26700, Loss: {'mse_loss': 0.012407010421156883, 'mee_loss': 0.1497117280960083, 'totoal_loss': 1.5095243453979492, 'data_time': 0.007656953996047378, 'model_time': 0.9562284650746733, 'learning_rate': 6.63199283473027e-07, 'epoch': 65.76})
|
| 268 |
+
Step 26800, Loss: {'mse_loss': 0.012796006165444851, 'mee_loss': 0.20072883367538452, 'totoal_loss': 2.0200843811035156, 'data_time': 0.014371778001077473, 'model_time': 0.981481852941215, 'learning_rate': 6.388697440913819e-07, 'epoch': 66.01})
|
| 269 |
+
Step 26900, Loss: {'mse_loss': 0.030238280072808266, 'mee_loss': 0.19973450899124146, 'totoal_loss': 2.027583360671997, 'data_time': 0.014431660994887352, 'model_time': 0.9827044799458236, 'learning_rate': 6.152486166820176e-07, 'epoch': 66.26})
|
| 270 |
+
Step 27000, Loss: {'mse_loss': 0.03150957450270653, 'mee_loss': 0.19671817123889923, 'totoal_loss': 1.998691201210022, 'data_time': 0.014308286015875638, 'model_time': 0.9866902460344136, 'learning_rate': 5.923396312947748e-07, 'epoch': 66.5})
|
| 271 |
+
Step 27100, Loss: {'mse_loss': 0.010630137287080288, 'mee_loss': 0.11323504149913788, 'totoal_loss': 1.1429805755615234, 'data_time': 0.017088075983338058, 'model_time': 0.984771869960241, 'learning_rate': 5.701464055240163e-07, 'epoch': 66.75})
|
| 272 |
+
Step 27200, Loss: {'mse_loss': 0.010232314467430115, 'mee_loss': 0.19086501002311707, 'totoal_loss': 1.9188824892044067, 'data_time': 0.008188106003217399, 'model_time': 0.9486448999959975, 'learning_rate': 5.48672443937364e-07, 'epoch': 67.0})
|
| 273 |
+
Step 27300, Loss: {'mse_loss': 0.007550891488790512, 'mee_loss': 0.1373898983001709, 'totoal_loss': 1.381449818611145, 'data_time': 0.00036181998439133167, 'model_time': 0.9931822380749509, 'learning_rate': 5.279211375222855e-07, 'epoch': 67.24})
|
| 274 |
+
Step 27400, Loss: {'mse_loss': 0.026255134493112564, 'mee_loss': 0.23060137033462524, 'totoal_loss': 2.332268714904785, 'data_time': 0.00034989602863788605, 'model_time': 0.9626435099635273, 'learning_rate': 5.07895763150622e-07, 'epoch': 67.49})
|
| 275 |
+
Step 27500, Loss: {'mse_loss': 0.007397005800157785, 'mee_loss': 0.1149028018116951, 'totoal_loss': 1.15642511844635, 'data_time': 0.00034089700784534216, 'model_time': 0.9868091499665752, 'learning_rate': 4.885994830611266e-07, 'epoch': 67.73})
|
| 276 |
+
Step 27600, Loss: {'mse_loss': 0.02500242553651333, 'mee_loss': 0.2207140326499939, 'totoal_loss': 2.232142925262451, 'data_time': 0.0002462229458615184, 'model_time': 0.924547030008398, 'learning_rate': 4.700353443601156e-07, 'epoch': 67.98})
|
| 277 |
+
Step 27700, Loss: {'mse_loss': 0.004876625724136829, 'mee_loss': 0.1174052432179451, 'totoal_loss': 1.178929090499878, 'data_time': 0.01250426599290222, 'model_time': 1.0119467480108142, 'learning_rate': 4.5220627854029224e-07, 'epoch': 68.23})
|
| 278 |
+
Step 27800, Loss: {'mse_loss': 0.010609908029437065, 'mee_loss': 0.18464364111423492, 'totoal_loss': 1.8570462465286255, 'data_time': 0.014026406919583678, 'model_time': 0.986233094939962, 'learning_rate': 4.351151010178311e-07, 'epoch': 68.47})
|
| 279 |
+
Step 27900, Loss: {'mse_loss': 0.007760190404951572, 'mee_loss': 0.14129561185836792, 'totoal_loss': 1.4207162857055664, 'data_time': 0.01427225407678634, 'model_time': 0.9932966330088675, 'learning_rate': 4.1876451068778983e-07, 'epoch': 68.72})
|
| 280 |
+
Step 28000, Loss: {'mse_loss': 0.024795806035399437, 'mee_loss': 0.23540766537189484, 'totoal_loss': 2.3788723945617676, 'data_time': 0.013196074985899031, 'model_time': 0.9640158000402153, 'learning_rate': 4.031570894979235e-07, 'epoch': 68.97})
|
| 281 |
+
Step 28100, Loss: {'mse_loss': 0.019691599532961845, 'mee_loss': 0.18678204715251923, 'totoal_loss': 1.8875120878219604, 'data_time': 0.00027484307065606117, 'model_time': 0.957636188948527, 'learning_rate': 3.882953020409644e-07, 'epoch': 69.21})
|
| 282 |
+
Step 28200, Loss: {'mse_loss': 0.013536361977458, 'mee_loss': 0.14973588287830353, 'totoal_loss': 1.5108951330184937, 'data_time': 0.0002782460069283843, 'model_time': 0.9944079760462046, 'learning_rate': 3.74181495165436e-07, 'epoch': 69.46})
|
| 283 |
+
Step 28300, Loss: {'mse_loss': 0.013728819787502289, 'mee_loss': 0.12163922190666199, 'totoal_loss': 1.23012113571167, 'data_time': 0.0002937520621344447, 'model_time': 0.9570780460489914, 'learning_rate': 3.608178976050568e-07, 'epoch': 69.7})
|
| 284 |
+
Step 28400, Loss: {'mse_loss': 0.016852527856826782, 'mee_loss': 0.20215167105197906, 'totoal_loss': 2.0383694171905518, 'data_time': 0.0002909620525315404, 'model_time': 1.0333881649421528, 'learning_rate': 3.482066196267966e-07, 'epoch': 69.95})
|
| 285 |
+
Step 28500, Loss: {'mse_loss': 0.013871955685317516, 'mee_loss': 0.19500701129436493, 'totoal_loss': 1.963942050933838, 'data_time': 0.02005205093882978, 'model_time': 0.9567630920791999, 'learning_rate': 3.36349652697643e-07, 'epoch': 70.2})
|
| 286 |
+
Step 28600, Loss: {'mse_loss': 0.010128110647201538, 'mee_loss': 0.17179228365421295, 'totoal_loss': 1.728050947189331, 'data_time': 0.021555479965172708, 'model_time': 0.9829510379349813, 'learning_rate': 3.2524886917012403e-07, 'epoch': 70.44})
|
| 287 |
+
Step 28700, Loss: {'mse_loss': 0.010389227420091629, 'mee_loss': 0.19549594819545746, 'totoal_loss': 1.965348720550537, 'data_time': 0.021115171955898404, 'model_time': 0.9939420470036566, 'learning_rate': 3.149060219866433e-07, 'epoch': 70.69})
|
| 288 |
+
Step 28800, Loss: {'mse_loss': 0.007598652504384518, 'mee_loss': 0.12468551844358444, 'totoal_loss': 1.2544537782669067, 'data_time': 0.021865924005396664, 'model_time': 0.987106928951107, 'learning_rate': 3.053227444026695e-07, 'epoch': 70.94})
|
| 289 |
+
Step 28900, Loss: {'mse_loss': 0.02027772180736065, 'mee_loss': 0.15436966717243195, 'totoal_loss': 1.563974380493164, 'data_time': 0.007632774068042636, 'model_time': 0.9639287579338998, 'learning_rate': 2.9650054972882544e-07, 'epoch': 71.18})
|
| 290 |
+
Step 29000, Loss: {'mse_loss': 0.004667719826102257, 'mee_loss': 0.11448787152767181, 'totoal_loss': 1.149546504020691, 'data_time': 0.00827207905240357, 'model_time': 0.991222714073956, 'learning_rate': 2.884408310919209e-07, 'epoch': 71.43})
|
| 291 |
+
Step 29100, Loss: {'mse_loss': 0.003918075002729893, 'mee_loss': 0.10041197389364243, 'totoal_loss': 1.008037805557251, 'data_time': 0.008404237916693091, 'model_time': 0.9978680709609762, 'learning_rate': 2.8114486121495906e-07, 'epoch': 71.67})
|
| 292 |
+
Step 29200, Loss: {'mse_loss': 0.010496927425265312, 'mee_loss': 0.17559318244457245, 'totoal_loss': 1.766428828239441, 'data_time': 0.008718861965462565, 'model_time': 0.9751801630482078, 'learning_rate': 2.746137922161617e-07, 'epoch': 71.92})
|
| 293 |
+
Step 29300, Loss: {'mse_loss': 0.028945792466402054, 'mee_loss': 0.21052156388759613, 'totoal_loss': 2.1341612339019775, 'data_time': 0.019648469984531403, 'model_time': 0.9868422340368852, 'learning_rate': 2.68848655427034e-07, 'epoch': 72.17})
|
| 294 |
+
Step 29400, Loss: {'mse_loss': 0.010595696046948433, 'mee_loss': 0.1954713761806488, 'totoal_loss': 1.965309500694275, 'data_time': 0.021135568036697805, 'model_time': 0.9796924729598686, 'learning_rate': 2.638503612295071e-07, 'epoch': 72.41})
|
| 295 |
+
Step 29500, Loss: {'mse_loss': 0.01682727038860321, 'mee_loss': 0.24384140968322754, 'totoal_loss': 2.4552414417266846, 'data_time': 0.0210906540742144, 'model_time': 0.992720540962182, 'learning_rate': 2.5961969891217614e-07, 'epoch': 72.66})
|
| 296 |
+
Step 29600, Loss: {'mse_loss': 0.010702097788453102, 'mee_loss': 0.17993676662445068, 'totoal_loss': 1.8100697994232178, 'data_time': 0.022894268040545285, 'model_time': 0.9620948800584301, 'learning_rate': 2.5615733654566483e-07, 'epoch': 72.91})
|
| 297 |
+
Step 29700, Loss: {'mse_loss': 0.02117110975086689, 'mee_loss': 0.21377117931842804, 'totoal_loss': 2.1588828563690186, 'data_time': 0.00033799593802541494, 'model_time': 0.9857129330048338, 'learning_rate': 2.5346382087712764e-07, 'epoch': 73.15})
|
| 298 |
+
Step 29800, Loss: {'mse_loss': 0.023161418735980988, 'mee_loss': 0.2233327329158783, 'totoal_loss': 2.256488800048828, 'data_time': 0.0002972519723698497, 'model_time': 0.9880021209828556, 'learning_rate': 2.515395772439128e-07, 'epoch': 73.4})
|
| 299 |
+
Step 29900, Loss: {'mse_loss': 0.013139414601027966, 'mee_loss': 0.15046842396259308, 'totoal_loss': 1.517823576927185, 'data_time': 0.00030595401767641306, 'model_time': 1.025548010948114, 'learning_rate': 2.5038490950639644e-07, 'epoch': 73.65})
|
| 300 |
+
Step 30000, Loss: {'mse_loss': 0.009387175552546978, 'mee_loss': 0.1795373260974884, 'totoal_loss': 1.8047603368759155, 'data_time': 0.0003071869723498821, 'model_time': 0.9881894739810377, 'learning_rate': 2.5e-07, 'epoch': 73.89})
|
libero_object_2B_mee1e-2/starvla_qwen_dual/config.json
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_id": "starvla_qwen_dual",
|
| 3 |
+
"run_root_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models_3/libero_object_2B_mee1e-2",
|
| 4 |
+
"seed": 42,
|
| 5 |
+
"trackers": [
|
| 6 |
+
"jsonl",
|
| 7 |
+
"wandb"
|
| 8 |
+
],
|
| 9 |
+
"wandb_project": "starVLA",
|
| 10 |
+
"is_debug": false,
|
| 11 |
+
"enable_mee": true,
|
| 12 |
+
"mee_weight": 0.01,
|
| 13 |
+
"framework": {
|
| 14 |
+
"name": "Qwen-Dual",
|
| 15 |
+
"qwenvl": {
|
| 16 |
+
"base_vlm": "/share/project/baishuanghao/code/HLM-VLA/models/Qwen3-VL-2B-Instruct",
|
| 17 |
+
"attn_implementation": "flash_attention_2",
|
| 18 |
+
"vl_hidden_dim": 2048
|
| 19 |
+
},
|
| 20 |
+
"dino": {
|
| 21 |
+
"dino_backbone": "dinov2_vits14"
|
| 22 |
+
},
|
| 23 |
+
"action_model": {
|
| 24 |
+
"action_model_type": "DiT-B",
|
| 25 |
+
"action_hidden_dim": 2,
|
| 26 |
+
"hidden_size": 1024,
|
| 27 |
+
"add_pos_embed": true,
|
| 28 |
+
"max_seq_len": 1024,
|
| 29 |
+
"action_dim": 7,
|
| 30 |
+
"state_dim": 7,
|
| 31 |
+
"future_action_window_size": 7,
|
| 32 |
+
"action_horizon": 8,
|
| 33 |
+
"past_action_window_size": 0,
|
| 34 |
+
"repeated_diffusion_steps": 8,
|
| 35 |
+
"noise_beta_alpha": 1.5,
|
| 36 |
+
"noise_beta_beta": 1.0,
|
| 37 |
+
"noise_s": 0.999,
|
| 38 |
+
"num_timestep_buckets": 1000,
|
| 39 |
+
"num_inference_timesteps": 4,
|
| 40 |
+
"num_target_vision_tokens": 32,
|
| 41 |
+
"diffusion_model_cfg": {
|
| 42 |
+
"cross_attention_dim": 2048,
|
| 43 |
+
"dropout": 0.2,
|
| 44 |
+
"final_dropout": true,
|
| 45 |
+
"interleave_self_attention": true,
|
| 46 |
+
"norm_type": "ada_norm",
|
| 47 |
+
"num_layers": 16,
|
| 48 |
+
"output_dim": 1024,
|
| 49 |
+
"positional_embeddings": null
|
| 50 |
+
}
|
| 51 |
+
},
|
| 52 |
+
"reduce_in_full_precision": true
|
| 53 |
+
},
|
| 54 |
+
"datasets": {
|
| 55 |
+
"vlm_data": {
|
| 56 |
+
"dataset_py": "vlm_datasets",
|
| 57 |
+
"dataformat": "llava_json",
|
| 58 |
+
"dataset_use": "asv2_conversation_en,asv2_detailed_description_en,asv2_region_captioning_en,coco_internvl_longcap_en,coco_karpathy_train_567_en,coco_negative_gpt4o_en,coco_poetry_zh,coco_rem_en_zh,cocorem_exist_yorn_en,cocotextv2_en,cocotextv2_gpt4o_en,okvqa_en,refcoco_grounding_aug_en,refcoco_grounding_en,tallyqa_coco_en,toloka_grounding_aug_en,vqav2_en,vsr_en",
|
| 59 |
+
"eval_dataset": "aokvqa_cauldron_llava_format",
|
| 60 |
+
"data_flatten": false,
|
| 61 |
+
"base_interval": 2,
|
| 62 |
+
"max_pixels": 12845056,
|
| 63 |
+
"min_pixels": 3136,
|
| 64 |
+
"model_max_length": 2048,
|
| 65 |
+
"model_type": "qwen2.5vl",
|
| 66 |
+
"per_device_batch_size": 4
|
| 67 |
+
},
|
| 68 |
+
"vla_data": {
|
| 69 |
+
"dataset_py": "lerobot_datasets",
|
| 70 |
+
"data_root_dir": "/share/project/baishuanghao/data/libero_lerobot",
|
| 71 |
+
"data_mix": "libero_object",
|
| 72 |
+
"action_type": "delta_qpos",
|
| 73 |
+
"CoT_prompt": "Your task is {instruction}. To identify the key objects for your task. Locate their bounding boxes in [x1,y1,x2,y2] format.",
|
| 74 |
+
"CoT_answer": "bbox",
|
| 75 |
+
"default_image_resolution": [
|
| 76 |
+
3,
|
| 77 |
+
224,
|
| 78 |
+
224
|
| 79 |
+
],
|
| 80 |
+
"per_device_batch_size": 16,
|
| 81 |
+
"load_all_data_for_training": true,
|
| 82 |
+
"obs": [
|
| 83 |
+
"image_0"
|
| 84 |
+
]
|
| 85 |
+
}
|
| 86 |
+
},
|
| 87 |
+
"trainer": {
|
| 88 |
+
"epochs": 100,
|
| 89 |
+
"max_train_steps": 30000,
|
| 90 |
+
"num_warmup_steps": 5000,
|
| 91 |
+
"save_interval": 60000,
|
| 92 |
+
"eval_interval": 60000,
|
| 93 |
+
"learning_rate": {
|
| 94 |
+
"base": 4e-05,
|
| 95 |
+
"qwen_vl_interface": 1e-05,
|
| 96 |
+
"action_model": 0.0001
|
| 97 |
+
},
|
| 98 |
+
"lr_scheduler_type": "cosine_with_min_lr",
|
| 99 |
+
"scheduler_specific_kwargs": {
|
| 100 |
+
"min_lr": 1e-06
|
| 101 |
+
},
|
| 102 |
+
"freeze_modules": null,
|
| 103 |
+
"loss_scale": {
|
| 104 |
+
"vla": 1.0,
|
| 105 |
+
"vlm": 0.1
|
| 106 |
+
},
|
| 107 |
+
"max_grad_norm": 1.0,
|
| 108 |
+
"warmup_ratio": 0.1,
|
| 109 |
+
"weight_decay": 0.0,
|
| 110 |
+
"logging_frequency": 100,
|
| 111 |
+
"gradient_clipping": 1.0,
|
| 112 |
+
"gradient_accumulation_steps": 1,
|
| 113 |
+
"optimizer": {
|
| 114 |
+
"name": "AdamW",
|
| 115 |
+
"betas": [
|
| 116 |
+
0.9,
|
| 117 |
+
0.95
|
| 118 |
+
],
|
| 119 |
+
"eps": 1e-08,
|
| 120 |
+
"weight_decay": 1e-08
|
| 121 |
+
},
|
| 122 |
+
"is_resume": false,
|
| 123 |
+
"resume_epoch": null,
|
| 124 |
+
"resume_step": null,
|
| 125 |
+
"enable_gradient_checkpointing": true,
|
| 126 |
+
"enable_mixed_precision_training": true
|
| 127 |
+
},
|
| 128 |
+
"output_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models_3/libero_object_2B_mee1e-2/starvla_qwen_dual"
|
| 129 |
+
}
|
libero_object_2B_mee1e-2/starvla_qwen_dual/dataset_statistics.json
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"franka": {
|
| 3 |
+
"action": {
|
| 4 |
+
"mean": [
|
| 5 |
+
0.07096529006958008,
|
| 6 |
+
0.13498851656913757,
|
| 7 |
+
-0.04601382836699486,
|
| 8 |
+
0.00123520044144243,
|
| 9 |
+
0.006998839322477579,
|
| 10 |
+
-0.015027612447738647,
|
| 11 |
+
0.46428999304771423
|
| 12 |
+
],
|
| 13 |
+
"std": [
|
| 14 |
+
0.2681235373020172,
|
| 15 |
+
0.43846824765205383,
|
| 16 |
+
0.4474974274635315,
|
| 17 |
+
0.024446550756692886,
|
| 18 |
+
0.049355510622262955,
|
| 19 |
+
0.042107198387384415,
|
| 20 |
+
0.49879148602485657
|
| 21 |
+
],
|
| 22 |
+
"max": [
|
| 23 |
+
0.9375,
|
| 24 |
+
0.8919642567634583,
|
| 25 |
+
0.9375,
|
| 26 |
+
0.17678570747375488,
|
| 27 |
+
0.35035714507102966,
|
| 28 |
+
0.1810714304447174,
|
| 29 |
+
1.0
|
| 30 |
+
],
|
| 31 |
+
"min": [
|
| 32 |
+
-0.8839285969734192,
|
| 33 |
+
-0.9375,
|
| 34 |
+
-0.9375,
|
| 35 |
+
-0.15000000596046448,
|
| 36 |
+
-0.29035714268684387,
|
| 37 |
+
-0.32892856001853943,
|
| 38 |
+
0.0
|
| 39 |
+
],
|
| 40 |
+
"q01": [
|
| 41 |
+
-0.5383928418159485,
|
| 42 |
+
-0.8758928775787354,
|
| 43 |
+
-0.9375,
|
| 44 |
+
-0.06964285671710968,
|
| 45 |
+
-0.11678571254014969,
|
| 46 |
+
-0.15964286029338837,
|
| 47 |
+
0.0
|
| 48 |
+
],
|
| 49 |
+
"q99": [
|
| 50 |
+
0.8464285731315613,
|
| 51 |
+
0.84375,
|
| 52 |
+
0.9375,
|
| 53 |
+
0.08142857253551483,
|
| 54 |
+
0.14892856776714325,
|
| 55 |
+
0.0867857113480568,
|
| 56 |
+
1.0
|
| 57 |
+
],
|
| 58 |
+
"mask": [
|
| 59 |
+
true,
|
| 60 |
+
true,
|
| 61 |
+
true,
|
| 62 |
+
true,
|
| 63 |
+
true,
|
| 64 |
+
true,
|
| 65 |
+
false
|
| 66 |
+
]
|
| 67 |
+
},
|
| 68 |
+
"state": {
|
| 69 |
+
"mean": [
|
| 70 |
+
-0.02999030612409115,
|
| 71 |
+
-0.007947085425257683,
|
| 72 |
+
0.20293472707271576,
|
| 73 |
+
3.1086409091949463,
|
| 74 |
+
-0.21404768526554108,
|
| 75 |
+
-0.11307074874639511,
|
| 76 |
+
0.029380427673459053,
|
| 77 |
+
-0.030556727200746536
|
| 78 |
+
],
|
| 79 |
+
"std": [
|
| 80 |
+
0.06694897264242172,
|
| 81 |
+
0.17608462274074554,
|
| 82 |
+
0.07807064801454544,
|
| 83 |
+
0.08684843033552649,
|
| 84 |
+
0.33540457487106323,
|
| 85 |
+
0.20728276669979095,
|
| 86 |
+
0.00956575945019722,
|
| 87 |
+
0.009197483770549297
|
| 88 |
+
],
|
| 89 |
+
"max": [
|
| 90 |
+
0.14580604434013367,
|
| 91 |
+
0.33216384053230286,
|
| 92 |
+
0.3857804834842682,
|
| 93 |
+
3.4003844261169434,
|
| 94 |
+
0.7954911589622498,
|
| 95 |
+
0.6642207503318787,
|
| 96 |
+
0.04104341194033623,
|
| 97 |
+
-0.00018117300351150334
|
| 98 |
+
],
|
| 99 |
+
"min": [
|
| 100 |
+
-0.1765444278717041,
|
| 101 |
+
-0.29457300901412964,
|
| 102 |
+
0.008128180168569088,
|
| 103 |
+
2.2890501022338867,
|
| 104 |
+
-1.883241891860962,
|
| 105 |
+
-1.0600427389144897,
|
| 106 |
+
0.0006495157140307128,
|
| 107 |
+
-0.041782498359680176
|
| 108 |
+
],
|
| 109 |
+
"q01": [
|
| 110 |
+
-0.14911890715360643,
|
| 111 |
+
-0.25978428691625594,
|
| 112 |
+
0.009925739830359817,
|
| 113 |
+
2.7545341420173646,
|
| 114 |
+
-1.3996034812927245,
|
| 115 |
+
-0.6867720144987106,
|
| 116 |
+
0.008197814421728254,
|
| 117 |
+
-0.04015838988125324
|
| 118 |
+
],
|
| 119 |
+
"q99": [
|
| 120 |
+
0.09063626825809479,
|
| 121 |
+
0.29066365867853167,
|
| 122 |
+
0.3370887073874472,
|
| 123 |
+
3.2611824750900267,
|
| 124 |
+
0.32092821151018125,
|
| 125 |
+
0.4037663781642913,
|
| 126 |
+
0.039891827926039694,
|
| 127 |
+
-0.009106044843792932
|
| 128 |
+
]
|
| 129 |
+
},
|
| 130 |
+
"num_transitions": 66605,
|
| 131 |
+
"num_trajectories": 454
|
| 132 |
+
}
|
| 133 |
+
}
|
libero_object_2B_mee1e-2/starvla_qwen_dual/final_model/pytorch_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73d98dc4246b884722d8fc21c004fb5510c54cdce4b5b06f1398e965b2a07d27
|
| 3 |
+
size 5233814193
|
libero_object_2B_mee1e-2/starvla_qwen_dual/libero_eval_libero_object.log
ADDED
|
@@ -0,0 +1,2521 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Task suite: libero_object
|
| 2 |
+
|
| 3 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 4 |
+
Success: True
|
| 5 |
+
# episodes completed so far: 1
|
| 6 |
+
# successes: 1 (100.0%)
|
| 7 |
+
|
| 8 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 9 |
+
Success: True
|
| 10 |
+
# episodes completed so far: 2
|
| 11 |
+
# successes: 2 (100.0%)
|
| 12 |
+
|
| 13 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 14 |
+
Success: True
|
| 15 |
+
# episodes completed so far: 3
|
| 16 |
+
# successes: 3 (100.0%)
|
| 17 |
+
|
| 18 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 19 |
+
Success: True
|
| 20 |
+
# episodes completed so far: 4
|
| 21 |
+
# successes: 4 (100.0%)
|
| 22 |
+
|
| 23 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 24 |
+
Success: True
|
| 25 |
+
# episodes completed so far: 5
|
| 26 |
+
# successes: 5 (100.0%)
|
| 27 |
+
|
| 28 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 29 |
+
Success: True
|
| 30 |
+
# episodes completed so far: 6
|
| 31 |
+
# successes: 6 (100.0%)
|
| 32 |
+
|
| 33 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 34 |
+
Success: True
|
| 35 |
+
# episodes completed so far: 7
|
| 36 |
+
# successes: 7 (100.0%)
|
| 37 |
+
|
| 38 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 39 |
+
Success: True
|
| 40 |
+
# episodes completed so far: 8
|
| 41 |
+
# successes: 8 (100.0%)
|
| 42 |
+
|
| 43 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 44 |
+
Success: True
|
| 45 |
+
# episodes completed so far: 9
|
| 46 |
+
# successes: 9 (100.0%)
|
| 47 |
+
|
| 48 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 49 |
+
Success: True
|
| 50 |
+
# episodes completed so far: 10
|
| 51 |
+
# successes: 10 (100.0%)
|
| 52 |
+
|
| 53 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 54 |
+
Success: True
|
| 55 |
+
# episodes completed so far: 11
|
| 56 |
+
# successes: 11 (100.0%)
|
| 57 |
+
|
| 58 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 59 |
+
Success: True
|
| 60 |
+
# episodes completed so far: 12
|
| 61 |
+
# successes: 12 (100.0%)
|
| 62 |
+
|
| 63 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 64 |
+
Success: True
|
| 65 |
+
# episodes completed so far: 13
|
| 66 |
+
# successes: 13 (100.0%)
|
| 67 |
+
|
| 68 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 69 |
+
Success: True
|
| 70 |
+
# episodes completed so far: 14
|
| 71 |
+
# successes: 14 (100.0%)
|
| 72 |
+
|
| 73 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 74 |
+
Success: True
|
| 75 |
+
# episodes completed so far: 15
|
| 76 |
+
# successes: 15 (100.0%)
|
| 77 |
+
|
| 78 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 79 |
+
Success: True
|
| 80 |
+
# episodes completed so far: 16
|
| 81 |
+
# successes: 16 (100.0%)
|
| 82 |
+
|
| 83 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 84 |
+
Success: True
|
| 85 |
+
# episodes completed so far: 17
|
| 86 |
+
# successes: 17 (100.0%)
|
| 87 |
+
|
| 88 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 89 |
+
Success: True
|
| 90 |
+
# episodes completed so far: 18
|
| 91 |
+
# successes: 18 (100.0%)
|
| 92 |
+
|
| 93 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 94 |
+
Success: True
|
| 95 |
+
# episodes completed so far: 19
|
| 96 |
+
# successes: 19 (100.0%)
|
| 97 |
+
|
| 98 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 99 |
+
Success: True
|
| 100 |
+
# episodes completed so far: 20
|
| 101 |
+
# successes: 20 (100.0%)
|
| 102 |
+
|
| 103 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 104 |
+
Success: True
|
| 105 |
+
# episodes completed so far: 21
|
| 106 |
+
# successes: 21 (100.0%)
|
| 107 |
+
|
| 108 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 109 |
+
Success: True
|
| 110 |
+
# episodes completed so far: 22
|
| 111 |
+
# successes: 22 (100.0%)
|
| 112 |
+
|
| 113 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 114 |
+
Success: False
|
| 115 |
+
# episodes completed so far: 23
|
| 116 |
+
# successes: 22 (95.7%)
|
| 117 |
+
|
| 118 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 119 |
+
Success: True
|
| 120 |
+
# episodes completed so far: 24
|
| 121 |
+
# successes: 23 (95.8%)
|
| 122 |
+
|
| 123 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 124 |
+
Success: True
|
| 125 |
+
# episodes completed so far: 25
|
| 126 |
+
# successes: 24 (96.0%)
|
| 127 |
+
|
| 128 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 129 |
+
Success: True
|
| 130 |
+
# episodes completed so far: 26
|
| 131 |
+
# successes: 25 (96.2%)
|
| 132 |
+
|
| 133 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 134 |
+
Success: True
|
| 135 |
+
# episodes completed so far: 27
|
| 136 |
+
# successes: 26 (96.3%)
|
| 137 |
+
|
| 138 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 139 |
+
Success: True
|
| 140 |
+
# episodes completed so far: 28
|
| 141 |
+
# successes: 27 (96.4%)
|
| 142 |
+
|
| 143 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 144 |
+
Success: True
|
| 145 |
+
# episodes completed so far: 29
|
| 146 |
+
# successes: 28 (96.6%)
|
| 147 |
+
|
| 148 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 149 |
+
Success: True
|
| 150 |
+
# episodes completed so far: 30
|
| 151 |
+
# successes: 29 (96.7%)
|
| 152 |
+
|
| 153 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 154 |
+
Success: True
|
| 155 |
+
# episodes completed so far: 31
|
| 156 |
+
# successes: 30 (96.8%)
|
| 157 |
+
|
| 158 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 159 |
+
Success: True
|
| 160 |
+
# episodes completed so far: 32
|
| 161 |
+
# successes: 31 (96.9%)
|
| 162 |
+
|
| 163 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 164 |
+
Success: True
|
| 165 |
+
# episodes completed so far: 33
|
| 166 |
+
# successes: 32 (97.0%)
|
| 167 |
+
|
| 168 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 169 |
+
Success: True
|
| 170 |
+
# episodes completed so far: 34
|
| 171 |
+
# successes: 33 (97.1%)
|
| 172 |
+
|
| 173 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 174 |
+
Success: True
|
| 175 |
+
# episodes completed so far: 35
|
| 176 |
+
# successes: 34 (97.1%)
|
| 177 |
+
|
| 178 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 179 |
+
Success: True
|
| 180 |
+
# episodes completed so far: 36
|
| 181 |
+
# successes: 35 (97.2%)
|
| 182 |
+
|
| 183 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 184 |
+
Success: True
|
| 185 |
+
# episodes completed so far: 37
|
| 186 |
+
# successes: 36 (97.3%)
|
| 187 |
+
|
| 188 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 189 |
+
Success: True
|
| 190 |
+
# episodes completed so far: 38
|
| 191 |
+
# successes: 37 (97.4%)
|
| 192 |
+
|
| 193 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 194 |
+
Success: True
|
| 195 |
+
# episodes completed so far: 39
|
| 196 |
+
# successes: 38 (97.4%)
|
| 197 |
+
|
| 198 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 199 |
+
Success: True
|
| 200 |
+
# episodes completed so far: 40
|
| 201 |
+
# successes: 39 (97.5%)
|
| 202 |
+
|
| 203 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 204 |
+
Success: True
|
| 205 |
+
# episodes completed so far: 41
|
| 206 |
+
# successes: 40 (97.6%)
|
| 207 |
+
|
| 208 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 209 |
+
Success: True
|
| 210 |
+
# episodes completed so far: 42
|
| 211 |
+
# successes: 41 (97.6%)
|
| 212 |
+
|
| 213 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 214 |
+
Success: True
|
| 215 |
+
# episodes completed so far: 43
|
| 216 |
+
# successes: 42 (97.7%)
|
| 217 |
+
|
| 218 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 219 |
+
Success: True
|
| 220 |
+
# episodes completed so far: 44
|
| 221 |
+
# successes: 43 (97.7%)
|
| 222 |
+
|
| 223 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 224 |
+
Success: True
|
| 225 |
+
# episodes completed so far: 45
|
| 226 |
+
# successes: 44 (97.8%)
|
| 227 |
+
|
| 228 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 229 |
+
Success: True
|
| 230 |
+
# episodes completed so far: 46
|
| 231 |
+
# successes: 45 (97.8%)
|
| 232 |
+
|
| 233 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 234 |
+
Success: True
|
| 235 |
+
# episodes completed so far: 47
|
| 236 |
+
# successes: 46 (97.9%)
|
| 237 |
+
|
| 238 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 239 |
+
Success: True
|
| 240 |
+
# episodes completed so far: 48
|
| 241 |
+
# successes: 47 (97.9%)
|
| 242 |
+
|
| 243 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 244 |
+
Success: True
|
| 245 |
+
# episodes completed so far: 49
|
| 246 |
+
# successes: 48 (98.0%)
|
| 247 |
+
|
| 248 |
+
Task: pick up the alphabet soup and place it in the basket
|
| 249 |
+
Success: True
|
| 250 |
+
# episodes completed so far: 50
|
| 251 |
+
# successes: 49 (98.0%)
|
| 252 |
+
Current task success rate: 0.98
|
| 253 |
+
Current total success rate: 0.98
|
| 254 |
+
|
| 255 |
+
Task: pick up the cream cheese and place it in the basket
|
| 256 |
+
Success: True
|
| 257 |
+
# episodes completed so far: 51
|
| 258 |
+
# successes: 50 (98.0%)
|
| 259 |
+
|
| 260 |
+
Task: pick up the cream cheese and place it in the basket
|
| 261 |
+
Success: True
|
| 262 |
+
# episodes completed so far: 52
|
| 263 |
+
# successes: 51 (98.1%)
|
| 264 |
+
|
| 265 |
+
Task: pick up the cream cheese and place it in the basket
|
| 266 |
+
Success: True
|
| 267 |
+
# episodes completed so far: 53
|
| 268 |
+
# successes: 52 (98.1%)
|
| 269 |
+
|
| 270 |
+
Task: pick up the cream cheese and place it in the basket
|
| 271 |
+
Success: True
|
| 272 |
+
# episodes completed so far: 54
|
| 273 |
+
# successes: 53 (98.1%)
|
| 274 |
+
|
| 275 |
+
Task: pick up the cream cheese and place it in the basket
|
| 276 |
+
Success: True
|
| 277 |
+
# episodes completed so far: 55
|
| 278 |
+
# successes: 54 (98.2%)
|
| 279 |
+
|
| 280 |
+
Task: pick up the cream cheese and place it in the basket
|
| 281 |
+
Success: True
|
| 282 |
+
# episodes completed so far: 56
|
| 283 |
+
# successes: 55 (98.2%)
|
| 284 |
+
|
| 285 |
+
Task: pick up the cream cheese and place it in the basket
|
| 286 |
+
Success: True
|
| 287 |
+
# episodes completed so far: 57
|
| 288 |
+
# successes: 56 (98.2%)
|
| 289 |
+
|
| 290 |
+
Task: pick up the cream cheese and place it in the basket
|
| 291 |
+
Success: True
|
| 292 |
+
# episodes completed so far: 58
|
| 293 |
+
# successes: 57 (98.3%)
|
| 294 |
+
|
| 295 |
+
Task: pick up the cream cheese and place it in the basket
|
| 296 |
+
Success: True
|
| 297 |
+
# episodes completed so far: 59
|
| 298 |
+
# successes: 58 (98.3%)
|
| 299 |
+
|
| 300 |
+
Task: pick up the cream cheese and place it in the basket
|
| 301 |
+
Success: True
|
| 302 |
+
# episodes completed so far: 60
|
| 303 |
+
# successes: 59 (98.3%)
|
| 304 |
+
|
| 305 |
+
Task: pick up the cream cheese and place it in the basket
|
| 306 |
+
Success: True
|
| 307 |
+
# episodes completed so far: 61
|
| 308 |
+
# successes: 60 (98.4%)
|
| 309 |
+
|
| 310 |
+
Task: pick up the cream cheese and place it in the basket
|
| 311 |
+
Success: True
|
| 312 |
+
# episodes completed so far: 62
|
| 313 |
+
# successes: 61 (98.4%)
|
| 314 |
+
|
| 315 |
+
Task: pick up the cream cheese and place it in the basket
|
| 316 |
+
Success: True
|
| 317 |
+
# episodes completed so far: 63
|
| 318 |
+
# successes: 62 (98.4%)
|
| 319 |
+
|
| 320 |
+
Task: pick up the cream cheese and place it in the basket
|
| 321 |
+
Success: True
|
| 322 |
+
# episodes completed so far: 64
|
| 323 |
+
# successes: 63 (98.4%)
|
| 324 |
+
|
| 325 |
+
Task: pick up the cream cheese and place it in the basket
|
| 326 |
+
Success: True
|
| 327 |
+
# episodes completed so far: 65
|
| 328 |
+
# successes: 64 (98.5%)
|
| 329 |
+
|
| 330 |
+
Task: pick up the cream cheese and place it in the basket
|
| 331 |
+
Success: True
|
| 332 |
+
# episodes completed so far: 66
|
| 333 |
+
# successes: 65 (98.5%)
|
| 334 |
+
|
| 335 |
+
Task: pick up the cream cheese and place it in the basket
|
| 336 |
+
Success: True
|
| 337 |
+
# episodes completed so far: 67
|
| 338 |
+
# successes: 66 (98.5%)
|
| 339 |
+
|
| 340 |
+
Task: pick up the cream cheese and place it in the basket
|
| 341 |
+
Success: True
|
| 342 |
+
# episodes completed so far: 68
|
| 343 |
+
# successes: 67 (98.5%)
|
| 344 |
+
|
| 345 |
+
Task: pick up the cream cheese and place it in the basket
|
| 346 |
+
Success: True
|
| 347 |
+
# episodes completed so far: 69
|
| 348 |
+
# successes: 68 (98.6%)
|
| 349 |
+
|
| 350 |
+
Task: pick up the cream cheese and place it in the basket
|
| 351 |
+
Success: True
|
| 352 |
+
# episodes completed so far: 70
|
| 353 |
+
# successes: 69 (98.6%)
|
| 354 |
+
|
| 355 |
+
Task: pick up the cream cheese and place it in the basket
|
| 356 |
+
Success: True
|
| 357 |
+
# episodes completed so far: 71
|
| 358 |
+
# successes: 70 (98.6%)
|
| 359 |
+
|
| 360 |
+
Task: pick up the cream cheese and place it in the basket
|
| 361 |
+
Success: True
|
| 362 |
+
# episodes completed so far: 72
|
| 363 |
+
# successes: 71 (98.6%)
|
| 364 |
+
|
| 365 |
+
Task: pick up the cream cheese and place it in the basket
|
| 366 |
+
Success: True
|
| 367 |
+
# episodes completed so far: 73
|
| 368 |
+
# successes: 72 (98.6%)
|
| 369 |
+
|
| 370 |
+
Task: pick up the cream cheese and place it in the basket
|
| 371 |
+
Success: True
|
| 372 |
+
# episodes completed so far: 74
|
| 373 |
+
# successes: 73 (98.6%)
|
| 374 |
+
|
| 375 |
+
Task: pick up the cream cheese and place it in the basket
|
| 376 |
+
Success: True
|
| 377 |
+
# episodes completed so far: 75
|
| 378 |
+
# successes: 74 (98.7%)
|
| 379 |
+
|
| 380 |
+
Task: pick up the cream cheese and place it in the basket
|
| 381 |
+
Success: True
|
| 382 |
+
# episodes completed so far: 76
|
| 383 |
+
# successes: 75 (98.7%)
|
| 384 |
+
|
| 385 |
+
Task: pick up the cream cheese and place it in the basket
|
| 386 |
+
Success: True
|
| 387 |
+
# episodes completed so far: 77
|
| 388 |
+
# successes: 76 (98.7%)
|
| 389 |
+
|
| 390 |
+
Task: pick up the cream cheese and place it in the basket
|
| 391 |
+
Success: True
|
| 392 |
+
# episodes completed so far: 78
|
| 393 |
+
# successes: 77 (98.7%)
|
| 394 |
+
|
| 395 |
+
Task: pick up the cream cheese and place it in the basket
|
| 396 |
+
Success: True
|
| 397 |
+
# episodes completed so far: 79
|
| 398 |
+
# successes: 78 (98.7%)
|
| 399 |
+
|
| 400 |
+
Task: pick up the cream cheese and place it in the basket
|
| 401 |
+
Success: True
|
| 402 |
+
# episodes completed so far: 80
|
| 403 |
+
# successes: 79 (98.8%)
|
| 404 |
+
|
| 405 |
+
Task: pick up the cream cheese and place it in the basket
|
| 406 |
+
Success: True
|
| 407 |
+
# episodes completed so far: 81
|
| 408 |
+
# successes: 80 (98.8%)
|
| 409 |
+
|
| 410 |
+
Task: pick up the cream cheese and place it in the basket
|
| 411 |
+
Success: True
|
| 412 |
+
# episodes completed so far: 82
|
| 413 |
+
# successes: 81 (98.8%)
|
| 414 |
+
|
| 415 |
+
Task: pick up the cream cheese and place it in the basket
|
| 416 |
+
Success: True
|
| 417 |
+
# episodes completed so far: 83
|
| 418 |
+
# successes: 82 (98.8%)
|
| 419 |
+
|
| 420 |
+
Task: pick up the cream cheese and place it in the basket
|
| 421 |
+
Success: True
|
| 422 |
+
# episodes completed so far: 84
|
| 423 |
+
# successes: 83 (98.8%)
|
| 424 |
+
|
| 425 |
+
Task: pick up the cream cheese and place it in the basket
|
| 426 |
+
Success: True
|
| 427 |
+
# episodes completed so far: 85
|
| 428 |
+
# successes: 84 (98.8%)
|
| 429 |
+
|
| 430 |
+
Task: pick up the cream cheese and place it in the basket
|
| 431 |
+
Success: True
|
| 432 |
+
# episodes completed so far: 86
|
| 433 |
+
# successes: 85 (98.8%)
|
| 434 |
+
|
| 435 |
+
Task: pick up the cream cheese and place it in the basket
|
| 436 |
+
Success: True
|
| 437 |
+
# episodes completed so far: 87
|
| 438 |
+
# successes: 86 (98.9%)
|
| 439 |
+
|
| 440 |
+
Task: pick up the cream cheese and place it in the basket
|
| 441 |
+
Success: True
|
| 442 |
+
# episodes completed so far: 88
|
| 443 |
+
# successes: 87 (98.9%)
|
| 444 |
+
|
| 445 |
+
Task: pick up the cream cheese and place it in the basket
|
| 446 |
+
Success: True
|
| 447 |
+
# episodes completed so far: 89
|
| 448 |
+
# successes: 88 (98.9%)
|
| 449 |
+
|
| 450 |
+
Task: pick up the cream cheese and place it in the basket
|
| 451 |
+
Success: True
|
| 452 |
+
# episodes completed so far: 90
|
| 453 |
+
# successes: 89 (98.9%)
|
| 454 |
+
|
| 455 |
+
Task: pick up the cream cheese and place it in the basket
|
| 456 |
+
Success: True
|
| 457 |
+
# episodes completed so far: 91
|
| 458 |
+
# successes: 90 (98.9%)
|
| 459 |
+
|
| 460 |
+
Task: pick up the cream cheese and place it in the basket
|
| 461 |
+
Success: True
|
| 462 |
+
# episodes completed so far: 92
|
| 463 |
+
# successes: 91 (98.9%)
|
| 464 |
+
|
| 465 |
+
Task: pick up the cream cheese and place it in the basket
|
| 466 |
+
Success: True
|
| 467 |
+
# episodes completed so far: 93
|
| 468 |
+
# successes: 92 (98.9%)
|
| 469 |
+
|
| 470 |
+
Task: pick up the cream cheese and place it in the basket
|
| 471 |
+
Success: True
|
| 472 |
+
# episodes completed so far: 94
|
| 473 |
+
# successes: 93 (98.9%)
|
| 474 |
+
|
| 475 |
+
Task: pick up the cream cheese and place it in the basket
|
| 476 |
+
Success: True
|
| 477 |
+
# episodes completed so far: 95
|
| 478 |
+
# successes: 94 (98.9%)
|
| 479 |
+
|
| 480 |
+
Task: pick up the cream cheese and place it in the basket
|
| 481 |
+
Success: True
|
| 482 |
+
# episodes completed so far: 96
|
| 483 |
+
# successes: 95 (99.0%)
|
| 484 |
+
|
| 485 |
+
Task: pick up the cream cheese and place it in the basket
|
| 486 |
+
Success: True
|
| 487 |
+
# episodes completed so far: 97
|
| 488 |
+
# successes: 96 (99.0%)
|
| 489 |
+
|
| 490 |
+
Task: pick up the cream cheese and place it in the basket
|
| 491 |
+
Success: True
|
| 492 |
+
# episodes completed so far: 98
|
| 493 |
+
# successes: 97 (99.0%)
|
| 494 |
+
|
| 495 |
+
Task: pick up the cream cheese and place it in the basket
|
| 496 |
+
Success: True
|
| 497 |
+
# episodes completed so far: 99
|
| 498 |
+
# successes: 98 (99.0%)
|
| 499 |
+
|
| 500 |
+
Task: pick up the cream cheese and place it in the basket
|
| 501 |
+
Success: True
|
| 502 |
+
# episodes completed so far: 100
|
| 503 |
+
# successes: 99 (99.0%)
|
| 504 |
+
Current task success rate: 1.0
|
| 505 |
+
Current total success rate: 0.99
|
| 506 |
+
|
| 507 |
+
Task: pick up the salad dressing and place it in the basket
|
| 508 |
+
Success: True
|
| 509 |
+
# episodes completed so far: 101
|
| 510 |
+
# successes: 100 (99.0%)
|
| 511 |
+
|
| 512 |
+
Task: pick up the salad dressing and place it in the basket
|
| 513 |
+
Success: True
|
| 514 |
+
# episodes completed so far: 102
|
| 515 |
+
# successes: 101 (99.0%)
|
| 516 |
+
|
| 517 |
+
Task: pick up the salad dressing and place it in the basket
|
| 518 |
+
Success: True
|
| 519 |
+
# episodes completed so far: 103
|
| 520 |
+
# successes: 102 (99.0%)
|
| 521 |
+
|
| 522 |
+
Task: pick up the salad dressing and place it in the basket
|
| 523 |
+
Success: True
|
| 524 |
+
# episodes completed so far: 104
|
| 525 |
+
# successes: 103 (99.0%)
|
| 526 |
+
|
| 527 |
+
Task: pick up the salad dressing and place it in the basket
|
| 528 |
+
Success: True
|
| 529 |
+
# episodes completed so far: 105
|
| 530 |
+
# successes: 104 (99.0%)
|
| 531 |
+
|
| 532 |
+
Task: pick up the salad dressing and place it in the basket
|
| 533 |
+
Success: True
|
| 534 |
+
# episodes completed so far: 106
|
| 535 |
+
# successes: 105 (99.1%)
|
| 536 |
+
|
| 537 |
+
Task: pick up the salad dressing and place it in the basket
|
| 538 |
+
Success: True
|
| 539 |
+
# episodes completed so far: 107
|
| 540 |
+
# successes: 106 (99.1%)
|
| 541 |
+
|
| 542 |
+
Task: pick up the salad dressing and place it in the basket
|
| 543 |
+
Success: True
|
| 544 |
+
# episodes completed so far: 108
|
| 545 |
+
# successes: 107 (99.1%)
|
| 546 |
+
|
| 547 |
+
Task: pick up the salad dressing and place it in the basket
|
| 548 |
+
Success: True
|
| 549 |
+
# episodes completed so far: 109
|
| 550 |
+
# successes: 108 (99.1%)
|
| 551 |
+
|
| 552 |
+
Task: pick up the salad dressing and place it in the basket
|
| 553 |
+
Success: True
|
| 554 |
+
# episodes completed so far: 110
|
| 555 |
+
# successes: 109 (99.1%)
|
| 556 |
+
|
| 557 |
+
Task: pick up the salad dressing and place it in the basket
|
| 558 |
+
Success: True
|
| 559 |
+
# episodes completed so far: 111
|
| 560 |
+
# successes: 110 (99.1%)
|
| 561 |
+
|
| 562 |
+
Task: pick up the salad dressing and place it in the basket
|
| 563 |
+
Success: True
|
| 564 |
+
# episodes completed so far: 112
|
| 565 |
+
# successes: 111 (99.1%)
|
| 566 |
+
|
| 567 |
+
Task: pick up the salad dressing and place it in the basket
|
| 568 |
+
Success: True
|
| 569 |
+
# episodes completed so far: 113
|
| 570 |
+
# successes: 112 (99.1%)
|
| 571 |
+
|
| 572 |
+
Task: pick up the salad dressing and place it in the basket
|
| 573 |
+
Success: True
|
| 574 |
+
# episodes completed so far: 114
|
| 575 |
+
# successes: 113 (99.1%)
|
| 576 |
+
|
| 577 |
+
Task: pick up the salad dressing and place it in the basket
|
| 578 |
+
Success: True
|
| 579 |
+
# episodes completed so far: 115
|
| 580 |
+
# successes: 114 (99.1%)
|
| 581 |
+
|
| 582 |
+
Task: pick up the salad dressing and place it in the basket
|
| 583 |
+
Success: True
|
| 584 |
+
# episodes completed so far: 116
|
| 585 |
+
# successes: 115 (99.1%)
|
| 586 |
+
|
| 587 |
+
Task: pick up the salad dressing and place it in the basket
|
| 588 |
+
Success: True
|
| 589 |
+
# episodes completed so far: 117
|
| 590 |
+
# successes: 116 (99.1%)
|
| 591 |
+
|
| 592 |
+
Task: pick up the salad dressing and place it in the basket
|
| 593 |
+
Success: True
|
| 594 |
+
# episodes completed so far: 118
|
| 595 |
+
# successes: 117 (99.2%)
|
| 596 |
+
|
| 597 |
+
Task: pick up the salad dressing and place it in the basket
|
| 598 |
+
Success: True
|
| 599 |
+
# episodes completed so far: 119
|
| 600 |
+
# successes: 118 (99.2%)
|
| 601 |
+
|
| 602 |
+
Task: pick up the salad dressing and place it in the basket
|
| 603 |
+
Success: True
|
| 604 |
+
# episodes completed so far: 120
|
| 605 |
+
# successes: 119 (99.2%)
|
| 606 |
+
|
| 607 |
+
Task: pick up the salad dressing and place it in the basket
|
| 608 |
+
Success: True
|
| 609 |
+
# episodes completed so far: 121
|
| 610 |
+
# successes: 120 (99.2%)
|
| 611 |
+
|
| 612 |
+
Task: pick up the salad dressing and place it in the basket
|
| 613 |
+
Success: True
|
| 614 |
+
# episodes completed so far: 122
|
| 615 |
+
# successes: 121 (99.2%)
|
| 616 |
+
|
| 617 |
+
Task: pick up the salad dressing and place it in the basket
|
| 618 |
+
Success: True
|
| 619 |
+
# episodes completed so far: 123
|
| 620 |
+
# successes: 122 (99.2%)
|
| 621 |
+
|
| 622 |
+
Task: pick up the salad dressing and place it in the basket
|
| 623 |
+
Success: True
|
| 624 |
+
# episodes completed so far: 124
|
| 625 |
+
# successes: 123 (99.2%)
|
| 626 |
+
|
| 627 |
+
Task: pick up the salad dressing and place it in the basket
|
| 628 |
+
Success: True
|
| 629 |
+
# episodes completed so far: 125
|
| 630 |
+
# successes: 124 (99.2%)
|
| 631 |
+
|
| 632 |
+
Task: pick up the salad dressing and place it in the basket
|
| 633 |
+
Success: True
|
| 634 |
+
# episodes completed so far: 126
|
| 635 |
+
# successes: 125 (99.2%)
|
| 636 |
+
|
| 637 |
+
Task: pick up the salad dressing and place it in the basket
|
| 638 |
+
Success: True
|
| 639 |
+
# episodes completed so far: 127
|
| 640 |
+
# successes: 126 (99.2%)
|
| 641 |
+
|
| 642 |
+
Task: pick up the salad dressing and place it in the basket
|
| 643 |
+
Success: True
|
| 644 |
+
# episodes completed so far: 128
|
| 645 |
+
# successes: 127 (99.2%)
|
| 646 |
+
|
| 647 |
+
Task: pick up the salad dressing and place it in the basket
|
| 648 |
+
Success: True
|
| 649 |
+
# episodes completed so far: 129
|
| 650 |
+
# successes: 128 (99.2%)
|
| 651 |
+
|
| 652 |
+
Task: pick up the salad dressing and place it in the basket
|
| 653 |
+
Success: True
|
| 654 |
+
# episodes completed so far: 130
|
| 655 |
+
# successes: 129 (99.2%)
|
| 656 |
+
|
| 657 |
+
Task: pick up the salad dressing and place it in the basket
|
| 658 |
+
Success: True
|
| 659 |
+
# episodes completed so far: 131
|
| 660 |
+
# successes: 130 (99.2%)
|
| 661 |
+
|
| 662 |
+
Task: pick up the salad dressing and place it in the basket
|
| 663 |
+
Success: True
|
| 664 |
+
# episodes completed so far: 132
|
| 665 |
+
# successes: 131 (99.2%)
|
| 666 |
+
|
| 667 |
+
Task: pick up the salad dressing and place it in the basket
|
| 668 |
+
Success: True
|
| 669 |
+
# episodes completed so far: 133
|
| 670 |
+
# successes: 132 (99.2%)
|
| 671 |
+
|
| 672 |
+
Task: pick up the salad dressing and place it in the basket
|
| 673 |
+
Success: True
|
| 674 |
+
# episodes completed so far: 134
|
| 675 |
+
# successes: 133 (99.3%)
|
| 676 |
+
|
| 677 |
+
Task: pick up the salad dressing and place it in the basket
|
| 678 |
+
Success: True
|
| 679 |
+
# episodes completed so far: 135
|
| 680 |
+
# successes: 134 (99.3%)
|
| 681 |
+
|
| 682 |
+
Task: pick up the salad dressing and place it in the basket
|
| 683 |
+
Success: True
|
| 684 |
+
# episodes completed so far: 136
|
| 685 |
+
# successes: 135 (99.3%)
|
| 686 |
+
|
| 687 |
+
Task: pick up the salad dressing and place it in the basket
|
| 688 |
+
Success: True
|
| 689 |
+
# episodes completed so far: 137
|
| 690 |
+
# successes: 136 (99.3%)
|
| 691 |
+
|
| 692 |
+
Task: pick up the salad dressing and place it in the basket
|
| 693 |
+
Success: True
|
| 694 |
+
# episodes completed so far: 138
|
| 695 |
+
# successes: 137 (99.3%)
|
| 696 |
+
|
| 697 |
+
Task: pick up the salad dressing and place it in the basket
|
| 698 |
+
Success: True
|
| 699 |
+
# episodes completed so far: 139
|
| 700 |
+
# successes: 138 (99.3%)
|
| 701 |
+
|
| 702 |
+
Task: pick up the salad dressing and place it in the basket
|
| 703 |
+
Success: True
|
| 704 |
+
# episodes completed so far: 140
|
| 705 |
+
# successes: 139 (99.3%)
|
| 706 |
+
|
| 707 |
+
Task: pick up the salad dressing and place it in the basket
|
| 708 |
+
Success: True
|
| 709 |
+
# episodes completed so far: 141
|
| 710 |
+
# successes: 140 (99.3%)
|
| 711 |
+
|
| 712 |
+
Task: pick up the salad dressing and place it in the basket
|
| 713 |
+
Success: True
|
| 714 |
+
# episodes completed so far: 142
|
| 715 |
+
# successes: 141 (99.3%)
|
| 716 |
+
|
| 717 |
+
Task: pick up the salad dressing and place it in the basket
|
| 718 |
+
Success: True
|
| 719 |
+
# episodes completed so far: 143
|
| 720 |
+
# successes: 142 (99.3%)
|
| 721 |
+
|
| 722 |
+
Task: pick up the salad dressing and place it in the basket
|
| 723 |
+
Success: True
|
| 724 |
+
# episodes completed so far: 144
|
| 725 |
+
# successes: 143 (99.3%)
|
| 726 |
+
|
| 727 |
+
Task: pick up the salad dressing and place it in the basket
|
| 728 |
+
Success: True
|
| 729 |
+
# episodes completed so far: 145
|
| 730 |
+
# successes: 144 (99.3%)
|
| 731 |
+
|
| 732 |
+
Task: pick up the salad dressing and place it in the basket
|
| 733 |
+
Success: True
|
| 734 |
+
# episodes completed so far: 146
|
| 735 |
+
# successes: 145 (99.3%)
|
| 736 |
+
|
| 737 |
+
Task: pick up the salad dressing and place it in the basket
|
| 738 |
+
Success: True
|
| 739 |
+
# episodes completed so far: 147
|
| 740 |
+
# successes: 146 (99.3%)
|
| 741 |
+
|
| 742 |
+
Task: pick up the salad dressing and place it in the basket
|
| 743 |
+
Success: True
|
| 744 |
+
# episodes completed so far: 148
|
| 745 |
+
# successes: 147 (99.3%)
|
| 746 |
+
|
| 747 |
+
Task: pick up the salad dressing and place it in the basket
|
| 748 |
+
Success: True
|
| 749 |
+
# episodes completed so far: 149
|
| 750 |
+
# successes: 148 (99.3%)
|
| 751 |
+
|
| 752 |
+
Task: pick up the salad dressing and place it in the basket
|
| 753 |
+
Success: True
|
| 754 |
+
# episodes completed so far: 150
|
| 755 |
+
# successes: 149 (99.3%)
|
| 756 |
+
Current task success rate: 1.0
|
| 757 |
+
Current total success rate: 0.9933333333333333
|
| 758 |
+
|
| 759 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 760 |
+
Success: True
|
| 761 |
+
# episodes completed so far: 151
|
| 762 |
+
# successes: 150 (99.3%)
|
| 763 |
+
|
| 764 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 765 |
+
Success: True
|
| 766 |
+
# episodes completed so far: 152
|
| 767 |
+
# successes: 151 (99.3%)
|
| 768 |
+
|
| 769 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 770 |
+
Success: True
|
| 771 |
+
# episodes completed so far: 153
|
| 772 |
+
# successes: 152 (99.3%)
|
| 773 |
+
|
| 774 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 775 |
+
Success: True
|
| 776 |
+
# episodes completed so far: 154
|
| 777 |
+
# successes: 153 (99.4%)
|
| 778 |
+
|
| 779 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 780 |
+
Success: True
|
| 781 |
+
# episodes completed so far: 155
|
| 782 |
+
# successes: 154 (99.4%)
|
| 783 |
+
|
| 784 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 785 |
+
Success: True
|
| 786 |
+
# episodes completed so far: 156
|
| 787 |
+
# successes: 155 (99.4%)
|
| 788 |
+
|
| 789 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 790 |
+
Success: True
|
| 791 |
+
# episodes completed so far: 157
|
| 792 |
+
# successes: 156 (99.4%)
|
| 793 |
+
|
| 794 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 795 |
+
Success: True
|
| 796 |
+
# episodes completed so far: 158
|
| 797 |
+
# successes: 157 (99.4%)
|
| 798 |
+
|
| 799 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 800 |
+
Success: True
|
| 801 |
+
# episodes completed so far: 159
|
| 802 |
+
# successes: 158 (99.4%)
|
| 803 |
+
|
| 804 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 805 |
+
Success: True
|
| 806 |
+
# episodes completed so far: 160
|
| 807 |
+
# successes: 159 (99.4%)
|
| 808 |
+
|
| 809 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 810 |
+
Success: True
|
| 811 |
+
# episodes completed so far: 161
|
| 812 |
+
# successes: 160 (99.4%)
|
| 813 |
+
|
| 814 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 815 |
+
Success: True
|
| 816 |
+
# episodes completed so far: 162
|
| 817 |
+
# successes: 161 (99.4%)
|
| 818 |
+
|
| 819 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 820 |
+
Success: True
|
| 821 |
+
# episodes completed so far: 163
|
| 822 |
+
# successes: 162 (99.4%)
|
| 823 |
+
|
| 824 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 825 |
+
Success: True
|
| 826 |
+
# episodes completed so far: 164
|
| 827 |
+
# successes: 163 (99.4%)
|
| 828 |
+
|
| 829 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 830 |
+
Success: True
|
| 831 |
+
# episodes completed so far: 165
|
| 832 |
+
# successes: 164 (99.4%)
|
| 833 |
+
|
| 834 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 835 |
+
Success: True
|
| 836 |
+
# episodes completed so far: 166
|
| 837 |
+
# successes: 165 (99.4%)
|
| 838 |
+
|
| 839 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 840 |
+
Success: True
|
| 841 |
+
# episodes completed so far: 167
|
| 842 |
+
# successes: 166 (99.4%)
|
| 843 |
+
|
| 844 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 845 |
+
Success: True
|
| 846 |
+
# episodes completed so far: 168
|
| 847 |
+
# successes: 167 (99.4%)
|
| 848 |
+
|
| 849 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 850 |
+
Success: True
|
| 851 |
+
# episodes completed so far: 169
|
| 852 |
+
# successes: 168 (99.4%)
|
| 853 |
+
|
| 854 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 855 |
+
Success: True
|
| 856 |
+
# episodes completed so far: 170
|
| 857 |
+
# successes: 169 (99.4%)
|
| 858 |
+
|
| 859 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 860 |
+
Success: True
|
| 861 |
+
# episodes completed so far: 171
|
| 862 |
+
# successes: 170 (99.4%)
|
| 863 |
+
|
| 864 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 865 |
+
Success: True
|
| 866 |
+
# episodes completed so far: 172
|
| 867 |
+
# successes: 171 (99.4%)
|
| 868 |
+
|
| 869 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 870 |
+
Success: True
|
| 871 |
+
# episodes completed so far: 173
|
| 872 |
+
# successes: 172 (99.4%)
|
| 873 |
+
|
| 874 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 875 |
+
Success: True
|
| 876 |
+
# episodes completed so far: 174
|
| 877 |
+
# successes: 173 (99.4%)
|
| 878 |
+
|
| 879 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 880 |
+
Success: True
|
| 881 |
+
# episodes completed so far: 175
|
| 882 |
+
# successes: 174 (99.4%)
|
| 883 |
+
|
| 884 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 885 |
+
Success: True
|
| 886 |
+
# episodes completed so far: 176
|
| 887 |
+
# successes: 175 (99.4%)
|
| 888 |
+
|
| 889 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 890 |
+
Success: True
|
| 891 |
+
# episodes completed so far: 177
|
| 892 |
+
# successes: 176 (99.4%)
|
| 893 |
+
|
| 894 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 895 |
+
Success: True
|
| 896 |
+
# episodes completed so far: 178
|
| 897 |
+
# successes: 177 (99.4%)
|
| 898 |
+
|
| 899 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 900 |
+
Success: True
|
| 901 |
+
# episodes completed so far: 179
|
| 902 |
+
# successes: 178 (99.4%)
|
| 903 |
+
|
| 904 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 905 |
+
Success: True
|
| 906 |
+
# episodes completed so far: 180
|
| 907 |
+
# successes: 179 (99.4%)
|
| 908 |
+
|
| 909 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 910 |
+
Success: True
|
| 911 |
+
# episodes completed so far: 181
|
| 912 |
+
# successes: 180 (99.4%)
|
| 913 |
+
|
| 914 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 915 |
+
Success: True
|
| 916 |
+
# episodes completed so far: 182
|
| 917 |
+
# successes: 181 (99.5%)
|
| 918 |
+
|
| 919 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 920 |
+
Success: True
|
| 921 |
+
# episodes completed so far: 183
|
| 922 |
+
# successes: 182 (99.5%)
|
| 923 |
+
|
| 924 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 925 |
+
Success: True
|
| 926 |
+
# episodes completed so far: 184
|
| 927 |
+
# successes: 183 (99.5%)
|
| 928 |
+
|
| 929 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 930 |
+
Success: True
|
| 931 |
+
# episodes completed so far: 185
|
| 932 |
+
# successes: 184 (99.5%)
|
| 933 |
+
|
| 934 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 935 |
+
Success: True
|
| 936 |
+
# episodes completed so far: 186
|
| 937 |
+
# successes: 185 (99.5%)
|
| 938 |
+
|
| 939 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 940 |
+
Success: True
|
| 941 |
+
# episodes completed so far: 187
|
| 942 |
+
# successes: 186 (99.5%)
|
| 943 |
+
|
| 944 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 945 |
+
Success: True
|
| 946 |
+
# episodes completed so far: 188
|
| 947 |
+
# successes: 187 (99.5%)
|
| 948 |
+
|
| 949 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 950 |
+
Success: True
|
| 951 |
+
# episodes completed so far: 189
|
| 952 |
+
# successes: 188 (99.5%)
|
| 953 |
+
|
| 954 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 955 |
+
Success: True
|
| 956 |
+
# episodes completed so far: 190
|
| 957 |
+
# successes: 189 (99.5%)
|
| 958 |
+
|
| 959 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 960 |
+
Success: True
|
| 961 |
+
# episodes completed so far: 191
|
| 962 |
+
# successes: 190 (99.5%)
|
| 963 |
+
|
| 964 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 965 |
+
Success: True
|
| 966 |
+
# episodes completed so far: 192
|
| 967 |
+
# successes: 191 (99.5%)
|
| 968 |
+
|
| 969 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 970 |
+
Success: True
|
| 971 |
+
# episodes completed so far: 193
|
| 972 |
+
# successes: 192 (99.5%)
|
| 973 |
+
|
| 974 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 975 |
+
Success: True
|
| 976 |
+
# episodes completed so far: 194
|
| 977 |
+
# successes: 193 (99.5%)
|
| 978 |
+
|
| 979 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 980 |
+
Success: True
|
| 981 |
+
# episodes completed so far: 195
|
| 982 |
+
# successes: 194 (99.5%)
|
| 983 |
+
|
| 984 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 985 |
+
Success: True
|
| 986 |
+
# episodes completed so far: 196
|
| 987 |
+
# successes: 195 (99.5%)
|
| 988 |
+
|
| 989 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 990 |
+
Success: True
|
| 991 |
+
# episodes completed so far: 197
|
| 992 |
+
# successes: 196 (99.5%)
|
| 993 |
+
|
| 994 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 995 |
+
Success: True
|
| 996 |
+
# episodes completed so far: 198
|
| 997 |
+
# successes: 197 (99.5%)
|
| 998 |
+
|
| 999 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 1000 |
+
Success: True
|
| 1001 |
+
# episodes completed so far: 199
|
| 1002 |
+
# successes: 198 (99.5%)
|
| 1003 |
+
|
| 1004 |
+
Task: pick up the bbq sauce and place it in the basket
|
| 1005 |
+
Success: True
|
| 1006 |
+
# episodes completed so far: 200
|
| 1007 |
+
# successes: 199 (99.5%)
|
| 1008 |
+
Current task success rate: 1.0
|
| 1009 |
+
Current total success rate: 0.995
|
| 1010 |
+
|
| 1011 |
+
Task: pick up the ketchup and place it in the basket
|
| 1012 |
+
Success: True
|
| 1013 |
+
# episodes completed so far: 201
|
| 1014 |
+
# successes: 200 (99.5%)
|
| 1015 |
+
|
| 1016 |
+
Task: pick up the ketchup and place it in the basket
|
| 1017 |
+
Success: True
|
| 1018 |
+
# episodes completed so far: 202
|
| 1019 |
+
# successes: 201 (99.5%)
|
| 1020 |
+
|
| 1021 |
+
Task: pick up the ketchup and place it in the basket
|
| 1022 |
+
Success: True
|
| 1023 |
+
# episodes completed so far: 203
|
| 1024 |
+
# successes: 202 (99.5%)
|
| 1025 |
+
|
| 1026 |
+
Task: pick up the ketchup and place it in the basket
|
| 1027 |
+
Success: True
|
| 1028 |
+
# episodes completed so far: 204
|
| 1029 |
+
# successes: 203 (99.5%)
|
| 1030 |
+
|
| 1031 |
+
Task: pick up the ketchup and place it in the basket
|
| 1032 |
+
Success: True
|
| 1033 |
+
# episodes completed so far: 205
|
| 1034 |
+
# successes: 204 (99.5%)
|
| 1035 |
+
|
| 1036 |
+
Task: pick up the ketchup and place it in the basket
|
| 1037 |
+
Success: True
|
| 1038 |
+
# episodes completed so far: 206
|
| 1039 |
+
# successes: 205 (99.5%)
|
| 1040 |
+
|
| 1041 |
+
Task: pick up the ketchup and place it in the basket
|
| 1042 |
+
Success: True
|
| 1043 |
+
# episodes completed so far: 207
|
| 1044 |
+
# successes: 206 (99.5%)
|
| 1045 |
+
|
| 1046 |
+
Task: pick up the ketchup and place it in the basket
|
| 1047 |
+
Success: True
|
| 1048 |
+
# episodes completed so far: 208
|
| 1049 |
+
# successes: 207 (99.5%)
|
| 1050 |
+
|
| 1051 |
+
Task: pick up the ketchup and place it in the basket
|
| 1052 |
+
Success: True
|
| 1053 |
+
# episodes completed so far: 209
|
| 1054 |
+
# successes: 208 (99.5%)
|
| 1055 |
+
|
| 1056 |
+
Task: pick up the ketchup and place it in the basket
|
| 1057 |
+
Success: True
|
| 1058 |
+
# episodes completed so far: 210
|
| 1059 |
+
# successes: 209 (99.5%)
|
| 1060 |
+
|
| 1061 |
+
Task: pick up the ketchup and place it in the basket
|
| 1062 |
+
Success: True
|
| 1063 |
+
# episodes completed so far: 211
|
| 1064 |
+
# successes: 210 (99.5%)
|
| 1065 |
+
|
| 1066 |
+
Task: pick up the ketchup and place it in the basket
|
| 1067 |
+
Success: True
|
| 1068 |
+
# episodes completed so far: 212
|
| 1069 |
+
# successes: 211 (99.5%)
|
| 1070 |
+
|
| 1071 |
+
Task: pick up the ketchup and place it in the basket
|
| 1072 |
+
Success: True
|
| 1073 |
+
# episodes completed so far: 213
|
| 1074 |
+
# successes: 212 (99.5%)
|
| 1075 |
+
|
| 1076 |
+
Task: pick up the ketchup and place it in the basket
|
| 1077 |
+
Success: True
|
| 1078 |
+
# episodes completed so far: 214
|
| 1079 |
+
# successes: 213 (99.5%)
|
| 1080 |
+
|
| 1081 |
+
Task: pick up the ketchup and place it in the basket
|
| 1082 |
+
Success: True
|
| 1083 |
+
# episodes completed so far: 215
|
| 1084 |
+
# successes: 214 (99.5%)
|
| 1085 |
+
|
| 1086 |
+
Task: pick up the ketchup and place it in the basket
|
| 1087 |
+
Success: True
|
| 1088 |
+
# episodes completed so far: 216
|
| 1089 |
+
# successes: 215 (99.5%)
|
| 1090 |
+
|
| 1091 |
+
Task: pick up the ketchup and place it in the basket
|
| 1092 |
+
Success: True
|
| 1093 |
+
# episodes completed so far: 217
|
| 1094 |
+
# successes: 216 (99.5%)
|
| 1095 |
+
|
| 1096 |
+
Task: pick up the ketchup and place it in the basket
|
| 1097 |
+
Success: True
|
| 1098 |
+
# episodes completed so far: 218
|
| 1099 |
+
# successes: 217 (99.5%)
|
| 1100 |
+
|
| 1101 |
+
Task: pick up the ketchup and place it in the basket
|
| 1102 |
+
Success: True
|
| 1103 |
+
# episodes completed so far: 219
|
| 1104 |
+
# successes: 218 (99.5%)
|
| 1105 |
+
|
| 1106 |
+
Task: pick up the ketchup and place it in the basket
|
| 1107 |
+
Success: True
|
| 1108 |
+
# episodes completed so far: 220
|
| 1109 |
+
# successes: 219 (99.5%)
|
| 1110 |
+
|
| 1111 |
+
Task: pick up the ketchup and place it in the basket
|
| 1112 |
+
Success: True
|
| 1113 |
+
# episodes completed so far: 221
|
| 1114 |
+
# successes: 220 (99.5%)
|
| 1115 |
+
|
| 1116 |
+
Task: pick up the ketchup and place it in the basket
|
| 1117 |
+
Success: True
|
| 1118 |
+
# episodes completed so far: 222
|
| 1119 |
+
# successes: 221 (99.5%)
|
| 1120 |
+
|
| 1121 |
+
Task: pick up the ketchup and place it in the basket
|
| 1122 |
+
Success: True
|
| 1123 |
+
# episodes completed so far: 223
|
| 1124 |
+
# successes: 222 (99.6%)
|
| 1125 |
+
|
| 1126 |
+
Task: pick up the ketchup and place it in the basket
|
| 1127 |
+
Success: True
|
| 1128 |
+
# episodes completed so far: 224
|
| 1129 |
+
# successes: 223 (99.6%)
|
| 1130 |
+
|
| 1131 |
+
Task: pick up the ketchup and place it in the basket
|
| 1132 |
+
Success: True
|
| 1133 |
+
# episodes completed so far: 225
|
| 1134 |
+
# successes: 224 (99.6%)
|
| 1135 |
+
|
| 1136 |
+
Task: pick up the ketchup and place it in the basket
|
| 1137 |
+
Success: True
|
| 1138 |
+
# episodes completed so far: 226
|
| 1139 |
+
# successes: 225 (99.6%)
|
| 1140 |
+
|
| 1141 |
+
Task: pick up the ketchup and place it in the basket
|
| 1142 |
+
Success: True
|
| 1143 |
+
# episodes completed so far: 227
|
| 1144 |
+
# successes: 226 (99.6%)
|
| 1145 |
+
|
| 1146 |
+
Task: pick up the ketchup and place it in the basket
|
| 1147 |
+
Success: True
|
| 1148 |
+
# episodes completed so far: 228
|
| 1149 |
+
# successes: 227 (99.6%)
|
| 1150 |
+
|
| 1151 |
+
Task: pick up the ketchup and place it in the basket
|
| 1152 |
+
Success: True
|
| 1153 |
+
# episodes completed so far: 229
|
| 1154 |
+
# successes: 228 (99.6%)
|
| 1155 |
+
|
| 1156 |
+
Task: pick up the ketchup and place it in the basket
|
| 1157 |
+
Success: True
|
| 1158 |
+
# episodes completed so far: 230
|
| 1159 |
+
# successes: 229 (99.6%)
|
| 1160 |
+
|
| 1161 |
+
Task: pick up the ketchup and place it in the basket
|
| 1162 |
+
Success: True
|
| 1163 |
+
# episodes completed so far: 231
|
| 1164 |
+
# successes: 230 (99.6%)
|
| 1165 |
+
|
| 1166 |
+
Task: pick up the ketchup and place it in the basket
|
| 1167 |
+
Success: True
|
| 1168 |
+
# episodes completed so far: 232
|
| 1169 |
+
# successes: 231 (99.6%)
|
| 1170 |
+
|
| 1171 |
+
Task: pick up the ketchup and place it in the basket
|
| 1172 |
+
Success: True
|
| 1173 |
+
# episodes completed so far: 233
|
| 1174 |
+
# successes: 232 (99.6%)
|
| 1175 |
+
|
| 1176 |
+
Task: pick up the ketchup and place it in the basket
|
| 1177 |
+
Success: True
|
| 1178 |
+
# episodes completed so far: 234
|
| 1179 |
+
# successes: 233 (99.6%)
|
| 1180 |
+
|
| 1181 |
+
Task: pick up the ketchup and place it in the basket
|
| 1182 |
+
Success: True
|
| 1183 |
+
# episodes completed so far: 235
|
| 1184 |
+
# successes: 234 (99.6%)
|
| 1185 |
+
|
| 1186 |
+
Task: pick up the ketchup and place it in the basket
|
| 1187 |
+
Success: True
|
| 1188 |
+
# episodes completed so far: 236
|
| 1189 |
+
# successes: 235 (99.6%)
|
| 1190 |
+
|
| 1191 |
+
Task: pick up the ketchup and place it in the basket
|
| 1192 |
+
Success: True
|
| 1193 |
+
# episodes completed so far: 237
|
| 1194 |
+
# successes: 236 (99.6%)
|
| 1195 |
+
|
| 1196 |
+
Task: pick up the ketchup and place it in the basket
|
| 1197 |
+
Success: True
|
| 1198 |
+
# episodes completed so far: 238
|
| 1199 |
+
# successes: 237 (99.6%)
|
| 1200 |
+
|
| 1201 |
+
Task: pick up the ketchup and place it in the basket
|
| 1202 |
+
Success: True
|
| 1203 |
+
# episodes completed so far: 239
|
| 1204 |
+
# successes: 238 (99.6%)
|
| 1205 |
+
|
| 1206 |
+
Task: pick up the ketchup and place it in the basket
|
| 1207 |
+
Success: True
|
| 1208 |
+
# episodes completed so far: 240
|
| 1209 |
+
# successes: 239 (99.6%)
|
| 1210 |
+
|
| 1211 |
+
Task: pick up the ketchup and place it in the basket
|
| 1212 |
+
Success: True
|
| 1213 |
+
# episodes completed so far: 241
|
| 1214 |
+
# successes: 240 (99.6%)
|
| 1215 |
+
|
| 1216 |
+
Task: pick up the ketchup and place it in the basket
|
| 1217 |
+
Success: True
|
| 1218 |
+
# episodes completed so far: 242
|
| 1219 |
+
# successes: 241 (99.6%)
|
| 1220 |
+
|
| 1221 |
+
Task: pick up the ketchup and place it in the basket
|
| 1222 |
+
Success: True
|
| 1223 |
+
# episodes completed so far: 243
|
| 1224 |
+
# successes: 242 (99.6%)
|
| 1225 |
+
|
| 1226 |
+
Task: pick up the ketchup and place it in the basket
|
| 1227 |
+
Success: True
|
| 1228 |
+
# episodes completed so far: 244
|
| 1229 |
+
# successes: 243 (99.6%)
|
| 1230 |
+
|
| 1231 |
+
Task: pick up the ketchup and place it in the basket
|
| 1232 |
+
Success: True
|
| 1233 |
+
# episodes completed so far: 245
|
| 1234 |
+
# successes: 244 (99.6%)
|
| 1235 |
+
|
| 1236 |
+
Task: pick up the ketchup and place it in the basket
|
| 1237 |
+
Success: True
|
| 1238 |
+
# episodes completed so far: 246
|
| 1239 |
+
# successes: 245 (99.6%)
|
| 1240 |
+
|
| 1241 |
+
Task: pick up the ketchup and place it in the basket
|
| 1242 |
+
Success: True
|
| 1243 |
+
# episodes completed so far: 247
|
| 1244 |
+
# successes: 246 (99.6%)
|
| 1245 |
+
|
| 1246 |
+
Task: pick up the ketchup and place it in the basket
|
| 1247 |
+
Success: True
|
| 1248 |
+
# episodes completed so far: 248
|
| 1249 |
+
# successes: 247 (99.6%)
|
| 1250 |
+
|
| 1251 |
+
Task: pick up the ketchup and place it in the basket
|
| 1252 |
+
Success: True
|
| 1253 |
+
# episodes completed so far: 249
|
| 1254 |
+
# successes: 248 (99.6%)
|
| 1255 |
+
|
| 1256 |
+
Task: pick up the ketchup and place it in the basket
|
| 1257 |
+
Success: True
|
| 1258 |
+
# episodes completed so far: 250
|
| 1259 |
+
# successes: 249 (99.6%)
|
| 1260 |
+
Current task success rate: 1.0
|
| 1261 |
+
Current total success rate: 0.996
|
| 1262 |
+
|
| 1263 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1264 |
+
Success: True
|
| 1265 |
+
# episodes completed so far: 251
|
| 1266 |
+
# successes: 250 (99.6%)
|
| 1267 |
+
|
| 1268 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1269 |
+
Success: True
|
| 1270 |
+
# episodes completed so far: 252
|
| 1271 |
+
# successes: 251 (99.6%)
|
| 1272 |
+
|
| 1273 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1274 |
+
Success: True
|
| 1275 |
+
# episodes completed so far: 253
|
| 1276 |
+
# successes: 252 (99.6%)
|
| 1277 |
+
|
| 1278 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1279 |
+
Success: True
|
| 1280 |
+
# episodes completed so far: 254
|
| 1281 |
+
# successes: 253 (99.6%)
|
| 1282 |
+
|
| 1283 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1284 |
+
Success: True
|
| 1285 |
+
# episodes completed so far: 255
|
| 1286 |
+
# successes: 254 (99.6%)
|
| 1287 |
+
|
| 1288 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1289 |
+
Success: True
|
| 1290 |
+
# episodes completed so far: 256
|
| 1291 |
+
# successes: 255 (99.6%)
|
| 1292 |
+
|
| 1293 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1294 |
+
Success: True
|
| 1295 |
+
# episodes completed so far: 257
|
| 1296 |
+
# successes: 256 (99.6%)
|
| 1297 |
+
|
| 1298 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1299 |
+
Success: True
|
| 1300 |
+
# episodes completed so far: 258
|
| 1301 |
+
# successes: 257 (99.6%)
|
| 1302 |
+
|
| 1303 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1304 |
+
Success: True
|
| 1305 |
+
# episodes completed so far: 259
|
| 1306 |
+
# successes: 258 (99.6%)
|
| 1307 |
+
|
| 1308 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1309 |
+
Success: True
|
| 1310 |
+
# episodes completed so far: 260
|
| 1311 |
+
# successes: 259 (99.6%)
|
| 1312 |
+
|
| 1313 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1314 |
+
Success: True
|
| 1315 |
+
# episodes completed so far: 261
|
| 1316 |
+
# successes: 260 (99.6%)
|
| 1317 |
+
|
| 1318 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1319 |
+
Success: True
|
| 1320 |
+
# episodes completed so far: 262
|
| 1321 |
+
# successes: 261 (99.6%)
|
| 1322 |
+
|
| 1323 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1324 |
+
Success: True
|
| 1325 |
+
# episodes completed so far: 263
|
| 1326 |
+
# successes: 262 (99.6%)
|
| 1327 |
+
|
| 1328 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1329 |
+
Success: True
|
| 1330 |
+
# episodes completed so far: 264
|
| 1331 |
+
# successes: 263 (99.6%)
|
| 1332 |
+
|
| 1333 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1334 |
+
Success: True
|
| 1335 |
+
# episodes completed so far: 265
|
| 1336 |
+
# successes: 264 (99.6%)
|
| 1337 |
+
|
| 1338 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1339 |
+
Success: True
|
| 1340 |
+
# episodes completed so far: 266
|
| 1341 |
+
# successes: 265 (99.6%)
|
| 1342 |
+
|
| 1343 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1344 |
+
Success: True
|
| 1345 |
+
# episodes completed so far: 267
|
| 1346 |
+
# successes: 266 (99.6%)
|
| 1347 |
+
|
| 1348 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1349 |
+
Success: True
|
| 1350 |
+
# episodes completed so far: 268
|
| 1351 |
+
# successes: 267 (99.6%)
|
| 1352 |
+
|
| 1353 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1354 |
+
Success: True
|
| 1355 |
+
# episodes completed so far: 269
|
| 1356 |
+
# successes: 268 (99.6%)
|
| 1357 |
+
|
| 1358 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1359 |
+
Success: True
|
| 1360 |
+
# episodes completed so far: 270
|
| 1361 |
+
# successes: 269 (99.6%)
|
| 1362 |
+
|
| 1363 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1364 |
+
Success: True
|
| 1365 |
+
# episodes completed so far: 271
|
| 1366 |
+
# successes: 270 (99.6%)
|
| 1367 |
+
|
| 1368 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1369 |
+
Success: True
|
| 1370 |
+
# episodes completed so far: 272
|
| 1371 |
+
# successes: 271 (99.6%)
|
| 1372 |
+
|
| 1373 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1374 |
+
Success: True
|
| 1375 |
+
# episodes completed so far: 273
|
| 1376 |
+
# successes: 272 (99.6%)
|
| 1377 |
+
|
| 1378 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1379 |
+
Success: True
|
| 1380 |
+
# episodes completed so far: 274
|
| 1381 |
+
# successes: 273 (99.6%)
|
| 1382 |
+
|
| 1383 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1384 |
+
Success: True
|
| 1385 |
+
# episodes completed so far: 275
|
| 1386 |
+
# successes: 274 (99.6%)
|
| 1387 |
+
|
| 1388 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1389 |
+
Success: True
|
| 1390 |
+
# episodes completed so far: 276
|
| 1391 |
+
# successes: 275 (99.6%)
|
| 1392 |
+
|
| 1393 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1394 |
+
Success: True
|
| 1395 |
+
# episodes completed so far: 277
|
| 1396 |
+
# successes: 276 (99.6%)
|
| 1397 |
+
|
| 1398 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1399 |
+
Success: True
|
| 1400 |
+
# episodes completed so far: 278
|
| 1401 |
+
# successes: 277 (99.6%)
|
| 1402 |
+
|
| 1403 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1404 |
+
Success: True
|
| 1405 |
+
# episodes completed so far: 279
|
| 1406 |
+
# successes: 278 (99.6%)
|
| 1407 |
+
|
| 1408 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1409 |
+
Success: True
|
| 1410 |
+
# episodes completed so far: 280
|
| 1411 |
+
# successes: 279 (99.6%)
|
| 1412 |
+
|
| 1413 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1414 |
+
Success: True
|
| 1415 |
+
# episodes completed so far: 281
|
| 1416 |
+
# successes: 280 (99.6%)
|
| 1417 |
+
|
| 1418 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1419 |
+
Success: True
|
| 1420 |
+
# episodes completed so far: 282
|
| 1421 |
+
# successes: 281 (99.6%)
|
| 1422 |
+
|
| 1423 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1424 |
+
Success: True
|
| 1425 |
+
# episodes completed so far: 283
|
| 1426 |
+
# successes: 282 (99.6%)
|
| 1427 |
+
|
| 1428 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1429 |
+
Success: True
|
| 1430 |
+
# episodes completed so far: 284
|
| 1431 |
+
# successes: 283 (99.6%)
|
| 1432 |
+
|
| 1433 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1434 |
+
Success: True
|
| 1435 |
+
# episodes completed so far: 285
|
| 1436 |
+
# successes: 284 (99.6%)
|
| 1437 |
+
|
| 1438 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1439 |
+
Success: True
|
| 1440 |
+
# episodes completed so far: 286
|
| 1441 |
+
# successes: 285 (99.7%)
|
| 1442 |
+
|
| 1443 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1444 |
+
Success: True
|
| 1445 |
+
# episodes completed so far: 287
|
| 1446 |
+
# successes: 286 (99.7%)
|
| 1447 |
+
|
| 1448 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1449 |
+
Success: True
|
| 1450 |
+
# episodes completed so far: 288
|
| 1451 |
+
# successes: 287 (99.7%)
|
| 1452 |
+
|
| 1453 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1454 |
+
Success: True
|
| 1455 |
+
# episodes completed so far: 289
|
| 1456 |
+
# successes: 288 (99.7%)
|
| 1457 |
+
|
| 1458 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1459 |
+
Success: True
|
| 1460 |
+
# episodes completed so far: 290
|
| 1461 |
+
# successes: 289 (99.7%)
|
| 1462 |
+
|
| 1463 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1464 |
+
Success: True
|
| 1465 |
+
# episodes completed so far: 291
|
| 1466 |
+
# successes: 290 (99.7%)
|
| 1467 |
+
|
| 1468 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1469 |
+
Success: True
|
| 1470 |
+
# episodes completed so far: 292
|
| 1471 |
+
# successes: 291 (99.7%)
|
| 1472 |
+
|
| 1473 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1474 |
+
Success: True
|
| 1475 |
+
# episodes completed so far: 293
|
| 1476 |
+
# successes: 292 (99.7%)
|
| 1477 |
+
|
| 1478 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1479 |
+
Success: True
|
| 1480 |
+
# episodes completed so far: 294
|
| 1481 |
+
# successes: 293 (99.7%)
|
| 1482 |
+
|
| 1483 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1484 |
+
Success: True
|
| 1485 |
+
# episodes completed so far: 295
|
| 1486 |
+
# successes: 294 (99.7%)
|
| 1487 |
+
|
| 1488 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1489 |
+
Success: True
|
| 1490 |
+
# episodes completed so far: 296
|
| 1491 |
+
# successes: 295 (99.7%)
|
| 1492 |
+
|
| 1493 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1494 |
+
Success: True
|
| 1495 |
+
# episodes completed so far: 297
|
| 1496 |
+
# successes: 296 (99.7%)
|
| 1497 |
+
|
| 1498 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1499 |
+
Success: True
|
| 1500 |
+
# episodes completed so far: 298
|
| 1501 |
+
# successes: 297 (99.7%)
|
| 1502 |
+
|
| 1503 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1504 |
+
Success: True
|
| 1505 |
+
# episodes completed so far: 299
|
| 1506 |
+
# successes: 298 (99.7%)
|
| 1507 |
+
|
| 1508 |
+
Task: pick up the tomato sauce and place it in the basket
|
| 1509 |
+
Success: True
|
| 1510 |
+
# episodes completed so far: 300
|
| 1511 |
+
# successes: 299 (99.7%)
|
| 1512 |
+
Current task success rate: 1.0
|
| 1513 |
+
Current total success rate: 0.9966666666666667
|
| 1514 |
+
|
| 1515 |
+
Task: pick up the butter and place it in the basket
|
| 1516 |
+
Success: True
|
| 1517 |
+
# episodes completed so far: 301
|
| 1518 |
+
# successes: 300 (99.7%)
|
| 1519 |
+
|
| 1520 |
+
Task: pick up the butter and place it in the basket
|
| 1521 |
+
Success: True
|
| 1522 |
+
# episodes completed so far: 302
|
| 1523 |
+
# successes: 301 (99.7%)
|
| 1524 |
+
|
| 1525 |
+
Task: pick up the butter and place it in the basket
|
| 1526 |
+
Success: True
|
| 1527 |
+
# episodes completed so far: 303
|
| 1528 |
+
# successes: 302 (99.7%)
|
| 1529 |
+
|
| 1530 |
+
Task: pick up the butter and place it in the basket
|
| 1531 |
+
Success: True
|
| 1532 |
+
# episodes completed so far: 304
|
| 1533 |
+
# successes: 303 (99.7%)
|
| 1534 |
+
|
| 1535 |
+
Task: pick up the butter and place it in the basket
|
| 1536 |
+
Success: True
|
| 1537 |
+
# episodes completed so far: 305
|
| 1538 |
+
# successes: 304 (99.7%)
|
| 1539 |
+
|
| 1540 |
+
Task: pick up the butter and place it in the basket
|
| 1541 |
+
Success: True
|
| 1542 |
+
# episodes completed so far: 306
|
| 1543 |
+
# successes: 305 (99.7%)
|
| 1544 |
+
|
| 1545 |
+
Task: pick up the butter and place it in the basket
|
| 1546 |
+
Success: True
|
| 1547 |
+
# episodes completed so far: 307
|
| 1548 |
+
# successes: 306 (99.7%)
|
| 1549 |
+
|
| 1550 |
+
Task: pick up the butter and place it in the basket
|
| 1551 |
+
Success: True
|
| 1552 |
+
# episodes completed so far: 308
|
| 1553 |
+
# successes: 307 (99.7%)
|
| 1554 |
+
|
| 1555 |
+
Task: pick up the butter and place it in the basket
|
| 1556 |
+
Success: True
|
| 1557 |
+
# episodes completed so far: 309
|
| 1558 |
+
# successes: 308 (99.7%)
|
| 1559 |
+
|
| 1560 |
+
Task: pick up the butter and place it in the basket
|
| 1561 |
+
Success: True
|
| 1562 |
+
# episodes completed so far: 310
|
| 1563 |
+
# successes: 309 (99.7%)
|
| 1564 |
+
|
| 1565 |
+
Task: pick up the butter and place it in the basket
|
| 1566 |
+
Success: True
|
| 1567 |
+
# episodes completed so far: 311
|
| 1568 |
+
# successes: 310 (99.7%)
|
| 1569 |
+
|
| 1570 |
+
Task: pick up the butter and place it in the basket
|
| 1571 |
+
Success: True
|
| 1572 |
+
# episodes completed so far: 312
|
| 1573 |
+
# successes: 311 (99.7%)
|
| 1574 |
+
|
| 1575 |
+
Task: pick up the butter and place it in the basket
|
| 1576 |
+
Success: True
|
| 1577 |
+
# episodes completed so far: 313
|
| 1578 |
+
# successes: 312 (99.7%)
|
| 1579 |
+
|
| 1580 |
+
Task: pick up the butter and place it in the basket
|
| 1581 |
+
Success: True
|
| 1582 |
+
# episodes completed so far: 314
|
| 1583 |
+
# successes: 313 (99.7%)
|
| 1584 |
+
|
| 1585 |
+
Task: pick up the butter and place it in the basket
|
| 1586 |
+
Success: True
|
| 1587 |
+
# episodes completed so far: 315
|
| 1588 |
+
# successes: 314 (99.7%)
|
| 1589 |
+
|
| 1590 |
+
Task: pick up the butter and place it in the basket
|
| 1591 |
+
Success: True
|
| 1592 |
+
# episodes completed so far: 316
|
| 1593 |
+
# successes: 315 (99.7%)
|
| 1594 |
+
|
| 1595 |
+
Task: pick up the butter and place it in the basket
|
| 1596 |
+
Success: True
|
| 1597 |
+
# episodes completed so far: 317
|
| 1598 |
+
# successes: 316 (99.7%)
|
| 1599 |
+
|
| 1600 |
+
Task: pick up the butter and place it in the basket
|
| 1601 |
+
Success: True
|
| 1602 |
+
# episodes completed so far: 318
|
| 1603 |
+
# successes: 317 (99.7%)
|
| 1604 |
+
|
| 1605 |
+
Task: pick up the butter and place it in the basket
|
| 1606 |
+
Success: True
|
| 1607 |
+
# episodes completed so far: 319
|
| 1608 |
+
# successes: 318 (99.7%)
|
| 1609 |
+
|
| 1610 |
+
Task: pick up the butter and place it in the basket
|
| 1611 |
+
Success: True
|
| 1612 |
+
# episodes completed so far: 320
|
| 1613 |
+
# successes: 319 (99.7%)
|
| 1614 |
+
|
| 1615 |
+
Task: pick up the butter and place it in the basket
|
| 1616 |
+
Success: True
|
| 1617 |
+
# episodes completed so far: 321
|
| 1618 |
+
# successes: 320 (99.7%)
|
| 1619 |
+
|
| 1620 |
+
Task: pick up the butter and place it in the basket
|
| 1621 |
+
Success: True
|
| 1622 |
+
# episodes completed so far: 322
|
| 1623 |
+
# successes: 321 (99.7%)
|
| 1624 |
+
|
| 1625 |
+
Task: pick up the butter and place it in the basket
|
| 1626 |
+
Success: True
|
| 1627 |
+
# episodes completed so far: 323
|
| 1628 |
+
# successes: 322 (99.7%)
|
| 1629 |
+
|
| 1630 |
+
Task: pick up the butter and place it in the basket
|
| 1631 |
+
Success: True
|
| 1632 |
+
# episodes completed so far: 324
|
| 1633 |
+
# successes: 323 (99.7%)
|
| 1634 |
+
|
| 1635 |
+
Task: pick up the butter and place it in the basket
|
| 1636 |
+
Success: True
|
| 1637 |
+
# episodes completed so far: 325
|
| 1638 |
+
# successes: 324 (99.7%)
|
| 1639 |
+
|
| 1640 |
+
Task: pick up the butter and place it in the basket
|
| 1641 |
+
Success: True
|
| 1642 |
+
# episodes completed so far: 326
|
| 1643 |
+
# successes: 325 (99.7%)
|
| 1644 |
+
|
| 1645 |
+
Task: pick up the butter and place it in the basket
|
| 1646 |
+
Success: True
|
| 1647 |
+
# episodes completed so far: 327
|
| 1648 |
+
# successes: 326 (99.7%)
|
| 1649 |
+
|
| 1650 |
+
Task: pick up the butter and place it in the basket
|
| 1651 |
+
Success: True
|
| 1652 |
+
# episodes completed so far: 328
|
| 1653 |
+
# successes: 327 (99.7%)
|
| 1654 |
+
|
| 1655 |
+
Task: pick up the butter and place it in the basket
|
| 1656 |
+
Success: True
|
| 1657 |
+
# episodes completed so far: 329
|
| 1658 |
+
# successes: 328 (99.7%)
|
| 1659 |
+
|
| 1660 |
+
Task: pick up the butter and place it in the basket
|
| 1661 |
+
Success: True
|
| 1662 |
+
# episodes completed so far: 330
|
| 1663 |
+
# successes: 329 (99.7%)
|
| 1664 |
+
|
| 1665 |
+
Task: pick up the butter and place it in the basket
|
| 1666 |
+
Success: True
|
| 1667 |
+
# episodes completed so far: 331
|
| 1668 |
+
# successes: 330 (99.7%)
|
| 1669 |
+
|
| 1670 |
+
Task: pick up the butter and place it in the basket
|
| 1671 |
+
Success: True
|
| 1672 |
+
# episodes completed so far: 332
|
| 1673 |
+
# successes: 331 (99.7%)
|
| 1674 |
+
|
| 1675 |
+
Task: pick up the butter and place it in the basket
|
| 1676 |
+
Success: True
|
| 1677 |
+
# episodes completed so far: 333
|
| 1678 |
+
# successes: 332 (99.7%)
|
| 1679 |
+
|
| 1680 |
+
Task: pick up the butter and place it in the basket
|
| 1681 |
+
Success: True
|
| 1682 |
+
# episodes completed so far: 334
|
| 1683 |
+
# successes: 333 (99.7%)
|
| 1684 |
+
|
| 1685 |
+
Task: pick up the butter and place it in the basket
|
| 1686 |
+
Success: True
|
| 1687 |
+
# episodes completed so far: 335
|
| 1688 |
+
# successes: 334 (99.7%)
|
| 1689 |
+
|
| 1690 |
+
Task: pick up the butter and place it in the basket
|
| 1691 |
+
Success: True
|
| 1692 |
+
# episodes completed so far: 336
|
| 1693 |
+
# successes: 335 (99.7%)
|
| 1694 |
+
|
| 1695 |
+
Task: pick up the butter and place it in the basket
|
| 1696 |
+
Success: True
|
| 1697 |
+
# episodes completed so far: 337
|
| 1698 |
+
# successes: 336 (99.7%)
|
| 1699 |
+
|
| 1700 |
+
Task: pick up the butter and place it in the basket
|
| 1701 |
+
Success: True
|
| 1702 |
+
# episodes completed so far: 338
|
| 1703 |
+
# successes: 337 (99.7%)
|
| 1704 |
+
|
| 1705 |
+
Task: pick up the butter and place it in the basket
|
| 1706 |
+
Success: True
|
| 1707 |
+
# episodes completed so far: 339
|
| 1708 |
+
# successes: 338 (99.7%)
|
| 1709 |
+
|
| 1710 |
+
Task: pick up the butter and place it in the basket
|
| 1711 |
+
Success: True
|
| 1712 |
+
# episodes completed so far: 340
|
| 1713 |
+
# successes: 339 (99.7%)
|
| 1714 |
+
|
| 1715 |
+
Task: pick up the butter and place it in the basket
|
| 1716 |
+
Success: True
|
| 1717 |
+
# episodes completed so far: 341
|
| 1718 |
+
# successes: 340 (99.7%)
|
| 1719 |
+
|
| 1720 |
+
Task: pick up the butter and place it in the basket
|
| 1721 |
+
Success: True
|
| 1722 |
+
# episodes completed so far: 342
|
| 1723 |
+
# successes: 341 (99.7%)
|
| 1724 |
+
|
| 1725 |
+
Task: pick up the butter and place it in the basket
|
| 1726 |
+
Success: True
|
| 1727 |
+
# episodes completed so far: 343
|
| 1728 |
+
# successes: 342 (99.7%)
|
| 1729 |
+
|
| 1730 |
+
Task: pick up the butter and place it in the basket
|
| 1731 |
+
Success: True
|
| 1732 |
+
# episodes completed so far: 344
|
| 1733 |
+
# successes: 343 (99.7%)
|
| 1734 |
+
|
| 1735 |
+
Task: pick up the butter and place it in the basket
|
| 1736 |
+
Success: True
|
| 1737 |
+
# episodes completed so far: 345
|
| 1738 |
+
# successes: 344 (99.7%)
|
| 1739 |
+
|
| 1740 |
+
Task: pick up the butter and place it in the basket
|
| 1741 |
+
Success: True
|
| 1742 |
+
# episodes completed so far: 346
|
| 1743 |
+
# successes: 345 (99.7%)
|
| 1744 |
+
|
| 1745 |
+
Task: pick up the butter and place it in the basket
|
| 1746 |
+
Success: True
|
| 1747 |
+
# episodes completed so far: 347
|
| 1748 |
+
# successes: 346 (99.7%)
|
| 1749 |
+
|
| 1750 |
+
Task: pick up the butter and place it in the basket
|
| 1751 |
+
Success: True
|
| 1752 |
+
# episodes completed so far: 348
|
| 1753 |
+
# successes: 347 (99.7%)
|
| 1754 |
+
|
| 1755 |
+
Task: pick up the butter and place it in the basket
|
| 1756 |
+
Success: True
|
| 1757 |
+
# episodes completed so far: 349
|
| 1758 |
+
# successes: 348 (99.7%)
|
| 1759 |
+
|
| 1760 |
+
Task: pick up the butter and place it in the basket
|
| 1761 |
+
Success: True
|
| 1762 |
+
# episodes completed so far: 350
|
| 1763 |
+
# successes: 349 (99.7%)
|
| 1764 |
+
Current task success rate: 1.0
|
| 1765 |
+
Current total success rate: 0.9971428571428571
|
| 1766 |
+
|
| 1767 |
+
Task: pick up the milk and place it in the basket
|
| 1768 |
+
Success: True
|
| 1769 |
+
# episodes completed so far: 351
|
| 1770 |
+
# successes: 350 (99.7%)
|
| 1771 |
+
|
| 1772 |
+
Task: pick up the milk and place it in the basket
|
| 1773 |
+
Success: True
|
| 1774 |
+
# episodes completed so far: 352
|
| 1775 |
+
# successes: 351 (99.7%)
|
| 1776 |
+
|
| 1777 |
+
Task: pick up the milk and place it in the basket
|
| 1778 |
+
Success: True
|
| 1779 |
+
# episodes completed so far: 353
|
| 1780 |
+
# successes: 352 (99.7%)
|
| 1781 |
+
|
| 1782 |
+
Task: pick up the milk and place it in the basket
|
| 1783 |
+
Success: True
|
| 1784 |
+
# episodes completed so far: 354
|
| 1785 |
+
# successes: 353 (99.7%)
|
| 1786 |
+
|
| 1787 |
+
Task: pick up the milk and place it in the basket
|
| 1788 |
+
Success: True
|
| 1789 |
+
# episodes completed so far: 355
|
| 1790 |
+
# successes: 354 (99.7%)
|
| 1791 |
+
|
| 1792 |
+
Task: pick up the milk and place it in the basket
|
| 1793 |
+
Success: True
|
| 1794 |
+
# episodes completed so far: 356
|
| 1795 |
+
# successes: 355 (99.7%)
|
| 1796 |
+
|
| 1797 |
+
Task: pick up the milk and place it in the basket
|
| 1798 |
+
Success: True
|
| 1799 |
+
# episodes completed so far: 357
|
| 1800 |
+
# successes: 356 (99.7%)
|
| 1801 |
+
|
| 1802 |
+
Task: pick up the milk and place it in the basket
|
| 1803 |
+
Success: True
|
| 1804 |
+
# episodes completed so far: 358
|
| 1805 |
+
# successes: 357 (99.7%)
|
| 1806 |
+
|
| 1807 |
+
Task: pick up the milk and place it in the basket
|
| 1808 |
+
Success: True
|
| 1809 |
+
# episodes completed so far: 359
|
| 1810 |
+
# successes: 358 (99.7%)
|
| 1811 |
+
|
| 1812 |
+
Task: pick up the milk and place it in the basket
|
| 1813 |
+
Success: True
|
| 1814 |
+
# episodes completed so far: 360
|
| 1815 |
+
# successes: 359 (99.7%)
|
| 1816 |
+
|
| 1817 |
+
Task: pick up the milk and place it in the basket
|
| 1818 |
+
Success: True
|
| 1819 |
+
# episodes completed so far: 361
|
| 1820 |
+
# successes: 360 (99.7%)
|
| 1821 |
+
|
| 1822 |
+
Task: pick up the milk and place it in the basket
|
| 1823 |
+
Success: True
|
| 1824 |
+
# episodes completed so far: 362
|
| 1825 |
+
# successes: 361 (99.7%)
|
| 1826 |
+
|
| 1827 |
+
Task: pick up the milk and place it in the basket
|
| 1828 |
+
Success: True
|
| 1829 |
+
# episodes completed so far: 363
|
| 1830 |
+
# successes: 362 (99.7%)
|
| 1831 |
+
|
| 1832 |
+
Task: pick up the milk and place it in the basket
|
| 1833 |
+
Success: True
|
| 1834 |
+
# episodes completed so far: 364
|
| 1835 |
+
# successes: 363 (99.7%)
|
| 1836 |
+
|
| 1837 |
+
Task: pick up the milk and place it in the basket
|
| 1838 |
+
Success: True
|
| 1839 |
+
# episodes completed so far: 365
|
| 1840 |
+
# successes: 364 (99.7%)
|
| 1841 |
+
|
| 1842 |
+
Task: pick up the milk and place it in the basket
|
| 1843 |
+
Success: True
|
| 1844 |
+
# episodes completed so far: 366
|
| 1845 |
+
# successes: 365 (99.7%)
|
| 1846 |
+
|
| 1847 |
+
Task: pick up the milk and place it in the basket
|
| 1848 |
+
Success: True
|
| 1849 |
+
# episodes completed so far: 367
|
| 1850 |
+
# successes: 366 (99.7%)
|
| 1851 |
+
|
| 1852 |
+
Task: pick up the milk and place it in the basket
|
| 1853 |
+
Success: True
|
| 1854 |
+
# episodes completed so far: 368
|
| 1855 |
+
# successes: 367 (99.7%)
|
| 1856 |
+
|
| 1857 |
+
Task: pick up the milk and place it in the basket
|
| 1858 |
+
Success: True
|
| 1859 |
+
# episodes completed so far: 369
|
| 1860 |
+
# successes: 368 (99.7%)
|
| 1861 |
+
|
| 1862 |
+
Task: pick up the milk and place it in the basket
|
| 1863 |
+
Success: True
|
| 1864 |
+
# episodes completed so far: 370
|
| 1865 |
+
# successes: 369 (99.7%)
|
| 1866 |
+
|
| 1867 |
+
Task: pick up the milk and place it in the basket
|
| 1868 |
+
Success: True
|
| 1869 |
+
# episodes completed so far: 371
|
| 1870 |
+
# successes: 370 (99.7%)
|
| 1871 |
+
|
| 1872 |
+
Task: pick up the milk and place it in the basket
|
| 1873 |
+
Success: True
|
| 1874 |
+
# episodes completed so far: 372
|
| 1875 |
+
# successes: 371 (99.7%)
|
| 1876 |
+
|
| 1877 |
+
Task: pick up the milk and place it in the basket
|
| 1878 |
+
Success: True
|
| 1879 |
+
# episodes completed so far: 373
|
| 1880 |
+
# successes: 372 (99.7%)
|
| 1881 |
+
|
| 1882 |
+
Task: pick up the milk and place it in the basket
|
| 1883 |
+
Success: True
|
| 1884 |
+
# episodes completed so far: 374
|
| 1885 |
+
# successes: 373 (99.7%)
|
| 1886 |
+
|
| 1887 |
+
Task: pick up the milk and place it in the basket
|
| 1888 |
+
Success: True
|
| 1889 |
+
# episodes completed so far: 375
|
| 1890 |
+
# successes: 374 (99.7%)
|
| 1891 |
+
|
| 1892 |
+
Task: pick up the milk and place it in the basket
|
| 1893 |
+
Success: True
|
| 1894 |
+
# episodes completed so far: 376
|
| 1895 |
+
# successes: 375 (99.7%)
|
| 1896 |
+
|
| 1897 |
+
Task: pick up the milk and place it in the basket
|
| 1898 |
+
Success: True
|
| 1899 |
+
# episodes completed so far: 377
|
| 1900 |
+
# successes: 376 (99.7%)
|
| 1901 |
+
|
| 1902 |
+
Task: pick up the milk and place it in the basket
|
| 1903 |
+
Success: True
|
| 1904 |
+
# episodes completed so far: 378
|
| 1905 |
+
# successes: 377 (99.7%)
|
| 1906 |
+
|
| 1907 |
+
Task: pick up the milk and place it in the basket
|
| 1908 |
+
Success: True
|
| 1909 |
+
# episodes completed so far: 379
|
| 1910 |
+
# successes: 378 (99.7%)
|
| 1911 |
+
|
| 1912 |
+
Task: pick up the milk and place it in the basket
|
| 1913 |
+
Success: True
|
| 1914 |
+
# episodes completed so far: 380
|
| 1915 |
+
# successes: 379 (99.7%)
|
| 1916 |
+
|
| 1917 |
+
Task: pick up the milk and place it in the basket
|
| 1918 |
+
Success: True
|
| 1919 |
+
# episodes completed so far: 381
|
| 1920 |
+
# successes: 380 (99.7%)
|
| 1921 |
+
|
| 1922 |
+
Task: pick up the milk and place it in the basket
|
| 1923 |
+
Success: True
|
| 1924 |
+
# episodes completed so far: 382
|
| 1925 |
+
# successes: 381 (99.7%)
|
| 1926 |
+
|
| 1927 |
+
Task: pick up the milk and place it in the basket
|
| 1928 |
+
Success: True
|
| 1929 |
+
# episodes completed so far: 383
|
| 1930 |
+
# successes: 382 (99.7%)
|
| 1931 |
+
|
| 1932 |
+
Task: pick up the milk and place it in the basket
|
| 1933 |
+
Success: True
|
| 1934 |
+
# episodes completed so far: 384
|
| 1935 |
+
# successes: 383 (99.7%)
|
| 1936 |
+
|
| 1937 |
+
Task: pick up the milk and place it in the basket
|
| 1938 |
+
Success: True
|
| 1939 |
+
# episodes completed so far: 385
|
| 1940 |
+
# successes: 384 (99.7%)
|
| 1941 |
+
|
| 1942 |
+
Task: pick up the milk and place it in the basket
|
| 1943 |
+
Success: True
|
| 1944 |
+
# episodes completed so far: 386
|
| 1945 |
+
# successes: 385 (99.7%)
|
| 1946 |
+
|
| 1947 |
+
Task: pick up the milk and place it in the basket
|
| 1948 |
+
Success: True
|
| 1949 |
+
# episodes completed so far: 387
|
| 1950 |
+
# successes: 386 (99.7%)
|
| 1951 |
+
|
| 1952 |
+
Task: pick up the milk and place it in the basket
|
| 1953 |
+
Success: True
|
| 1954 |
+
# episodes completed so far: 388
|
| 1955 |
+
# successes: 387 (99.7%)
|
| 1956 |
+
|
| 1957 |
+
Task: pick up the milk and place it in the basket
|
| 1958 |
+
Success: True
|
| 1959 |
+
# episodes completed so far: 389
|
| 1960 |
+
# successes: 388 (99.7%)
|
| 1961 |
+
|
| 1962 |
+
Task: pick up the milk and place it in the basket
|
| 1963 |
+
Success: True
|
| 1964 |
+
# episodes completed so far: 390
|
| 1965 |
+
# successes: 389 (99.7%)
|
| 1966 |
+
|
| 1967 |
+
Task: pick up the milk and place it in the basket
|
| 1968 |
+
Success: True
|
| 1969 |
+
# episodes completed so far: 391
|
| 1970 |
+
# successes: 390 (99.7%)
|
| 1971 |
+
|
| 1972 |
+
Task: pick up the milk and place it in the basket
|
| 1973 |
+
Success: True
|
| 1974 |
+
# episodes completed so far: 392
|
| 1975 |
+
# successes: 391 (99.7%)
|
| 1976 |
+
|
| 1977 |
+
Task: pick up the milk and place it in the basket
|
| 1978 |
+
Success: True
|
| 1979 |
+
# episodes completed so far: 393
|
| 1980 |
+
# successes: 392 (99.7%)
|
| 1981 |
+
|
| 1982 |
+
Task: pick up the milk and place it in the basket
|
| 1983 |
+
Success: True
|
| 1984 |
+
# episodes completed so far: 394
|
| 1985 |
+
# successes: 393 (99.7%)
|
| 1986 |
+
|
| 1987 |
+
Task: pick up the milk and place it in the basket
|
| 1988 |
+
Success: True
|
| 1989 |
+
# episodes completed so far: 395
|
| 1990 |
+
# successes: 394 (99.7%)
|
| 1991 |
+
|
| 1992 |
+
Task: pick up the milk and place it in the basket
|
| 1993 |
+
Success: True
|
| 1994 |
+
# episodes completed so far: 396
|
| 1995 |
+
# successes: 395 (99.7%)
|
| 1996 |
+
|
| 1997 |
+
Task: pick up the milk and place it in the basket
|
| 1998 |
+
Success: True
|
| 1999 |
+
# episodes completed so far: 397
|
| 2000 |
+
# successes: 396 (99.7%)
|
| 2001 |
+
|
| 2002 |
+
Task: pick up the milk and place it in the basket
|
| 2003 |
+
Success: True
|
| 2004 |
+
# episodes completed so far: 398
|
| 2005 |
+
# successes: 397 (99.7%)
|
| 2006 |
+
|
| 2007 |
+
Task: pick up the milk and place it in the basket
|
| 2008 |
+
Success: True
|
| 2009 |
+
# episodes completed so far: 399
|
| 2010 |
+
# successes: 398 (99.7%)
|
| 2011 |
+
|
| 2012 |
+
Task: pick up the milk and place it in the basket
|
| 2013 |
+
Success: True
|
| 2014 |
+
# episodes completed so far: 400
|
| 2015 |
+
# successes: 399 (99.8%)
|
| 2016 |
+
Current task success rate: 1.0
|
| 2017 |
+
Current total success rate: 0.9975
|
| 2018 |
+
|
| 2019 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2020 |
+
Success: True
|
| 2021 |
+
# episodes completed so far: 401
|
| 2022 |
+
# successes: 400 (99.8%)
|
| 2023 |
+
|
| 2024 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2025 |
+
Success: True
|
| 2026 |
+
# episodes completed so far: 402
|
| 2027 |
+
# successes: 401 (99.8%)
|
| 2028 |
+
|
| 2029 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2030 |
+
Success: True
|
| 2031 |
+
# episodes completed so far: 403
|
| 2032 |
+
# successes: 402 (99.8%)
|
| 2033 |
+
|
| 2034 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2035 |
+
Success: True
|
| 2036 |
+
# episodes completed so far: 404
|
| 2037 |
+
# successes: 403 (99.8%)
|
| 2038 |
+
|
| 2039 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2040 |
+
Success: True
|
| 2041 |
+
# episodes completed so far: 405
|
| 2042 |
+
# successes: 404 (99.8%)
|
| 2043 |
+
|
| 2044 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2045 |
+
Success: True
|
| 2046 |
+
# episodes completed so far: 406
|
| 2047 |
+
# successes: 405 (99.8%)
|
| 2048 |
+
|
| 2049 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2050 |
+
Success: True
|
| 2051 |
+
# episodes completed so far: 407
|
| 2052 |
+
# successes: 406 (99.8%)
|
| 2053 |
+
|
| 2054 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2055 |
+
Success: True
|
| 2056 |
+
# episodes completed so far: 408
|
| 2057 |
+
# successes: 407 (99.8%)
|
| 2058 |
+
|
| 2059 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2060 |
+
Success: True
|
| 2061 |
+
# episodes completed so far: 409
|
| 2062 |
+
# successes: 408 (99.8%)
|
| 2063 |
+
|
| 2064 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2065 |
+
Success: True
|
| 2066 |
+
# episodes completed so far: 410
|
| 2067 |
+
# successes: 409 (99.8%)
|
| 2068 |
+
|
| 2069 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2070 |
+
Success: True
|
| 2071 |
+
# episodes completed so far: 411
|
| 2072 |
+
# successes: 410 (99.8%)
|
| 2073 |
+
|
| 2074 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2075 |
+
Success: True
|
| 2076 |
+
# episodes completed so far: 412
|
| 2077 |
+
# successes: 411 (99.8%)
|
| 2078 |
+
|
| 2079 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2080 |
+
Success: True
|
| 2081 |
+
# episodes completed so far: 413
|
| 2082 |
+
# successes: 412 (99.8%)
|
| 2083 |
+
|
| 2084 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2085 |
+
Success: True
|
| 2086 |
+
# episodes completed so far: 414
|
| 2087 |
+
# successes: 413 (99.8%)
|
| 2088 |
+
|
| 2089 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2090 |
+
Success: True
|
| 2091 |
+
# episodes completed so far: 415
|
| 2092 |
+
# successes: 414 (99.8%)
|
| 2093 |
+
|
| 2094 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2095 |
+
Success: True
|
| 2096 |
+
# episodes completed so far: 416
|
| 2097 |
+
# successes: 415 (99.8%)
|
| 2098 |
+
|
| 2099 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2100 |
+
Success: True
|
| 2101 |
+
# episodes completed so far: 417
|
| 2102 |
+
# successes: 416 (99.8%)
|
| 2103 |
+
|
| 2104 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2105 |
+
Success: True
|
| 2106 |
+
# episodes completed so far: 418
|
| 2107 |
+
# successes: 417 (99.8%)
|
| 2108 |
+
|
| 2109 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2110 |
+
Success: True
|
| 2111 |
+
# episodes completed so far: 419
|
| 2112 |
+
# successes: 418 (99.8%)
|
| 2113 |
+
|
| 2114 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2115 |
+
Success: True
|
| 2116 |
+
# episodes completed so far: 420
|
| 2117 |
+
# successes: 419 (99.8%)
|
| 2118 |
+
|
| 2119 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2120 |
+
Success: True
|
| 2121 |
+
# episodes completed so far: 421
|
| 2122 |
+
# successes: 420 (99.8%)
|
| 2123 |
+
|
| 2124 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2125 |
+
Success: True
|
| 2126 |
+
# episodes completed so far: 422
|
| 2127 |
+
# successes: 421 (99.8%)
|
| 2128 |
+
|
| 2129 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2130 |
+
Success: True
|
| 2131 |
+
# episodes completed so far: 423
|
| 2132 |
+
# successes: 422 (99.8%)
|
| 2133 |
+
|
| 2134 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2135 |
+
Success: True
|
| 2136 |
+
# episodes completed so far: 424
|
| 2137 |
+
# successes: 423 (99.8%)
|
| 2138 |
+
|
| 2139 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2140 |
+
Success: True
|
| 2141 |
+
# episodes completed so far: 425
|
| 2142 |
+
# successes: 424 (99.8%)
|
| 2143 |
+
|
| 2144 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2145 |
+
Success: True
|
| 2146 |
+
# episodes completed so far: 426
|
| 2147 |
+
# successes: 425 (99.8%)
|
| 2148 |
+
|
| 2149 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2150 |
+
Success: True
|
| 2151 |
+
# episodes completed so far: 427
|
| 2152 |
+
# successes: 426 (99.8%)
|
| 2153 |
+
|
| 2154 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2155 |
+
Success: True
|
| 2156 |
+
# episodes completed so far: 428
|
| 2157 |
+
# successes: 427 (99.8%)
|
| 2158 |
+
|
| 2159 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2160 |
+
Success: True
|
| 2161 |
+
# episodes completed so far: 429
|
| 2162 |
+
# successes: 428 (99.8%)
|
| 2163 |
+
|
| 2164 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2165 |
+
Success: True
|
| 2166 |
+
# episodes completed so far: 430
|
| 2167 |
+
# successes: 429 (99.8%)
|
| 2168 |
+
|
| 2169 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2170 |
+
Success: True
|
| 2171 |
+
# episodes completed so far: 431
|
| 2172 |
+
# successes: 430 (99.8%)
|
| 2173 |
+
|
| 2174 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2175 |
+
Success: True
|
| 2176 |
+
# episodes completed so far: 432
|
| 2177 |
+
# successes: 431 (99.8%)
|
| 2178 |
+
|
| 2179 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2180 |
+
Success: True
|
| 2181 |
+
# episodes completed so far: 433
|
| 2182 |
+
# successes: 432 (99.8%)
|
| 2183 |
+
|
| 2184 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2185 |
+
Success: True
|
| 2186 |
+
# episodes completed so far: 434
|
| 2187 |
+
# successes: 433 (99.8%)
|
| 2188 |
+
|
| 2189 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2190 |
+
Success: True
|
| 2191 |
+
# episodes completed so far: 435
|
| 2192 |
+
# successes: 434 (99.8%)
|
| 2193 |
+
|
| 2194 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2195 |
+
Success: True
|
| 2196 |
+
# episodes completed so far: 436
|
| 2197 |
+
# successes: 435 (99.8%)
|
| 2198 |
+
|
| 2199 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2200 |
+
Success: True
|
| 2201 |
+
# episodes completed so far: 437
|
| 2202 |
+
# successes: 436 (99.8%)
|
| 2203 |
+
|
| 2204 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2205 |
+
Success: True
|
| 2206 |
+
# episodes completed so far: 438
|
| 2207 |
+
# successes: 437 (99.8%)
|
| 2208 |
+
|
| 2209 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2210 |
+
Success: True
|
| 2211 |
+
# episodes completed so far: 439
|
| 2212 |
+
# successes: 438 (99.8%)
|
| 2213 |
+
|
| 2214 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2215 |
+
Success: True
|
| 2216 |
+
# episodes completed so far: 440
|
| 2217 |
+
# successes: 439 (99.8%)
|
| 2218 |
+
|
| 2219 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2220 |
+
Success: True
|
| 2221 |
+
# episodes completed so far: 441
|
| 2222 |
+
# successes: 440 (99.8%)
|
| 2223 |
+
|
| 2224 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2225 |
+
Success: True
|
| 2226 |
+
# episodes completed so far: 442
|
| 2227 |
+
# successes: 441 (99.8%)
|
| 2228 |
+
|
| 2229 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2230 |
+
Success: True
|
| 2231 |
+
# episodes completed so far: 443
|
| 2232 |
+
# successes: 442 (99.8%)
|
| 2233 |
+
|
| 2234 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2235 |
+
Success: True
|
| 2236 |
+
# episodes completed so far: 444
|
| 2237 |
+
# successes: 443 (99.8%)
|
| 2238 |
+
|
| 2239 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2240 |
+
Success: True
|
| 2241 |
+
# episodes completed so far: 445
|
| 2242 |
+
# successes: 444 (99.8%)
|
| 2243 |
+
|
| 2244 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2245 |
+
Success: True
|
| 2246 |
+
# episodes completed so far: 446
|
| 2247 |
+
# successes: 445 (99.8%)
|
| 2248 |
+
|
| 2249 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2250 |
+
Success: True
|
| 2251 |
+
# episodes completed so far: 447
|
| 2252 |
+
# successes: 446 (99.8%)
|
| 2253 |
+
|
| 2254 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2255 |
+
Success: True
|
| 2256 |
+
# episodes completed so far: 448
|
| 2257 |
+
# successes: 447 (99.8%)
|
| 2258 |
+
|
| 2259 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2260 |
+
Success: True
|
| 2261 |
+
# episodes completed so far: 449
|
| 2262 |
+
# successes: 448 (99.8%)
|
| 2263 |
+
|
| 2264 |
+
Task: pick up the chocolate pudding and place it in the basket
|
| 2265 |
+
Success: True
|
| 2266 |
+
# episodes completed so far: 450
|
| 2267 |
+
# successes: 449 (99.8%)
|
| 2268 |
+
Current task success rate: 1.0
|
| 2269 |
+
Current total success rate: 0.9977777777777778
|
| 2270 |
+
|
| 2271 |
+
Task: pick up the orange juice and place it in the basket
|
| 2272 |
+
Success: True
|
| 2273 |
+
# episodes completed so far: 451
|
| 2274 |
+
# successes: 450 (99.8%)
|
| 2275 |
+
|
| 2276 |
+
Task: pick up the orange juice and place it in the basket
|
| 2277 |
+
Success: True
|
| 2278 |
+
# episodes completed so far: 452
|
| 2279 |
+
# successes: 451 (99.8%)
|
| 2280 |
+
|
| 2281 |
+
Task: pick up the orange juice and place it in the basket
|
| 2282 |
+
Success: True
|
| 2283 |
+
# episodes completed so far: 453
|
| 2284 |
+
# successes: 452 (99.8%)
|
| 2285 |
+
|
| 2286 |
+
Task: pick up the orange juice and place it in the basket
|
| 2287 |
+
Success: True
|
| 2288 |
+
# episodes completed so far: 454
|
| 2289 |
+
# successes: 453 (99.8%)
|
| 2290 |
+
|
| 2291 |
+
Task: pick up the orange juice and place it in the basket
|
| 2292 |
+
Success: True
|
| 2293 |
+
# episodes completed so far: 455
|
| 2294 |
+
# successes: 454 (99.8%)
|
| 2295 |
+
|
| 2296 |
+
Task: pick up the orange juice and place it in the basket
|
| 2297 |
+
Success: True
|
| 2298 |
+
# episodes completed so far: 456
|
| 2299 |
+
# successes: 455 (99.8%)
|
| 2300 |
+
|
| 2301 |
+
Task: pick up the orange juice and place it in the basket
|
| 2302 |
+
Success: True
|
| 2303 |
+
# episodes completed so far: 457
|
| 2304 |
+
# successes: 456 (99.8%)
|
| 2305 |
+
|
| 2306 |
+
Task: pick up the orange juice and place it in the basket
|
| 2307 |
+
Success: True
|
| 2308 |
+
# episodes completed so far: 458
|
| 2309 |
+
# successes: 457 (99.8%)
|
| 2310 |
+
|
| 2311 |
+
Task: pick up the orange juice and place it in the basket
|
| 2312 |
+
Success: True
|
| 2313 |
+
# episodes completed so far: 459
|
| 2314 |
+
# successes: 458 (99.8%)
|
| 2315 |
+
|
| 2316 |
+
Task: pick up the orange juice and place it in the basket
|
| 2317 |
+
Success: True
|
| 2318 |
+
# episodes completed so far: 460
|
| 2319 |
+
# successes: 459 (99.8%)
|
| 2320 |
+
|
| 2321 |
+
Task: pick up the orange juice and place it in the basket
|
| 2322 |
+
Success: True
|
| 2323 |
+
# episodes completed so far: 461
|
| 2324 |
+
# successes: 460 (99.8%)
|
| 2325 |
+
|
| 2326 |
+
Task: pick up the orange juice and place it in the basket
|
| 2327 |
+
Success: True
|
| 2328 |
+
# episodes completed so far: 462
|
| 2329 |
+
# successes: 461 (99.8%)
|
| 2330 |
+
|
| 2331 |
+
Task: pick up the orange juice and place it in the basket
|
| 2332 |
+
Success: True
|
| 2333 |
+
# episodes completed so far: 463
|
| 2334 |
+
# successes: 462 (99.8%)
|
| 2335 |
+
|
| 2336 |
+
Task: pick up the orange juice and place it in the basket
|
| 2337 |
+
Success: True
|
| 2338 |
+
# episodes completed so far: 464
|
| 2339 |
+
# successes: 463 (99.8%)
|
| 2340 |
+
|
| 2341 |
+
Task: pick up the orange juice and place it in the basket
|
| 2342 |
+
Success: True
|
| 2343 |
+
# episodes completed so far: 465
|
| 2344 |
+
# successes: 464 (99.8%)
|
| 2345 |
+
|
| 2346 |
+
Task: pick up the orange juice and place it in the basket
|
| 2347 |
+
Success: True
|
| 2348 |
+
# episodes completed so far: 466
|
| 2349 |
+
# successes: 465 (99.8%)
|
| 2350 |
+
|
| 2351 |
+
Task: pick up the orange juice and place it in the basket
|
| 2352 |
+
Success: True
|
| 2353 |
+
# episodes completed so far: 467
|
| 2354 |
+
# successes: 466 (99.8%)
|
| 2355 |
+
|
| 2356 |
+
Task: pick up the orange juice and place it in the basket
|
| 2357 |
+
Success: True
|
| 2358 |
+
# episodes completed so far: 468
|
| 2359 |
+
# successes: 467 (99.8%)
|
| 2360 |
+
|
| 2361 |
+
Task: pick up the orange juice and place it in the basket
|
| 2362 |
+
Success: True
|
| 2363 |
+
# episodes completed so far: 469
|
| 2364 |
+
# successes: 468 (99.8%)
|
| 2365 |
+
|
| 2366 |
+
Task: pick up the orange juice and place it in the basket
|
| 2367 |
+
Success: True
|
| 2368 |
+
# episodes completed so far: 470
|
| 2369 |
+
# successes: 469 (99.8%)
|
| 2370 |
+
|
| 2371 |
+
Task: pick up the orange juice and place it in the basket
|
| 2372 |
+
Success: True
|
| 2373 |
+
# episodes completed so far: 471
|
| 2374 |
+
# successes: 470 (99.8%)
|
| 2375 |
+
|
| 2376 |
+
Task: pick up the orange juice and place it in the basket
|
| 2377 |
+
Success: True
|
| 2378 |
+
# episodes completed so far: 472
|
| 2379 |
+
# successes: 471 (99.8%)
|
| 2380 |
+
|
| 2381 |
+
Task: pick up the orange juice and place it in the basket
|
| 2382 |
+
Success: True
|
| 2383 |
+
# episodes completed so far: 473
|
| 2384 |
+
# successes: 472 (99.8%)
|
| 2385 |
+
|
| 2386 |
+
Task: pick up the orange juice and place it in the basket
|
| 2387 |
+
Success: True
|
| 2388 |
+
# episodes completed so far: 474
|
| 2389 |
+
# successes: 473 (99.8%)
|
| 2390 |
+
|
| 2391 |
+
Task: pick up the orange juice and place it in the basket
|
| 2392 |
+
Success: True
|
| 2393 |
+
# episodes completed so far: 475
|
| 2394 |
+
# successes: 474 (99.8%)
|
| 2395 |
+
|
| 2396 |
+
Task: pick up the orange juice and place it in the basket
|
| 2397 |
+
Success: True
|
| 2398 |
+
# episodes completed so far: 476
|
| 2399 |
+
# successes: 475 (99.8%)
|
| 2400 |
+
|
| 2401 |
+
Task: pick up the orange juice and place it in the basket
|
| 2402 |
+
Success: True
|
| 2403 |
+
# episodes completed so far: 477
|
| 2404 |
+
# successes: 476 (99.8%)
|
| 2405 |
+
|
| 2406 |
+
Task: pick up the orange juice and place it in the basket
|
| 2407 |
+
Success: True
|
| 2408 |
+
# episodes completed so far: 478
|
| 2409 |
+
# successes: 477 (99.8%)
|
| 2410 |
+
|
| 2411 |
+
Task: pick up the orange juice and place it in the basket
|
| 2412 |
+
Success: True
|
| 2413 |
+
# episodes completed so far: 479
|
| 2414 |
+
# successes: 478 (99.8%)
|
| 2415 |
+
|
| 2416 |
+
Task: pick up the orange juice and place it in the basket
|
| 2417 |
+
Success: True
|
| 2418 |
+
# episodes completed so far: 480
|
| 2419 |
+
# successes: 479 (99.8%)
|
| 2420 |
+
|
| 2421 |
+
Task: pick up the orange juice and place it in the basket
|
| 2422 |
+
Success: True
|
| 2423 |
+
# episodes completed so far: 481
|
| 2424 |
+
# successes: 480 (99.8%)
|
| 2425 |
+
|
| 2426 |
+
Task: pick up the orange juice and place it in the basket
|
| 2427 |
+
Success: True
|
| 2428 |
+
# episodes completed so far: 482
|
| 2429 |
+
# successes: 481 (99.8%)
|
| 2430 |
+
|
| 2431 |
+
Task: pick up the orange juice and place it in the basket
|
| 2432 |
+
Success: True
|
| 2433 |
+
# episodes completed so far: 483
|
| 2434 |
+
# successes: 482 (99.8%)
|
| 2435 |
+
|
| 2436 |
+
Task: pick up the orange juice and place it in the basket
|
| 2437 |
+
Success: True
|
| 2438 |
+
# episodes completed so far: 484
|
| 2439 |
+
# successes: 483 (99.8%)
|
| 2440 |
+
|
| 2441 |
+
Task: pick up the orange juice and place it in the basket
|
| 2442 |
+
Success: True
|
| 2443 |
+
# episodes completed so far: 485
|
| 2444 |
+
# successes: 484 (99.8%)
|
| 2445 |
+
|
| 2446 |
+
Task: pick up the orange juice and place it in the basket
|
| 2447 |
+
Success: True
|
| 2448 |
+
# episodes completed so far: 486
|
| 2449 |
+
# successes: 485 (99.8%)
|
| 2450 |
+
|
| 2451 |
+
Task: pick up the orange juice and place it in the basket
|
| 2452 |
+
Success: True
|
| 2453 |
+
# episodes completed so far: 487
|
| 2454 |
+
# successes: 486 (99.8%)
|
| 2455 |
+
|
| 2456 |
+
Task: pick up the orange juice and place it in the basket
|
| 2457 |
+
Success: True
|
| 2458 |
+
# episodes completed so far: 488
|
| 2459 |
+
# successes: 487 (99.8%)
|
| 2460 |
+
|
| 2461 |
+
Task: pick up the orange juice and place it in the basket
|
| 2462 |
+
Success: True
|
| 2463 |
+
# episodes completed so far: 489
|
| 2464 |
+
# successes: 488 (99.8%)
|
| 2465 |
+
|
| 2466 |
+
Task: pick up the orange juice and place it in the basket
|
| 2467 |
+
Success: True
|
| 2468 |
+
# episodes completed so far: 490
|
| 2469 |
+
# successes: 489 (99.8%)
|
| 2470 |
+
|
| 2471 |
+
Task: pick up the orange juice and place it in the basket
|
| 2472 |
+
Success: True
|
| 2473 |
+
# episodes completed so far: 491
|
| 2474 |
+
# successes: 490 (99.8%)
|
| 2475 |
+
|
| 2476 |
+
Task: pick up the orange juice and place it in the basket
|
| 2477 |
+
Success: True
|
| 2478 |
+
# episodes completed so far: 492
|
| 2479 |
+
# successes: 491 (99.8%)
|
| 2480 |
+
|
| 2481 |
+
Task: pick up the orange juice and place it in the basket
|
| 2482 |
+
Success: True
|
| 2483 |
+
# episodes completed so far: 493
|
| 2484 |
+
# successes: 492 (99.8%)
|
| 2485 |
+
|
| 2486 |
+
Task: pick up the orange juice and place it in the basket
|
| 2487 |
+
Success: True
|
| 2488 |
+
# episodes completed so far: 494
|
| 2489 |
+
# successes: 493 (99.8%)
|
| 2490 |
+
|
| 2491 |
+
Task: pick up the orange juice and place it in the basket
|
| 2492 |
+
Success: True
|
| 2493 |
+
# episodes completed so far: 495
|
| 2494 |
+
# successes: 494 (99.8%)
|
| 2495 |
+
|
| 2496 |
+
Task: pick up the orange juice and place it in the basket
|
| 2497 |
+
Success: True
|
| 2498 |
+
# episodes completed so far: 496
|
| 2499 |
+
# successes: 495 (99.8%)
|
| 2500 |
+
|
| 2501 |
+
Task: pick up the orange juice and place it in the basket
|
| 2502 |
+
Success: True
|
| 2503 |
+
# episodes completed so far: 497
|
| 2504 |
+
# successes: 496 (99.8%)
|
| 2505 |
+
|
| 2506 |
+
Task: pick up the orange juice and place it in the basket
|
| 2507 |
+
Success: True
|
| 2508 |
+
# episodes completed so far: 498
|
| 2509 |
+
# successes: 497 (99.8%)
|
| 2510 |
+
|
| 2511 |
+
Task: pick up the orange juice and place it in the basket
|
| 2512 |
+
Success: True
|
| 2513 |
+
# episodes completed so far: 499
|
| 2514 |
+
# successes: 498 (99.8%)
|
| 2515 |
+
|
| 2516 |
+
Task: pick up the orange juice and place it in the basket
|
| 2517 |
+
Success: True
|
| 2518 |
+
# episodes completed so far: 500
|
| 2519 |
+
# successes: 499 (99.8%)
|
| 2520 |
+
Current task success rate: 1.0
|
| 2521 |
+
Current total success rate: 0.998
|
libero_object_2B_mee1e-2/starvla_qwen_dual/libero_object.log
ADDED
|
@@ -0,0 +1,300 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Step 100, Loss: {'mse_loss': 1.094791293144226, 'mee_loss': 6.065609931945801, 'totoal_loss': 1.094791293144226, 'data_time': 0.01729870296549052, 'model_time': 0.810525577981025, 'learning_rate': 2.0000000000000002e-07, 'epoch': 0.19})
|
| 2 |
+
Step 200, Loss: {'mse_loss': 0.9774175882339478, 'mee_loss': 6.005727767944336, 'totoal_loss': 0.9774175882339478, 'data_time': 0.015421266027260572, 'model_time': 0.7528241469990462, 'learning_rate': 4.0000000000000003e-07, 'epoch': 0.38})
|
| 3 |
+
Step 300, Loss: {'mse_loss': 0.7433440089225769, 'mee_loss': 5.530846118927002, 'totoal_loss': 0.7433440089225769, 'data_time': 0.018000804004259408, 'model_time': 0.7382489829906262, 'learning_rate': 6.000000000000001e-07, 'epoch': 0.58})
|
| 4 |
+
Step 400, Loss: {'mse_loss': 0.501982569694519, 'mee_loss': 4.649203777313232, 'totoal_loss': 0.501982569694519, 'data_time': 0.019179390976205468, 'model_time': 0.7238504430279136, 'learning_rate': 8.000000000000001e-07, 'epoch': 0.77})
|
| 5 |
+
Step 500, Loss: {'mse_loss': 0.3834605813026428, 'mee_loss': 4.075521469116211, 'totoal_loss': 0.3834605813026428, 'data_time': 0.018494029995054007, 'model_time': 0.7412887020036578, 'learning_rate': 1.0000000000000002e-06, 'epoch': 0.96})
|
| 6 |
+
Step 600, Loss: {'mse_loss': 0.29490846395492554, 'mee_loss': 3.3732430934906006, 'totoal_loss': 0.29490846395492554, 'data_time': 0.010997508012223989, 'model_time': 0.7742333479691297, 'learning_rate': 1.2000000000000002e-06, 'epoch': 1.15})
|
| 7 |
+
Step 700, Loss: {'mse_loss': 0.2573029100894928, 'mee_loss': 2.5327811241149902, 'totoal_loss': 0.2573029100894928, 'data_time': 0.007955532986670732, 'model_time': 0.7261346830055118, 'learning_rate': 1.4000000000000001e-06, 'epoch': 1.34})
|
| 8 |
+
Step 800, Loss: {'mse_loss': 0.24804897606372833, 'mee_loss': 2.5565922260284424, 'totoal_loss': 0.24804897606372833, 'data_time': 0.008581678033806384, 'model_time': 0.7573603569762781, 'learning_rate': 1.6000000000000001e-06, 'epoch': 1.54})
|
| 9 |
+
Step 900, Loss: {'mse_loss': 0.13777326047420502, 'mee_loss': 1.7650220394134521, 'totoal_loss': 0.13777326047420502, 'data_time': 0.008876982028596103, 'model_time': 0.7535172299831174, 'learning_rate': 1.8000000000000001e-06, 'epoch': 1.73})
|
| 10 |
+
Step 1000, Loss: {'mse_loss': 0.13395072519779205, 'mee_loss': 1.830536127090454, 'totoal_loss': 0.13395072519779205, 'data_time': 0.008939312014263123, 'model_time': 0.7535069689620286, 'learning_rate': 2.0000000000000003e-06, 'epoch': 1.92})
|
| 11 |
+
Step 1100, Loss: {'mse_loss': 0.10130064934492111, 'mee_loss': 1.4566491842269897, 'totoal_loss': 0.10130064934492111, 'data_time': 0.0004692600341513753, 'model_time': 0.7352910679765046, 'learning_rate': 2.2e-06, 'epoch': 2.11})
|
| 12 |
+
Step 1200, Loss: {'mse_loss': 0.11938399076461792, 'mee_loss': 1.6672041416168213, 'totoal_loss': 0.11938399076461792, 'data_time': 0.00043154298327863216, 'model_time': 0.7157911370159127, 'learning_rate': 2.4000000000000003e-06, 'epoch': 2.3})
|
| 13 |
+
Step 1300, Loss: {'mse_loss': 0.1343574970960617, 'mee_loss': 1.7597941160202026, 'totoal_loss': 0.1343574970960617, 'data_time': 0.00035298196598887444, 'model_time': 0.7549785549635999, 'learning_rate': 2.6e-06, 'epoch': 2.5})
|
| 14 |
+
Step 1400, Loss: {'mse_loss': 0.10767950862646103, 'mee_loss': 1.4576600790023804, 'totoal_loss': 0.10767950862646103, 'data_time': 0.00034270499600097537, 'model_time': 0.7127668380271643, 'learning_rate': 2.8000000000000003e-06, 'epoch': 2.69})
|
| 15 |
+
Step 1500, Loss: {'mse_loss': 0.10561136901378632, 'mee_loss': 1.3614050149917603, 'totoal_loss': 0.10561136901378632, 'data_time': 0.00032942299731075764, 'model_time': 0.752972727001179, 'learning_rate': 3e-06, 'epoch': 2.88})
|
| 16 |
+
Step 1600, Loss: {'mse_loss': 0.12008681148290634, 'mee_loss': 1.5562474727630615, 'totoal_loss': 0.12008681148290634, 'data_time': 0.017664926999714226, 'model_time': 0.7032438869937323, 'learning_rate': 3.2000000000000003e-06, 'epoch': 3.07})
|
| 17 |
+
Step 1700, Loss: {'mse_loss': 0.11941234767436981, 'mee_loss': 1.5473839044570923, 'totoal_loss': 0.11941234767436981, 'data_time': 0.018603781005367637, 'model_time': 0.7082265639910474, 'learning_rate': 3.4000000000000005e-06, 'epoch': 3.26})
|
| 18 |
+
Step 1800, Loss: {'mse_loss': 0.08333107084035873, 'mee_loss': 1.3078352212905884, 'totoal_loss': 0.08333107084035873, 'data_time': 0.016369807010050863, 'model_time': 0.7285386780276895, 'learning_rate': 3.6000000000000003e-06, 'epoch': 3.45})
|
| 19 |
+
Step 1900, Loss: {'mse_loss': 0.10531185567378998, 'mee_loss': 1.3502147197723389, 'totoal_loss': 0.10531185567378998, 'data_time': 0.023183849989436567, 'model_time': 0.7463425460155122, 'learning_rate': 3.8000000000000005e-06, 'epoch': 3.65})
|
| 20 |
+
Step 2000, Loss: {'mse_loss': 0.09103427827358246, 'mee_loss': 1.1771926879882812, 'totoal_loss': 0.09103427827358246, 'data_time': 0.013830730982590467, 'model_time': 0.7063776149880141, 'learning_rate': 4.000000000000001e-06, 'epoch': 3.84})
|
| 21 |
+
Step 2100, Loss: {'mse_loss': 0.08109629154205322, 'mee_loss': 1.323830485343933, 'totoal_loss': 0.08109629154205322, 'data_time': 0.025811803992837667, 'model_time': 0.7742094719433226, 'learning_rate': 4.2000000000000004e-06, 'epoch': 4.03})
|
| 22 |
+
Step 2200, Loss: {'mse_loss': 0.1254953145980835, 'mee_loss': 1.3410470485687256, 'totoal_loss': 0.1254953145980835, 'data_time': 0.018747002992313355, 'model_time': 0.7383157520089298, 'learning_rate': 4.4e-06, 'epoch': 4.22})
|
| 23 |
+
Step 2300, Loss: {'mse_loss': 0.11695100367069244, 'mee_loss': 1.3736923933029175, 'totoal_loss': 0.11695100367069244, 'data_time': 0.019487137033138424, 'model_time': 0.7197045370121486, 'learning_rate': 4.600000000000001e-06, 'epoch': 4.41})
|
| 24 |
+
Step 2400, Loss: {'mse_loss': 0.08759037405252457, 'mee_loss': 1.180371880531311, 'totoal_loss': 0.08759037405252457, 'data_time': 0.01662346097873524, 'model_time': 0.7350739489775151, 'learning_rate': 4.800000000000001e-06, 'epoch': 4.61})
|
| 25 |
+
Step 2500, Loss: {'mse_loss': 0.10985568910837173, 'mee_loss': 1.1865142583847046, 'totoal_loss': 0.10985568910837173, 'data_time': 0.019706854014657438, 'model_time': 0.7196204799693078, 'learning_rate': 5e-06, 'epoch': 4.8})
|
| 26 |
+
Step 2600, Loss: {'mse_loss': 0.08456195145845413, 'mee_loss': 1.1563827991485596, 'totoal_loss': 0.08456195145845413, 'data_time': 0.014289945014752448, 'model_time': 0.6669184950296767, 'learning_rate': 5.2e-06, 'epoch': 4.99})
|
| 27 |
+
Step 2700, Loss: {'mse_loss': 0.06721554696559906, 'mee_loss': 1.0340583324432373, 'totoal_loss': 0.06721554696559906, 'data_time': 0.008641897002235055, 'model_time': 0.7671841380069964, 'learning_rate': 5.400000000000001e-06, 'epoch': 5.18})
|
| 28 |
+
Step 2800, Loss: {'mse_loss': 0.07761521637439728, 'mee_loss': 1.0907118320465088, 'totoal_loss': 0.07761521637439728, 'data_time': 0.009288494009524584, 'model_time': 0.7287473899777979, 'learning_rate': 5.600000000000001e-06, 'epoch': 5.37})
|
| 29 |
+
Step 2900, Loss: {'mse_loss': 0.053823716938495636, 'mee_loss': 0.8803578615188599, 'totoal_loss': 0.053823716938495636, 'data_time': 0.009448438009712845, 'model_time': 0.7308935549808666, 'learning_rate': 5.8e-06, 'epoch': 5.57})
|
| 30 |
+
Step 3000, Loss: {'mse_loss': 0.07586612552404404, 'mee_loss': 1.2015267610549927, 'totoal_loss': 0.07586612552404404, 'data_time': 0.012097672966774553, 'model_time': 0.7229179260320961, 'learning_rate': 6e-06, 'epoch': 5.76})
|
| 31 |
+
Step 3100, Loss: {'mse_loss': 0.07314272969961166, 'mee_loss': 1.061377763748169, 'totoal_loss': 0.07314272969961166, 'data_time': 0.010204574966337532, 'model_time': 0.7456914380309172, 'learning_rate': 6.200000000000001e-06, 'epoch': 5.95})
|
| 32 |
+
Step 3200, Loss: {'mse_loss': 0.054365500807762146, 'mee_loss': 0.906266450881958, 'totoal_loss': 0.054365500807762146, 'data_time': 0.00035793602000921965, 'model_time': 0.8449516950058751, 'learning_rate': 6.4000000000000006e-06, 'epoch': 6.14})
|
| 33 |
+
Step 3300, Loss: {'mse_loss': 0.04813137277960777, 'mee_loss': 0.8098232746124268, 'totoal_loss': 0.04813137277960777, 'data_time': 0.00034026202047243714, 'model_time': 0.7209105500369333, 'learning_rate': 6.600000000000001e-06, 'epoch': 6.33})
|
| 34 |
+
Step 3400, Loss: {'mse_loss': 0.08126097917556763, 'mee_loss': 1.0991687774658203, 'totoal_loss': 0.08126097917556763, 'data_time': 0.00030974403489381075, 'model_time': 0.9846807019785047, 'learning_rate': 6.800000000000001e-06, 'epoch': 6.53})
|
| 35 |
+
Step 3500, Loss: {'mse_loss': 0.0693720206618309, 'mee_loss': 1.0308988094329834, 'totoal_loss': 0.0693720206618309, 'data_time': 0.0003441720036789775, 'model_time': 0.7316597409662791, 'learning_rate': 7e-06, 'epoch': 6.72})
|
| 36 |
+
Step 3600, Loss: {'mse_loss': 0.048904504626989365, 'mee_loss': 0.8222273588180542, 'totoal_loss': 0.048904504626989365, 'data_time': 0.0004473720327951014, 'model_time': 0.7351515059708618, 'learning_rate': 7.2000000000000005e-06, 'epoch': 6.91})
|
| 37 |
+
Step 3700, Loss: {'mse_loss': 0.049600474536418915, 'mee_loss': 0.8591398596763611, 'totoal_loss': 0.049600474536418915, 'data_time': 0.0003496040008030832, 'model_time': 0.7646602779859677, 'learning_rate': 7.4e-06, 'epoch': 7.1})
|
| 38 |
+
Step 3800, Loss: {'mse_loss': 0.04438371583819389, 'mee_loss': 0.8052167892456055, 'totoal_loss': 0.04438371583819389, 'data_time': 0.0006081379833631217, 'model_time': 0.7197695440263487, 'learning_rate': 7.600000000000001e-06, 'epoch': 7.29})
|
| 39 |
+
Step 3900, Loss: {'mse_loss': 0.054020799696445465, 'mee_loss': 0.7957727909088135, 'totoal_loss': 0.054020799696445465, 'data_time': 0.00038655800744891167, 'model_time': 0.7552317869849503, 'learning_rate': 7.800000000000002e-06, 'epoch': 7.49})
|
| 40 |
+
Step 4000, Loss: {'mse_loss': 0.0631396472454071, 'mee_loss': 0.9138808250427246, 'totoal_loss': 0.0631396472454071, 'data_time': 0.0003710040473379195, 'model_time': 0.7329665420111269, 'learning_rate': 8.000000000000001e-06, 'epoch': 7.68})
|
| 41 |
+
Step 4100, Loss: {'mse_loss': 0.06057857722043991, 'mee_loss': 0.8410647511482239, 'totoal_loss': 0.06057857722043991, 'data_time': 0.0003682100214064121, 'model_time': 0.7372835910064168, 'learning_rate': 8.2e-06, 'epoch': 7.87})
|
| 42 |
+
Step 4200, Loss: {'mse_loss': 0.05490359663963318, 'mee_loss': 0.8262364268302917, 'totoal_loss': 0.05490359663963318, 'data_time': 0.02537205198314041, 'model_time': 0.7034398029791191, 'learning_rate': 8.400000000000001e-06, 'epoch': 8.06})
|
| 43 |
+
Step 4300, Loss: {'mse_loss': 0.05378421023488045, 'mee_loss': 0.9073337316513062, 'totoal_loss': 0.05378421023488045, 'data_time': 0.023607446055393666, 'model_time': 0.7157788710319437, 'learning_rate': 8.6e-06, 'epoch': 8.25})
|
| 44 |
+
Step 4400, Loss: {'mse_loss': 0.09967909753322601, 'mee_loss': 1.042461633682251, 'totoal_loss': 0.09967909753322601, 'data_time': 0.02485965401865542, 'model_time': 0.693289059039671, 'learning_rate': 8.8e-06, 'epoch': 8.45})
|
| 45 |
+
Step 4500, Loss: {'mse_loss': 0.07020691782236099, 'mee_loss': 0.866782546043396, 'totoal_loss': 0.07020691782236099, 'data_time': 0.027084872010163963, 'model_time': 0.992305141990073, 'learning_rate': 9e-06, 'epoch': 8.64})
|
| 46 |
+
Step 4600, Loss: {'mse_loss': 0.0505184568464756, 'mee_loss': 0.7919728755950928, 'totoal_loss': 0.0505184568464756, 'data_time': 0.028037638985551894, 'model_time': 0.7340626969817095, 'learning_rate': 9.200000000000002e-06, 'epoch': 8.83})
|
| 47 |
+
Step 4700, Loss: {'mse_loss': 0.09117155522108078, 'mee_loss': 0.9235589504241943, 'totoal_loss': 0.09117155522108078, 'data_time': 0.01681260799523443, 'model_time': 0.7626330790226348, 'learning_rate': 9.4e-06, 'epoch': 9.02})
|
| 48 |
+
Step 4800, Loss: {'mse_loss': 0.03174031525850296, 'mee_loss': 0.6027125716209412, 'totoal_loss': 0.03174031525850296, 'data_time': 0.009805818961467594, 'model_time': 0.7902795409900136, 'learning_rate': 9.600000000000001e-06, 'epoch': 9.21})
|
| 49 |
+
Step 4900, Loss: {'mse_loss': 0.03477485477924347, 'mee_loss': 0.6400256752967834, 'totoal_loss': 0.03477485477924347, 'data_time': 0.01323357195360586, 'model_time': 0.7334048009943217, 'learning_rate': 9.800000000000001e-06, 'epoch': 9.4})
|
| 50 |
+
Step 5000, Loss: {'mse_loss': 0.057642266154289246, 'mee_loss': 0.850620448589325, 'totoal_loss': 0.057642266154289246, 'data_time': 0.013177732995245606, 'model_time': 0.7653520239982754, 'learning_rate': 1e-05, 'epoch': 9.6})
|
| 51 |
+
Step 5100, Loss: {'mse_loss': 0.059580422937870026, 'mee_loss': 0.8326730728149414, 'totoal_loss': 0.059580422937870026, 'data_time': 0.008736643008887768, 'model_time': 0.7851886950084008, 'learning_rate': 9.999615090493604e-06, 'epoch': 9.79})
|
| 52 |
+
Step 5200, Loss: {'mse_loss': 0.03376397490501404, 'mee_loss': 0.607891321182251, 'totoal_loss': 0.03376397490501404, 'data_time': 0.011246588954236358, 'model_time': 0.7204016899922863, 'learning_rate': 9.998460422756089e-06, 'epoch': 9.98})
|
| 53 |
+
Step 5300, Loss: {'mse_loss': 0.04845496639609337, 'mee_loss': 0.6997967958450317, 'totoal_loss': 0.04845496639609337, 'data_time': 0.000378620985429734, 'model_time': 0.7304611969739199, 'learning_rate': 9.996536179122874e-06, 'epoch': 10.17})
|
| 54 |
+
Step 5400, Loss: {'mse_loss': 0.05510063096880913, 'mee_loss': 0.8216854929924011, 'totoal_loss': 0.05510063096880913, 'data_time': 0.00034854601835832, 'model_time': 0.815001895010937, 'learning_rate': 9.993842663454337e-06, 'epoch': 10.36})
|
| 55 |
+
Step 5500, Loss: {'mse_loss': 0.04812666401267052, 'mee_loss': 0.7602888941764832, 'totoal_loss': 0.04812666401267052, 'data_time': 0.00042282301001250744, 'model_time': 0.768317247973755, 'learning_rate': 9.990380301087824e-06, 'epoch': 10.56})
|
| 56 |
+
Step 5600, Loss: {'mse_loss': 0.04145940765738487, 'mee_loss': 0.7142588496208191, 'totoal_loss': 0.04145940765738487, 'data_time': 0.0003401999711059034, 'model_time': 0.7708419260452501, 'learning_rate': 9.986149638770493e-06, 'epoch': 10.75})
|
| 57 |
+
Step 5700, Loss: {'mse_loss': 0.06683497130870819, 'mee_loss': 0.893397867679596, 'totoal_loss': 0.06683497130870819, 'data_time': 0.00032516999635845423, 'model_time': 0.746131990046706, 'learning_rate': 9.981151344572967e-06, 'epoch': 10.94})
|
| 58 |
+
Step 5800, Loss: {'mse_loss': 0.04209282621741295, 'mee_loss': 0.6815060973167419, 'totoal_loss': 0.04209282621741295, 'data_time': 0.020682556030806154, 'model_time': 0.8241773850168101, 'learning_rate': 9.975386207783839e-06, 'epoch': 11.13})
|
| 59 |
+
Step 5900, Loss: {'mse_loss': 0.03147004544734955, 'mee_loss': 0.5635243654251099, 'totoal_loss': 0.03147004544734955, 'data_time': 0.016582868993282318, 'model_time': 0.7150925410096534, 'learning_rate': 9.968855138785041e-06, 'epoch': 11.32})
|
| 60 |
+
Step 6000, Loss: {'mse_loss': 0.05107598006725311, 'mee_loss': 0.6993951201438904, 'totoal_loss': 0.05107598006725311, 'data_time': 0.01934618700761348, 'model_time': 0.7051612540381029, 'learning_rate': 9.961559168908081e-06, 'epoch': 11.52})
|
| 61 |
+
Step 6100, Loss: {'mse_loss': 0.03277949243783951, 'mee_loss': 0.6350271105766296, 'totoal_loss': 0.03277949243783951, 'data_time': 0.016763013030868024, 'model_time': 0.7901753489859402, 'learning_rate': 9.953499450271174e-06, 'epoch': 11.71})
|
| 62 |
+
Step 6200, Loss: {'mse_loss': 0.05424879863858223, 'mee_loss': 0.7977298498153687, 'totoal_loss': 0.05424879863858223, 'data_time': 0.015312032017391175, 'model_time': 0.775398816971574, 'learning_rate': 9.944677255597332e-06, 'epoch': 11.9})
|
| 63 |
+
Step 6300, Loss: {'mse_loss': 0.07143401354551315, 'mee_loss': 0.8731118440628052, 'totoal_loss': 0.07143401354551315, 'data_time': 0.008230207953602076, 'model_time': 0.7733288640156388, 'learning_rate': 9.935093978013357e-06, 'epoch': 12.09})
|
| 64 |
+
Step 6400, Loss: {'mse_loss': 0.06055974215269089, 'mee_loss': 0.7392314076423645, 'totoal_loss': 0.06055974215269089, 'data_time': 0.008731782960239798, 'model_time': 0.7346082639996894, 'learning_rate': 9.924751130829878e-06, 'epoch': 12.28})
|
| 65 |
+
Step 6500, Loss: {'mse_loss': 0.0544472262263298, 'mee_loss': 0.7921276092529297, 'totoal_loss': 0.0544472262263298, 'data_time': 0.010167306987568736, 'model_time': 0.7740696260007098, 'learning_rate': 9.91365034730236e-06, 'epoch': 12.48})
|
| 66 |
+
Step 6600, Loss: {'mse_loss': 0.03628742694854736, 'mee_loss': 0.5597850680351257, 'totoal_loss': 0.03628742694854736, 'data_time': 0.008972908020950854, 'model_time': 0.7566298179444857, 'learning_rate': 9.901793380373204e-06, 'epoch': 12.67})
|
| 67 |
+
Step 6700, Loss: {'mse_loss': 0.03929005190730095, 'mee_loss': 0.6237363219261169, 'totoal_loss': 0.03929005190730095, 'data_time': 0.010370664997026324, 'model_time': 0.7377946570049971, 'learning_rate': 9.889182102394944e-06, 'epoch': 12.86})
|
| 68 |
+
Step 6800, Loss: {'mse_loss': 0.03419966250658035, 'mee_loss': 0.5490683317184448, 'totoal_loss': 0.03419966250658035, 'data_time': 0.010191693028900772, 'model_time': 0.843147350999061, 'learning_rate': 9.875818504834564e-06, 'epoch': 13.05})
|
| 69 |
+
Step 6900, Loss: {'mse_loss': 0.061938028782606125, 'mee_loss': 0.6836903691291809, 'totoal_loss': 0.061938028782606125, 'data_time': 0.009761692956089973, 'model_time': 0.8204316810006276, 'learning_rate': 9.861704697959036e-06, 'epoch': 13.24})
|
| 70 |
+
Step 7000, Loss: {'mse_loss': 0.02600315771996975, 'mee_loss': 0.41645732522010803, 'totoal_loss': 0.02600315771996975, 'data_time': 0.009346437989734113, 'model_time': 0.8113831850350834, 'learning_rate': 9.846842910502077e-06, 'epoch': 13.44})
|
| 71 |
+
Step 7100, Loss: {'mse_loss': 0.0351586788892746, 'mee_loss': 0.5843088030815125, 'totoal_loss': 0.0351586788892746, 'data_time': 0.008914650999940932, 'model_time': 0.7149725789786316, 'learning_rate': 9.831235489312212e-06, 'epoch': 13.63})
|
| 72 |
+
Step 7200, Loss: {'mse_loss': 0.03131497651338577, 'mee_loss': 0.5043516755104065, 'totoal_loss': 0.03131497651338577, 'data_time': 0.010514637979213148, 'model_time': 0.6990492609911598, 'learning_rate': 9.814884898982168e-06, 'epoch': 13.82})
|
| 73 |
+
Step 7300, Loss: {'mse_loss': 0.028316881507635117, 'mee_loss': 0.4852401912212372, 'totoal_loss': 0.028316881507635117, 'data_time': 0.0005615570116788149, 'model_time': 0.7245272619766183, 'learning_rate': 9.797793721459709e-06, 'epoch': 14.01})
|
| 74 |
+
Step 7400, Loss: {'mse_loss': 0.0322037898004055, 'mee_loss': 0.5707516074180603, 'totoal_loss': 0.0322037898004055, 'data_time': 0.009033622976858169, 'model_time': 0.7127758720307611, 'learning_rate': 9.779964655639886e-06, 'epoch': 14.2})
|
| 75 |
+
Step 7500, Loss: {'mse_loss': 0.04003413766622543, 'mee_loss': 0.6583290696144104, 'totoal_loss': 0.04003413766622543, 'data_time': 0.008287978998851031, 'model_time': 0.7355205540079623, 'learning_rate': 9.761400516938874e-06, 'epoch': 14.4})
|
| 76 |
+
Step 7600, Loss: {'mse_loss': 0.03939036652445793, 'mee_loss': 0.5923488140106201, 'totoal_loss': 0.03939036652445793, 'data_time': 0.010560383962001652, 'model_time': 0.7686948239570484, 'learning_rate': 9.74210423684938e-06, 'epoch': 14.59})
|
| 77 |
+
Step 7700, Loss: {'mse_loss': 0.0529012493789196, 'mee_loss': 0.6035361289978027, 'totoal_loss': 0.0529012493789196, 'data_time': 0.007890748034697026, 'model_time': 0.7141724259709008, 'learning_rate': 9.722078862477715e-06, 'epoch': 14.78})
|
| 78 |
+
Step 7800, Loss: {'mse_loss': 0.036618877202272415, 'mee_loss': 0.5869792699813843, 'totoal_loss': 0.036618877202272415, 'data_time': 0.007717293978203088, 'model_time': 0.7465074610081501, 'learning_rate': 9.701327556062637e-06, 'epoch': 14.97})
|
| 79 |
+
Step 7900, Loss: {'mse_loss': 0.044316086918115616, 'mee_loss': 0.6726351976394653, 'totoal_loss': 0.044316086918115616, 'data_time': 0.01053955004317686, 'model_time': 0.6977065739920363, 'learning_rate': 9.679853594475985e-06, 'epoch': 15.16})
|
| 80 |
+
Step 8000, Loss: {'mse_loss': 0.022015942260622978, 'mee_loss': 0.46827325224876404, 'totoal_loss': 0.022015942260622978, 'data_time': 0.008060532971285284, 'model_time': 0.7241204470046796, 'learning_rate': 9.657660368705225e-06, 'epoch': 15.36})
|
| 81 |
+
Step 8100, Loss: {'mse_loss': 0.05341307073831558, 'mee_loss': 0.7225800156593323, 'totoal_loss': 0.05341307073831558, 'data_time': 0.010003285948187113, 'model_time': 0.9681769130402245, 'learning_rate': 9.634751383317983e-06, 'epoch': 15.55})
|
| 82 |
+
Step 8200, Loss: {'mse_loss': 0.03679507225751877, 'mee_loss': 0.5529758930206299, 'totoal_loss': 0.03679507225751877, 'data_time': 0.009628400031942874, 'model_time': 0.7728061709785834, 'learning_rate': 9.611130255908619e-06, 'epoch': 15.74})
|
| 83 |
+
Step 8300, Loss: {'mse_loss': 0.02376006916165352, 'mee_loss': 0.46771037578582764, 'totoal_loss': 0.02376006916165352, 'data_time': 0.010975630022585392, 'model_time': 0.738244170031976, 'learning_rate': 9.586800716526974e-06, 'epoch': 15.93})
|
| 84 |
+
Step 8400, Loss: {'mse_loss': 0.04022829979658127, 'mee_loss': 0.5551863312721252, 'totoal_loss': 0.04022829979658127, 'data_time': 0.023849092016462237, 'model_time': 0.743598386994563, 'learning_rate': 9.561766607089355e-06, 'epoch': 16.12})
|
| 85 |
+
Step 8500, Loss: {'mse_loss': 0.04336314648389816, 'mee_loss': 0.5056699514389038, 'totoal_loss': 0.04336314648389816, 'data_time': 0.027347647002898157, 'model_time': 0.7945665550068952, 'learning_rate': 9.536031880771846e-06, 'epoch': 16.31})
|
| 86 |
+
Step 8600, Loss: {'mse_loss': 0.05715799704194069, 'mee_loss': 0.6277834177017212, 'totoal_loss': 0.05715799704194069, 'data_time': 0.02295517100719735, 'model_time': 0.7875449900166132, 'learning_rate': 9.50960060138606e-06, 'epoch': 16.51})
|
| 87 |
+
Step 8700, Loss: {'mse_loss': 0.034286241978406906, 'mee_loss': 0.4887744188308716, 'totoal_loss': 0.034286241978406906, 'data_time': 0.024062565993517637, 'model_time': 0.716564359026961, 'learning_rate': 9.482476942737411e-06, 'epoch': 16.7})
|
| 88 |
+
Step 8800, Loss: {'mse_loss': 0.03665897250175476, 'mee_loss': 0.6024240255355835, 'totoal_loss': 0.03665897250175476, 'data_time': 0.025857890024781227, 'model_time': 0.7582763819955289, 'learning_rate': 9.45466518796603e-06, 'epoch': 16.89})
|
| 89 |
+
Step 8900, Loss: {'mse_loss': 0.028476353734731674, 'mee_loss': 0.43451446294784546, 'totoal_loss': 0.028476353734731674, 'data_time': 0.008463159028906375, 'model_time': 0.7240056419977918, 'learning_rate': 9.426169728870399e-06, 'epoch': 17.08})
|
| 90 |
+
Step 9000, Loss: {'mse_loss': 0.04356827586889267, 'mee_loss': 0.5096806287765503, 'totoal_loss': 0.04356827586889267, 'data_time': 0.00842804997228086, 'model_time': 0.7233295809710398, 'learning_rate': 9.396995065213835e-06, 'epoch': 17.27})
|
| 91 |
+
Step 9100, Loss: {'mse_loss': 0.023457098752260208, 'mee_loss': 0.4699895977973938, 'totoal_loss': 0.023457098752260208, 'data_time': 0.009357406990602612, 'model_time': 0.7595910090021789, 'learning_rate': 9.367145804013938e-06, 'epoch': 17.47})
|
| 92 |
+
Step 9200, Loss: {'mse_loss': 0.03455306589603424, 'mee_loss': 0.3798111081123352, 'totoal_loss': 0.03455306589603424, 'data_time': 0.009196424973197281, 'model_time': 0.7522692080237903, 'learning_rate': 9.336626658815071e-06, 'epoch': 17.66})
|
| 93 |
+
Step 9300, Loss: {'mse_loss': 0.04297405853867531, 'mee_loss': 0.49751269817352295, 'totoal_loss': 0.04297405853867531, 'data_time': 0.009746298950631171, 'model_time': 0.7423595159780234, 'learning_rate': 9.305442448944056e-06, 'epoch': 17.85})
|
| 94 |
+
Step 9400, Loss: {'mse_loss': 0.04492848739027977, 'mee_loss': 0.5760713815689087, 'totoal_loss': 0.04492848739027977, 'data_time': 0.0003446080372668803, 'model_time': 0.8183684459654614, 'learning_rate': 9.273598098749124e-06, 'epoch': 18.04})
|
| 95 |
+
Step 9500, Loss: {'mse_loss': 0.024261482059955597, 'mee_loss': 0.4193650484085083, 'totoal_loss': 0.024261482059955597, 'data_time': 0.00042384996777400374, 'model_time': 0.706742356007453, 'learning_rate': 9.241098636822324e-06, 'epoch': 18.23})
|
| 96 |
+
Step 9600, Loss: {'mse_loss': 0.03454546630382538, 'mee_loss': 0.5029000639915466, 'totoal_loss': 0.03454546630382538, 'data_time': 0.00046807999024167657, 'model_time': 0.8106612790143117, 'learning_rate': 9.207949195205442e-06, 'epoch': 18.43})
|
| 97 |
+
Step 9700, Loss: {'mse_loss': 0.020000819116830826, 'mee_loss': 0.3840126097202301, 'totoal_loss': 0.020000819116830826, 'data_time': 0.0003756049554795027, 'model_time': 0.7604048349894583, 'learning_rate': 9.174155008579588e-06, 'epoch': 18.62})
|
| 98 |
+
Step 9800, Loss: {'mse_loss': 0.031652677804231644, 'mee_loss': 0.4638597071170807, 'totoal_loss': 0.031652677804231644, 'data_time': 0.00035334599670022726, 'model_time': 0.7524784360430203, 'learning_rate': 9.139721413438583e-06, 'epoch': 18.81})
|
| 99 |
+
Step 9900, Loss: {'mse_loss': 0.01829647645354271, 'mee_loss': 0.38355740904808044, 'totoal_loss': 0.01829647645354271, 'data_time': 1.735857011983171, 'model_time': 1.074098069977481, 'learning_rate': 9.104653847246273e-06, 'epoch': 19.0})
|
| 100 |
+
Step 10000, Loss: {'mse_loss': 0.023762425407767296, 'mee_loss': 0.41235244274139404, 'totoal_loss': 0.02788594923913479, 'data_time': 0.008247944002505392, 'model_time': 0.720815735985525, 'learning_rate': 9.068957847577869e-06, 'epoch': 19.19})
|
| 101 |
+
Step 10100, Loss: {'mse_loss': 0.036270156502723694, 'mee_loss': 0.5610403418540955, 'totoal_loss': 0.04188055917620659, 'data_time': 0.008957979967817664, 'model_time': 0.7138350330060348, 'learning_rate': 9.032639051245524e-06, 'epoch': 19.39})
|
| 102 |
+
Step 10200, Loss: {'mse_loss': 0.03141574189066887, 'mee_loss': 0.4579978883266449, 'totoal_loss': 0.0359957218170166, 'data_time': 0.007859219040255994, 'model_time': 0.70350420800969, 'learning_rate': 8.995703193408199e-06, 'epoch': 19.58})
|
| 103 |
+
Step 10300, Loss: {'mse_loss': 0.03364817053079605, 'mee_loss': 0.47642698884010315, 'totoal_loss': 0.038412440568208694, 'data_time': 0.008157137024682015, 'model_time': 0.7026060110074468, 'learning_rate': 8.958156106666017e-06, 'epoch': 19.77})
|
| 104 |
+
Step 10400, Loss: {'mse_loss': 0.02162032015621662, 'mee_loss': 0.3484755754470825, 'totoal_loss': 0.025105075910687447, 'data_time': 0.013157284003682435, 'model_time': 0.7449736880371347, 'learning_rate': 8.92000372013924e-06, 'epoch': 19.96})
|
| 105 |
+
Step 10500, Loss: {'mse_loss': 0.027029503136873245, 'mee_loss': 0.465154230594635, 'totoal_loss': 0.03168104588985443, 'data_time': 0.014341888017952442, 'model_time': 0.7913825990399346, 'learning_rate': 8.881252058531973e-06, 'epoch': 20.15})
|
| 106 |
+
Step 10600, Loss: {'mse_loss': 0.02819366753101349, 'mee_loss': 0.4868873059749603, 'totoal_loss': 0.033062539994716644, 'data_time': 0.019059464044403285, 'model_time': 0.722301731002517, 'learning_rate': 8.841907241180809e-06, 'epoch': 20.35})
|
| 107 |
+
Step 10700, Loss: {'mse_loss': 0.01746673882007599, 'mee_loss': 0.34630846977233887, 'totoal_loss': 0.020929822698235512, 'data_time': 0.014936166000552475, 'model_time': 0.7428646609769203, 'learning_rate': 8.801975481088507e-06, 'epoch': 20.54})
|
| 108 |
+
Step 10800, Loss: {'mse_loss': 0.031442318111658096, 'mee_loss': 0.4418031871318817, 'totoal_loss': 0.035860348492860794, 'data_time': 0.01538971799891442, 'model_time': 0.6946139700012282, 'learning_rate': 8.761463083942889e-06, 'epoch': 20.73})
|
| 109 |
+
Step 10900, Loss: {'mse_loss': 0.028976958245038986, 'mee_loss': 0.38308027386665344, 'totoal_loss': 0.03280775994062424, 'data_time': 0.016778829041868448, 'model_time': 0.7181161859771237, 'learning_rate': 8.720376447121098e-06, 'epoch': 20.92})
|
| 110 |
+
Step 11000, Loss: {'mse_loss': 0.03401528298854828, 'mee_loss': 0.4975685477256775, 'totoal_loss': 0.038990966975688934, 'data_time': 0.010814464010763913, 'model_time': 0.7291613429551944, 'learning_rate': 8.678722058679382e-06, 'epoch': 21.11})
|
| 111 |
+
Step 11100, Loss: {'mse_loss': 0.014093848876655102, 'mee_loss': 0.31269925832748413, 'totoal_loss': 0.017220841720700264, 'data_time': 0.010293113009538502, 'model_time': 0.7358889699680731, 'learning_rate': 8.636506496328546e-06, 'epoch': 21.31})
|
| 112 |
+
Step 11200, Loss: {'mse_loss': 0.024519342929124832, 'mee_loss': 0.3841921091079712, 'totoal_loss': 0.028361264616250992, 'data_time': 0.010395049990620464, 'model_time': 0.6976054520346224, 'learning_rate': 8.593736426395268e-06, 'epoch': 21.5})
|
| 113 |
+
Step 11300, Loss: {'mse_loss': 0.022141244262456894, 'mee_loss': 0.38847020268440247, 'totoal_loss': 0.02602594718337059, 'data_time': 0.008603517955634743, 'model_time': 0.7535469129798003, 'learning_rate': 8.550418602769392e-06, 'epoch': 21.69})
|
| 114 |
+
Step 11400, Loss: {'mse_loss': 0.029905162751674652, 'mee_loss': 0.45772939920425415, 'totoal_loss': 0.034482456743717194, 'data_time': 0.009620367956813425, 'model_time': 0.727484014001675, 'learning_rate': 8.506559865837425e-06, 'epoch': 21.88})
|
| 115 |
+
Step 11500, Loss: {'mse_loss': 0.03553389012813568, 'mee_loss': 0.5526711940765381, 'totoal_loss': 0.04106060042977333, 'data_time': 0.000400288961827755, 'model_time': 0.7286687599844299, 'learning_rate': 8.462167141402359e-06, 'epoch': 22.07})
|
| 116 |
+
Step 11600, Loss: {'mse_loss': 0.02751479297876358, 'mee_loss': 0.4340759813785553, 'totoal_loss': 0.03185555338859558, 'data_time': 0.0003222909872420132, 'model_time': 0.8473039139644243, 'learning_rate': 8.417247439589994e-06, 'epoch': 22.26})
|
| 117 |
+
Step 11700, Loss: {'mse_loss': 0.01780063286423683, 'mee_loss': 0.33063068985939026, 'totoal_loss': 0.021106939762830734, 'data_time': 0.0004989459994249046, 'model_time': 0.7221291359746829, 'learning_rate': 8.371807853741978e-06, 'epoch': 22.46})
|
| 118 |
+
Step 11800, Loss: {'mse_loss': 0.029394017532467842, 'mee_loss': 0.43066027760505676, 'totoal_loss': 0.033700618892908096, 'data_time': 0.0005109329940751195, 'model_time': 0.7133574900217354, 'learning_rate': 8.325855559295663e-06, 'epoch': 22.65})
|
| 119 |
+
Step 11900, Loss: {'mse_loss': 0.0298784002661705, 'mee_loss': 0.3775542378425598, 'totoal_loss': 0.03365394100546837, 'data_time': 0.0003623060183599591, 'model_time': 0.7324154450325295, 'learning_rate': 8.279397812651042e-06, 'epoch': 22.84})
|
| 120 |
+
Step 12000, Loss: {'mse_loss': 0.0203081201761961, 'mee_loss': 0.3475337624549866, 'totoal_loss': 0.023783458396792412, 'data_time': 0.008033926016651094, 'model_time': 0.768482108018361, 'learning_rate': 8.232441950024864e-06, 'epoch': 23.03})
|
| 121 |
+
Step 12100, Loss: {'mse_loss': 0.026815935969352722, 'mee_loss': 0.4238503575325012, 'totoal_loss': 0.031054439023137093, 'data_time': 0.011799938976764679, 'model_time': 0.8033575150184333, 'learning_rate': 8.184995386292166e-06, 'epoch': 23.22})
|
| 122 |
+
Step 12200, Loss: {'mse_loss': 0.018997797742486, 'mee_loss': 0.2969167232513428, 'totoal_loss': 0.02196696400642395, 'data_time': 0.00862300198059529, 'model_time': 0.7328692429582588, 'learning_rate': 8.137065613815381e-06, 'epoch': 23.42})
|
| 123 |
+
Step 12300, Loss: {'mse_loss': 0.01563624106347561, 'mee_loss': 0.2979000210762024, 'totoal_loss': 0.0186152420938015, 'data_time': 0.009691365994513035, 'model_time': 0.7391516520292498, 'learning_rate': 8.088660201261203e-06, 'epoch': 23.61})
|
| 124 |
+
Step 12400, Loss: {'mse_loss': 0.018680300563573837, 'mee_loss': 0.31834495067596436, 'totoal_loss': 0.021863749250769615, 'data_time': 0.008186843013390899, 'model_time': 0.7171014529885724, 'learning_rate': 8.039786792405404e-06, 'epoch': 23.8})
|
| 125 |
+
Step 12500, Loss: {'mse_loss': 0.03585410863161087, 'mee_loss': 0.40665069222450256, 'totoal_loss': 0.0399206168949604, 'data_time': 0.007181230001151562, 'model_time': 0.6692951960139908, 'learning_rate': 7.990453104925807e-06, 'epoch': 23.99})
|
| 126 |
+
Step 12600, Loss: {'mse_loss': 0.01860712468624115, 'mee_loss': 0.3440468907356262, 'totoal_loss': 0.02204759418964386, 'data_time': 0.02728608000325039, 'model_time': 0.7177930740290321, 'learning_rate': 7.940666929183554e-06, 'epoch': 24.18})
|
| 127 |
+
Step 12700, Loss: {'mse_loss': 0.016645999625325203, 'mee_loss': 0.3038441836833954, 'totoal_loss': 0.01968444138765335, 'data_time': 0.02313468500506133, 'model_time': 0.8049693030188791, 'learning_rate': 7.89043612699294e-06, 'epoch': 24.38})
|
| 128 |
+
Step 12800, Loss: {'mse_loss': 0.02344021387398243, 'mee_loss': 0.37595057487487793, 'totoal_loss': 0.027199719101190567, 'data_time': 0.023536620021332055, 'model_time': 0.7236795560456812, 'learning_rate': 7.839768630379917e-06, 'epoch': 24.57})
|
| 129 |
+
Step 12900, Loss: {'mse_loss': 0.017448194324970245, 'mee_loss': 0.3202652633190155, 'totoal_loss': 0.020650846883654594, 'data_time': 0.02382536605000496, 'model_time': 0.9820012080017477, 'learning_rate': 7.788672440329562e-06, 'epoch': 24.76})
|
| 130 |
+
Step 13000, Loss: {'mse_loss': 0.03517826646566391, 'mee_loss': 0.4157922565937042, 'totoal_loss': 0.0393361896276474, 'data_time': 0.022708807955496013, 'model_time': 0.6974222490098327, 'learning_rate': 7.737155625522608e-06, 'epoch': 24.95})
|
| 131 |
+
Step 13100, Loss: {'mse_loss': 0.03772760182619095, 'mee_loss': 0.3999047875404358, 'totoal_loss': 0.041726648807525635, 'data_time': 0.008310738019645214, 'model_time': 0.9555682420032099, 'learning_rate': 7.685226321061318e-06, 'epoch': 25.14})
|
| 132 |
+
Step 13200, Loss: {'mse_loss': 0.01541295275092125, 'mee_loss': 0.3171076476573944, 'totoal_loss': 0.018584029749035835, 'data_time': 0.017408831976354122, 'model_time': 0.8181504609528929, 'learning_rate': 7.632892727184844e-06, 'epoch': 25.34})
|
| 133 |
+
Step 13300, Loss: {'mse_loss': 0.020446522161364555, 'mee_loss': 0.3144063651561737, 'totoal_loss': 0.023590585216879845, 'data_time': 0.008396007004193962, 'model_time': 0.7247754129930399, 'learning_rate': 7.580163107974335e-06, 'epoch': 25.53})
|
| 134 |
+
Step 13400, Loss: {'mse_loss': 0.031529150903224945, 'mee_loss': 0.4264124035835266, 'totoal_loss': 0.03579327464103699, 'data_time': 0.00876786996377632, 'model_time': 1.0059317370178178, 'learning_rate': 7.527045790047922e-06, 'epoch': 25.72})
|
| 135 |
+
Step 13500, Loss: {'mse_loss': 0.02922516129910946, 'mee_loss': 0.35228461027145386, 'totoal_loss': 0.03274800628423691, 'data_time': 0.014415851968806237, 'model_time': 0.7151659890078008, 'learning_rate': 7.473549161245862e-06, 'epoch': 25.91})
|
| 136 |
+
Step 13600, Loss: {'mse_loss': 0.025490690022706985, 'mee_loss': 0.43346554040908813, 'totoal_loss': 0.029825344681739807, 'data_time': 0.010962677013594657, 'model_time': 0.744672115019057, 'learning_rate': 7.419681669305998e-06, 'epoch': 26.1})
|
| 137 |
+
Step 13700, Loss: {'mse_loss': 0.01583901047706604, 'mee_loss': 0.2892422378063202, 'totoal_loss': 0.018731432035565376, 'data_time': 0.008136548975016922, 'model_time': 0.7614150720182806, 'learning_rate': 7.365451820529756e-06, 'epoch': 26.3})
|
| 138 |
+
Step 13800, Loss: {'mse_loss': 0.02303161285817623, 'mee_loss': 0.32462599873542786, 'totoal_loss': 0.026277873665094376, 'data_time': 0.007926142017822713, 'model_time': 0.8002328529837541, 'learning_rate': 7.310868178438909e-06, 'epoch': 26.49})
|
| 139 |
+
Step 13900, Loss: {'mse_loss': 0.015088752843439579, 'mee_loss': 0.31166189908981323, 'totoal_loss': 0.018205370754003525, 'data_time': 0.01012159395031631, 'model_time': 0.726478633005172, 'learning_rate': 7.2559393624232985e-06, 'epoch': 26.68})
|
| 140 |
+
Step 14000, Loss: {'mse_loss': 0.027087055146694183, 'mee_loss': 0.40960487723350525, 'totoal_loss': 0.03118310496211052, 'data_time': 0.012233251996804029, 'model_time': 0.7079085719888099, 'learning_rate': 7.2006740463797296e-06, 'epoch': 26.87})
|
| 141 |
+
Step 14100, Loss: {'mse_loss': 0.03156977891921997, 'mee_loss': 0.45863091945648193, 'totoal_loss': 0.03615608811378479, 'data_time': 0.01793173502665013, 'model_time': 0.8076757249655202, 'learning_rate': 7.145080957342262e-06, 'epoch': 27.06})
|
| 142 |
+
Step 14200, Loss: {'mse_loss': 0.018365776166319847, 'mee_loss': 0.34355244040489197, 'totoal_loss': 0.02180130034685135, 'data_time': 0.015522190020419657, 'model_time': 0.7854871180024929, 'learning_rate': 7.0891688741041065e-06, 'epoch': 27.26})
|
| 143 |
+
Step 14300, Loss: {'mse_loss': 0.01961596868932247, 'mee_loss': 0.31825974583625793, 'totoal_loss': 0.02279856614768505, 'data_time': 0.015227159019559622, 'model_time': 0.7096131590078585, 'learning_rate': 7.032946625831363e-06, 'epoch': 27.45})
|
| 144 |
+
Step 14400, Loss: {'mse_loss': 0.020866049453616142, 'mee_loss': 0.3689613342285156, 'totoal_loss': 0.024555662646889687, 'data_time': 0.016890091996174306, 'model_time': 0.7729183959891088, 'learning_rate': 6.976423090668781e-06, 'epoch': 27.64})
|
| 145 |
+
Step 14500, Loss: {'mse_loss': 0.019153263419866562, 'mee_loss': 0.3642980754375458, 'totoal_loss': 0.02279624342918396, 'data_time': 0.015481216018088162, 'model_time': 0.7276210060226731, 'learning_rate': 6.919607194337806e-06, 'epoch': 27.83})
|
| 146 |
+
Step 14600, Loss: {'mse_loss': 0.01386693399399519, 'mee_loss': 0.26945099234580994, 'totoal_loss': 0.016561444848775864, 'data_time': 0.008965063956566155, 'model_time': 0.7296788229723461, 'learning_rate': 6.8625079087270976e-06, 'epoch': 28.02})
|
| 147 |
+
Step 14700, Loss: {'mse_loss': 0.01608576998114586, 'mee_loss': 0.2832489013671875, 'totoal_loss': 0.01891825906932354, 'data_time': 0.010955668985843658, 'model_time': 0.7425342380302027, 'learning_rate': 6.8051342504757714e-06, 'epoch': 28.21})
|
| 148 |
+
Step 14800, Loss: {'mse_loss': 0.019141698256134987, 'mee_loss': 0.32083308696746826, 'totoal_loss': 0.022350028157234192, 'data_time': 0.008027678006328642, 'model_time': 0.7542810779996216, 'learning_rate': 6.747495279549561e-06, 'epoch': 28.41})
|
| 149 |
+
Step 14900, Loss: {'mse_loss': 0.020720234140753746, 'mee_loss': 0.40975120663642883, 'totoal_loss': 0.02481774613261223, 'data_time': 0.008658978971652687, 'model_time': 0.7434378559701145, 'learning_rate': 6.6896000978101465e-06, 'epoch': 28.6})
|
| 150 |
+
Step 15000, Loss: {'mse_loss': 0.023499388247728348, 'mee_loss': 0.3658267855644226, 'totoal_loss': 0.027157656848430634, 'data_time': 0.0100374820176512, 'model_time': 0.74045548500726, 'learning_rate': 6.631457847577869e-06, 'epoch': 28.79})
|
| 151 |
+
Step 15100, Loss: {'mse_loss': 0.015319330617785454, 'mee_loss': 0.2937462329864502, 'totoal_loss': 0.018256792798638344, 'data_time': 0.008484629972372204, 'model_time': 0.7519062299979851, 'learning_rate': 6.573077710188046e-06, 'epoch': 28.98})
|
| 152 |
+
Step 15200, Loss: {'mse_loss': 0.008686698973178864, 'mee_loss': 0.2159169465303421, 'totoal_loss': 0.010845867916941643, 'data_time': 0.010365030029788613, 'model_time': 0.7245064760209061, 'learning_rate': 6.5144689045411345e-06, 'epoch': 29.17})
|
| 153 |
+
Step 15300, Loss: {'mse_loss': 0.013322955928742886, 'mee_loss': 0.27923035621643066, 'totoal_loss': 0.016115259379148483, 'data_time': 0.008703843981493264, 'model_time': 0.7031635490129702, 'learning_rate': 6.455640685646961e-06, 'epoch': 29.37})
|
| 154 |
+
Step 15400, Loss: {'mse_loss': 0.015073876827955246, 'mee_loss': 0.2978378236293793, 'totoal_loss': 0.018052255734801292, 'data_time': 0.015319992962758988, 'model_time': 0.7619314939947799, 'learning_rate': 6.396602343163248e-06, 'epoch': 29.56})
|
| 155 |
+
Step 15500, Loss: {'mse_loss': 0.021549396216869354, 'mee_loss': 0.28992509841918945, 'totoal_loss': 0.02444864809513092, 'data_time': 0.016014824039302766, 'model_time': 0.7290460570366122, 'learning_rate': 6.337363199928669e-06, 'epoch': 29.75})
|
| 156 |
+
Step 15600, Loss: {'mse_loss': 0.016485482454299927, 'mee_loss': 0.3095918893814087, 'totoal_loss': 0.019581401720643044, 'data_time': 0.01698074897285551, 'model_time': 0.7295727729797363, 'learning_rate': 6.277932610490659e-06, 'epoch': 29.94})
|
| 157 |
+
Step 15700, Loss: {'mse_loss': 0.011640708893537521, 'mee_loss': 0.25208917260169983, 'totoal_loss': 0.014161600731313229, 'data_time': 0.012426811968907714, 'model_time': 0.7308940989896655, 'learning_rate': 6.218319959628234e-06, 'epoch': 30.13})
|
| 158 |
+
Step 15800, Loss: {'mse_loss': 0.019194860011339188, 'mee_loss': 0.30888110399246216, 'totoal_loss': 0.02228367142379284, 'data_time': 0.007571218011435121, 'model_time': 0.7086778859957121, 'learning_rate': 6.158534660870018e-06, 'epoch': 30.33})
|
| 159 |
+
Step 15900, Loss: {'mse_loss': 0.03474534675478935, 'mee_loss': 0.3497280478477478, 'totoal_loss': 0.03824262693524361, 'data_time': 0.009278997022192925, 'model_time': 0.7961518429801799, 'learning_rate': 6.0985861550077345e-06, 'epoch': 30.52})
|
| 160 |
+
Step 16000, Loss: {'mse_loss': 0.016209539026021957, 'mee_loss': 0.2655965983867645, 'totoal_loss': 0.01886550523340702, 'data_time': 0.007721359026618302, 'model_time': 0.7059262419934385, 'learning_rate': 6.0384839086054095e-06, 'epoch': 30.71})
|
| 161 |
+
Step 16100, Loss: {'mse_loss': 0.011555678211152554, 'mee_loss': 0.23908104002475739, 'totoal_loss': 0.013946488499641418, 'data_time': 0.007972143008373678, 'model_time': 0.7317941189976409, 'learning_rate': 5.978237412504472e-06, 'epoch': 30.9})
|
| 162 |
+
Step 16200, Loss: {'mse_loss': 0.011833976954221725, 'mee_loss': 0.2630384564399719, 'totoal_loss': 0.01446436159312725, 'data_time': 0.0006590340053662658, 'model_time': 0.8129894030280411, 'learning_rate': 5.917856180325059e-06, 'epoch': 31.09})
|
| 163 |
+
Step 16300, Loss: {'mse_loss': 0.017854101955890656, 'mee_loss': 0.31404909491539, 'totoal_loss': 0.02099459245800972, 'data_time': 0.00036108901258558035, 'model_time': 0.7543570889974944, 'learning_rate': 5.857349746963692e-06, 'epoch': 31.29})
|
| 164 |
+
Step 16400, Loss: {'mse_loss': 0.015545297414064407, 'mee_loss': 0.26597362756729126, 'totoal_loss': 0.018205033615231514, 'data_time': 0.0003635860048234463, 'model_time': 0.7903354150475934, 'learning_rate': 5.796727667087611e-06, 'epoch': 31.48})
|
| 165 |
+
Step 16500, Loss: {'mse_loss': 0.017413612455129623, 'mee_loss': 0.312203049659729, 'totoal_loss': 0.02053564228117466, 'data_time': 0.00035887904232367873, 'model_time': 0.74864319403423, 'learning_rate': 5.735999513625984e-06, 'epoch': 31.67})
|
| 166 |
+
Step 16600, Loss: {'mse_loss': 0.015312623232603073, 'mee_loss': 0.23321639001369476, 'totoal_loss': 0.017644787207245827, 'data_time': 0.0003577059833332896, 'model_time': 0.7443923000246286, 'learning_rate': 5.675174876258223e-06, 'epoch': 31.86})
|
| 167 |
+
Step 16700, Loss: {'mse_loss': 0.013480786234140396, 'mee_loss': 0.24436068534851074, 'totoal_loss': 0.015924392268061638, 'data_time': 0.008212649961933494, 'model_time': 0.7458470480050892, 'learning_rate': 5.614263359899673e-06, 'epoch': 32.05})
|
| 168 |
+
Step 16800, Loss: {'mse_loss': 0.022093014791607857, 'mee_loss': 0.2939074635505676, 'totoal_loss': 0.02503209002315998, 'data_time': 0.007994141022209078, 'model_time': 0.8153748059994541, 'learning_rate': 5.553274583184875e-06, 'epoch': 32.25})
|
| 169 |
+
Step 16900, Loss: {'mse_loss': 0.03228561207652092, 'mee_loss': 0.3702971637248993, 'totoal_loss': 0.03598858416080475, 'data_time': 0.014104306988883764, 'model_time': 0.7338420249870978, 'learning_rate': 5.492218176948673e-06, 'epoch': 32.44})
|
| 170 |
+
Step 17000, Loss: {'mse_loss': 0.033876676112413406, 'mee_loss': 0.34911221265792847, 'totoal_loss': 0.0373677983880043, 'data_time': 0.011084827012382448, 'model_time': 0.7441411050385796, 'learning_rate': 5.431103782705404e-06, 'epoch': 32.63})
|
| 171 |
+
Step 17100, Loss: {'mse_loss': 0.020177964121103287, 'mee_loss': 0.32544609904289246, 'totoal_loss': 0.023432424291968346, 'data_time': 0.0004799390444532037, 'model_time': 0.7671577209839597, 'learning_rate': 5.369941051126377e-06, 'epoch': 32.82})
|
| 172 |
+
Step 17200, Loss: {'mse_loss': 0.025109432637691498, 'mee_loss': 0.34711459279060364, 'totoal_loss': 0.028580578044056892, 'data_time': 0.008537688001524657, 'model_time': 0.7215320179820992, 'learning_rate': 5.308739640515932e-06, 'epoch': 33.01})
|
| 173 |
+
Step 17300, Loss: {'mse_loss': 0.010146478191018105, 'mee_loss': 0.20955206453800201, 'totoal_loss': 0.012241998687386513, 'data_time': 0.00898285600123927, 'model_time': 0.7263903149869293, 'learning_rate': 5.24750921528627e-06, 'epoch': 33.21})
|
| 174 |
+
Step 17400, Loss: {'mse_loss': 0.029262125492095947, 'mee_loss': 0.27928653359413147, 'totoal_loss': 0.03205499053001404, 'data_time': 0.013145264005288482, 'model_time': 0.7123275420162827, 'learning_rate': 5.186259444431344e-06, 'epoch': 33.4})
|
| 175 |
+
Step 17500, Loss: {'mse_loss': 0.014798049814999104, 'mee_loss': 0.2599807381629944, 'totoal_loss': 0.01739785633981228, 'data_time': 0.010049796954263002, 'model_time': 0.7315484390128404, 'learning_rate': 5.125e-06, 'epoch': 33.59})
|
| 176 |
+
Step 17600, Loss: {'mse_loss': 0.011777007952332497, 'mee_loss': 0.23706552386283875, 'totoal_loss': 0.014147663488984108, 'data_time': 0.00912720599444583, 'model_time': 0.7385338540188968, 'learning_rate': 5.063740555568656e-06, 'epoch': 33.78})
|
| 177 |
+
Step 17700, Loss: {'mse_loss': 0.019938189536333084, 'mee_loss': 0.30996131896972656, 'totoal_loss': 0.023037802428007126, 'data_time': 0.008652717981021851, 'model_time': 0.725861148966942, 'learning_rate': 5.002490784713731e-06, 'epoch': 33.97})
|
| 178 |
+
Step 17800, Loss: {'mse_loss': 0.014144775457680225, 'mee_loss': 0.30484330654144287, 'totoal_loss': 0.017193209379911423, 'data_time': 0.0005315410089679062, 'model_time': 0.8399394089938141, 'learning_rate': 4.9412603594840695e-06, 'epoch': 34.17})
|
| 179 |
+
Step 17900, Loss: {'mse_loss': 0.017109379172325134, 'mee_loss': 0.29060617089271545, 'totoal_loss': 0.02001544088125229, 'data_time': 0.0003630280261859298, 'model_time': 0.7369912780122831, 'learning_rate': 4.8800589488736245e-06, 'epoch': 34.36})
|
| 180 |
+
Step 18000, Loss: {'mse_loss': 0.024320432916283607, 'mee_loss': 0.25381267070770264, 'totoal_loss': 0.026858558878302574, 'data_time': 0.0004138899967074394, 'model_time': 0.7314757389831357, 'learning_rate': 4.818896217294598e-06, 'epoch': 34.55})
|
| 181 |
+
Step 18100, Loss: {'mse_loss': 0.0138480756431818, 'mee_loss': 0.22894512116909027, 'totoal_loss': 0.01613752730190754, 'data_time': 0.0005246129585430026, 'model_time': 0.712954168964643, 'learning_rate': 4.757781823051329e-06, 'epoch': 34.74})
|
| 182 |
+
Step 18200, Loss: {'mse_loss': 0.010159686207771301, 'mee_loss': 0.2221313714981079, 'totoal_loss': 0.012381000444293022, 'data_time': 0.0004070900031365454, 'model_time': 0.7436801270232536, 'learning_rate': 4.696725416815128e-06, 'epoch': 34.93})
|
| 183 |
+
Step 18300, Loss: {'mse_loss': 0.016543887555599213, 'mee_loss': 0.2520753741264343, 'totoal_loss': 0.019064640626311302, 'data_time': 0.0002866550348699093, 'model_time': 0.7191331019857898, 'learning_rate': 4.635736640100327e-06, 'epoch': 35.12})
|
| 184 |
+
Step 18400, Loss: {'mse_loss': 0.020056702196598053, 'mee_loss': 0.34264087677001953, 'totoal_loss': 0.02348311059176922, 'data_time': 0.00040784600423648953, 'model_time': 0.766059283982031, 'learning_rate': 4.574825123741778e-06, 'epoch': 35.32})
|
| 185 |
+
Step 18500, Loss: {'mse_loss': 0.019328679889440536, 'mee_loss': 0.32108205556869507, 'totoal_loss': 0.022539500147104263, 'data_time': 0.0003444820176810026, 'model_time': 0.7184821889968589, 'learning_rate': 4.5140004863740165e-06, 'epoch': 35.51})
|
| 186 |
+
Step 18600, Loss: {'mse_loss': 0.019714904949069023, 'mee_loss': 0.3192145526409149, 'totoal_loss': 0.02290705032646656, 'data_time': 0.0003489169757813215, 'model_time': 0.7114711200119928, 'learning_rate': 4.45327233291239e-06, 'epoch': 35.7})
|
| 187 |
+
Step 18700, Loss: {'mse_loss': 0.015132430009543896, 'mee_loss': 0.2616530954837799, 'totoal_loss': 0.017748961225152016, 'data_time': 0.0004914209712296724, 'model_time': 0.7379502390394919, 'learning_rate': 4.39265025303631e-06, 'epoch': 35.89})
|
| 188 |
+
Step 18800, Loss: {'mse_loss': 0.020716387778520584, 'mee_loss': 0.31945374608039856, 'totoal_loss': 0.023910924792289734, 'data_time': 0.010084106994327158, 'model_time': 0.7489984750282019, 'learning_rate': 4.332143819674943e-06, 'epoch': 36.08})
|
| 189 |
+
Step 18900, Loss: {'mse_loss': 0.008883234113454819, 'mee_loss': 0.20215816795825958, 'totoal_loss': 0.01090481597930193, 'data_time': 0.009625980979762971, 'model_time': 0.7555387319880538, 'learning_rate': 4.271762587495529e-06, 'epoch': 36.28})
|
| 190 |
+
Step 19000, Loss: {'mse_loss': 0.010756019502878189, 'mee_loss': 0.22709843516349792, 'totoal_loss': 0.013027003966271877, 'data_time': 0.012295539025217295, 'model_time': 0.728806697006803, 'learning_rate': 4.2115160913945914e-06, 'epoch': 36.47})
|
| 191 |
+
Step 19100, Loss: {'mse_loss': 0.01566268876194954, 'mee_loss': 0.2789810299873352, 'totoal_loss': 0.01845249906182289, 'data_time': 0.013152449042536318, 'model_time': 0.7529149189940654, 'learning_rate': 4.151413844992267e-06, 'epoch': 36.66})
|
| 192 |
+
Step 19200, Loss: {'mse_loss': 0.010476143099367619, 'mee_loss': 0.19823908805847168, 'totoal_loss': 0.012458533979952335, 'data_time': 0.010172737995162606, 'model_time': 0.7013613899471238, 'learning_rate': 4.091465339129985e-06, 'epoch': 36.85})
|
| 193 |
+
Step 19300, Loss: {'mse_loss': 0.011566885747015476, 'mee_loss': 0.22542549669742584, 'totoal_loss': 0.013821140863001347, 'data_time': 0.009157506981864572, 'model_time': 0.726166853972245, 'learning_rate': 4.031680040371768e-06, 'epoch': 37.04})
|
| 194 |
+
Step 19400, Loss: {'mse_loss': 0.007566390093415976, 'mee_loss': 0.18785224854946136, 'totoal_loss': 0.009444912895560265, 'data_time': 0.009694891981780529, 'model_time': 0.7169606700190343, 'learning_rate': 3.972067389509344e-06, 'epoch': 37.24})
|
| 195 |
+
Step 19500, Loss: {'mse_loss': 0.012748239561915398, 'mee_loss': 0.2480894774198532, 'totoal_loss': 0.015229133889079094, 'data_time': 0.009685467986855656, 'model_time': 0.7860708669759333, 'learning_rate': 3.912636800071335e-06, 'epoch': 37.43})
|
| 196 |
+
Step 19600, Loss: {'mse_loss': 0.01257853489369154, 'mee_loss': 0.26347655057907104, 'totoal_loss': 0.015213300473988056, 'data_time': 0.008140915015246719, 'model_time': 0.7195685890037566, 'learning_rate': 3.853397656836754e-06, 'epoch': 37.62})
|
| 197 |
+
Step 19700, Loss: {'mse_loss': 0.012094823643565178, 'mee_loss': 0.23882588744163513, 'totoal_loss': 0.014483083039522171, 'data_time': 0.012455976975616068, 'model_time': 0.803603641979862, 'learning_rate': 3.7943593143530404e-06, 'epoch': 37.81})
|
| 198 |
+
Step 19800, Loss: {'mse_loss': 0.00802080612629652, 'mee_loss': 0.1837031990289688, 'totoal_loss': 0.009857838042080402, 'data_time': 0.06406696699559689, 'model_time': 1.0989200879703276, 'learning_rate': 3.735531095458867e-06, 'epoch': 38.0})
|
| 199 |
+
Step 19900, Loss: {'mse_loss': 0.014085625298321247, 'mee_loss': 0.2463875561952591, 'totoal_loss': 0.016549501568078995, 'data_time': 0.015920347010251135, 'model_time': 0.7166572469868697, 'learning_rate': 3.6769222898119562e-06, 'epoch': 38.2})
|
| 200 |
+
Step 20000, Loss: {'mse_loss': 0.008176067844033241, 'mee_loss': 0.17574076354503632, 'totoal_loss': 0.009933475404977798, 'data_time': 0.014530565007589757, 'model_time': 0.7288399590179324, 'learning_rate': 3.618542152422132e-06, 'epoch': 38.39})
|
| 201 |
+
Step 20100, Loss: {'mse_loss': 0.015634799376130104, 'mee_loss': 0.28073638677597046, 'totoal_loss': 0.01844216324388981, 'data_time': 0.018540940014645457, 'model_time': 1.0491985140251927, 'learning_rate': 3.560399902189855e-06, 'epoch': 38.58})
|
| 202 |
+
Step 20200, Loss: {'mse_loss': 0.010346010327339172, 'mee_loss': 0.18881532549858093, 'totoal_loss': 0.012234163470566273, 'data_time': 0.02027360600186512, 'model_time': 0.7299037729972042, 'learning_rate': 3.502504720450441e-06, 'epoch': 38.77})
|
| 203 |
+
Step 20300, Loss: {'mse_loss': 0.00990607962012291, 'mee_loss': 0.16821978986263275, 'totoal_loss': 0.01158827729523182, 'data_time': 0.015423743985593319, 'model_time': 0.706531070987694, 'learning_rate': 3.4448657495242304e-06, 'epoch': 38.96})
|
| 204 |
+
Step 20400, Loss: {'mse_loss': 0.01870639994740486, 'mee_loss': 0.2651902139186859, 'totoal_loss': 0.021358301863074303, 'data_time': 0.016495731950271875, 'model_time': 0.7550431440467946, 'learning_rate': 3.387492091272904e-06, 'epoch': 39.16})
|
| 205 |
+
Step 20500, Loss: {'mse_loss': 0.010771294124424458, 'mee_loss': 0.2178758680820465, 'totoal_loss': 0.012950052507221699, 'data_time': 0.017186033015605062, 'model_time': 0.7256910530268215, 'learning_rate': 3.3303928056621955e-06, 'epoch': 39.35})
|
| 206 |
+
Step 20600, Loss: {'mse_loss': 0.009726300835609436, 'mee_loss': 0.2113952338695526, 'totoal_loss': 0.01184025313705206, 'data_time': 0.016059339977800846, 'model_time': 0.7508613439858891, 'learning_rate': 3.2735769093312202e-06, 'epoch': 39.54})
|
| 207 |
+
Step 20700, Loss: {'mse_loss': 0.011529002338647842, 'mee_loss': 0.2275344729423523, 'totoal_loss': 0.01380434725433588, 'data_time': 0.01610735396388918, 'model_time': 0.6981603039894253, 'learning_rate': 3.217053374168639e-06, 'epoch': 39.73})
|
| 208 |
+
Step 20800, Loss: {'mse_loss': 0.0065716346725821495, 'mee_loss': 0.15443956851959229, 'totoal_loss': 0.008116030134260654, 'data_time': 0.015256926999427378, 'model_time': 0.7476833970285952, 'learning_rate': 3.1608311258958953e-06, 'epoch': 39.92})
|
| 209 |
+
Step 20900, Loss: {'mse_loss': 0.015241647139191628, 'mee_loss': 0.2713514268398285, 'totoal_loss': 0.01795516163110733, 'data_time': 0.008241387957241386, 'model_time': 0.7451100000180304, 'learning_rate': 3.10491904265774e-06, 'epoch': 40.12})
|
| 210 |
+
Step 21000, Loss: {'mse_loss': 0.011423496529459953, 'mee_loss': 0.23448729515075684, 'totoal_loss': 0.01376836933195591, 'data_time': 0.009241522988304496, 'model_time': 0.7269875169731677, 'learning_rate': 3.0493259536202714e-06, 'epoch': 40.31})
|
| 211 |
+
Step 21100, Loss: {'mse_loss': 0.021792134270071983, 'mee_loss': 0.2962571382522583, 'totoal_loss': 0.024754704907536507, 'data_time': 0.012686174013651907, 'model_time': 0.8208598470082507, 'learning_rate': 2.9940606375767038e-06, 'epoch': 40.5})
|
| 212 |
+
Step 21200, Loss: {'mse_loss': 0.010722054168581963, 'mee_loss': 0.22753897309303284, 'totoal_loss': 0.012997443787753582, 'data_time': 0.008634158002678305, 'model_time': 0.781454885029234, 'learning_rate': 2.939131821561094e-06, 'epoch': 40.69})
|
| 213 |
+
Step 21300, Loss: {'mse_loss': 0.014035779051482677, 'mee_loss': 0.2770167589187622, 'totoal_loss': 0.016805946826934814, 'data_time': 0.00842963601462543, 'model_time': 0.7380735370097682, 'learning_rate': 2.8845481794702473e-06, 'epoch': 40.88})
|
| 214 |
+
Step 21400, Loss: {'mse_loss': 0.02237146906554699, 'mee_loss': 0.3061475157737732, 'totoal_loss': 0.025432944297790527, 'data_time': 0.000325902015902102, 'model_time': 0.7390478680026717, 'learning_rate': 2.830318330694004e-06, 'epoch': 41.07})
|
| 215 |
+
Step 21500, Loss: {'mse_loss': 0.010145877487957478, 'mee_loss': 0.21225595474243164, 'totoal_loss': 0.012268437072634697, 'data_time': 0.0003396260435692966, 'model_time': 0.7331680940114893, 'learning_rate': 2.7764508387541378e-06, 'epoch': 41.27})
|
| 216 |
+
Step 21600, Loss: {'mse_loss': 0.01276381965726614, 'mee_loss': 0.2184353619813919, 'totoal_loss': 0.014948173426091671, 'data_time': 0.008229685015976429, 'model_time': 0.7541672079823911, 'learning_rate': 2.7229542099520797e-06, 'epoch': 41.46})
|
| 217 |
+
Step 21700, Loss: {'mse_loss': 0.01523622963577509, 'mee_loss': 0.27062371373176575, 'totoal_loss': 0.017942465841770172, 'data_time': 0.008623856992926449, 'model_time': 0.8336626339587383, 'learning_rate': 2.669836892025666e-06, 'epoch': 41.65})
|
| 218 |
+
Step 21800, Loss: {'mse_loss': 0.006482790689915419, 'mee_loss': 0.1589762568473816, 'totoal_loss': 0.00807255320250988, 'data_time': 0.008033140969928354, 'model_time': 0.7187555990531109, 'learning_rate': 2.6171072728151557e-06, 'epoch': 41.84})
|
| 219 |
+
Step 21900, Loss: {'mse_loss': 0.01320674829185009, 'mee_loss': 0.17348846793174744, 'totoal_loss': 0.014941632747650146, 'data_time': 0.0003458579885773361, 'model_time': 0.8295592679642141, 'learning_rate': 2.5647736789386828e-06, 'epoch': 42.03})
|
| 220 |
+
Step 22000, Loss: {'mse_loss': 0.01972498930990696, 'mee_loss': 0.28717342019081116, 'totoal_loss': 0.022596724331378937, 'data_time': 0.0003437320119701326, 'model_time': 0.7257812729803845, 'learning_rate': 2.5128443744773904e-06, 'epoch': 42.23})
|
| 221 |
+
Step 22100, Loss: {'mse_loss': 0.011863172985613346, 'mee_loss': 0.20660538971424103, 'totoal_loss': 0.013929227367043495, 'data_time': 0.0003529840032570064, 'model_time': 0.7466487479978241, 'learning_rate': 2.4613275596704386e-06, 'epoch': 42.42})
|
| 222 |
+
Step 22200, Loss: {'mse_loss': 0.014897609129548073, 'mee_loss': 0.2819817066192627, 'totoal_loss': 0.017717426642775536, 'data_time': 0.000365140032954514, 'model_time': 0.8331974020111375, 'learning_rate': 2.4102313696200853e-06, 'epoch': 42.61})
|
| 223 |
+
Step 22300, Loss: {'mse_loss': 0.018649857491254807, 'mee_loss': 0.2629754841327667, 'totoal_loss': 0.02127961255609989, 'data_time': 0.0006101260078139603, 'model_time': 0.7353243860416114, 'learning_rate': 2.359563873007063e-06, 'epoch': 42.8})
|
| 224 |
+
Step 22400, Loss: {'mse_loss': 0.010214258916676044, 'mee_loss': 0.20519596338272095, 'totoal_loss': 0.012266218662261963, 'data_time': 0.00025955098681151867, 'model_time': 0.6800540480180643, 'learning_rate': 2.3093330708164465e-06, 'epoch': 42.99})
|
| 225 |
+
Step 22500, Loss: {'mse_loss': 0.019638914614915848, 'mee_loss': 0.24422577023506165, 'totoal_loss': 0.022081172093749046, 'data_time': 0.00035907496931031346, 'model_time': 0.7583288179594092, 'learning_rate': 2.2595468950741943e-06, 'epoch': 43.19})
|
| 226 |
+
Step 22600, Loss: {'mse_loss': 0.008310670033097267, 'mee_loss': 0.16854749619960785, 'totoal_loss': 0.009996145032346249, 'data_time': 0.00037943205097690225, 'model_time': 0.7123052050010301, 'learning_rate': 2.2102132075945974e-06, 'epoch': 43.38})
|
| 227 |
+
Step 22700, Loss: {'mse_loss': 0.011352689005434513, 'mee_loss': 0.199066162109375, 'totoal_loss': 0.01334335096180439, 'data_time': 0.000365616986528039, 'model_time': 0.7395624109776691, 'learning_rate': 2.1613397987388e-06, 'epoch': 43.57})
|
| 228 |
+
Step 22800, Loss: {'mse_loss': 0.016570355743169785, 'mee_loss': 0.20887094736099243, 'totoal_loss': 0.018659064546227455, 'data_time': 0.0004717030096799135, 'model_time': 0.7180929110036232, 'learning_rate': 2.1129343861846207e-06, 'epoch': 43.76})
|
| 229 |
+
Step 22900, Loss: {'mse_loss': 0.007982499897480011, 'mee_loss': 0.1856900155544281, 'totoal_loss': 0.009839399717748165, 'data_time': 0.00040287297451868653, 'model_time': 0.7278371019638143, 'learning_rate': 2.065004613707836e-06, 'epoch': 43.95})
|
| 230 |
+
Step 23000, Loss: {'mse_loss': 0.013337653130292892, 'mee_loss': 0.2358609139919281, 'totoal_loss': 0.015696262940764427, 'data_time': 0.008271977014373988, 'model_time': 0.8429410319658928, 'learning_rate': 2.0175580499751375e-06, 'epoch': 44.15})
|
| 231 |
+
Step 23100, Loss: {'mse_loss': 0.013264243490993977, 'mee_loss': 0.2059849351644516, 'totoal_loss': 0.015324092470109463, 'data_time': 0.007538100995589048, 'model_time': 0.7805568480398506, 'learning_rate': 1.9706021873489604e-06, 'epoch': 44.34})
|
| 232 |
+
Step 23200, Loss: {'mse_loss': 0.007540868129581213, 'mee_loss': 0.17928864061832428, 'totoal_loss': 0.009333754889667034, 'data_time': 0.008653526019770652, 'model_time': 0.7333427679841407, 'learning_rate': 1.924144440704338e-06, 'epoch': 44.53})
|
| 233 |
+
Step 23300, Loss: {'mse_loss': 0.011317775584757328, 'mee_loss': 0.22274233400821686, 'totoal_loss': 0.013545198366045952, 'data_time': 0.008069481002166867, 'model_time': 0.7220845610136166, 'learning_rate': 1.8781921462580238e-06, 'epoch': 44.72})
|
| 234 |
+
Step 23400, Loss: {'mse_loss': 0.006963126827031374, 'mee_loss': 0.16446903347969055, 'totoal_loss': 0.008607816882431507, 'data_time': 0.03130367200355977, 'model_time': 0.730364364979323, 'learning_rate': 1.8327525604100058e-06, 'epoch': 44.91})
|
| 235 |
+
Step 23500, Loss: {'mse_loss': 0.014923082664608955, 'mee_loss': 0.2027771919965744, 'totoal_loss': 0.016950855031609535, 'data_time': 0.0003435660037212074, 'model_time': 0.7828094760188833, 'learning_rate': 1.7878328585976426e-06, 'epoch': 45.11})
|
| 236 |
+
Step 23600, Loss: {'mse_loss': 0.013336536474525928, 'mee_loss': 0.22981606423854828, 'totoal_loss': 0.015634696930646896, 'data_time': 0.0003346300218254328, 'model_time': 0.7458354270202108, 'learning_rate': 1.7434401341625765e-06, 'epoch': 45.3})
|
| 237 |
+
Step 23700, Loss: {'mse_loss': 0.013921663165092468, 'mee_loss': 0.29761624336242676, 'totoal_loss': 0.01689782552421093, 'data_time': 0.0003778439713642001, 'model_time': 0.7422453369945288, 'learning_rate': 1.6995813972306108e-06, 'epoch': 45.49})
|
| 238 |
+
Step 23800, Loss: {'mse_loss': 0.014544944278895855, 'mee_loss': 0.21821603178977966, 'totoal_loss': 0.016727104783058167, 'data_time': 0.00034107803367078304, 'model_time': 0.7235803660005331, 'learning_rate': 1.656263573604734e-06, 'epoch': 45.68})
|
| 239 |
+
Step 23900, Loss: {'mse_loss': 0.013303259387612343, 'mee_loss': 0.21990065276622772, 'totoal_loss': 0.0155022656545043, 'data_time': 0.00030572101240977645, 'model_time': 0.7308472429867834, 'learning_rate': 1.613493503671454e-06, 'epoch': 45.87})
|
| 240 |
+
Step 24000, Loss: {'mse_loss': 0.023577963933348656, 'mee_loss': 0.2297082096338272, 'totoal_loss': 0.025875046849250793, 'data_time': 0.00035075697815045714, 'model_time': 0.772246417007409, 'learning_rate': 1.5712779413206198e-06, 'epoch': 46.07})
|
| 241 |
+
Step 24100, Loss: {'mse_loss': 0.024732181802392006, 'mee_loss': 0.283404141664505, 'totoal_loss': 0.027566222473978996, 'data_time': 0.00035982095869258046, 'model_time': 0.7219877709867433, 'learning_rate': 1.5296235528789028e-06, 'epoch': 46.26})
|
| 242 |
+
Step 24200, Loss: {'mse_loss': 0.007166632451117039, 'mee_loss': 0.1671605110168457, 'totoal_loss': 0.008838237263262272, 'data_time': 0.0004245489835739136, 'model_time': 0.7254036359954625, 'learning_rate': 1.4885369160571124e-06, 'epoch': 46.45})
|
| 243 |
+
Step 24300, Loss: {'mse_loss': 0.018767664209008217, 'mee_loss': 0.2693682610988617, 'totoal_loss': 0.021461347118020058, 'data_time': 0.00033652997808530927, 'model_time': 0.7626963849761523, 'learning_rate': 1.4480245189114938e-06, 'epoch': 46.64})
|
| 244 |
+
Step 24400, Loss: {'mse_loss': 0.029693374410271645, 'mee_loss': 0.22257283329963684, 'totoal_loss': 0.03191910311579704, 'data_time': 0.00039544497849419713, 'model_time': 0.718184441968333, 'learning_rate': 1.408092758819191e-06, 'epoch': 46.83})
|
| 245 |
+
Step 24500, Loss: {'mse_loss': 0.007305593695491552, 'mee_loss': 0.16433800756931305, 'totoal_loss': 0.008948973380029202, 'data_time': 0.0003816119860857725, 'model_time': 0.7756738790194504, 'learning_rate': 1.368747941468028e-06, 'epoch': 47.02})
|
| 246 |
+
Step 24600, Loss: {'mse_loss': 0.007467669900506735, 'mee_loss': 0.17488816380500793, 'totoal_loss': 0.009216551668941975, 'data_time': 0.000363414001185447, 'model_time': 0.8170888720196672, 'learning_rate': 1.3299962798607614e-06, 'epoch': 47.22})
|
| 247 |
+
Step 24700, Loss: {'mse_loss': 0.017779886722564697, 'mee_loss': 0.27962997555732727, 'totoal_loss': 0.02057618647813797, 'data_time': 0.0003524450003169477, 'model_time': 0.7531492799753323, 'learning_rate': 1.2918438933339827e-06, 'epoch': 47.41})
|
| 248 |
+
Step 24800, Loss: {'mse_loss': 0.014586501754820347, 'mee_loss': 0.23796285688877106, 'totoal_loss': 0.01696613058447838, 'data_time': 0.0003920209710486233, 'model_time': 0.7619279130012728, 'learning_rate': 1.2542968065918027e-06, 'epoch': 47.6})
|
| 249 |
+
Step 24900, Loss: {'mse_loss': 0.009919417090713978, 'mee_loss': 0.19820551574230194, 'totoal_loss': 0.011901471763849258, 'data_time': 0.00042400602251291275, 'model_time': 0.7197443220065907, 'learning_rate': 1.217360948754476e-06, 'epoch': 47.79})
|
| 250 |
+
Step 25000, Loss: {'mse_loss': 0.014270351268351078, 'mee_loss': 0.18874549865722656, 'totoal_loss': 0.016157805919647217, 'data_time': 0.0003241900121793151, 'model_time': 0.6898863830137998, 'learning_rate': 1.1810421524221318e-06, 'epoch': 47.98})
|
| 251 |
+
Step 25100, Loss: {'mse_loss': 0.01667703129351139, 'mee_loss': 0.21927545964717865, 'totoal_loss': 0.018869785591959953, 'data_time': 0.017804625036660582, 'model_time': 0.7615258269943297, 'learning_rate': 1.1453461527537284e-06, 'epoch': 48.18})
|
| 252 |
+
Step 25200, Loss: {'mse_loss': 0.006513616070151329, 'mee_loss': 0.1547577828168869, 'totoal_loss': 0.008061193861067295, 'data_time': 0.014582055970095098, 'model_time': 0.7313048219657503, 'learning_rate': 1.1102785865614162e-06, 'epoch': 48.37})
|
| 253 |
+
Step 25300, Loss: {'mse_loss': 0.00974208116531372, 'mee_loss': 0.17851217091083527, 'totoal_loss': 0.011527203023433685, 'data_time': 0.017499968991614878, 'model_time': 0.7661807700060308, 'learning_rate': 1.0758449914204127e-06, 'epoch': 48.56})
|
| 254 |
+
Step 25400, Loss: {'mse_loss': 0.006032920442521572, 'mee_loss': 0.149354487657547, 'totoal_loss': 0.007526465225964785, 'data_time': 0.015751595958136022, 'model_time': 0.7166642359807156, 'learning_rate': 1.0420508047945595e-06, 'epoch': 48.75})
|
| 255 |
+
Step 25500, Loss: {'mse_loss': 0.01758892834186554, 'mee_loss': 0.19140352308750153, 'totoal_loss': 0.01950296387076378, 'data_time': 0.014440757979173213, 'model_time': 0.7229525809525512, 'learning_rate': 1.0089013631776776e-06, 'epoch': 48.94})
|
| 256 |
+
Step 25600, Loss: {'mse_loss': 0.010665166191756725, 'mee_loss': 0.20209060609340668, 'totoal_loss': 0.012686071917414665, 'data_time': 0.00904828798957169, 'model_time': 0.7959977849968709, 'learning_rate': 9.76401901250878e-07, 'epoch': 49.14})
|
| 257 |
+
Step 25700, Loss: {'mse_loss': 0.010536933317780495, 'mee_loss': 0.20257295668125153, 'totoal_loss': 0.012562662363052368, 'data_time': 0.008503517950884998, 'model_time': 0.7052324960241094, 'learning_rate': 9.44557551055946e-07, 'epoch': 49.33})
|
| 258 |
+
Step 25800, Loss: {'mse_loss': 0.009150977246463299, 'mee_loss': 0.20155367255210876, 'totoal_loss': 0.01116651389747858, 'data_time': 0.008586740004830062, 'model_time': 0.702827082015574, 'learning_rate': 9.13373341184928e-07, 'epoch': 49.52})
|
| 259 |
+
Step 25900, Loss: {'mse_loss': 0.010023156180977821, 'mee_loss': 0.21500857174396515, 'totoal_loss': 0.012173241935670376, 'data_time': 0.00895661796675995, 'model_time': 0.7067370529985055, 'learning_rate': 8.828541959860623e-07, 'epoch': 49.71})
|
| 260 |
+
Step 26000, Loss: {'mse_loss': 0.011820187792181969, 'mee_loss': 0.22265496850013733, 'totoal_loss': 0.014046737924218178, 'data_time': 0.006382593011949211, 'model_time': 0.7407004410051741, 'learning_rate': 8.530049347861661e-07, 'epoch': 49.9})
|
| 261 |
+
Step 26100, Loss: {'mse_loss': 0.008772767148911953, 'mee_loss': 0.1894039660692215, 'totoal_loss': 0.010666806250810623, 'data_time': 0.00034249696182087064, 'model_time': 0.7619188469834626, 'learning_rate': 8.238302711296034e-07, 'epoch': 50.1})
|
| 262 |
+
Step 26200, Loss: {'mse_loss': 0.021235110238194466, 'mee_loss': 0.20911814272403717, 'totoal_loss': 0.023326292634010315, 'data_time': 0.00033880601404234767, 'model_time': 0.7088388060219586, 'learning_rate': 7.953348120339707e-07, 'epoch': 50.29})
|
| 263 |
+
Step 26300, Loss: {'mse_loss': 0.013627691194415092, 'mee_loss': 0.20240159332752228, 'totoal_loss': 0.015651706606149673, 'data_time': 0.00035786896478384733, 'model_time': 0.7566506350412965, 'learning_rate': 7.675230572625892e-07, 'epoch': 50.48})
|
| 264 |
+
Step 26400, Loss: {'mse_loss': 0.015253948979079723, 'mee_loss': 0.23788875341415405, 'totoal_loss': 0.01763283647596836, 'data_time': 0.0003633950254879892, 'model_time': 0.7403455229941756, 'learning_rate': 7.40399398613941e-07, 'epoch': 50.67})
|
| 265 |
+
Step 26500, Loss: {'mse_loss': 0.006040164269506931, 'mee_loss': 0.14830850064754486, 'totoal_loss': 0.007523249369114637, 'data_time': 0.0003292500041425228, 'model_time': 0.7425366370007396, 'learning_rate': 7.139681192281557e-07, 'epoch': 50.86})
|
| 266 |
+
Step 26600, Loss: {'mse_loss': 0.010759705677628517, 'mee_loss': 0.1954517364501953, 'totoal_loss': 0.012714223004877567, 'data_time': 0.00042371603194624186, 'model_time': 0.7036126310122199, 'learning_rate': 6.882333929106462e-07, 'epoch': 51.06})
|
| 267 |
+
Step 26700, Loss: {'mse_loss': 0.0077659026719629765, 'mee_loss': 0.1747608631849289, 'totoal_loss': 0.009513511322438717, 'data_time': 0.00036130298394709826, 'model_time': 0.7734396319719963, 'learning_rate': 6.63199283473027e-07, 'epoch': 51.25})
|
| 268 |
+
Step 26800, Loss: {'mse_loss': 0.009941309690475464, 'mee_loss': 0.21062198281288147, 'totoal_loss': 0.012047529220581055, 'data_time': 0.00034599105129018426, 'model_time': 0.7142704739817418, 'learning_rate': 6.388697440913819e-07, 'epoch': 51.44})
|
| 269 |
+
Step 26900, Loss: {'mse_loss': 0.015993252396583557, 'mee_loss': 0.1654263585805893, 'totoal_loss': 0.01764751598238945, 'data_time': 0.00035351200494915247, 'model_time': 0.8182089140173048, 'learning_rate': 6.152486166820176e-07, 'epoch': 51.63})
|
| 270 |
+
Step 27000, Loss: {'mse_loss': 0.00882656779140234, 'mee_loss': 0.17724159359931946, 'totoal_loss': 0.010598983615636826, 'data_time': 0.0004030759446322918, 'model_time': 0.7214612530078739, 'learning_rate': 5.923396312947748e-07, 'epoch': 51.82})
|
| 271 |
+
Step 27100, Loss: {'mse_loss': 0.007476596161723137, 'mee_loss': 0.15158826112747192, 'totoal_loss': 0.008992478251457214, 'data_time': 0.008165492967236787, 'model_time': 0.7151471450342797, 'learning_rate': 5.701464055240163e-07, 'epoch': 52.02})
|
| 272 |
+
Step 27200, Loss: {'mse_loss': 0.014145229011774063, 'mee_loss': 0.22689440846443176, 'totoal_loss': 0.01641417294740677, 'data_time': 0.009427650016732514, 'model_time': 0.7638009100337513, 'learning_rate': 5.48672443937364e-07, 'epoch': 52.21})
|
| 273 |
+
Step 27300, Loss: {'mse_loss': 0.011727312579751015, 'mee_loss': 0.16303345561027527, 'totoal_loss': 0.013357646763324738, 'data_time': 0.007591067987959832, 'model_time': 0.7326487920363434, 'learning_rate': 5.279211375222855e-07, 'epoch': 52.4})
|
| 274 |
+
Step 27400, Loss: {'mse_loss': 0.010155722498893738, 'mee_loss': 0.18814805150032043, 'totoal_loss': 0.012037202715873718, 'data_time': 0.010266880039125681, 'model_time': 0.7450627959915437, 'learning_rate': 5.07895763150622e-07, 'epoch': 52.59})
|
| 275 |
+
Step 27500, Loss: {'mse_loss': 0.0076301246881484985, 'mee_loss': 0.17283564805984497, 'totoal_loss': 0.009358481504023075, 'data_time': 0.007167409989051521, 'model_time': 0.8067543950164691, 'learning_rate': 4.885994830611266e-07, 'epoch': 52.78})
|
| 276 |
+
Step 27600, Loss: {'mse_loss': 0.01344023272395134, 'mee_loss': 0.195740208029747, 'totoal_loss': 0.015397634357213974, 'data_time': 0.00896791199920699, 'model_time': 0.7314571689930744, 'learning_rate': 4.700353443601156e-07, 'epoch': 52.98})
|
| 277 |
+
Step 27700, Loss: {'mse_loss': 0.006974990479648113, 'mee_loss': 0.1538887470960617, 'totoal_loss': 0.008513878099620342, 'data_time': 0.007853803981561214, 'model_time': 0.7411420519929379, 'learning_rate': 4.5220627854029224e-07, 'epoch': 53.17})
|
| 278 |
+
Step 27800, Loss: {'mse_loss': 0.008347732946276665, 'mee_loss': 0.15395981073379517, 'totoal_loss': 0.009887331165373325, 'data_time': 0.009219872008543462, 'model_time': 0.7407234130077995, 'learning_rate': 4.351151010178311e-07, 'epoch': 53.36})
|
| 279 |
+
Step 27900, Loss: {'mse_loss': 0.005354597698897123, 'mee_loss': 0.13230061531066895, 'totoal_loss': 0.00667760381475091, 'data_time': 0.011553521966561675, 'model_time': 0.731992278015241, 'learning_rate': 4.1876451068778983e-07, 'epoch': 53.55})
|
| 280 |
+
Step 28000, Loss: {'mse_loss': 0.013063616119325161, 'mee_loss': 0.20520488917827606, 'totoal_loss': 0.015115665271878242, 'data_time': 0.010204739985056221, 'model_time': 0.7191360880387947, 'learning_rate': 4.031570894979235e-07, 'epoch': 53.74})
|
| 281 |
+
Step 28100, Loss: {'mse_loss': 0.005968356970697641, 'mee_loss': 0.1382799595594406, 'totoal_loss': 0.007351156324148178, 'data_time': 0.009740869048982859, 'model_time': 0.729129537998233, 'learning_rate': 3.882953020409644e-07, 'epoch': 53.93})
|
| 282 |
+
Step 28200, Loss: {'mse_loss': 0.008459544740617275, 'mee_loss': 0.18230441212654114, 'totoal_loss': 0.010282589122653008, 'data_time': 0.008630352036561817, 'model_time': 0.7333760839537717, 'learning_rate': 3.74181495165436e-07, 'epoch': 54.13})
|
| 283 |
+
Step 28300, Loss: {'mse_loss': 0.005493354983627796, 'mee_loss': 0.12978123128414154, 'totoal_loss': 0.006791167426854372, 'data_time': 0.010556405002716929, 'model_time': 0.7564356429502368, 'learning_rate': 3.608178976050568e-07, 'epoch': 54.32})
|
| 284 |
+
Step 28400, Loss: {'mse_loss': 0.010633914731442928, 'mee_loss': 0.2037791609764099, 'totoal_loss': 0.012671706266701221, 'data_time': 0.010139957012142986, 'model_time': 0.7946988450130448, 'learning_rate': 3.482066196267966e-07, 'epoch': 54.51})
|
| 285 |
+
Step 28500, Loss: {'mse_loss': 0.019904661923646927, 'mee_loss': 0.27293580770492554, 'totoal_loss': 0.022634020075201988, 'data_time': 0.008859592024236917, 'model_time': 0.720164873986505, 'learning_rate': 3.36349652697643e-07, 'epoch': 54.7})
|
| 286 |
+
Step 28600, Loss: {'mse_loss': 0.008017759770154953, 'mee_loss': 0.16440777480602264, 'totoal_loss': 0.009661837480962276, 'data_time': 0.011965618003159761, 'model_time': 0.8026317170006223, 'learning_rate': 3.2524886917012403e-07, 'epoch': 54.89})
|
| 287 |
+
Step 28700, Loss: {'mse_loss': 0.007470573298633099, 'mee_loss': 0.1738927960395813, 'totoal_loss': 0.009209501557052135, 'data_time': 0.01556740899104625, 'model_time': 0.7388098390074447, 'learning_rate': 3.149060219866433e-07, 'epoch': 55.09})
|
| 288 |
+
Step 28800, Loss: {'mse_loss': 0.010131127201020718, 'mee_loss': 0.18254727125167847, 'totoal_loss': 0.011956599541008472, 'data_time': 0.014934605977032334, 'model_time': 0.7756958759855479, 'learning_rate': 3.053227444026695e-07, 'epoch': 55.28})
|
| 289 |
+
Step 28900, Loss: {'mse_loss': 0.008022325113415718, 'mee_loss': 0.16719743609428406, 'totoal_loss': 0.009694299660623074, 'data_time': 0.015334655996412039, 'model_time': 0.706995350017678, 'learning_rate': 2.9650054972882544e-07, 'epoch': 55.47})
|
| 290 |
+
Step 29000, Loss: {'mse_loss': 0.007186265662312508, 'mee_loss': 0.16768670082092285, 'totoal_loss': 0.008863132447004318, 'data_time': 0.014821062970440835, 'model_time': 0.7489702010061592, 'learning_rate': 2.884408310919209e-07, 'epoch': 55.66})
|
| 291 |
+
Step 29100, Loss: {'mse_loss': 0.006049080286175013, 'mee_loss': 0.14667262136936188, 'totoal_loss': 0.007515806704759598, 'data_time': 0.016450549999717623, 'model_time': 0.7557379429927096, 'learning_rate': 2.8114486121495906e-07, 'epoch': 55.85})
|
| 292 |
+
Step 29200, Loss: {'mse_loss': 0.008447045460343361, 'mee_loss': 0.17545408010482788, 'totoal_loss': 0.010201586410403252, 'data_time': 0.00884339603362605, 'model_time': 0.7107742939842865, 'learning_rate': 2.746137922161617e-07, 'epoch': 56.05})
|
| 293 |
+
Step 29300, Loss: {'mse_loss': 0.01365615800023079, 'mee_loss': 0.1876305490732193, 'totoal_loss': 0.015532463788986206, 'data_time': 0.007675548957195133, 'model_time': 0.7690521569456905, 'learning_rate': 2.68848655427034e-07, 'epoch': 56.24})
|
| 294 |
+
Step 29400, Loss: {'mse_loss': 0.009923379868268967, 'mee_loss': 0.21710966527462006, 'totoal_loss': 0.012094476260244846, 'data_time': 0.008718721976038069, 'model_time': 0.7149015750037506, 'learning_rate': 2.638503612295071e-07, 'epoch': 56.43})
|
| 295 |
+
Step 29500, Loss: {'mse_loss': 0.011501527391374111, 'mee_loss': 0.2297731637954712, 'totoal_loss': 0.013799259439110756, 'data_time': 0.009110315993893892, 'model_time': 0.7263726000091992, 'learning_rate': 2.5961969891217614e-07, 'epoch': 56.62})
|
| 296 |
+
Step 29600, Loss: {'mse_loss': 0.014266496524214745, 'mee_loss': 0.24139302968978882, 'totoal_loss': 0.01668042689561844, 'data_time': 0.008287395001389086, 'model_time': 0.7126314699999057, 'learning_rate': 2.5615733654566483e-07, 'epoch': 56.81})
|
| 297 |
+
Step 29700, Loss: {'mse_loss': 0.025517133995890617, 'mee_loss': 0.24214230477809906, 'totoal_loss': 0.027938557788729668, 'data_time': 0.00039779796497896314, 'model_time': 0.814752952021081, 'learning_rate': 2.5346382087712764e-07, 'epoch': 57.01})
|
| 298 |
+
Step 29800, Loss: {'mse_loss': 0.013857971876859665, 'mee_loss': 0.2249135673046112, 'totoal_loss': 0.01610710844397545, 'data_time': 0.008884479000698775, 'model_time': 0.8000179380178452, 'learning_rate': 2.515395772439128e-07, 'epoch': 57.2})
|
| 299 |
+
Step 29900, Loss: {'mse_loss': 0.004779134877026081, 'mee_loss': 0.11767145246267319, 'totoal_loss': 0.0059558493085205555, 'data_time': 0.008509586041327566, 'model_time': 0.7116810739971697, 'learning_rate': 2.5038490950639644e-07, 'epoch': 57.39})
|
| 300 |
+
Step 30000, Loss: {'mse_loss': 0.005849798209965229, 'mee_loss': 0.14378978312015533, 'totoal_loss': 0.007287696003913879, 'data_time': 0.008740842982660979, 'model_time': 0.8047740709735081, 'learning_rate': 2.5e-07, 'epoch': 57.58})
|
libero_spatial_2B_mee1e-2/starvla_qwen_dual/config.json
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_id": "starvla_qwen_dual",
|
| 3 |
+
"run_root_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models_2/libero_spatial_2B_mee1e-2",
|
| 4 |
+
"seed": 42,
|
| 5 |
+
"trackers": [
|
| 6 |
+
"jsonl",
|
| 7 |
+
"wandb"
|
| 8 |
+
],
|
| 9 |
+
"wandb_project": "starVLA",
|
| 10 |
+
"is_debug": false,
|
| 11 |
+
"enable_mee": true,
|
| 12 |
+
"mee_weight": 0.01,
|
| 13 |
+
"framework": {
|
| 14 |
+
"name": "Qwen-Dual",
|
| 15 |
+
"qwenvl": {
|
| 16 |
+
"base_vlm": "/share/project/baishuanghao/code/HLM-VLA/models/Qwen3-VL-2B-Instruct",
|
| 17 |
+
"attn_implementation": "flash_attention_2",
|
| 18 |
+
"vl_hidden_dim": 2048
|
| 19 |
+
},
|
| 20 |
+
"dino": {
|
| 21 |
+
"dino_backbone": "dinov2_vits14"
|
| 22 |
+
},
|
| 23 |
+
"action_model": {
|
| 24 |
+
"action_model_type": "DiT-B",
|
| 25 |
+
"action_hidden_dim": 2,
|
| 26 |
+
"hidden_size": 1024,
|
| 27 |
+
"add_pos_embed": true,
|
| 28 |
+
"max_seq_len": 1024,
|
| 29 |
+
"action_dim": 7,
|
| 30 |
+
"state_dim": 7,
|
| 31 |
+
"future_action_window_size": 7,
|
| 32 |
+
"action_horizon": 8,
|
| 33 |
+
"past_action_window_size": 0,
|
| 34 |
+
"repeated_diffusion_steps": 8,
|
| 35 |
+
"noise_beta_alpha": 1.5,
|
| 36 |
+
"noise_beta_beta": 1.0,
|
| 37 |
+
"noise_s": 0.999,
|
| 38 |
+
"num_timestep_buckets": 1000,
|
| 39 |
+
"num_inference_timesteps": 4,
|
| 40 |
+
"num_target_vision_tokens": 32,
|
| 41 |
+
"diffusion_model_cfg": {
|
| 42 |
+
"cross_attention_dim": 2048,
|
| 43 |
+
"dropout": 0.2,
|
| 44 |
+
"final_dropout": true,
|
| 45 |
+
"interleave_self_attention": true,
|
| 46 |
+
"norm_type": "ada_norm",
|
| 47 |
+
"num_layers": 16,
|
| 48 |
+
"output_dim": 1024,
|
| 49 |
+
"positional_embeddings": null
|
| 50 |
+
}
|
| 51 |
+
},
|
| 52 |
+
"reduce_in_full_precision": true
|
| 53 |
+
},
|
| 54 |
+
"datasets": {
|
| 55 |
+
"vlm_data": {
|
| 56 |
+
"dataset_py": "vlm_datasets",
|
| 57 |
+
"dataformat": "llava_json",
|
| 58 |
+
"dataset_use": "asv2_conversation_en,asv2_detailed_description_en,asv2_region_captioning_en,coco_internvl_longcap_en,coco_karpathy_train_567_en,coco_negative_gpt4o_en,coco_poetry_zh,coco_rem_en_zh,cocorem_exist_yorn_en,cocotextv2_en,cocotextv2_gpt4o_en,okvqa_en,refcoco_grounding_aug_en,refcoco_grounding_en,tallyqa_coco_en,toloka_grounding_aug_en,vqav2_en,vsr_en",
|
| 59 |
+
"eval_dataset": "aokvqa_cauldron_llava_format",
|
| 60 |
+
"data_flatten": false,
|
| 61 |
+
"base_interval": 2,
|
| 62 |
+
"max_pixels": 12845056,
|
| 63 |
+
"min_pixels": 3136,
|
| 64 |
+
"model_max_length": 2048,
|
| 65 |
+
"model_type": "qwen2.5vl",
|
| 66 |
+
"per_device_batch_size": 4
|
| 67 |
+
},
|
| 68 |
+
"vla_data": {
|
| 69 |
+
"dataset_py": "lerobot_datasets",
|
| 70 |
+
"data_root_dir": "/share/project/baishuanghao/data/libero_lerobot",
|
| 71 |
+
"data_mix": "libero_spatial",
|
| 72 |
+
"action_type": "delta_qpos",
|
| 73 |
+
"CoT_prompt": "Your task is {instruction}. To identify the key objects for your task. Locate their bounding boxes in [x1,y1,x2,y2] format.",
|
| 74 |
+
"CoT_answer": "bbox",
|
| 75 |
+
"default_image_resolution": [
|
| 76 |
+
3,
|
| 77 |
+
224,
|
| 78 |
+
224
|
| 79 |
+
],
|
| 80 |
+
"per_device_batch_size": 16,
|
| 81 |
+
"load_all_data_for_training": true,
|
| 82 |
+
"obs": [
|
| 83 |
+
"image_0"
|
| 84 |
+
]
|
| 85 |
+
}
|
| 86 |
+
},
|
| 87 |
+
"trainer": {
|
| 88 |
+
"epochs": 100,
|
| 89 |
+
"max_train_steps": 30000,
|
| 90 |
+
"num_warmup_steps": 5000,
|
| 91 |
+
"save_interval": 60000,
|
| 92 |
+
"eval_interval": 60000,
|
| 93 |
+
"learning_rate": {
|
| 94 |
+
"base": 4e-05,
|
| 95 |
+
"qwen_vl_interface": 1e-05,
|
| 96 |
+
"action_model": 0.0001
|
| 97 |
+
},
|
| 98 |
+
"lr_scheduler_type": "cosine_with_min_lr",
|
| 99 |
+
"scheduler_specific_kwargs": {
|
| 100 |
+
"min_lr": 1e-06
|
| 101 |
+
},
|
| 102 |
+
"freeze_modules": null,
|
| 103 |
+
"loss_scale": {
|
| 104 |
+
"vla": 1.0,
|
| 105 |
+
"vlm": 0.1
|
| 106 |
+
},
|
| 107 |
+
"max_grad_norm": 1.0,
|
| 108 |
+
"warmup_ratio": 0.1,
|
| 109 |
+
"weight_decay": 0.0,
|
| 110 |
+
"logging_frequency": 100,
|
| 111 |
+
"gradient_clipping": 1.0,
|
| 112 |
+
"gradient_accumulation_steps": 1,
|
| 113 |
+
"optimizer": {
|
| 114 |
+
"name": "AdamW",
|
| 115 |
+
"betas": [
|
| 116 |
+
0.9,
|
| 117 |
+
0.95
|
| 118 |
+
],
|
| 119 |
+
"eps": 1e-08,
|
| 120 |
+
"weight_decay": 1e-08
|
| 121 |
+
},
|
| 122 |
+
"is_resume": false,
|
| 123 |
+
"resume_epoch": null,
|
| 124 |
+
"resume_step": null,
|
| 125 |
+
"enable_gradient_checkpointing": true,
|
| 126 |
+
"enable_mixed_precision_training": true
|
| 127 |
+
},
|
| 128 |
+
"output_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models_2/libero_spatial_2B_mee1e-2/starvla_qwen_dual"
|
| 129 |
+
}
|
libero_spatial_2B_mee1e-2/starvla_qwen_dual/dataset_statistics.json
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"franka": {
|
| 3 |
+
"action": {
|
| 4 |
+
"mean": [
|
| 5 |
+
0.15312479436397552,
|
| 6 |
+
0.13707277178764343,
|
| 7 |
+
-0.15526802837848663,
|
| 8 |
+
-0.005176450591534376,
|
| 9 |
+
-0.01120874285697937,
|
| 10 |
+
-0.020194264128804207,
|
| 11 |
+
0.4578818082809448
|
| 12 |
+
],
|
| 13 |
+
"std": [
|
| 14 |
+
0.41272708773612976,
|
| 15 |
+
0.34724321961402893,
|
| 16 |
+
0.50869220495224,
|
| 17 |
+
0.037266165018081665,
|
| 18 |
+
0.07244449853897095,
|
| 19 |
+
0.05762382969260216,
|
| 20 |
+
0.49827873706817627
|
| 21 |
+
],
|
| 22 |
+
"max": [
|
| 23 |
+
0.9375,
|
| 24 |
+
0.9375,
|
| 25 |
+
0.9375,
|
| 26 |
+
0.1971428543329239,
|
| 27 |
+
0.33642858266830444,
|
| 28 |
+
0.375,
|
| 29 |
+
1.0
|
| 30 |
+
],
|
| 31 |
+
"min": [
|
| 32 |
+
-0.9375,
|
| 33 |
+
-0.9375,
|
| 34 |
+
-0.9375,
|
| 35 |
+
-0.1875,
|
| 36 |
+
-0.3675000071525574,
|
| 37 |
+
-0.36000001430511475,
|
| 38 |
+
0.0
|
| 39 |
+
],
|
| 40 |
+
"q01": [
|
| 41 |
+
-0.7454732114076613,
|
| 42 |
+
-0.6616071462631226,
|
| 43 |
+
-0.9375,
|
| 44 |
+
-0.1071428582072258,
|
| 45 |
+
-0.20678570866584778,
|
| 46 |
+
-0.1842857152223587,
|
| 47 |
+
0.0
|
| 48 |
+
],
|
| 49 |
+
"q99": [
|
| 50 |
+
0.9375,
|
| 51 |
+
0.8758928775787354,
|
| 52 |
+
0.9321428537368774,
|
| 53 |
+
0.1039285734295845,
|
| 54 |
+
0.17678570747375488,
|
| 55 |
+
0.14571428298950195,
|
| 56 |
+
1.0
|
| 57 |
+
],
|
| 58 |
+
"mask": [
|
| 59 |
+
true,
|
| 60 |
+
true,
|
| 61 |
+
true,
|
| 62 |
+
true,
|
| 63 |
+
true,
|
| 64 |
+
true,
|
| 65 |
+
false
|
| 66 |
+
]
|
| 67 |
+
},
|
| 68 |
+
"state": {
|
| 69 |
+
"mean": [
|
| 70 |
+
-0.024462558329105377,
|
| 71 |
+
0.106529600918293,
|
| 72 |
+
1.0580483675003052,
|
| 73 |
+
3.0628468990325928,
|
| 74 |
+
-0.10464039444923401,
|
| 75 |
+
0.08307311683893204,
|
| 76 |
+
0.01995457336306572,
|
| 77 |
+
-0.020162804052233696
|
| 78 |
+
],
|
| 79 |
+
"std": [
|
| 80 |
+
0.1101478561758995,
|
| 81 |
+
0.13784688711166382,
|
| 82 |
+
0.10442823916673634,
|
| 83 |
+
0.10451053828000996,
|
| 84 |
+
0.4112098217010498,
|
| 85 |
+
0.2176690548658371,
|
| 86 |
+
0.017260896041989326,
|
| 87 |
+
0.0171116404235363
|
| 88 |
+
],
|
| 89 |
+
"max": [
|
| 90 |
+
0.1759040206670761,
|
| 91 |
+
0.3904820382595062,
|
| 92 |
+
1.3290715217590332,
|
| 93 |
+
3.4566118717193604,
|
| 94 |
+
1.2268599271774292,
|
| 95 |
+
1.0429412126541138,
|
| 96 |
+
0.041053611785173416,
|
| 97 |
+
0.000775813648942858
|
| 98 |
+
],
|
| 99 |
+
"min": [
|
| 100 |
+
-0.3095473051071167,
|
| 101 |
+
-0.29250794649124146,
|
| 102 |
+
0.9095591306686401,
|
| 103 |
+
2.497488260269165,
|
| 104 |
+
-1.8006486892700195,
|
| 105 |
+
-0.7207611203193665,
|
| 106 |
+
-0.0004703797458205372,
|
| 107 |
+
-0.041536275297403336
|
| 108 |
+
],
|
| 109 |
+
"q01": [
|
| 110 |
+
-0.2727657300233841,
|
| 111 |
+
-0.23721413239836692,
|
| 112 |
+
0.9160063165426254,
|
| 113 |
+
2.77949666261673,
|
| 114 |
+
-1.3187511622905732,
|
| 115 |
+
-0.41989982962608335,
|
| 116 |
+
0.001503719249740243,
|
| 117 |
+
-0.03989770736545324
|
| 118 |
+
],
|
| 119 |
+
"q99": [
|
| 120 |
+
0.13529365032911292,
|
| 121 |
+
0.3629165390133857,
|
| 122 |
+
1.2862326657772063,
|
| 123 |
+
3.2829698753356933,
|
| 124 |
+
0.9332760351896285,
|
| 125 |
+
0.6325724506378171,
|
| 126 |
+
0.039933966137468815,
|
| 127 |
+
-0.001671919699292631
|
| 128 |
+
]
|
| 129 |
+
},
|
| 130 |
+
"num_transitions": 52791,
|
| 131 |
+
"num_trajectories": 432
|
| 132 |
+
}
|
| 133 |
+
}
|
libero_spatial_2B_mee1e-2/starvla_qwen_dual/final_model/pytorch_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:600d71f3e15af5f281b3fa7a56742229e4c38def4df41b20e0bd1e60da4f821e
|
| 3 |
+
size 5233814193
|
libero_spatial_2B_mee1e-2/starvla_qwen_dual/libero_eval_libero_spatial.log
ADDED
|
@@ -0,0 +1,2521 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Task suite: libero_spatial
|
| 2 |
+
|
| 3 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 4 |
+
Success: True
|
| 5 |
+
# episodes completed so far: 1
|
| 6 |
+
# successes: 1 (100.0%)
|
| 7 |
+
|
| 8 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 9 |
+
Success: True
|
| 10 |
+
# episodes completed so far: 2
|
| 11 |
+
# successes: 2 (100.0%)
|
| 12 |
+
|
| 13 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 14 |
+
Success: True
|
| 15 |
+
# episodes completed so far: 3
|
| 16 |
+
# successes: 3 (100.0%)
|
| 17 |
+
|
| 18 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 19 |
+
Success: True
|
| 20 |
+
# episodes completed so far: 4
|
| 21 |
+
# successes: 4 (100.0%)
|
| 22 |
+
|
| 23 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 24 |
+
Success: True
|
| 25 |
+
# episodes completed so far: 5
|
| 26 |
+
# successes: 5 (100.0%)
|
| 27 |
+
|
| 28 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 29 |
+
Success: True
|
| 30 |
+
# episodes completed so far: 6
|
| 31 |
+
# successes: 6 (100.0%)
|
| 32 |
+
|
| 33 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 34 |
+
Success: True
|
| 35 |
+
# episodes completed so far: 7
|
| 36 |
+
# successes: 7 (100.0%)
|
| 37 |
+
|
| 38 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 39 |
+
Success: True
|
| 40 |
+
# episodes completed so far: 8
|
| 41 |
+
# successes: 8 (100.0%)
|
| 42 |
+
|
| 43 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 44 |
+
Success: True
|
| 45 |
+
# episodes completed so far: 9
|
| 46 |
+
# successes: 9 (100.0%)
|
| 47 |
+
|
| 48 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 49 |
+
Success: True
|
| 50 |
+
# episodes completed so far: 10
|
| 51 |
+
# successes: 10 (100.0%)
|
| 52 |
+
|
| 53 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 54 |
+
Success: True
|
| 55 |
+
# episodes completed so far: 11
|
| 56 |
+
# successes: 11 (100.0%)
|
| 57 |
+
|
| 58 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 59 |
+
Success: True
|
| 60 |
+
# episodes completed so far: 12
|
| 61 |
+
# successes: 12 (100.0%)
|
| 62 |
+
|
| 63 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 64 |
+
Success: True
|
| 65 |
+
# episodes completed so far: 13
|
| 66 |
+
# successes: 13 (100.0%)
|
| 67 |
+
|
| 68 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 69 |
+
Success: True
|
| 70 |
+
# episodes completed so far: 14
|
| 71 |
+
# successes: 14 (100.0%)
|
| 72 |
+
|
| 73 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 74 |
+
Success: True
|
| 75 |
+
# episodes completed so far: 15
|
| 76 |
+
# successes: 15 (100.0%)
|
| 77 |
+
|
| 78 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 79 |
+
Success: True
|
| 80 |
+
# episodes completed so far: 16
|
| 81 |
+
# successes: 16 (100.0%)
|
| 82 |
+
|
| 83 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 84 |
+
Success: True
|
| 85 |
+
# episodes completed so far: 17
|
| 86 |
+
# successes: 17 (100.0%)
|
| 87 |
+
|
| 88 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 89 |
+
Success: True
|
| 90 |
+
# episodes completed so far: 18
|
| 91 |
+
# successes: 18 (100.0%)
|
| 92 |
+
|
| 93 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 94 |
+
Success: True
|
| 95 |
+
# episodes completed so far: 19
|
| 96 |
+
# successes: 19 (100.0%)
|
| 97 |
+
|
| 98 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 99 |
+
Success: True
|
| 100 |
+
# episodes completed so far: 20
|
| 101 |
+
# successes: 20 (100.0%)
|
| 102 |
+
|
| 103 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 104 |
+
Success: True
|
| 105 |
+
# episodes completed so far: 21
|
| 106 |
+
# successes: 21 (100.0%)
|
| 107 |
+
|
| 108 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 109 |
+
Success: True
|
| 110 |
+
# episodes completed so far: 22
|
| 111 |
+
# successes: 22 (100.0%)
|
| 112 |
+
|
| 113 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 114 |
+
Success: True
|
| 115 |
+
# episodes completed so far: 23
|
| 116 |
+
# successes: 23 (100.0%)
|
| 117 |
+
|
| 118 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 119 |
+
Success: True
|
| 120 |
+
# episodes completed so far: 24
|
| 121 |
+
# successes: 24 (100.0%)
|
| 122 |
+
|
| 123 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 124 |
+
Success: True
|
| 125 |
+
# episodes completed so far: 25
|
| 126 |
+
# successes: 25 (100.0%)
|
| 127 |
+
|
| 128 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 129 |
+
Success: True
|
| 130 |
+
# episodes completed so far: 26
|
| 131 |
+
# successes: 26 (100.0%)
|
| 132 |
+
|
| 133 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 134 |
+
Success: True
|
| 135 |
+
# episodes completed so far: 27
|
| 136 |
+
# successes: 27 (100.0%)
|
| 137 |
+
|
| 138 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 139 |
+
Success: True
|
| 140 |
+
# episodes completed so far: 28
|
| 141 |
+
# successes: 28 (100.0%)
|
| 142 |
+
|
| 143 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 144 |
+
Success: True
|
| 145 |
+
# episodes completed so far: 29
|
| 146 |
+
# successes: 29 (100.0%)
|
| 147 |
+
|
| 148 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 149 |
+
Success: True
|
| 150 |
+
# episodes completed so far: 30
|
| 151 |
+
# successes: 30 (100.0%)
|
| 152 |
+
|
| 153 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 154 |
+
Success: True
|
| 155 |
+
# episodes completed so far: 31
|
| 156 |
+
# successes: 31 (100.0%)
|
| 157 |
+
|
| 158 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 159 |
+
Success: True
|
| 160 |
+
# episodes completed so far: 32
|
| 161 |
+
# successes: 32 (100.0%)
|
| 162 |
+
|
| 163 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 164 |
+
Success: True
|
| 165 |
+
# episodes completed so far: 33
|
| 166 |
+
# successes: 33 (100.0%)
|
| 167 |
+
|
| 168 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 169 |
+
Success: True
|
| 170 |
+
# episodes completed so far: 34
|
| 171 |
+
# successes: 34 (100.0%)
|
| 172 |
+
|
| 173 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 174 |
+
Success: True
|
| 175 |
+
# episodes completed so far: 35
|
| 176 |
+
# successes: 35 (100.0%)
|
| 177 |
+
|
| 178 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 179 |
+
Success: True
|
| 180 |
+
# episodes completed so far: 36
|
| 181 |
+
# successes: 36 (100.0%)
|
| 182 |
+
|
| 183 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 184 |
+
Success: True
|
| 185 |
+
# episodes completed so far: 37
|
| 186 |
+
# successes: 37 (100.0%)
|
| 187 |
+
|
| 188 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 189 |
+
Success: True
|
| 190 |
+
# episodes completed so far: 38
|
| 191 |
+
# successes: 38 (100.0%)
|
| 192 |
+
|
| 193 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 194 |
+
Success: True
|
| 195 |
+
# episodes completed so far: 39
|
| 196 |
+
# successes: 39 (100.0%)
|
| 197 |
+
|
| 198 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 199 |
+
Success: True
|
| 200 |
+
# episodes completed so far: 40
|
| 201 |
+
# successes: 40 (100.0%)
|
| 202 |
+
|
| 203 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 204 |
+
Success: True
|
| 205 |
+
# episodes completed so far: 41
|
| 206 |
+
# successes: 41 (100.0%)
|
| 207 |
+
|
| 208 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 209 |
+
Success: True
|
| 210 |
+
# episodes completed so far: 42
|
| 211 |
+
# successes: 42 (100.0%)
|
| 212 |
+
|
| 213 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 214 |
+
Success: True
|
| 215 |
+
# episodes completed so far: 43
|
| 216 |
+
# successes: 43 (100.0%)
|
| 217 |
+
|
| 218 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 219 |
+
Success: True
|
| 220 |
+
# episodes completed so far: 44
|
| 221 |
+
# successes: 44 (100.0%)
|
| 222 |
+
|
| 223 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 224 |
+
Success: True
|
| 225 |
+
# episodes completed so far: 45
|
| 226 |
+
# successes: 45 (100.0%)
|
| 227 |
+
|
| 228 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 229 |
+
Success: True
|
| 230 |
+
# episodes completed so far: 46
|
| 231 |
+
# successes: 46 (100.0%)
|
| 232 |
+
|
| 233 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 234 |
+
Success: True
|
| 235 |
+
# episodes completed so far: 47
|
| 236 |
+
# successes: 47 (100.0%)
|
| 237 |
+
|
| 238 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 239 |
+
Success: True
|
| 240 |
+
# episodes completed so far: 48
|
| 241 |
+
# successes: 48 (100.0%)
|
| 242 |
+
|
| 243 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 244 |
+
Success: True
|
| 245 |
+
# episodes completed so far: 49
|
| 246 |
+
# successes: 49 (100.0%)
|
| 247 |
+
|
| 248 |
+
Task: pick up the black bowl between the plate and the ramekin and place it on the plate
|
| 249 |
+
Success: True
|
| 250 |
+
# episodes completed so far: 50
|
| 251 |
+
# successes: 50 (100.0%)
|
| 252 |
+
Current task success rate: 1.0
|
| 253 |
+
Current total success rate: 1.0
|
| 254 |
+
|
| 255 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 256 |
+
Success: True
|
| 257 |
+
# episodes completed so far: 51
|
| 258 |
+
# successes: 51 (100.0%)
|
| 259 |
+
|
| 260 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 261 |
+
Success: True
|
| 262 |
+
# episodes completed so far: 52
|
| 263 |
+
# successes: 52 (100.0%)
|
| 264 |
+
|
| 265 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 266 |
+
Success: True
|
| 267 |
+
# episodes completed so far: 53
|
| 268 |
+
# successes: 53 (100.0%)
|
| 269 |
+
|
| 270 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 271 |
+
Success: True
|
| 272 |
+
# episodes completed so far: 54
|
| 273 |
+
# successes: 54 (100.0%)
|
| 274 |
+
|
| 275 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 276 |
+
Success: True
|
| 277 |
+
# episodes completed so far: 55
|
| 278 |
+
# successes: 55 (100.0%)
|
| 279 |
+
|
| 280 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 281 |
+
Success: True
|
| 282 |
+
# episodes completed so far: 56
|
| 283 |
+
# successes: 56 (100.0%)
|
| 284 |
+
|
| 285 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 286 |
+
Success: True
|
| 287 |
+
# episodes completed so far: 57
|
| 288 |
+
# successes: 57 (100.0%)
|
| 289 |
+
|
| 290 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 291 |
+
Success: True
|
| 292 |
+
# episodes completed so far: 58
|
| 293 |
+
# successes: 58 (100.0%)
|
| 294 |
+
|
| 295 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 296 |
+
Success: True
|
| 297 |
+
# episodes completed so far: 59
|
| 298 |
+
# successes: 59 (100.0%)
|
| 299 |
+
|
| 300 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 301 |
+
Success: True
|
| 302 |
+
# episodes completed so far: 60
|
| 303 |
+
# successes: 60 (100.0%)
|
| 304 |
+
|
| 305 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 306 |
+
Success: True
|
| 307 |
+
# episodes completed so far: 61
|
| 308 |
+
# successes: 61 (100.0%)
|
| 309 |
+
|
| 310 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 311 |
+
Success: True
|
| 312 |
+
# episodes completed so far: 62
|
| 313 |
+
# successes: 62 (100.0%)
|
| 314 |
+
|
| 315 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 316 |
+
Success: True
|
| 317 |
+
# episodes completed so far: 63
|
| 318 |
+
# successes: 63 (100.0%)
|
| 319 |
+
|
| 320 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 321 |
+
Success: True
|
| 322 |
+
# episodes completed so far: 64
|
| 323 |
+
# successes: 64 (100.0%)
|
| 324 |
+
|
| 325 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 326 |
+
Success: True
|
| 327 |
+
# episodes completed so far: 65
|
| 328 |
+
# successes: 65 (100.0%)
|
| 329 |
+
|
| 330 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 331 |
+
Success: True
|
| 332 |
+
# episodes completed so far: 66
|
| 333 |
+
# successes: 66 (100.0%)
|
| 334 |
+
|
| 335 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 336 |
+
Success: True
|
| 337 |
+
# episodes completed so far: 67
|
| 338 |
+
# successes: 67 (100.0%)
|
| 339 |
+
|
| 340 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 341 |
+
Success: True
|
| 342 |
+
# episodes completed so far: 68
|
| 343 |
+
# successes: 68 (100.0%)
|
| 344 |
+
|
| 345 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 346 |
+
Success: True
|
| 347 |
+
# episodes completed so far: 69
|
| 348 |
+
# successes: 69 (100.0%)
|
| 349 |
+
|
| 350 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 351 |
+
Success: True
|
| 352 |
+
# episodes completed so far: 70
|
| 353 |
+
# successes: 70 (100.0%)
|
| 354 |
+
|
| 355 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 356 |
+
Success: True
|
| 357 |
+
# episodes completed so far: 71
|
| 358 |
+
# successes: 71 (100.0%)
|
| 359 |
+
|
| 360 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 361 |
+
Success: True
|
| 362 |
+
# episodes completed so far: 72
|
| 363 |
+
# successes: 72 (100.0%)
|
| 364 |
+
|
| 365 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 366 |
+
Success: True
|
| 367 |
+
# episodes completed so far: 73
|
| 368 |
+
# successes: 73 (100.0%)
|
| 369 |
+
|
| 370 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 371 |
+
Success: True
|
| 372 |
+
# episodes completed so far: 74
|
| 373 |
+
# successes: 74 (100.0%)
|
| 374 |
+
|
| 375 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 376 |
+
Success: True
|
| 377 |
+
# episodes completed so far: 75
|
| 378 |
+
# successes: 75 (100.0%)
|
| 379 |
+
|
| 380 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 381 |
+
Success: True
|
| 382 |
+
# episodes completed so far: 76
|
| 383 |
+
# successes: 76 (100.0%)
|
| 384 |
+
|
| 385 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 386 |
+
Success: True
|
| 387 |
+
# episodes completed so far: 77
|
| 388 |
+
# successes: 77 (100.0%)
|
| 389 |
+
|
| 390 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 391 |
+
Success: True
|
| 392 |
+
# episodes completed so far: 78
|
| 393 |
+
# successes: 78 (100.0%)
|
| 394 |
+
|
| 395 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 396 |
+
Success: True
|
| 397 |
+
# episodes completed so far: 79
|
| 398 |
+
# successes: 79 (100.0%)
|
| 399 |
+
|
| 400 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 401 |
+
Success: True
|
| 402 |
+
# episodes completed so far: 80
|
| 403 |
+
# successes: 80 (100.0%)
|
| 404 |
+
|
| 405 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 406 |
+
Success: True
|
| 407 |
+
# episodes completed so far: 81
|
| 408 |
+
# successes: 81 (100.0%)
|
| 409 |
+
|
| 410 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 411 |
+
Success: True
|
| 412 |
+
# episodes completed so far: 82
|
| 413 |
+
# successes: 82 (100.0%)
|
| 414 |
+
|
| 415 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 416 |
+
Success: True
|
| 417 |
+
# episodes completed so far: 83
|
| 418 |
+
# successes: 83 (100.0%)
|
| 419 |
+
|
| 420 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 421 |
+
Success: True
|
| 422 |
+
# episodes completed so far: 84
|
| 423 |
+
# successes: 84 (100.0%)
|
| 424 |
+
|
| 425 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 426 |
+
Success: True
|
| 427 |
+
# episodes completed so far: 85
|
| 428 |
+
# successes: 85 (100.0%)
|
| 429 |
+
|
| 430 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 431 |
+
Success: True
|
| 432 |
+
# episodes completed so far: 86
|
| 433 |
+
# successes: 86 (100.0%)
|
| 434 |
+
|
| 435 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 436 |
+
Success: True
|
| 437 |
+
# episodes completed so far: 87
|
| 438 |
+
# successes: 87 (100.0%)
|
| 439 |
+
|
| 440 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 441 |
+
Success: True
|
| 442 |
+
# episodes completed so far: 88
|
| 443 |
+
# successes: 88 (100.0%)
|
| 444 |
+
|
| 445 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 446 |
+
Success: True
|
| 447 |
+
# episodes completed so far: 89
|
| 448 |
+
# successes: 89 (100.0%)
|
| 449 |
+
|
| 450 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 451 |
+
Success: True
|
| 452 |
+
# episodes completed so far: 90
|
| 453 |
+
# successes: 90 (100.0%)
|
| 454 |
+
|
| 455 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 456 |
+
Success: True
|
| 457 |
+
# episodes completed so far: 91
|
| 458 |
+
# successes: 91 (100.0%)
|
| 459 |
+
|
| 460 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 461 |
+
Success: True
|
| 462 |
+
# episodes completed so far: 92
|
| 463 |
+
# successes: 92 (100.0%)
|
| 464 |
+
|
| 465 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 466 |
+
Success: True
|
| 467 |
+
# episodes completed so far: 93
|
| 468 |
+
# successes: 93 (100.0%)
|
| 469 |
+
|
| 470 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 471 |
+
Success: True
|
| 472 |
+
# episodes completed so far: 94
|
| 473 |
+
# successes: 94 (100.0%)
|
| 474 |
+
|
| 475 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 476 |
+
Success: True
|
| 477 |
+
# episodes completed so far: 95
|
| 478 |
+
# successes: 95 (100.0%)
|
| 479 |
+
|
| 480 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 481 |
+
Success: True
|
| 482 |
+
# episodes completed so far: 96
|
| 483 |
+
# successes: 96 (100.0%)
|
| 484 |
+
|
| 485 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 486 |
+
Success: True
|
| 487 |
+
# episodes completed so far: 97
|
| 488 |
+
# successes: 97 (100.0%)
|
| 489 |
+
|
| 490 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 491 |
+
Success: True
|
| 492 |
+
# episodes completed so far: 98
|
| 493 |
+
# successes: 98 (100.0%)
|
| 494 |
+
|
| 495 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 496 |
+
Success: True
|
| 497 |
+
# episodes completed so far: 99
|
| 498 |
+
# successes: 99 (100.0%)
|
| 499 |
+
|
| 500 |
+
Task: pick up the black bowl next to the ramekin and place it on the plate
|
| 501 |
+
Success: True
|
| 502 |
+
# episodes completed so far: 100
|
| 503 |
+
# successes: 100 (100.0%)
|
| 504 |
+
Current task success rate: 1.0
|
| 505 |
+
Current total success rate: 1.0
|
| 506 |
+
|
| 507 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 508 |
+
Success: True
|
| 509 |
+
# episodes completed so far: 101
|
| 510 |
+
# successes: 101 (100.0%)
|
| 511 |
+
|
| 512 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 513 |
+
Success: True
|
| 514 |
+
# episodes completed so far: 102
|
| 515 |
+
# successes: 102 (100.0%)
|
| 516 |
+
|
| 517 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 518 |
+
Success: True
|
| 519 |
+
# episodes completed so far: 103
|
| 520 |
+
# successes: 103 (100.0%)
|
| 521 |
+
|
| 522 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 523 |
+
Success: True
|
| 524 |
+
# episodes completed so far: 104
|
| 525 |
+
# successes: 104 (100.0%)
|
| 526 |
+
|
| 527 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 528 |
+
Success: True
|
| 529 |
+
# episodes completed so far: 105
|
| 530 |
+
# successes: 105 (100.0%)
|
| 531 |
+
|
| 532 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 533 |
+
Success: True
|
| 534 |
+
# episodes completed so far: 106
|
| 535 |
+
# successes: 106 (100.0%)
|
| 536 |
+
|
| 537 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 538 |
+
Success: True
|
| 539 |
+
# episodes completed so far: 107
|
| 540 |
+
# successes: 107 (100.0%)
|
| 541 |
+
|
| 542 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 543 |
+
Success: True
|
| 544 |
+
# episodes completed so far: 108
|
| 545 |
+
# successes: 108 (100.0%)
|
| 546 |
+
|
| 547 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 548 |
+
Success: True
|
| 549 |
+
# episodes completed so far: 109
|
| 550 |
+
# successes: 109 (100.0%)
|
| 551 |
+
|
| 552 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 553 |
+
Success: False
|
| 554 |
+
# episodes completed so far: 110
|
| 555 |
+
# successes: 109 (99.1%)
|
| 556 |
+
|
| 557 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 558 |
+
Success: True
|
| 559 |
+
# episodes completed so far: 111
|
| 560 |
+
# successes: 110 (99.1%)
|
| 561 |
+
|
| 562 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 563 |
+
Success: True
|
| 564 |
+
# episodes completed so far: 112
|
| 565 |
+
# successes: 111 (99.1%)
|
| 566 |
+
|
| 567 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 568 |
+
Success: True
|
| 569 |
+
# episodes completed so far: 113
|
| 570 |
+
# successes: 112 (99.1%)
|
| 571 |
+
|
| 572 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 573 |
+
Success: True
|
| 574 |
+
# episodes completed so far: 114
|
| 575 |
+
# successes: 113 (99.1%)
|
| 576 |
+
|
| 577 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 578 |
+
Success: True
|
| 579 |
+
# episodes completed so far: 115
|
| 580 |
+
# successes: 114 (99.1%)
|
| 581 |
+
|
| 582 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 583 |
+
Success: True
|
| 584 |
+
# episodes completed so far: 116
|
| 585 |
+
# successes: 115 (99.1%)
|
| 586 |
+
|
| 587 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 588 |
+
Success: True
|
| 589 |
+
# episodes completed so far: 117
|
| 590 |
+
# successes: 116 (99.1%)
|
| 591 |
+
|
| 592 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 593 |
+
Success: True
|
| 594 |
+
# episodes completed so far: 118
|
| 595 |
+
# successes: 117 (99.2%)
|
| 596 |
+
|
| 597 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 598 |
+
Success: True
|
| 599 |
+
# episodes completed so far: 119
|
| 600 |
+
# successes: 118 (99.2%)
|
| 601 |
+
|
| 602 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 603 |
+
Success: True
|
| 604 |
+
# episodes completed so far: 120
|
| 605 |
+
# successes: 119 (99.2%)
|
| 606 |
+
|
| 607 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 608 |
+
Success: True
|
| 609 |
+
# episodes completed so far: 121
|
| 610 |
+
# successes: 120 (99.2%)
|
| 611 |
+
|
| 612 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 613 |
+
Success: True
|
| 614 |
+
# episodes completed so far: 122
|
| 615 |
+
# successes: 121 (99.2%)
|
| 616 |
+
|
| 617 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 618 |
+
Success: True
|
| 619 |
+
# episodes completed so far: 123
|
| 620 |
+
# successes: 122 (99.2%)
|
| 621 |
+
|
| 622 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 623 |
+
Success: True
|
| 624 |
+
# episodes completed so far: 124
|
| 625 |
+
# successes: 123 (99.2%)
|
| 626 |
+
|
| 627 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 628 |
+
Success: True
|
| 629 |
+
# episodes completed so far: 125
|
| 630 |
+
# successes: 124 (99.2%)
|
| 631 |
+
|
| 632 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 633 |
+
Success: True
|
| 634 |
+
# episodes completed so far: 126
|
| 635 |
+
# successes: 125 (99.2%)
|
| 636 |
+
|
| 637 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 638 |
+
Success: True
|
| 639 |
+
# episodes completed so far: 127
|
| 640 |
+
# successes: 126 (99.2%)
|
| 641 |
+
|
| 642 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 643 |
+
Success: True
|
| 644 |
+
# episodes completed so far: 128
|
| 645 |
+
# successes: 127 (99.2%)
|
| 646 |
+
|
| 647 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 648 |
+
Success: True
|
| 649 |
+
# episodes completed so far: 129
|
| 650 |
+
# successes: 128 (99.2%)
|
| 651 |
+
|
| 652 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 653 |
+
Success: True
|
| 654 |
+
# episodes completed so far: 130
|
| 655 |
+
# successes: 129 (99.2%)
|
| 656 |
+
|
| 657 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 658 |
+
Success: True
|
| 659 |
+
# episodes completed so far: 131
|
| 660 |
+
# successes: 130 (99.2%)
|
| 661 |
+
|
| 662 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 663 |
+
Success: True
|
| 664 |
+
# episodes completed so far: 132
|
| 665 |
+
# successes: 131 (99.2%)
|
| 666 |
+
|
| 667 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 668 |
+
Success: True
|
| 669 |
+
# episodes completed so far: 133
|
| 670 |
+
# successes: 132 (99.2%)
|
| 671 |
+
|
| 672 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 673 |
+
Success: True
|
| 674 |
+
# episodes completed so far: 134
|
| 675 |
+
# successes: 133 (99.3%)
|
| 676 |
+
|
| 677 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 678 |
+
Success: True
|
| 679 |
+
# episodes completed so far: 135
|
| 680 |
+
# successes: 134 (99.3%)
|
| 681 |
+
|
| 682 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 683 |
+
Success: True
|
| 684 |
+
# episodes completed so far: 136
|
| 685 |
+
# successes: 135 (99.3%)
|
| 686 |
+
|
| 687 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 688 |
+
Success: True
|
| 689 |
+
# episodes completed so far: 137
|
| 690 |
+
# successes: 136 (99.3%)
|
| 691 |
+
|
| 692 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 693 |
+
Success: True
|
| 694 |
+
# episodes completed so far: 138
|
| 695 |
+
# successes: 137 (99.3%)
|
| 696 |
+
|
| 697 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 698 |
+
Success: True
|
| 699 |
+
# episodes completed so far: 139
|
| 700 |
+
# successes: 138 (99.3%)
|
| 701 |
+
|
| 702 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 703 |
+
Success: True
|
| 704 |
+
# episodes completed so far: 140
|
| 705 |
+
# successes: 139 (99.3%)
|
| 706 |
+
|
| 707 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 708 |
+
Success: True
|
| 709 |
+
# episodes completed so far: 141
|
| 710 |
+
# successes: 140 (99.3%)
|
| 711 |
+
|
| 712 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 713 |
+
Success: True
|
| 714 |
+
# episodes completed so far: 142
|
| 715 |
+
# successes: 141 (99.3%)
|
| 716 |
+
|
| 717 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 718 |
+
Success: True
|
| 719 |
+
# episodes completed so far: 143
|
| 720 |
+
# successes: 142 (99.3%)
|
| 721 |
+
|
| 722 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 723 |
+
Success: True
|
| 724 |
+
# episodes completed so far: 144
|
| 725 |
+
# successes: 143 (99.3%)
|
| 726 |
+
|
| 727 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 728 |
+
Success: True
|
| 729 |
+
# episodes completed so far: 145
|
| 730 |
+
# successes: 144 (99.3%)
|
| 731 |
+
|
| 732 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 733 |
+
Success: True
|
| 734 |
+
# episodes completed so far: 146
|
| 735 |
+
# successes: 145 (99.3%)
|
| 736 |
+
|
| 737 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 738 |
+
Success: True
|
| 739 |
+
# episodes completed so far: 147
|
| 740 |
+
# successes: 146 (99.3%)
|
| 741 |
+
|
| 742 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 743 |
+
Success: True
|
| 744 |
+
# episodes completed so far: 148
|
| 745 |
+
# successes: 147 (99.3%)
|
| 746 |
+
|
| 747 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 748 |
+
Success: True
|
| 749 |
+
# episodes completed so far: 149
|
| 750 |
+
# successes: 148 (99.3%)
|
| 751 |
+
|
| 752 |
+
Task: pick up the black bowl from table center and place it on the plate
|
| 753 |
+
Success: True
|
| 754 |
+
# episodes completed so far: 150
|
| 755 |
+
# successes: 149 (99.3%)
|
| 756 |
+
Current task success rate: 0.98
|
| 757 |
+
Current total success rate: 0.9933333333333333
|
| 758 |
+
|
| 759 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 760 |
+
Success: True
|
| 761 |
+
# episodes completed so far: 151
|
| 762 |
+
# successes: 150 (99.3%)
|
| 763 |
+
|
| 764 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 765 |
+
Success: True
|
| 766 |
+
# episodes completed so far: 152
|
| 767 |
+
# successes: 151 (99.3%)
|
| 768 |
+
|
| 769 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 770 |
+
Success: True
|
| 771 |
+
# episodes completed so far: 153
|
| 772 |
+
# successes: 152 (99.3%)
|
| 773 |
+
|
| 774 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 775 |
+
Success: True
|
| 776 |
+
# episodes completed so far: 154
|
| 777 |
+
# successes: 153 (99.4%)
|
| 778 |
+
|
| 779 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 780 |
+
Success: True
|
| 781 |
+
# episodes completed so far: 155
|
| 782 |
+
# successes: 154 (99.4%)
|
| 783 |
+
|
| 784 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 785 |
+
Success: True
|
| 786 |
+
# episodes completed so far: 156
|
| 787 |
+
# successes: 155 (99.4%)
|
| 788 |
+
|
| 789 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 790 |
+
Success: True
|
| 791 |
+
# episodes completed so far: 157
|
| 792 |
+
# successes: 156 (99.4%)
|
| 793 |
+
|
| 794 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 795 |
+
Success: True
|
| 796 |
+
# episodes completed so far: 158
|
| 797 |
+
# successes: 157 (99.4%)
|
| 798 |
+
|
| 799 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 800 |
+
Success: True
|
| 801 |
+
# episodes completed so far: 159
|
| 802 |
+
# successes: 158 (99.4%)
|
| 803 |
+
|
| 804 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 805 |
+
Success: True
|
| 806 |
+
# episodes completed so far: 160
|
| 807 |
+
# successes: 159 (99.4%)
|
| 808 |
+
|
| 809 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 810 |
+
Success: True
|
| 811 |
+
# episodes completed so far: 161
|
| 812 |
+
# successes: 160 (99.4%)
|
| 813 |
+
|
| 814 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 815 |
+
Success: True
|
| 816 |
+
# episodes completed so far: 162
|
| 817 |
+
# successes: 161 (99.4%)
|
| 818 |
+
|
| 819 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 820 |
+
Success: False
|
| 821 |
+
# episodes completed so far: 163
|
| 822 |
+
# successes: 161 (98.8%)
|
| 823 |
+
|
| 824 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 825 |
+
Success: True
|
| 826 |
+
# episodes completed so far: 164
|
| 827 |
+
# successes: 162 (98.8%)
|
| 828 |
+
|
| 829 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 830 |
+
Success: False
|
| 831 |
+
# episodes completed so far: 165
|
| 832 |
+
# successes: 162 (98.2%)
|
| 833 |
+
|
| 834 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 835 |
+
Success: True
|
| 836 |
+
# episodes completed so far: 166
|
| 837 |
+
# successes: 163 (98.2%)
|
| 838 |
+
|
| 839 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 840 |
+
Success: True
|
| 841 |
+
# episodes completed so far: 167
|
| 842 |
+
# successes: 164 (98.2%)
|
| 843 |
+
|
| 844 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 845 |
+
Success: True
|
| 846 |
+
# episodes completed so far: 168
|
| 847 |
+
# successes: 165 (98.2%)
|
| 848 |
+
|
| 849 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 850 |
+
Success: True
|
| 851 |
+
# episodes completed so far: 169
|
| 852 |
+
# successes: 166 (98.2%)
|
| 853 |
+
|
| 854 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 855 |
+
Success: True
|
| 856 |
+
# episodes completed so far: 170
|
| 857 |
+
# successes: 167 (98.2%)
|
| 858 |
+
|
| 859 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 860 |
+
Success: True
|
| 861 |
+
# episodes completed so far: 171
|
| 862 |
+
# successes: 168 (98.2%)
|
| 863 |
+
|
| 864 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 865 |
+
Success: True
|
| 866 |
+
# episodes completed so far: 172
|
| 867 |
+
# successes: 169 (98.3%)
|
| 868 |
+
|
| 869 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 870 |
+
Success: True
|
| 871 |
+
# episodes completed so far: 173
|
| 872 |
+
# successes: 170 (98.3%)
|
| 873 |
+
|
| 874 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 875 |
+
Success: True
|
| 876 |
+
# episodes completed so far: 174
|
| 877 |
+
# successes: 171 (98.3%)
|
| 878 |
+
|
| 879 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 880 |
+
Success: True
|
| 881 |
+
# episodes completed so far: 175
|
| 882 |
+
# successes: 172 (98.3%)
|
| 883 |
+
|
| 884 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 885 |
+
Success: True
|
| 886 |
+
# episodes completed so far: 176
|
| 887 |
+
# successes: 173 (98.3%)
|
| 888 |
+
|
| 889 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 890 |
+
Success: True
|
| 891 |
+
# episodes completed so far: 177
|
| 892 |
+
# successes: 174 (98.3%)
|
| 893 |
+
|
| 894 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 895 |
+
Success: True
|
| 896 |
+
# episodes completed so far: 178
|
| 897 |
+
# successes: 175 (98.3%)
|
| 898 |
+
|
| 899 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 900 |
+
Success: True
|
| 901 |
+
# episodes completed so far: 179
|
| 902 |
+
# successes: 176 (98.3%)
|
| 903 |
+
|
| 904 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 905 |
+
Success: True
|
| 906 |
+
# episodes completed so far: 180
|
| 907 |
+
# successes: 177 (98.3%)
|
| 908 |
+
|
| 909 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 910 |
+
Success: True
|
| 911 |
+
# episodes completed so far: 181
|
| 912 |
+
# successes: 178 (98.3%)
|
| 913 |
+
|
| 914 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 915 |
+
Success: True
|
| 916 |
+
# episodes completed so far: 182
|
| 917 |
+
# successes: 179 (98.4%)
|
| 918 |
+
|
| 919 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 920 |
+
Success: True
|
| 921 |
+
# episodes completed so far: 183
|
| 922 |
+
# successes: 180 (98.4%)
|
| 923 |
+
|
| 924 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 925 |
+
Success: True
|
| 926 |
+
# episodes completed so far: 184
|
| 927 |
+
# successes: 181 (98.4%)
|
| 928 |
+
|
| 929 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 930 |
+
Success: True
|
| 931 |
+
# episodes completed so far: 185
|
| 932 |
+
# successes: 182 (98.4%)
|
| 933 |
+
|
| 934 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 935 |
+
Success: True
|
| 936 |
+
# episodes completed so far: 186
|
| 937 |
+
# successes: 183 (98.4%)
|
| 938 |
+
|
| 939 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 940 |
+
Success: True
|
| 941 |
+
# episodes completed so far: 187
|
| 942 |
+
# successes: 184 (98.4%)
|
| 943 |
+
|
| 944 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 945 |
+
Success: True
|
| 946 |
+
# episodes completed so far: 188
|
| 947 |
+
# successes: 185 (98.4%)
|
| 948 |
+
|
| 949 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 950 |
+
Success: True
|
| 951 |
+
# episodes completed so far: 189
|
| 952 |
+
# successes: 186 (98.4%)
|
| 953 |
+
|
| 954 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 955 |
+
Success: True
|
| 956 |
+
# episodes completed so far: 190
|
| 957 |
+
# successes: 187 (98.4%)
|
| 958 |
+
|
| 959 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 960 |
+
Success: True
|
| 961 |
+
# episodes completed so far: 191
|
| 962 |
+
# successes: 188 (98.4%)
|
| 963 |
+
|
| 964 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 965 |
+
Success: True
|
| 966 |
+
# episodes completed so far: 192
|
| 967 |
+
# successes: 189 (98.4%)
|
| 968 |
+
|
| 969 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 970 |
+
Success: True
|
| 971 |
+
# episodes completed so far: 193
|
| 972 |
+
# successes: 190 (98.4%)
|
| 973 |
+
|
| 974 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 975 |
+
Success: True
|
| 976 |
+
# episodes completed so far: 194
|
| 977 |
+
# successes: 191 (98.5%)
|
| 978 |
+
|
| 979 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 980 |
+
Success: True
|
| 981 |
+
# episodes completed so far: 195
|
| 982 |
+
# successes: 192 (98.5%)
|
| 983 |
+
|
| 984 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 985 |
+
Success: True
|
| 986 |
+
# episodes completed so far: 196
|
| 987 |
+
# successes: 193 (98.5%)
|
| 988 |
+
|
| 989 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 990 |
+
Success: True
|
| 991 |
+
# episodes completed so far: 197
|
| 992 |
+
# successes: 194 (98.5%)
|
| 993 |
+
|
| 994 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 995 |
+
Success: True
|
| 996 |
+
# episodes completed so far: 198
|
| 997 |
+
# successes: 195 (98.5%)
|
| 998 |
+
|
| 999 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 1000 |
+
Success: True
|
| 1001 |
+
# episodes completed so far: 199
|
| 1002 |
+
# successes: 196 (98.5%)
|
| 1003 |
+
|
| 1004 |
+
Task: pick up the black bowl on the cookie box and place it on the plate
|
| 1005 |
+
Success: True
|
| 1006 |
+
# episodes completed so far: 200
|
| 1007 |
+
# successes: 197 (98.5%)
|
| 1008 |
+
Current task success rate: 0.96
|
| 1009 |
+
Current total success rate: 0.985
|
| 1010 |
+
|
| 1011 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1012 |
+
Success: True
|
| 1013 |
+
# episodes completed so far: 201
|
| 1014 |
+
# successes: 198 (98.5%)
|
| 1015 |
+
|
| 1016 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1017 |
+
Success: True
|
| 1018 |
+
# episodes completed so far: 202
|
| 1019 |
+
# successes: 199 (98.5%)
|
| 1020 |
+
|
| 1021 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1022 |
+
Success: True
|
| 1023 |
+
# episodes completed so far: 203
|
| 1024 |
+
# successes: 200 (98.5%)
|
| 1025 |
+
|
| 1026 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1027 |
+
Success: True
|
| 1028 |
+
# episodes completed so far: 204
|
| 1029 |
+
# successes: 201 (98.5%)
|
| 1030 |
+
|
| 1031 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1032 |
+
Success: True
|
| 1033 |
+
# episodes completed so far: 205
|
| 1034 |
+
# successes: 202 (98.5%)
|
| 1035 |
+
|
| 1036 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1037 |
+
Success: True
|
| 1038 |
+
# episodes completed so far: 206
|
| 1039 |
+
# successes: 203 (98.5%)
|
| 1040 |
+
|
| 1041 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1042 |
+
Success: True
|
| 1043 |
+
# episodes completed so far: 207
|
| 1044 |
+
# successes: 204 (98.6%)
|
| 1045 |
+
|
| 1046 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1047 |
+
Success: True
|
| 1048 |
+
# episodes completed so far: 208
|
| 1049 |
+
# successes: 205 (98.6%)
|
| 1050 |
+
|
| 1051 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1052 |
+
Success: True
|
| 1053 |
+
# episodes completed so far: 209
|
| 1054 |
+
# successes: 206 (98.6%)
|
| 1055 |
+
|
| 1056 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1057 |
+
Success: True
|
| 1058 |
+
# episodes completed so far: 210
|
| 1059 |
+
# successes: 207 (98.6%)
|
| 1060 |
+
|
| 1061 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1062 |
+
Success: True
|
| 1063 |
+
# episodes completed so far: 211
|
| 1064 |
+
# successes: 208 (98.6%)
|
| 1065 |
+
|
| 1066 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1067 |
+
Success: True
|
| 1068 |
+
# episodes completed so far: 212
|
| 1069 |
+
# successes: 209 (98.6%)
|
| 1070 |
+
|
| 1071 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1072 |
+
Success: True
|
| 1073 |
+
# episodes completed so far: 213
|
| 1074 |
+
# successes: 210 (98.6%)
|
| 1075 |
+
|
| 1076 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1077 |
+
Success: True
|
| 1078 |
+
# episodes completed so far: 214
|
| 1079 |
+
# successes: 211 (98.6%)
|
| 1080 |
+
|
| 1081 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1082 |
+
Success: True
|
| 1083 |
+
# episodes completed so far: 215
|
| 1084 |
+
# successes: 212 (98.6%)
|
| 1085 |
+
|
| 1086 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1087 |
+
Success: True
|
| 1088 |
+
# episodes completed so far: 216
|
| 1089 |
+
# successes: 213 (98.6%)
|
| 1090 |
+
|
| 1091 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1092 |
+
Success: True
|
| 1093 |
+
# episodes completed so far: 217
|
| 1094 |
+
# successes: 214 (98.6%)
|
| 1095 |
+
|
| 1096 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1097 |
+
Success: True
|
| 1098 |
+
# episodes completed so far: 218
|
| 1099 |
+
# successes: 215 (98.6%)
|
| 1100 |
+
|
| 1101 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1102 |
+
Success: True
|
| 1103 |
+
# episodes completed so far: 219
|
| 1104 |
+
# successes: 216 (98.6%)
|
| 1105 |
+
|
| 1106 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1107 |
+
Success: True
|
| 1108 |
+
# episodes completed so far: 220
|
| 1109 |
+
# successes: 217 (98.6%)
|
| 1110 |
+
|
| 1111 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1112 |
+
Success: False
|
| 1113 |
+
# episodes completed so far: 221
|
| 1114 |
+
# successes: 217 (98.2%)
|
| 1115 |
+
|
| 1116 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1117 |
+
Success: True
|
| 1118 |
+
# episodes completed so far: 222
|
| 1119 |
+
# successes: 218 (98.2%)
|
| 1120 |
+
|
| 1121 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1122 |
+
Success: True
|
| 1123 |
+
# episodes completed so far: 223
|
| 1124 |
+
# successes: 219 (98.2%)
|
| 1125 |
+
|
| 1126 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1127 |
+
Success: True
|
| 1128 |
+
# episodes completed so far: 224
|
| 1129 |
+
# successes: 220 (98.2%)
|
| 1130 |
+
|
| 1131 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1132 |
+
Success: True
|
| 1133 |
+
# episodes completed so far: 225
|
| 1134 |
+
# successes: 221 (98.2%)
|
| 1135 |
+
|
| 1136 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1137 |
+
Success: True
|
| 1138 |
+
# episodes completed so far: 226
|
| 1139 |
+
# successes: 222 (98.2%)
|
| 1140 |
+
|
| 1141 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1142 |
+
Success: True
|
| 1143 |
+
# episodes completed so far: 227
|
| 1144 |
+
# successes: 223 (98.2%)
|
| 1145 |
+
|
| 1146 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1147 |
+
Success: True
|
| 1148 |
+
# episodes completed so far: 228
|
| 1149 |
+
# successes: 224 (98.2%)
|
| 1150 |
+
|
| 1151 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1152 |
+
Success: True
|
| 1153 |
+
# episodes completed so far: 229
|
| 1154 |
+
# successes: 225 (98.3%)
|
| 1155 |
+
|
| 1156 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1157 |
+
Success: True
|
| 1158 |
+
# episodes completed so far: 230
|
| 1159 |
+
# successes: 226 (98.3%)
|
| 1160 |
+
|
| 1161 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1162 |
+
Success: True
|
| 1163 |
+
# episodes completed so far: 231
|
| 1164 |
+
# successes: 227 (98.3%)
|
| 1165 |
+
|
| 1166 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1167 |
+
Success: True
|
| 1168 |
+
# episodes completed so far: 232
|
| 1169 |
+
# successes: 228 (98.3%)
|
| 1170 |
+
|
| 1171 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1172 |
+
Success: True
|
| 1173 |
+
# episodes completed so far: 233
|
| 1174 |
+
# successes: 229 (98.3%)
|
| 1175 |
+
|
| 1176 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1177 |
+
Success: True
|
| 1178 |
+
# episodes completed so far: 234
|
| 1179 |
+
# successes: 230 (98.3%)
|
| 1180 |
+
|
| 1181 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1182 |
+
Success: True
|
| 1183 |
+
# episodes completed so far: 235
|
| 1184 |
+
# successes: 231 (98.3%)
|
| 1185 |
+
|
| 1186 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1187 |
+
Success: True
|
| 1188 |
+
# episodes completed so far: 236
|
| 1189 |
+
# successes: 232 (98.3%)
|
| 1190 |
+
|
| 1191 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1192 |
+
Success: True
|
| 1193 |
+
# episodes completed so far: 237
|
| 1194 |
+
# successes: 233 (98.3%)
|
| 1195 |
+
|
| 1196 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1197 |
+
Success: True
|
| 1198 |
+
# episodes completed so far: 238
|
| 1199 |
+
# successes: 234 (98.3%)
|
| 1200 |
+
|
| 1201 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1202 |
+
Success: True
|
| 1203 |
+
# episodes completed so far: 239
|
| 1204 |
+
# successes: 235 (98.3%)
|
| 1205 |
+
|
| 1206 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1207 |
+
Success: True
|
| 1208 |
+
# episodes completed so far: 240
|
| 1209 |
+
# successes: 236 (98.3%)
|
| 1210 |
+
|
| 1211 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1212 |
+
Success: True
|
| 1213 |
+
# episodes completed so far: 241
|
| 1214 |
+
# successes: 237 (98.3%)
|
| 1215 |
+
|
| 1216 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1217 |
+
Success: True
|
| 1218 |
+
# episodes completed so far: 242
|
| 1219 |
+
# successes: 238 (98.3%)
|
| 1220 |
+
|
| 1221 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1222 |
+
Success: True
|
| 1223 |
+
# episodes completed so far: 243
|
| 1224 |
+
# successes: 239 (98.4%)
|
| 1225 |
+
|
| 1226 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1227 |
+
Success: True
|
| 1228 |
+
# episodes completed so far: 244
|
| 1229 |
+
# successes: 240 (98.4%)
|
| 1230 |
+
|
| 1231 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1232 |
+
Success: True
|
| 1233 |
+
# episodes completed so far: 245
|
| 1234 |
+
# successes: 241 (98.4%)
|
| 1235 |
+
|
| 1236 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1237 |
+
Success: True
|
| 1238 |
+
# episodes completed so far: 246
|
| 1239 |
+
# successes: 242 (98.4%)
|
| 1240 |
+
|
| 1241 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1242 |
+
Success: True
|
| 1243 |
+
# episodes completed so far: 247
|
| 1244 |
+
# successes: 243 (98.4%)
|
| 1245 |
+
|
| 1246 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1247 |
+
Success: True
|
| 1248 |
+
# episodes completed so far: 248
|
| 1249 |
+
# successes: 244 (98.4%)
|
| 1250 |
+
|
| 1251 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1252 |
+
Success: True
|
| 1253 |
+
# episodes completed so far: 249
|
| 1254 |
+
# successes: 245 (98.4%)
|
| 1255 |
+
|
| 1256 |
+
Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
|
| 1257 |
+
Success: True
|
| 1258 |
+
# episodes completed so far: 250
|
| 1259 |
+
# successes: 246 (98.4%)
|
| 1260 |
+
Current task success rate: 0.98
|
| 1261 |
+
Current total success rate: 0.984
|
| 1262 |
+
|
| 1263 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1264 |
+
Success: True
|
| 1265 |
+
# episodes completed so far: 251
|
| 1266 |
+
# successes: 247 (98.4%)
|
| 1267 |
+
|
| 1268 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1269 |
+
Success: True
|
| 1270 |
+
# episodes completed so far: 252
|
| 1271 |
+
# successes: 248 (98.4%)
|
| 1272 |
+
|
| 1273 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1274 |
+
Success: True
|
| 1275 |
+
# episodes completed so far: 253
|
| 1276 |
+
# successes: 249 (98.4%)
|
| 1277 |
+
|
| 1278 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1279 |
+
Success: True
|
| 1280 |
+
# episodes completed so far: 254
|
| 1281 |
+
# successes: 250 (98.4%)
|
| 1282 |
+
|
| 1283 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1284 |
+
Success: True
|
| 1285 |
+
# episodes completed so far: 255
|
| 1286 |
+
# successes: 251 (98.4%)
|
| 1287 |
+
|
| 1288 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1289 |
+
Success: True
|
| 1290 |
+
# episodes completed so far: 256
|
| 1291 |
+
# successes: 252 (98.4%)
|
| 1292 |
+
|
| 1293 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1294 |
+
Success: True
|
| 1295 |
+
# episodes completed so far: 257
|
| 1296 |
+
# successes: 253 (98.4%)
|
| 1297 |
+
|
| 1298 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1299 |
+
Success: True
|
| 1300 |
+
# episodes completed so far: 258
|
| 1301 |
+
# successes: 254 (98.4%)
|
| 1302 |
+
|
| 1303 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1304 |
+
Success: True
|
| 1305 |
+
# episodes completed so far: 259
|
| 1306 |
+
# successes: 255 (98.5%)
|
| 1307 |
+
|
| 1308 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1309 |
+
Success: True
|
| 1310 |
+
# episodes completed so far: 260
|
| 1311 |
+
# successes: 256 (98.5%)
|
| 1312 |
+
|
| 1313 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1314 |
+
Success: True
|
| 1315 |
+
# episodes completed so far: 261
|
| 1316 |
+
# successes: 257 (98.5%)
|
| 1317 |
+
|
| 1318 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1319 |
+
Success: True
|
| 1320 |
+
# episodes completed so far: 262
|
| 1321 |
+
# successes: 258 (98.5%)
|
| 1322 |
+
|
| 1323 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1324 |
+
Success: True
|
| 1325 |
+
# episodes completed so far: 263
|
| 1326 |
+
# successes: 259 (98.5%)
|
| 1327 |
+
|
| 1328 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1329 |
+
Success: True
|
| 1330 |
+
# episodes completed so far: 264
|
| 1331 |
+
# successes: 260 (98.5%)
|
| 1332 |
+
|
| 1333 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1334 |
+
Success: True
|
| 1335 |
+
# episodes completed so far: 265
|
| 1336 |
+
# successes: 261 (98.5%)
|
| 1337 |
+
|
| 1338 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1339 |
+
Success: True
|
| 1340 |
+
# episodes completed so far: 266
|
| 1341 |
+
# successes: 262 (98.5%)
|
| 1342 |
+
|
| 1343 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1344 |
+
Success: True
|
| 1345 |
+
# episodes completed so far: 267
|
| 1346 |
+
# successes: 263 (98.5%)
|
| 1347 |
+
|
| 1348 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1349 |
+
Success: True
|
| 1350 |
+
# episodes completed so far: 268
|
| 1351 |
+
# successes: 264 (98.5%)
|
| 1352 |
+
|
| 1353 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1354 |
+
Success: True
|
| 1355 |
+
# episodes completed so far: 269
|
| 1356 |
+
# successes: 265 (98.5%)
|
| 1357 |
+
|
| 1358 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1359 |
+
Success: True
|
| 1360 |
+
# episodes completed so far: 270
|
| 1361 |
+
# successes: 266 (98.5%)
|
| 1362 |
+
|
| 1363 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1364 |
+
Success: True
|
| 1365 |
+
# episodes completed so far: 271
|
| 1366 |
+
# successes: 267 (98.5%)
|
| 1367 |
+
|
| 1368 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1369 |
+
Success: True
|
| 1370 |
+
# episodes completed so far: 272
|
| 1371 |
+
# successes: 268 (98.5%)
|
| 1372 |
+
|
| 1373 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1374 |
+
Success: True
|
| 1375 |
+
# episodes completed so far: 273
|
| 1376 |
+
# successes: 269 (98.5%)
|
| 1377 |
+
|
| 1378 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1379 |
+
Success: True
|
| 1380 |
+
# episodes completed so far: 274
|
| 1381 |
+
# successes: 270 (98.5%)
|
| 1382 |
+
|
| 1383 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1384 |
+
Success: True
|
| 1385 |
+
# episodes completed so far: 275
|
| 1386 |
+
# successes: 271 (98.5%)
|
| 1387 |
+
|
| 1388 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1389 |
+
Success: True
|
| 1390 |
+
# episodes completed so far: 276
|
| 1391 |
+
# successes: 272 (98.6%)
|
| 1392 |
+
|
| 1393 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1394 |
+
Success: False
|
| 1395 |
+
# episodes completed so far: 277
|
| 1396 |
+
# successes: 272 (98.2%)
|
| 1397 |
+
|
| 1398 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1399 |
+
Success: True
|
| 1400 |
+
# episodes completed so far: 278
|
| 1401 |
+
# successes: 273 (98.2%)
|
| 1402 |
+
|
| 1403 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1404 |
+
Success: True
|
| 1405 |
+
# episodes completed so far: 279
|
| 1406 |
+
# successes: 274 (98.2%)
|
| 1407 |
+
|
| 1408 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1409 |
+
Success: True
|
| 1410 |
+
# episodes completed so far: 280
|
| 1411 |
+
# successes: 275 (98.2%)
|
| 1412 |
+
|
| 1413 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1414 |
+
Success: True
|
| 1415 |
+
# episodes completed so far: 281
|
| 1416 |
+
# successes: 276 (98.2%)
|
| 1417 |
+
|
| 1418 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1419 |
+
Success: True
|
| 1420 |
+
# episodes completed so far: 282
|
| 1421 |
+
# successes: 277 (98.2%)
|
| 1422 |
+
|
| 1423 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1424 |
+
Success: True
|
| 1425 |
+
# episodes completed so far: 283
|
| 1426 |
+
# successes: 278 (98.2%)
|
| 1427 |
+
|
| 1428 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1429 |
+
Success: True
|
| 1430 |
+
# episodes completed so far: 284
|
| 1431 |
+
# successes: 279 (98.2%)
|
| 1432 |
+
|
| 1433 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1434 |
+
Success: True
|
| 1435 |
+
# episodes completed so far: 285
|
| 1436 |
+
# successes: 280 (98.2%)
|
| 1437 |
+
|
| 1438 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1439 |
+
Success: True
|
| 1440 |
+
# episodes completed so far: 286
|
| 1441 |
+
# successes: 281 (98.3%)
|
| 1442 |
+
|
| 1443 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1444 |
+
Success: True
|
| 1445 |
+
# episodes completed so far: 287
|
| 1446 |
+
# successes: 282 (98.3%)
|
| 1447 |
+
|
| 1448 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1449 |
+
Success: True
|
| 1450 |
+
# episodes completed so far: 288
|
| 1451 |
+
# successes: 283 (98.3%)
|
| 1452 |
+
|
| 1453 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1454 |
+
Success: True
|
| 1455 |
+
# episodes completed so far: 289
|
| 1456 |
+
# successes: 284 (98.3%)
|
| 1457 |
+
|
| 1458 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1459 |
+
Success: True
|
| 1460 |
+
# episodes completed so far: 290
|
| 1461 |
+
# successes: 285 (98.3%)
|
| 1462 |
+
|
| 1463 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1464 |
+
Success: True
|
| 1465 |
+
# episodes completed so far: 291
|
| 1466 |
+
# successes: 286 (98.3%)
|
| 1467 |
+
|
| 1468 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1469 |
+
Success: True
|
| 1470 |
+
# episodes completed so far: 292
|
| 1471 |
+
# successes: 287 (98.3%)
|
| 1472 |
+
|
| 1473 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1474 |
+
Success: True
|
| 1475 |
+
# episodes completed so far: 293
|
| 1476 |
+
# successes: 288 (98.3%)
|
| 1477 |
+
|
| 1478 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1479 |
+
Success: True
|
| 1480 |
+
# episodes completed so far: 294
|
| 1481 |
+
# successes: 289 (98.3%)
|
| 1482 |
+
|
| 1483 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1484 |
+
Success: True
|
| 1485 |
+
# episodes completed so far: 295
|
| 1486 |
+
# successes: 290 (98.3%)
|
| 1487 |
+
|
| 1488 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1489 |
+
Success: True
|
| 1490 |
+
# episodes completed so far: 296
|
| 1491 |
+
# successes: 291 (98.3%)
|
| 1492 |
+
|
| 1493 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1494 |
+
Success: True
|
| 1495 |
+
# episodes completed so far: 297
|
| 1496 |
+
# successes: 292 (98.3%)
|
| 1497 |
+
|
| 1498 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1499 |
+
Success: True
|
| 1500 |
+
# episodes completed so far: 298
|
| 1501 |
+
# successes: 293 (98.3%)
|
| 1502 |
+
|
| 1503 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1504 |
+
Success: True
|
| 1505 |
+
# episodes completed so far: 299
|
| 1506 |
+
# successes: 294 (98.3%)
|
| 1507 |
+
|
| 1508 |
+
Task: pick up the black bowl on the ramekin and place it on the plate
|
| 1509 |
+
Success: True
|
| 1510 |
+
# episodes completed so far: 300
|
| 1511 |
+
# successes: 295 (98.3%)
|
| 1512 |
+
Current task success rate: 0.98
|
| 1513 |
+
Current total success rate: 0.9833333333333333
|
| 1514 |
+
|
| 1515 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1516 |
+
Success: True
|
| 1517 |
+
# episodes completed so far: 301
|
| 1518 |
+
# successes: 296 (98.3%)
|
| 1519 |
+
|
| 1520 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1521 |
+
Success: True
|
| 1522 |
+
# episodes completed so far: 302
|
| 1523 |
+
# successes: 297 (98.3%)
|
| 1524 |
+
|
| 1525 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1526 |
+
Success: True
|
| 1527 |
+
# episodes completed so far: 303
|
| 1528 |
+
# successes: 298 (98.3%)
|
| 1529 |
+
|
| 1530 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1531 |
+
Success: True
|
| 1532 |
+
# episodes completed so far: 304
|
| 1533 |
+
# successes: 299 (98.4%)
|
| 1534 |
+
|
| 1535 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1536 |
+
Success: True
|
| 1537 |
+
# episodes completed so far: 305
|
| 1538 |
+
# successes: 300 (98.4%)
|
| 1539 |
+
|
| 1540 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1541 |
+
Success: True
|
| 1542 |
+
# episodes completed so far: 306
|
| 1543 |
+
# successes: 301 (98.4%)
|
| 1544 |
+
|
| 1545 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1546 |
+
Success: True
|
| 1547 |
+
# episodes completed so far: 307
|
| 1548 |
+
# successes: 302 (98.4%)
|
| 1549 |
+
|
| 1550 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1551 |
+
Success: True
|
| 1552 |
+
# episodes completed so far: 308
|
| 1553 |
+
# successes: 303 (98.4%)
|
| 1554 |
+
|
| 1555 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1556 |
+
Success: True
|
| 1557 |
+
# episodes completed so far: 309
|
| 1558 |
+
# successes: 304 (98.4%)
|
| 1559 |
+
|
| 1560 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1561 |
+
Success: True
|
| 1562 |
+
# episodes completed so far: 310
|
| 1563 |
+
# successes: 305 (98.4%)
|
| 1564 |
+
|
| 1565 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1566 |
+
Success: True
|
| 1567 |
+
# episodes completed so far: 311
|
| 1568 |
+
# successes: 306 (98.4%)
|
| 1569 |
+
|
| 1570 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1571 |
+
Success: True
|
| 1572 |
+
# episodes completed so far: 312
|
| 1573 |
+
# successes: 307 (98.4%)
|
| 1574 |
+
|
| 1575 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1576 |
+
Success: True
|
| 1577 |
+
# episodes completed so far: 313
|
| 1578 |
+
# successes: 308 (98.4%)
|
| 1579 |
+
|
| 1580 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1581 |
+
Success: True
|
| 1582 |
+
# episodes completed so far: 314
|
| 1583 |
+
# successes: 309 (98.4%)
|
| 1584 |
+
|
| 1585 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1586 |
+
Success: True
|
| 1587 |
+
# episodes completed so far: 315
|
| 1588 |
+
# successes: 310 (98.4%)
|
| 1589 |
+
|
| 1590 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1591 |
+
Success: True
|
| 1592 |
+
# episodes completed so far: 316
|
| 1593 |
+
# successes: 311 (98.4%)
|
| 1594 |
+
|
| 1595 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1596 |
+
Success: True
|
| 1597 |
+
# episodes completed so far: 317
|
| 1598 |
+
# successes: 312 (98.4%)
|
| 1599 |
+
|
| 1600 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1601 |
+
Success: True
|
| 1602 |
+
# episodes completed so far: 318
|
| 1603 |
+
# successes: 313 (98.4%)
|
| 1604 |
+
|
| 1605 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1606 |
+
Success: True
|
| 1607 |
+
# episodes completed so far: 319
|
| 1608 |
+
# successes: 314 (98.4%)
|
| 1609 |
+
|
| 1610 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1611 |
+
Success: True
|
| 1612 |
+
# episodes completed so far: 320
|
| 1613 |
+
# successes: 315 (98.4%)
|
| 1614 |
+
|
| 1615 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1616 |
+
Success: True
|
| 1617 |
+
# episodes completed so far: 321
|
| 1618 |
+
# successes: 316 (98.4%)
|
| 1619 |
+
|
| 1620 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1621 |
+
Success: True
|
| 1622 |
+
# episodes completed so far: 322
|
| 1623 |
+
# successes: 317 (98.4%)
|
| 1624 |
+
|
| 1625 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1626 |
+
Success: True
|
| 1627 |
+
# episodes completed so far: 323
|
| 1628 |
+
# successes: 318 (98.5%)
|
| 1629 |
+
|
| 1630 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1631 |
+
Success: True
|
| 1632 |
+
# episodes completed so far: 324
|
| 1633 |
+
# successes: 319 (98.5%)
|
| 1634 |
+
|
| 1635 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1636 |
+
Success: True
|
| 1637 |
+
# episodes completed so far: 325
|
| 1638 |
+
# successes: 320 (98.5%)
|
| 1639 |
+
|
| 1640 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1641 |
+
Success: True
|
| 1642 |
+
# episodes completed so far: 326
|
| 1643 |
+
# successes: 321 (98.5%)
|
| 1644 |
+
|
| 1645 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1646 |
+
Success: True
|
| 1647 |
+
# episodes completed so far: 327
|
| 1648 |
+
# successes: 322 (98.5%)
|
| 1649 |
+
|
| 1650 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1651 |
+
Success: True
|
| 1652 |
+
# episodes completed so far: 328
|
| 1653 |
+
# successes: 323 (98.5%)
|
| 1654 |
+
|
| 1655 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1656 |
+
Success: True
|
| 1657 |
+
# episodes completed so far: 329
|
| 1658 |
+
# successes: 324 (98.5%)
|
| 1659 |
+
|
| 1660 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1661 |
+
Success: True
|
| 1662 |
+
# episodes completed so far: 330
|
| 1663 |
+
# successes: 325 (98.5%)
|
| 1664 |
+
|
| 1665 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1666 |
+
Success: True
|
| 1667 |
+
# episodes completed so far: 331
|
| 1668 |
+
# successes: 326 (98.5%)
|
| 1669 |
+
|
| 1670 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1671 |
+
Success: True
|
| 1672 |
+
# episodes completed so far: 332
|
| 1673 |
+
# successes: 327 (98.5%)
|
| 1674 |
+
|
| 1675 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1676 |
+
Success: True
|
| 1677 |
+
# episodes completed so far: 333
|
| 1678 |
+
# successes: 328 (98.5%)
|
| 1679 |
+
|
| 1680 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1681 |
+
Success: True
|
| 1682 |
+
# episodes completed so far: 334
|
| 1683 |
+
# successes: 329 (98.5%)
|
| 1684 |
+
|
| 1685 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1686 |
+
Success: True
|
| 1687 |
+
# episodes completed so far: 335
|
| 1688 |
+
# successes: 330 (98.5%)
|
| 1689 |
+
|
| 1690 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1691 |
+
Success: True
|
| 1692 |
+
# episodes completed so far: 336
|
| 1693 |
+
# successes: 331 (98.5%)
|
| 1694 |
+
|
| 1695 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1696 |
+
Success: True
|
| 1697 |
+
# episodes completed so far: 337
|
| 1698 |
+
# successes: 332 (98.5%)
|
| 1699 |
+
|
| 1700 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1701 |
+
Success: True
|
| 1702 |
+
# episodes completed so far: 338
|
| 1703 |
+
# successes: 333 (98.5%)
|
| 1704 |
+
|
| 1705 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1706 |
+
Success: True
|
| 1707 |
+
# episodes completed so far: 339
|
| 1708 |
+
# successes: 334 (98.5%)
|
| 1709 |
+
|
| 1710 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1711 |
+
Success: True
|
| 1712 |
+
# episodes completed so far: 340
|
| 1713 |
+
# successes: 335 (98.5%)
|
| 1714 |
+
|
| 1715 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1716 |
+
Success: True
|
| 1717 |
+
# episodes completed so far: 341
|
| 1718 |
+
# successes: 336 (98.5%)
|
| 1719 |
+
|
| 1720 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1721 |
+
Success: True
|
| 1722 |
+
# episodes completed so far: 342
|
| 1723 |
+
# successes: 337 (98.5%)
|
| 1724 |
+
|
| 1725 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1726 |
+
Success: True
|
| 1727 |
+
# episodes completed so far: 343
|
| 1728 |
+
# successes: 338 (98.5%)
|
| 1729 |
+
|
| 1730 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1731 |
+
Success: True
|
| 1732 |
+
# episodes completed so far: 344
|
| 1733 |
+
# successes: 339 (98.5%)
|
| 1734 |
+
|
| 1735 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1736 |
+
Success: True
|
| 1737 |
+
# episodes completed so far: 345
|
| 1738 |
+
# successes: 340 (98.6%)
|
| 1739 |
+
|
| 1740 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1741 |
+
Success: True
|
| 1742 |
+
# episodes completed so far: 346
|
| 1743 |
+
# successes: 341 (98.6%)
|
| 1744 |
+
|
| 1745 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1746 |
+
Success: True
|
| 1747 |
+
# episodes completed so far: 347
|
| 1748 |
+
# successes: 342 (98.6%)
|
| 1749 |
+
|
| 1750 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1751 |
+
Success: True
|
| 1752 |
+
# episodes completed so far: 348
|
| 1753 |
+
# successes: 343 (98.6%)
|
| 1754 |
+
|
| 1755 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1756 |
+
Success: True
|
| 1757 |
+
# episodes completed so far: 349
|
| 1758 |
+
# successes: 344 (98.6%)
|
| 1759 |
+
|
| 1760 |
+
Task: pick up the black bowl next to the cookie box and place it on the plate
|
| 1761 |
+
Success: True
|
| 1762 |
+
# episodes completed so far: 350
|
| 1763 |
+
# successes: 345 (98.6%)
|
| 1764 |
+
Current task success rate: 1.0
|
| 1765 |
+
Current total success rate: 0.9857142857142858
|
| 1766 |
+
|
| 1767 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1768 |
+
Success: True
|
| 1769 |
+
# episodes completed so far: 351
|
| 1770 |
+
# successes: 346 (98.6%)
|
| 1771 |
+
|
| 1772 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1773 |
+
Success: True
|
| 1774 |
+
# episodes completed so far: 352
|
| 1775 |
+
# successes: 347 (98.6%)
|
| 1776 |
+
|
| 1777 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1778 |
+
Success: True
|
| 1779 |
+
# episodes completed so far: 353
|
| 1780 |
+
# successes: 348 (98.6%)
|
| 1781 |
+
|
| 1782 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1783 |
+
Success: True
|
| 1784 |
+
# episodes completed so far: 354
|
| 1785 |
+
# successes: 349 (98.6%)
|
| 1786 |
+
|
| 1787 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1788 |
+
Success: True
|
| 1789 |
+
# episodes completed so far: 355
|
| 1790 |
+
# successes: 350 (98.6%)
|
| 1791 |
+
|
| 1792 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1793 |
+
Success: True
|
| 1794 |
+
# episodes completed so far: 356
|
| 1795 |
+
# successes: 351 (98.6%)
|
| 1796 |
+
|
| 1797 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1798 |
+
Success: False
|
| 1799 |
+
# episodes completed so far: 357
|
| 1800 |
+
# successes: 351 (98.3%)
|
| 1801 |
+
|
| 1802 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1803 |
+
Success: True
|
| 1804 |
+
# episodes completed so far: 358
|
| 1805 |
+
# successes: 352 (98.3%)
|
| 1806 |
+
|
| 1807 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1808 |
+
Success: True
|
| 1809 |
+
# episodes completed so far: 359
|
| 1810 |
+
# successes: 353 (98.3%)
|
| 1811 |
+
|
| 1812 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1813 |
+
Success: True
|
| 1814 |
+
# episodes completed so far: 360
|
| 1815 |
+
# successes: 354 (98.3%)
|
| 1816 |
+
|
| 1817 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1818 |
+
Success: True
|
| 1819 |
+
# episodes completed so far: 361
|
| 1820 |
+
# successes: 355 (98.3%)
|
| 1821 |
+
|
| 1822 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1823 |
+
Success: True
|
| 1824 |
+
# episodes completed so far: 362
|
| 1825 |
+
# successes: 356 (98.3%)
|
| 1826 |
+
|
| 1827 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1828 |
+
Success: True
|
| 1829 |
+
# episodes completed so far: 363
|
| 1830 |
+
# successes: 357 (98.3%)
|
| 1831 |
+
|
| 1832 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1833 |
+
Success: True
|
| 1834 |
+
# episodes completed so far: 364
|
| 1835 |
+
# successes: 358 (98.4%)
|
| 1836 |
+
|
| 1837 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1838 |
+
Success: True
|
| 1839 |
+
# episodes completed so far: 365
|
| 1840 |
+
# successes: 359 (98.4%)
|
| 1841 |
+
|
| 1842 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1843 |
+
Success: True
|
| 1844 |
+
# episodes completed so far: 366
|
| 1845 |
+
# successes: 360 (98.4%)
|
| 1846 |
+
|
| 1847 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1848 |
+
Success: True
|
| 1849 |
+
# episodes completed so far: 367
|
| 1850 |
+
# successes: 361 (98.4%)
|
| 1851 |
+
|
| 1852 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1853 |
+
Success: True
|
| 1854 |
+
# episodes completed so far: 368
|
| 1855 |
+
# successes: 362 (98.4%)
|
| 1856 |
+
|
| 1857 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1858 |
+
Success: True
|
| 1859 |
+
# episodes completed so far: 369
|
| 1860 |
+
# successes: 363 (98.4%)
|
| 1861 |
+
|
| 1862 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1863 |
+
Success: True
|
| 1864 |
+
# episodes completed so far: 370
|
| 1865 |
+
# successes: 364 (98.4%)
|
| 1866 |
+
|
| 1867 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1868 |
+
Success: True
|
| 1869 |
+
# episodes completed so far: 371
|
| 1870 |
+
# successes: 365 (98.4%)
|
| 1871 |
+
|
| 1872 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1873 |
+
Success: True
|
| 1874 |
+
# episodes completed so far: 372
|
| 1875 |
+
# successes: 366 (98.4%)
|
| 1876 |
+
|
| 1877 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1878 |
+
Success: False
|
| 1879 |
+
# episodes completed so far: 373
|
| 1880 |
+
# successes: 366 (98.1%)
|
| 1881 |
+
|
| 1882 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1883 |
+
Success: True
|
| 1884 |
+
# episodes completed so far: 374
|
| 1885 |
+
# successes: 367 (98.1%)
|
| 1886 |
+
|
| 1887 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1888 |
+
Success: True
|
| 1889 |
+
# episodes completed so far: 375
|
| 1890 |
+
# successes: 368 (98.1%)
|
| 1891 |
+
|
| 1892 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1893 |
+
Success: True
|
| 1894 |
+
# episodes completed so far: 376
|
| 1895 |
+
# successes: 369 (98.1%)
|
| 1896 |
+
|
| 1897 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1898 |
+
Success: True
|
| 1899 |
+
# episodes completed so far: 377
|
| 1900 |
+
# successes: 370 (98.1%)
|
| 1901 |
+
|
| 1902 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1903 |
+
Success: True
|
| 1904 |
+
# episodes completed so far: 378
|
| 1905 |
+
# successes: 371 (98.1%)
|
| 1906 |
+
|
| 1907 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1908 |
+
Success: True
|
| 1909 |
+
# episodes completed so far: 379
|
| 1910 |
+
# successes: 372 (98.2%)
|
| 1911 |
+
|
| 1912 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1913 |
+
Success: True
|
| 1914 |
+
# episodes completed so far: 380
|
| 1915 |
+
# successes: 373 (98.2%)
|
| 1916 |
+
|
| 1917 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1918 |
+
Success: True
|
| 1919 |
+
# episodes completed so far: 381
|
| 1920 |
+
# successes: 374 (98.2%)
|
| 1921 |
+
|
| 1922 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1923 |
+
Success: True
|
| 1924 |
+
# episodes completed so far: 382
|
| 1925 |
+
# successes: 375 (98.2%)
|
| 1926 |
+
|
| 1927 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1928 |
+
Success: True
|
| 1929 |
+
# episodes completed so far: 383
|
| 1930 |
+
# successes: 376 (98.2%)
|
| 1931 |
+
|
| 1932 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1933 |
+
Success: True
|
| 1934 |
+
# episodes completed so far: 384
|
| 1935 |
+
# successes: 377 (98.2%)
|
| 1936 |
+
|
| 1937 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1938 |
+
Success: True
|
| 1939 |
+
# episodes completed so far: 385
|
| 1940 |
+
# successes: 378 (98.2%)
|
| 1941 |
+
|
| 1942 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1943 |
+
Success: True
|
| 1944 |
+
# episodes completed so far: 386
|
| 1945 |
+
# successes: 379 (98.2%)
|
| 1946 |
+
|
| 1947 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1948 |
+
Success: True
|
| 1949 |
+
# episodes completed so far: 387
|
| 1950 |
+
# successes: 380 (98.2%)
|
| 1951 |
+
|
| 1952 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1953 |
+
Success: True
|
| 1954 |
+
# episodes completed so far: 388
|
| 1955 |
+
# successes: 381 (98.2%)
|
| 1956 |
+
|
| 1957 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1958 |
+
Success: True
|
| 1959 |
+
# episodes completed so far: 389
|
| 1960 |
+
# successes: 382 (98.2%)
|
| 1961 |
+
|
| 1962 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1963 |
+
Success: True
|
| 1964 |
+
# episodes completed so far: 390
|
| 1965 |
+
# successes: 383 (98.2%)
|
| 1966 |
+
|
| 1967 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1968 |
+
Success: True
|
| 1969 |
+
# episodes completed so far: 391
|
| 1970 |
+
# successes: 384 (98.2%)
|
| 1971 |
+
|
| 1972 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1973 |
+
Success: True
|
| 1974 |
+
# episodes completed so far: 392
|
| 1975 |
+
# successes: 385 (98.2%)
|
| 1976 |
+
|
| 1977 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1978 |
+
Success: True
|
| 1979 |
+
# episodes completed so far: 393
|
| 1980 |
+
# successes: 386 (98.2%)
|
| 1981 |
+
|
| 1982 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1983 |
+
Success: True
|
| 1984 |
+
# episodes completed so far: 394
|
| 1985 |
+
# successes: 387 (98.2%)
|
| 1986 |
+
|
| 1987 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1988 |
+
Success: True
|
| 1989 |
+
# episodes completed so far: 395
|
| 1990 |
+
# successes: 388 (98.2%)
|
| 1991 |
+
|
| 1992 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1993 |
+
Success: True
|
| 1994 |
+
# episodes completed so far: 396
|
| 1995 |
+
# successes: 389 (98.2%)
|
| 1996 |
+
|
| 1997 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 1998 |
+
Success: True
|
| 1999 |
+
# episodes completed so far: 397
|
| 2000 |
+
# successes: 390 (98.2%)
|
| 2001 |
+
|
| 2002 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 2003 |
+
Success: True
|
| 2004 |
+
# episodes completed so far: 398
|
| 2005 |
+
# successes: 391 (98.2%)
|
| 2006 |
+
|
| 2007 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 2008 |
+
Success: True
|
| 2009 |
+
# episodes completed so far: 399
|
| 2010 |
+
# successes: 392 (98.2%)
|
| 2011 |
+
|
| 2012 |
+
Task: pick up the black bowl on the stove and place it on the plate
|
| 2013 |
+
Success: True
|
| 2014 |
+
# episodes completed so far: 400
|
| 2015 |
+
# successes: 393 (98.2%)
|
| 2016 |
+
Current task success rate: 0.96
|
| 2017 |
+
Current total success rate: 0.9825
|
| 2018 |
+
|
| 2019 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2020 |
+
Success: True
|
| 2021 |
+
# episodes completed so far: 401
|
| 2022 |
+
# successes: 394 (98.3%)
|
| 2023 |
+
|
| 2024 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2025 |
+
Success: True
|
| 2026 |
+
# episodes completed so far: 402
|
| 2027 |
+
# successes: 395 (98.3%)
|
| 2028 |
+
|
| 2029 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2030 |
+
Success: True
|
| 2031 |
+
# episodes completed so far: 403
|
| 2032 |
+
# successes: 396 (98.3%)
|
| 2033 |
+
|
| 2034 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2035 |
+
Success: True
|
| 2036 |
+
# episodes completed so far: 404
|
| 2037 |
+
# successes: 397 (98.3%)
|
| 2038 |
+
|
| 2039 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2040 |
+
Success: True
|
| 2041 |
+
# episodes completed so far: 405
|
| 2042 |
+
# successes: 398 (98.3%)
|
| 2043 |
+
|
| 2044 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2045 |
+
Success: True
|
| 2046 |
+
# episodes completed so far: 406
|
| 2047 |
+
# successes: 399 (98.3%)
|
| 2048 |
+
|
| 2049 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2050 |
+
Success: True
|
| 2051 |
+
# episodes completed so far: 407
|
| 2052 |
+
# successes: 400 (98.3%)
|
| 2053 |
+
|
| 2054 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2055 |
+
Success: True
|
| 2056 |
+
# episodes completed so far: 408
|
| 2057 |
+
# successes: 401 (98.3%)
|
| 2058 |
+
|
| 2059 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2060 |
+
Success: True
|
| 2061 |
+
# episodes completed so far: 409
|
| 2062 |
+
# successes: 402 (98.3%)
|
| 2063 |
+
|
| 2064 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2065 |
+
Success: True
|
| 2066 |
+
# episodes completed so far: 410
|
| 2067 |
+
# successes: 403 (98.3%)
|
| 2068 |
+
|
| 2069 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2070 |
+
Success: True
|
| 2071 |
+
# episodes completed so far: 411
|
| 2072 |
+
# successes: 404 (98.3%)
|
| 2073 |
+
|
| 2074 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2075 |
+
Success: True
|
| 2076 |
+
# episodes completed so far: 412
|
| 2077 |
+
# successes: 405 (98.3%)
|
| 2078 |
+
|
| 2079 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2080 |
+
Success: True
|
| 2081 |
+
# episodes completed so far: 413
|
| 2082 |
+
# successes: 406 (98.3%)
|
| 2083 |
+
|
| 2084 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2085 |
+
Success: True
|
| 2086 |
+
# episodes completed so far: 414
|
| 2087 |
+
# successes: 407 (98.3%)
|
| 2088 |
+
|
| 2089 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2090 |
+
Success: True
|
| 2091 |
+
# episodes completed so far: 415
|
| 2092 |
+
# successes: 408 (98.3%)
|
| 2093 |
+
|
| 2094 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2095 |
+
Success: True
|
| 2096 |
+
# episodes completed so far: 416
|
| 2097 |
+
# successes: 409 (98.3%)
|
| 2098 |
+
|
| 2099 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2100 |
+
Success: True
|
| 2101 |
+
# episodes completed so far: 417
|
| 2102 |
+
# successes: 410 (98.3%)
|
| 2103 |
+
|
| 2104 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2105 |
+
Success: True
|
| 2106 |
+
# episodes completed so far: 418
|
| 2107 |
+
# successes: 411 (98.3%)
|
| 2108 |
+
|
| 2109 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2110 |
+
Success: True
|
| 2111 |
+
# episodes completed so far: 419
|
| 2112 |
+
# successes: 412 (98.3%)
|
| 2113 |
+
|
| 2114 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2115 |
+
Success: True
|
| 2116 |
+
# episodes completed so far: 420
|
| 2117 |
+
# successes: 413 (98.3%)
|
| 2118 |
+
|
| 2119 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2120 |
+
Success: True
|
| 2121 |
+
# episodes completed so far: 421
|
| 2122 |
+
# successes: 414 (98.3%)
|
| 2123 |
+
|
| 2124 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2125 |
+
Success: True
|
| 2126 |
+
# episodes completed so far: 422
|
| 2127 |
+
# successes: 415 (98.3%)
|
| 2128 |
+
|
| 2129 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2130 |
+
Success: True
|
| 2131 |
+
# episodes completed so far: 423
|
| 2132 |
+
# successes: 416 (98.3%)
|
| 2133 |
+
|
| 2134 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2135 |
+
Success: True
|
| 2136 |
+
# episodes completed so far: 424
|
| 2137 |
+
# successes: 417 (98.3%)
|
| 2138 |
+
|
| 2139 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2140 |
+
Success: True
|
| 2141 |
+
# episodes completed so far: 425
|
| 2142 |
+
# successes: 418 (98.4%)
|
| 2143 |
+
|
| 2144 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2145 |
+
Success: True
|
| 2146 |
+
# episodes completed so far: 426
|
| 2147 |
+
# successes: 419 (98.4%)
|
| 2148 |
+
|
| 2149 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2150 |
+
Success: True
|
| 2151 |
+
# episodes completed so far: 427
|
| 2152 |
+
# successes: 420 (98.4%)
|
| 2153 |
+
|
| 2154 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2155 |
+
Success: True
|
| 2156 |
+
# episodes completed so far: 428
|
| 2157 |
+
# successes: 421 (98.4%)
|
| 2158 |
+
|
| 2159 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2160 |
+
Success: True
|
| 2161 |
+
# episodes completed so far: 429
|
| 2162 |
+
# successes: 422 (98.4%)
|
| 2163 |
+
|
| 2164 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2165 |
+
Success: True
|
| 2166 |
+
# episodes completed so far: 430
|
| 2167 |
+
# successes: 423 (98.4%)
|
| 2168 |
+
|
| 2169 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2170 |
+
Success: True
|
| 2171 |
+
# episodes completed so far: 431
|
| 2172 |
+
# successes: 424 (98.4%)
|
| 2173 |
+
|
| 2174 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2175 |
+
Success: True
|
| 2176 |
+
# episodes completed so far: 432
|
| 2177 |
+
# successes: 425 (98.4%)
|
| 2178 |
+
|
| 2179 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2180 |
+
Success: True
|
| 2181 |
+
# episodes completed so far: 433
|
| 2182 |
+
# successes: 426 (98.4%)
|
| 2183 |
+
|
| 2184 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2185 |
+
Success: True
|
| 2186 |
+
# episodes completed so far: 434
|
| 2187 |
+
# successes: 427 (98.4%)
|
| 2188 |
+
|
| 2189 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2190 |
+
Success: True
|
| 2191 |
+
# episodes completed so far: 435
|
| 2192 |
+
# successes: 428 (98.4%)
|
| 2193 |
+
|
| 2194 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2195 |
+
Success: True
|
| 2196 |
+
# episodes completed so far: 436
|
| 2197 |
+
# successes: 429 (98.4%)
|
| 2198 |
+
|
| 2199 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2200 |
+
Success: True
|
| 2201 |
+
# episodes completed so far: 437
|
| 2202 |
+
# successes: 430 (98.4%)
|
| 2203 |
+
|
| 2204 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2205 |
+
Success: True
|
| 2206 |
+
# episodes completed so far: 438
|
| 2207 |
+
# successes: 431 (98.4%)
|
| 2208 |
+
|
| 2209 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2210 |
+
Success: True
|
| 2211 |
+
# episodes completed so far: 439
|
| 2212 |
+
# successes: 432 (98.4%)
|
| 2213 |
+
|
| 2214 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2215 |
+
Success: True
|
| 2216 |
+
# episodes completed so far: 440
|
| 2217 |
+
# successes: 433 (98.4%)
|
| 2218 |
+
|
| 2219 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2220 |
+
Success: True
|
| 2221 |
+
# episodes completed so far: 441
|
| 2222 |
+
# successes: 434 (98.4%)
|
| 2223 |
+
|
| 2224 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2225 |
+
Success: True
|
| 2226 |
+
# episodes completed so far: 442
|
| 2227 |
+
# successes: 435 (98.4%)
|
| 2228 |
+
|
| 2229 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2230 |
+
Success: True
|
| 2231 |
+
# episodes completed so far: 443
|
| 2232 |
+
# successes: 436 (98.4%)
|
| 2233 |
+
|
| 2234 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2235 |
+
Success: True
|
| 2236 |
+
# episodes completed so far: 444
|
| 2237 |
+
# successes: 437 (98.4%)
|
| 2238 |
+
|
| 2239 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2240 |
+
Success: True
|
| 2241 |
+
# episodes completed so far: 445
|
| 2242 |
+
# successes: 438 (98.4%)
|
| 2243 |
+
|
| 2244 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2245 |
+
Success: True
|
| 2246 |
+
# episodes completed so far: 446
|
| 2247 |
+
# successes: 439 (98.4%)
|
| 2248 |
+
|
| 2249 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2250 |
+
Success: True
|
| 2251 |
+
# episodes completed so far: 447
|
| 2252 |
+
# successes: 440 (98.4%)
|
| 2253 |
+
|
| 2254 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2255 |
+
Success: True
|
| 2256 |
+
# episodes completed so far: 448
|
| 2257 |
+
# successes: 441 (98.4%)
|
| 2258 |
+
|
| 2259 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2260 |
+
Success: True
|
| 2261 |
+
# episodes completed so far: 449
|
| 2262 |
+
# successes: 442 (98.4%)
|
| 2263 |
+
|
| 2264 |
+
Task: pick up the black bowl next to the plate and place it on the plate
|
| 2265 |
+
Success: True
|
| 2266 |
+
# episodes completed so far: 450
|
| 2267 |
+
# successes: 443 (98.4%)
|
| 2268 |
+
Current task success rate: 1.0
|
| 2269 |
+
Current total success rate: 0.9844444444444445
|
| 2270 |
+
|
| 2271 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2272 |
+
Success: True
|
| 2273 |
+
# episodes completed so far: 451
|
| 2274 |
+
# successes: 444 (98.4%)
|
| 2275 |
+
|
| 2276 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2277 |
+
Success: True
|
| 2278 |
+
# episodes completed so far: 452
|
| 2279 |
+
# successes: 445 (98.5%)
|
| 2280 |
+
|
| 2281 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2282 |
+
Success: True
|
| 2283 |
+
# episodes completed so far: 453
|
| 2284 |
+
# successes: 446 (98.5%)
|
| 2285 |
+
|
| 2286 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2287 |
+
Success: True
|
| 2288 |
+
# episodes completed so far: 454
|
| 2289 |
+
# successes: 447 (98.5%)
|
| 2290 |
+
|
| 2291 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2292 |
+
Success: True
|
| 2293 |
+
# episodes completed so far: 455
|
| 2294 |
+
# successes: 448 (98.5%)
|
| 2295 |
+
|
| 2296 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2297 |
+
Success: True
|
| 2298 |
+
# episodes completed so far: 456
|
| 2299 |
+
# successes: 449 (98.5%)
|
| 2300 |
+
|
| 2301 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2302 |
+
Success: True
|
| 2303 |
+
# episodes completed so far: 457
|
| 2304 |
+
# successes: 450 (98.5%)
|
| 2305 |
+
|
| 2306 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2307 |
+
Success: True
|
| 2308 |
+
# episodes completed so far: 458
|
| 2309 |
+
# successes: 451 (98.5%)
|
| 2310 |
+
|
| 2311 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2312 |
+
Success: True
|
| 2313 |
+
# episodes completed so far: 459
|
| 2314 |
+
# successes: 452 (98.5%)
|
| 2315 |
+
|
| 2316 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2317 |
+
Success: True
|
| 2318 |
+
# episodes completed so far: 460
|
| 2319 |
+
# successes: 453 (98.5%)
|
| 2320 |
+
|
| 2321 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2322 |
+
Success: True
|
| 2323 |
+
# episodes completed so far: 461
|
| 2324 |
+
# successes: 454 (98.5%)
|
| 2325 |
+
|
| 2326 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2327 |
+
Success: True
|
| 2328 |
+
# episodes completed so far: 462
|
| 2329 |
+
# successes: 455 (98.5%)
|
| 2330 |
+
|
| 2331 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2332 |
+
Success: True
|
| 2333 |
+
# episodes completed so far: 463
|
| 2334 |
+
# successes: 456 (98.5%)
|
| 2335 |
+
|
| 2336 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2337 |
+
Success: True
|
| 2338 |
+
# episodes completed so far: 464
|
| 2339 |
+
# successes: 457 (98.5%)
|
| 2340 |
+
|
| 2341 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2342 |
+
Success: True
|
| 2343 |
+
# episodes completed so far: 465
|
| 2344 |
+
# successes: 458 (98.5%)
|
| 2345 |
+
|
| 2346 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2347 |
+
Success: True
|
| 2348 |
+
# episodes completed so far: 466
|
| 2349 |
+
# successes: 459 (98.5%)
|
| 2350 |
+
|
| 2351 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2352 |
+
Success: True
|
| 2353 |
+
# episodes completed so far: 467
|
| 2354 |
+
# successes: 460 (98.5%)
|
| 2355 |
+
|
| 2356 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2357 |
+
Success: True
|
| 2358 |
+
# episodes completed so far: 468
|
| 2359 |
+
# successes: 461 (98.5%)
|
| 2360 |
+
|
| 2361 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2362 |
+
Success: True
|
| 2363 |
+
# episodes completed so far: 469
|
| 2364 |
+
# successes: 462 (98.5%)
|
| 2365 |
+
|
| 2366 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2367 |
+
Success: True
|
| 2368 |
+
# episodes completed so far: 470
|
| 2369 |
+
# successes: 463 (98.5%)
|
| 2370 |
+
|
| 2371 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2372 |
+
Success: True
|
| 2373 |
+
# episodes completed so far: 471
|
| 2374 |
+
# successes: 464 (98.5%)
|
| 2375 |
+
|
| 2376 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2377 |
+
Success: True
|
| 2378 |
+
# episodes completed so far: 472
|
| 2379 |
+
# successes: 465 (98.5%)
|
| 2380 |
+
|
| 2381 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2382 |
+
Success: True
|
| 2383 |
+
# episodes completed so far: 473
|
| 2384 |
+
# successes: 466 (98.5%)
|
| 2385 |
+
|
| 2386 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2387 |
+
Success: True
|
| 2388 |
+
# episodes completed so far: 474
|
| 2389 |
+
# successes: 467 (98.5%)
|
| 2390 |
+
|
| 2391 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2392 |
+
Success: True
|
| 2393 |
+
# episodes completed so far: 475
|
| 2394 |
+
# successes: 468 (98.5%)
|
| 2395 |
+
|
| 2396 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2397 |
+
Success: True
|
| 2398 |
+
# episodes completed so far: 476
|
| 2399 |
+
# successes: 469 (98.5%)
|
| 2400 |
+
|
| 2401 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2402 |
+
Success: True
|
| 2403 |
+
# episodes completed so far: 477
|
| 2404 |
+
# successes: 470 (98.5%)
|
| 2405 |
+
|
| 2406 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2407 |
+
Success: True
|
| 2408 |
+
# episodes completed so far: 478
|
| 2409 |
+
# successes: 471 (98.5%)
|
| 2410 |
+
|
| 2411 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2412 |
+
Success: True
|
| 2413 |
+
# episodes completed so far: 479
|
| 2414 |
+
# successes: 472 (98.5%)
|
| 2415 |
+
|
| 2416 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2417 |
+
Success: True
|
| 2418 |
+
# episodes completed so far: 480
|
| 2419 |
+
# successes: 473 (98.5%)
|
| 2420 |
+
|
| 2421 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2422 |
+
Success: True
|
| 2423 |
+
# episodes completed so far: 481
|
| 2424 |
+
# successes: 474 (98.5%)
|
| 2425 |
+
|
| 2426 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2427 |
+
Success: True
|
| 2428 |
+
# episodes completed so far: 482
|
| 2429 |
+
# successes: 475 (98.5%)
|
| 2430 |
+
|
| 2431 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2432 |
+
Success: True
|
| 2433 |
+
# episodes completed so far: 483
|
| 2434 |
+
# successes: 476 (98.6%)
|
| 2435 |
+
|
| 2436 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2437 |
+
Success: True
|
| 2438 |
+
# episodes completed so far: 484
|
| 2439 |
+
# successes: 477 (98.6%)
|
| 2440 |
+
|
| 2441 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2442 |
+
Success: True
|
| 2443 |
+
# episodes completed so far: 485
|
| 2444 |
+
# successes: 478 (98.6%)
|
| 2445 |
+
|
| 2446 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2447 |
+
Success: True
|
| 2448 |
+
# episodes completed so far: 486
|
| 2449 |
+
# successes: 479 (98.6%)
|
| 2450 |
+
|
| 2451 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2452 |
+
Success: True
|
| 2453 |
+
# episodes completed so far: 487
|
| 2454 |
+
# successes: 480 (98.6%)
|
| 2455 |
+
|
| 2456 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2457 |
+
Success: True
|
| 2458 |
+
# episodes completed so far: 488
|
| 2459 |
+
# successes: 481 (98.6%)
|
| 2460 |
+
|
| 2461 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2462 |
+
Success: True
|
| 2463 |
+
# episodes completed so far: 489
|
| 2464 |
+
# successes: 482 (98.6%)
|
| 2465 |
+
|
| 2466 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2467 |
+
Success: True
|
| 2468 |
+
# episodes completed so far: 490
|
| 2469 |
+
# successes: 483 (98.6%)
|
| 2470 |
+
|
| 2471 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2472 |
+
Success: True
|
| 2473 |
+
# episodes completed so far: 491
|
| 2474 |
+
# successes: 484 (98.6%)
|
| 2475 |
+
|
| 2476 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2477 |
+
Success: True
|
| 2478 |
+
# episodes completed so far: 492
|
| 2479 |
+
# successes: 485 (98.6%)
|
| 2480 |
+
|
| 2481 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2482 |
+
Success: True
|
| 2483 |
+
# episodes completed so far: 493
|
| 2484 |
+
# successes: 486 (98.6%)
|
| 2485 |
+
|
| 2486 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2487 |
+
Success: True
|
| 2488 |
+
# episodes completed so far: 494
|
| 2489 |
+
# successes: 487 (98.6%)
|
| 2490 |
+
|
| 2491 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2492 |
+
Success: True
|
| 2493 |
+
# episodes completed so far: 495
|
| 2494 |
+
# successes: 488 (98.6%)
|
| 2495 |
+
|
| 2496 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2497 |
+
Success: True
|
| 2498 |
+
# episodes completed so far: 496
|
| 2499 |
+
# successes: 489 (98.6%)
|
| 2500 |
+
|
| 2501 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2502 |
+
Success: True
|
| 2503 |
+
# episodes completed so far: 497
|
| 2504 |
+
# successes: 490 (98.6%)
|
| 2505 |
+
|
| 2506 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2507 |
+
Success: True
|
| 2508 |
+
# episodes completed so far: 498
|
| 2509 |
+
# successes: 491 (98.6%)
|
| 2510 |
+
|
| 2511 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2512 |
+
Success: True
|
| 2513 |
+
# episodes completed so far: 499
|
| 2514 |
+
# successes: 492 (98.6%)
|
| 2515 |
+
|
| 2516 |
+
Task: pick up the black bowl on the wooden cabinet and place it on the plate
|
| 2517 |
+
Success: True
|
| 2518 |
+
# episodes completed so far: 500
|
| 2519 |
+
# successes: 493 (98.6%)
|
| 2520 |
+
Current task success rate: 1.0
|
| 2521 |
+
Current total success rate: 0.986
|
libero_spatial_2B_mee1e-2/starvla_qwen_dual/libero_spatial.log
ADDED
|
@@ -0,0 +1,300 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Step 100, Loss: {'mse_loss': 1.0885215997695923, 'mee_loss': 3.941105365753174, 'totoal_loss': 1.0885215997695923, 'data_time': 0.007986028009327129, 'model_time': 0.7039853610040154, 'learning_rate': 2.0000000000000002e-07, 'epoch': 0.24})
|
| 2 |
+
Step 200, Loss: {'mse_loss': 1.0163110494613647, 'mee_loss': 3.7629661560058594, 'totoal_loss': 1.0163110494613647, 'data_time': 0.008407412999076769, 'model_time': 0.7568766830081586, 'learning_rate': 4.0000000000000003e-07, 'epoch': 0.48})
|
| 3 |
+
Step 300, Loss: {'mse_loss': 0.8077380657196045, 'mee_loss': 2.9936046600341797, 'totoal_loss': 0.8077380657196045, 'data_time': 0.010839558992302045, 'model_time': 0.7227808089810424, 'learning_rate': 6.000000000000001e-07, 'epoch': 0.73})
|
| 4 |
+
Step 400, Loss: {'mse_loss': 0.5982745885848999, 'mee_loss': 2.296400308609009, 'totoal_loss': 0.5982745885848999, 'data_time': 0.00879335799254477, 'model_time': 0.7446353959967382, 'learning_rate': 8.000000000000001e-07, 'epoch': 0.97})
|
| 5 |
+
Step 500, Loss: {'mse_loss': 0.4859220087528229, 'mee_loss': 2.0638835430145264, 'totoal_loss': 0.4859220087528229, 'data_time': 0.008883240981958807, 'model_time': 0.7470823859912343, 'learning_rate': 1.0000000000000002e-06, 'epoch': 1.21})
|
| 6 |
+
Step 600, Loss: {'mse_loss': 0.38230326771736145, 'mee_loss': 1.6010605096817017, 'totoal_loss': 0.38230326771736145, 'data_time': 0.00821890399674885, 'model_time': 0.7391294319822919, 'learning_rate': 1.2000000000000002e-06, 'epoch': 1.45})
|
| 7 |
+
Step 700, Loss: {'mse_loss': 0.2911021113395691, 'mee_loss': 1.2109174728393555, 'totoal_loss': 0.2911021113395691, 'data_time': 0.010499081981834024, 'model_time': 0.7240377660200465, 'learning_rate': 1.4000000000000001e-06, 'epoch': 1.69})
|
| 8 |
+
Step 800, Loss: {'mse_loss': 0.23252004384994507, 'mee_loss': 1.034921646118164, 'totoal_loss': 0.23252004384994507, 'data_time': 0.008985538996057585, 'model_time': 0.7215434240060858, 'learning_rate': 1.6000000000000001e-06, 'epoch': 1.94})
|
| 9 |
+
Step 900, Loss: {'mse_loss': 0.14207713305950165, 'mee_loss': 0.6986376643180847, 'totoal_loss': 0.14207713305950165, 'data_time': 0.00034151901490986347, 'model_time': 0.7680201519979164, 'learning_rate': 1.8000000000000001e-06, 'epoch': 2.18})
|
| 10 |
+
Step 1000, Loss: {'mse_loss': 0.16959838569164276, 'mee_loss': 0.8245784640312195, 'totoal_loss': 0.16959838569164276, 'data_time': 0.0004838779859710485, 'model_time': 0.7537814069946762, 'learning_rate': 2.0000000000000003e-06, 'epoch': 2.42})
|
| 11 |
+
Step 1100, Loss: {'mse_loss': 0.1368066370487213, 'mee_loss': 0.7112277150154114, 'totoal_loss': 0.1368066370487213, 'data_time': 0.0003892210079357028, 'model_time': 0.7198969199962448, 'learning_rate': 2.2e-06, 'epoch': 2.66})
|
| 12 |
+
Step 1200, Loss: {'mse_loss': 0.11804912984371185, 'mee_loss': 0.6104139685630798, 'totoal_loss': 0.11804912984371185, 'data_time': 0.00036848001764155924, 'model_time': 0.7451376440003514, 'learning_rate': 2.4000000000000003e-06, 'epoch': 2.91})
|
| 13 |
+
Step 1300, Loss: {'mse_loss': 0.18011555075645447, 'mee_loss': 0.7906346917152405, 'totoal_loss': 0.18011555075645447, 'data_time': 0.000358260003849864, 'model_time': 0.736228170018876, 'learning_rate': 2.6e-06, 'epoch': 3.15})
|
| 14 |
+
Step 1400, Loss: {'mse_loss': 0.15540078282356262, 'mee_loss': 0.7488890886306763, 'totoal_loss': 0.15540078282356262, 'data_time': 0.00035844798549078405, 'model_time': 0.7378628939914051, 'learning_rate': 2.8000000000000003e-06, 'epoch': 3.39})
|
| 15 |
+
Step 1500, Loss: {'mse_loss': 0.1489277333021164, 'mee_loss': 0.7178404927253723, 'totoal_loss': 0.1489277333021164, 'data_time': 0.0005233810225035995, 'model_time': 0.783884852018673, 'learning_rate': 3e-06, 'epoch': 3.63})
|
| 16 |
+
Step 1600, Loss: {'mse_loss': 0.15053372085094452, 'mee_loss': 0.7231089472770691, 'totoal_loss': 0.15053372085094452, 'data_time': 0.0010241749987471849, 'model_time': 0.7722565199946985, 'learning_rate': 3.2000000000000003e-06, 'epoch': 3.87})
|
| 17 |
+
Step 1700, Loss: {'mse_loss': 0.16179725527763367, 'mee_loss': 0.7056779265403748, 'totoal_loss': 0.16179725527763367, 'data_time': 0.02247773398994468, 'model_time': 0.739459511009045, 'learning_rate': 3.4000000000000005e-06, 'epoch': 4.12})
|
| 18 |
+
Step 1800, Loss: {'mse_loss': 0.13527800142765045, 'mee_loss': 0.6499937176704407, 'totoal_loss': 0.13527800142765045, 'data_time': 0.023240990994963795, 'model_time': 0.7545889009779785, 'learning_rate': 3.6000000000000003e-06, 'epoch': 4.36})
|
| 19 |
+
Step 1900, Loss: {'mse_loss': 0.13061612844467163, 'mee_loss': 0.6570521593093872, 'totoal_loss': 0.13061612844467163, 'data_time': 0.02219258900731802, 'model_time': 0.7102125700039323, 'learning_rate': 3.8000000000000005e-06, 'epoch': 4.6})
|
| 20 |
+
Step 2000, Loss: {'mse_loss': 0.1254056990146637, 'mee_loss': 0.5896503329277039, 'totoal_loss': 0.1254056990146637, 'data_time': 0.021699282980989665, 'model_time': 0.7976732419920154, 'learning_rate': 4.000000000000001e-06, 'epoch': 4.84})
|
| 21 |
+
Step 2100, Loss: {'mse_loss': 0.1417565643787384, 'mee_loss': 0.6720448732376099, 'totoal_loss': 0.1417565643787384, 'data_time': 0.0090552470064722, 'model_time': 0.7187305680126883, 'learning_rate': 4.2000000000000004e-06, 'epoch': 5.08})
|
| 22 |
+
Step 2200, Loss: {'mse_loss': 0.17549829185009003, 'mee_loss': 0.7193741798400879, 'totoal_loss': 0.17549829185009003, 'data_time': 0.00854376598726958, 'model_time': 0.8154415499884635, 'learning_rate': 4.4e-06, 'epoch': 5.33})
|
| 23 |
+
Step 2300, Loss: {'mse_loss': 0.11898493766784668, 'mee_loss': 0.5553644299507141, 'totoal_loss': 0.11898493766784668, 'data_time': 0.00845567398937419, 'model_time': 0.7323409400123637, 'learning_rate': 4.600000000000001e-06, 'epoch': 5.57})
|
| 24 |
+
Step 2400, Loss: {'mse_loss': 0.08414491266012192, 'mee_loss': 0.4267389476299286, 'totoal_loss': 0.08414491266012192, 'data_time': 0.007622928998898715, 'model_time': 0.9320058929733932, 'learning_rate': 4.800000000000001e-06, 'epoch': 5.81})
|
| 25 |
+
Step 2500, Loss: {'mse_loss': 0.09868062287569046, 'mee_loss': 0.43419134616851807, 'totoal_loss': 0.09868062287569046, 'data_time': 0.007896803988842294, 'model_time': 0.812288715998875, 'learning_rate': 5e-06, 'epoch': 6.05})
|
| 26 |
+
Step 2600, Loss: {'mse_loss': 0.08209964632987976, 'mee_loss': 0.4161023199558258, 'totoal_loss': 0.08209964632987976, 'data_time': 0.008815440000034869, 'model_time': 0.7284567109891213, 'learning_rate': 5.2e-06, 'epoch': 6.3})
|
| 27 |
+
Step 2700, Loss: {'mse_loss': 0.21666695177555084, 'mee_loss': 0.9498026967048645, 'totoal_loss': 0.21666695177555084, 'data_time': 0.010463702987181023, 'model_time': 0.718115689989645, 'learning_rate': 5.400000000000001e-06, 'epoch': 6.54})
|
| 28 |
+
Step 2800, Loss: {'mse_loss': 0.09166049212217331, 'mee_loss': 0.46891218423843384, 'totoal_loss': 0.09166049212217331, 'data_time': 0.009328550018835813, 'model_time': 0.7211238820163999, 'learning_rate': 5.600000000000001e-06, 'epoch': 6.78})
|
| 29 |
+
Step 2900, Loss: {'mse_loss': 0.07668979465961456, 'mee_loss': 0.410213828086853, 'totoal_loss': 0.07668979465961456, 'data_time': 0.014831034990493208, 'model_time': 0.8232522589969449, 'learning_rate': 5.8e-06, 'epoch': 7.02})
|
| 30 |
+
Step 3000, Loss: {'mse_loss': 0.07037875056266785, 'mee_loss': 0.3648189604282379, 'totoal_loss': 0.07037875056266785, 'data_time': 0.015508421987760812, 'model_time': 0.7296343950147275, 'learning_rate': 6e-06, 'epoch': 7.26})
|
| 31 |
+
Step 3100, Loss: {'mse_loss': 0.0673033818602562, 'mee_loss': 0.34489622712135315, 'totoal_loss': 0.0673033818602562, 'data_time': 0.013577902020188048, 'model_time': 0.8129767359932885, 'learning_rate': 6.200000000000001e-06, 'epoch': 7.51})
|
| 32 |
+
Step 3200, Loss: {'mse_loss': 0.06625036895275116, 'mee_loss': 0.3452703654766083, 'totoal_loss': 0.06625036895275116, 'data_time': 0.01555416701012291, 'model_time': 0.7082284709904343, 'learning_rate': 6.4000000000000006e-06, 'epoch': 7.75})
|
| 33 |
+
Step 3300, Loss: {'mse_loss': 0.08703375607728958, 'mee_loss': 0.412914514541626, 'totoal_loss': 0.08703375607728958, 'data_time': 0.013853726995876059, 'model_time': 0.6544108250236604, 'learning_rate': 6.600000000000001e-06, 'epoch': 7.99})
|
| 34 |
+
Step 3400, Loss: {'mse_loss': 0.08957436680793762, 'mee_loss': 0.45315033197402954, 'totoal_loss': 0.08957436680793762, 'data_time': 0.023732189991278574, 'model_time': 0.7538189339975361, 'learning_rate': 6.800000000000001e-06, 'epoch': 8.23})
|
| 35 |
+
Step 3500, Loss: {'mse_loss': 0.08717992901802063, 'mee_loss': 0.4003145694732666, 'totoal_loss': 0.08717992901802063, 'data_time': 0.023652647010749206, 'model_time': 0.7098274720192421, 'learning_rate': 7e-06, 'epoch': 8.47})
|
| 36 |
+
Step 3600, Loss: {'mse_loss': 0.06411170959472656, 'mee_loss': 0.3437725901603699, 'totoal_loss': 0.06411170959472656, 'data_time': 0.021951356990030035, 'model_time': 0.8297884819912724, 'learning_rate': 7.2000000000000005e-06, 'epoch': 8.72})
|
| 37 |
+
Step 3700, Loss: {'mse_loss': 0.05876770615577698, 'mee_loss': 0.3237954378128052, 'totoal_loss': 0.05876770615577698, 'data_time': 0.023347145004663616, 'model_time': 0.7814558340178337, 'learning_rate': 7.4e-06, 'epoch': 8.96})
|
| 38 |
+
Step 3800, Loss: {'mse_loss': 0.08547864854335785, 'mee_loss': 0.4435458183288574, 'totoal_loss': 0.08547864854335785, 'data_time': 0.0003282930119894445, 'model_time': 0.7379359619808383, 'learning_rate': 7.600000000000001e-06, 'epoch': 9.2})
|
| 39 |
+
Step 3900, Loss: {'mse_loss': 0.0555901825428009, 'mee_loss': 0.293910413980484, 'totoal_loss': 0.0555901825428009, 'data_time': 0.0003982259950134903, 'model_time': 0.7498851379787084, 'learning_rate': 7.800000000000002e-06, 'epoch': 9.44})
|
| 40 |
+
Step 4000, Loss: {'mse_loss': 0.08121097087860107, 'mee_loss': 0.42586347460746765, 'totoal_loss': 0.08121097087860107, 'data_time': 0.0004367420042399317, 'model_time': 0.7234221099934075, 'learning_rate': 8.000000000000001e-06, 'epoch': 9.69})
|
| 41 |
+
Step 4100, Loss: {'mse_loss': 0.057365983724594116, 'mee_loss': 0.30481672286987305, 'totoal_loss': 0.057365983724594116, 'data_time': 0.0004565310082398355, 'model_time': 0.8355015370179899, 'learning_rate': 8.2e-06, 'epoch': 9.93})
|
| 42 |
+
Step 4200, Loss: {'mse_loss': 0.0652816966176033, 'mee_loss': 0.3266725242137909, 'totoal_loss': 0.0652816966176033, 'data_time': 0.0004944439860992134, 'model_time': 0.7297415240027476, 'learning_rate': 8.400000000000001e-06, 'epoch': 10.17})
|
| 43 |
+
Step 4300, Loss: {'mse_loss': 0.06764484941959381, 'mee_loss': 0.36505478620529175, 'totoal_loss': 0.06764484941959381, 'data_time': 0.0003726969880517572, 'model_time': 0.772220123995794, 'learning_rate': 8.6e-06, 'epoch': 10.41})
|
| 44 |
+
Step 4400, Loss: {'mse_loss': 0.06473252922296524, 'mee_loss': 0.3313176929950714, 'totoal_loss': 0.06473252922296524, 'data_time': 0.0003394579980522394, 'model_time': 0.7408729729941115, 'learning_rate': 8.8e-06, 'epoch': 10.65})
|
| 45 |
+
Step 4500, Loss: {'mse_loss': 0.07750675082206726, 'mee_loss': 0.3527366518974304, 'totoal_loss': 0.07750675082206726, 'data_time': 0.00035054501495324075, 'model_time': 0.7474462449899875, 'learning_rate': 9e-06, 'epoch': 10.9})
|
| 46 |
+
Step 4600, Loss: {'mse_loss': 0.06958337873220444, 'mee_loss': 0.360710084438324, 'totoal_loss': 0.06958337873220444, 'data_time': 0.00032773197744973004, 'model_time': 0.735141899989685, 'learning_rate': 9.200000000000002e-06, 'epoch': 11.14})
|
| 47 |
+
Step 4700, Loss: {'mse_loss': 0.056620609015226364, 'mee_loss': 0.2920193076133728, 'totoal_loss': 0.056620609015226364, 'data_time': 0.0003813820076175034, 'model_time': 0.7233568850206211, 'learning_rate': 9.4e-06, 'epoch': 11.38})
|
| 48 |
+
Step 4800, Loss: {'mse_loss': 0.06915583461523056, 'mee_loss': 0.34253525733947754, 'totoal_loss': 0.06915583461523056, 'data_time': 0.0004883679794147611, 'model_time': 0.7494091150001623, 'learning_rate': 9.600000000000001e-06, 'epoch': 11.62})
|
| 49 |
+
Step 4900, Loss: {'mse_loss': 0.0660024881362915, 'mee_loss': 0.34875473380088806, 'totoal_loss': 0.0660024881362915, 'data_time': 0.0003461889864411205, 'model_time': 0.7459150989889167, 'learning_rate': 9.800000000000001e-06, 'epoch': 11.86})
|
| 50 |
+
Step 5000, Loss: {'mse_loss': 0.07540015131235123, 'mee_loss': 0.34523987770080566, 'totoal_loss': 0.07540015131235123, 'data_time': 0.02861799401580356, 'model_time': 0.6944864930119365, 'learning_rate': 1e-05, 'epoch': 12.11})
|
| 51 |
+
Step 5100, Loss: {'mse_loss': 0.05273422971367836, 'mee_loss': 0.2844212055206299, 'totoal_loss': 0.05273422971367836, 'data_time': 0.023736417992040515, 'model_time': 0.7733090709953103, 'learning_rate': 9.999615090493604e-06, 'epoch': 12.35})
|
| 52 |
+
Step 5200, Loss: {'mse_loss': 0.052512962371110916, 'mee_loss': 0.29992005228996277, 'totoal_loss': 0.052512962371110916, 'data_time': 0.020505366992438212, 'model_time': 0.7197061719780322, 'learning_rate': 9.998460422756089e-06, 'epoch': 12.59})
|
| 53 |
+
Step 5300, Loss: {'mse_loss': 0.07117760926485062, 'mee_loss': 0.34260937571525574, 'totoal_loss': 0.07117760926485062, 'data_time': 0.0241446339932736, 'model_time': 0.7313870550133288, 'learning_rate': 9.996536179122874e-06, 'epoch': 12.83})
|
| 54 |
+
Step 5400, Loss: {'mse_loss': 0.057800035923719406, 'mee_loss': 0.3281206488609314, 'totoal_loss': 0.057800035923719406, 'data_time': 0.011888556007761508, 'model_time': 0.7338944180228282, 'learning_rate': 9.993842663454337e-06, 'epoch': 13.08})
|
| 55 |
+
Step 5500, Loss: {'mse_loss': 0.07350718975067139, 'mee_loss': 0.37497925758361816, 'totoal_loss': 0.07350718975067139, 'data_time': 0.00671157700708136, 'model_time': 0.8146228260011412, 'learning_rate': 9.990380301087824e-06, 'epoch': 13.32})
|
| 56 |
+
Step 5600, Loss: {'mse_loss': 0.045480240136384964, 'mee_loss': 0.24589785933494568, 'totoal_loss': 0.045480240136384964, 'data_time': 0.00925960301537998, 'model_time': 0.7723524419998284, 'learning_rate': 9.986149638770493e-06, 'epoch': 13.56})
|
| 57 |
+
Step 5700, Loss: {'mse_loss': 0.0409708134829998, 'mee_loss': 0.2169509083032608, 'totoal_loss': 0.0409708134829998, 'data_time': 0.009866848995443434, 'model_time': 0.7117715970089193, 'learning_rate': 9.981151344572967e-06, 'epoch': 13.8})
|
| 58 |
+
Step 5800, Loss: {'mse_loss': 0.07225485891103745, 'mee_loss': 0.34803110361099243, 'totoal_loss': 0.07225485891103745, 'data_time': 0.0003969839890487492, 'model_time': 0.7175994619901758, 'learning_rate': 9.975386207783839e-06, 'epoch': 14.04})
|
| 59 |
+
Step 5900, Loss: {'mse_loss': 0.050971709191799164, 'mee_loss': 0.27436745166778564, 'totoal_loss': 0.050971709191799164, 'data_time': 0.0003671260201372206, 'model_time': 0.8062481799861416, 'learning_rate': 9.968855138785041e-06, 'epoch': 14.29})
|
| 60 |
+
Step 6000, Loss: {'mse_loss': 0.04953284189105034, 'mee_loss': 0.289860337972641, 'totoal_loss': 0.04953284189105034, 'data_time': 0.0003512790135573596, 'model_time': 0.7510369629890192, 'learning_rate': 9.961559168908081e-06, 'epoch': 14.53})
|
| 61 |
+
Step 6100, Loss: {'mse_loss': 0.04273660108447075, 'mee_loss': 0.23613230884075165, 'totoal_loss': 0.04273660108447075, 'data_time': 0.00047731600352562964, 'model_time': 0.7100014539901167, 'learning_rate': 9.953499450271174e-06, 'epoch': 14.77})
|
| 62 |
+
Step 6200, Loss: {'mse_loss': 0.05571910738945007, 'mee_loss': 0.28568872809410095, 'totoal_loss': 0.05571910738945007, 'data_time': 0.0002944459847640246, 'model_time': 0.7712705640005879, 'learning_rate': 9.944677255597332e-06, 'epoch': 15.01})
|
| 63 |
+
Step 6300, Loss: {'mse_loss': 0.06266485899686813, 'mee_loss': 0.308121919631958, 'totoal_loss': 0.06266485899686813, 'data_time': 0.000359566998668015, 'model_time': 0.7188026840158273, 'learning_rate': 9.935093978013357e-06, 'epoch': 15.25})
|
| 64 |
+
Step 6400, Loss: {'mse_loss': 0.05093792453408241, 'mee_loss': 0.24560995399951935, 'totoal_loss': 0.05093792453408241, 'data_time': 0.0003405410097911954, 'model_time': 0.7228562939853873, 'learning_rate': 9.924751130829878e-06, 'epoch': 15.5})
|
| 65 |
+
Step 6500, Loss: {'mse_loss': 0.05000358074903488, 'mee_loss': 0.257174015045166, 'totoal_loss': 0.05000358074903488, 'data_time': 0.0003956379950977862, 'model_time': 0.8371330109948758, 'learning_rate': 9.91365034730236e-06, 'epoch': 15.74})
|
| 66 |
+
Step 6600, Loss: {'mse_loss': 0.06858301162719727, 'mee_loss': 0.3133198618888855, 'totoal_loss': 0.06858301162719727, 'data_time': 0.0004082739760633558, 'model_time': 0.7168441369722132, 'learning_rate': 9.901793380373204e-06, 'epoch': 15.98})
|
| 67 |
+
Step 6700, Loss: {'mse_loss': 0.0432751439511776, 'mee_loss': 0.22862300276756287, 'totoal_loss': 0.0432751439511776, 'data_time': 0.022957994980970398, 'model_time': 0.6968681370199192, 'learning_rate': 9.889182102394944e-06, 'epoch': 16.22})
|
| 68 |
+
Step 6800, Loss: {'mse_loss': 0.060844261199235916, 'mee_loss': 0.2894940972328186, 'totoal_loss': 0.060844261199235916, 'data_time': 0.028733343991916627, 'model_time': 0.8248674789792858, 'learning_rate': 9.875818504834564e-06, 'epoch': 16.46})
|
| 69 |
+
Step 6900, Loss: {'mse_loss': 0.03380918502807617, 'mee_loss': 0.19778206944465637, 'totoal_loss': 0.03380918502807617, 'data_time': 0.02114656099001877, 'model_time': 0.7691916180192493, 'learning_rate': 9.861704697959036e-06, 'epoch': 16.71})
|
| 70 |
+
Step 7000, Loss: {'mse_loss': 0.03677864000201225, 'mee_loss': 0.20523488521575928, 'totoal_loss': 0.03677864000201225, 'data_time': 0.02258526999503374, 'model_time': 0.7174014319898561, 'learning_rate': 9.846842910502077e-06, 'epoch': 16.95})
|
| 71 |
+
Step 7100, Loss: {'mse_loss': 0.02934732474386692, 'mee_loss': 0.1737605333328247, 'totoal_loss': 0.02934732474386692, 'data_time': 0.009698338020825759, 'model_time': 0.7105228980071843, 'learning_rate': 9.831235489312212e-06, 'epoch': 17.19})
|
| 72 |
+
Step 7200, Loss: {'mse_loss': 0.05419634282588959, 'mee_loss': 0.2605039179325104, 'totoal_loss': 0.05419634282588959, 'data_time': 0.008753934991545975, 'model_time': 0.7455338020226918, 'learning_rate': 9.814884898982168e-06, 'epoch': 17.43})
|
| 73 |
+
Step 7300, Loss: {'mse_loss': 0.032567840069532394, 'mee_loss': 0.19100640714168549, 'totoal_loss': 0.032567840069532394, 'data_time': 0.00842478999402374, 'model_time': 0.7266658160078805, 'learning_rate': 9.797793721459709e-06, 'epoch': 17.68})
|
| 74 |
+
Step 7400, Loss: {'mse_loss': 0.039475224912166595, 'mee_loss': 0.22900108993053436, 'totoal_loss': 0.039475224912166595, 'data_time': 0.008807740989141166, 'model_time': 0.7251703650108539, 'learning_rate': 9.779964655639886e-06, 'epoch': 17.92})
|
| 75 |
+
Step 7500, Loss: {'mse_loss': 0.04472043365240097, 'mee_loss': 0.23213444650173187, 'totoal_loss': 0.04472043365240097, 'data_time': 0.007451520010363311, 'model_time': 0.7149525939894374, 'learning_rate': 9.761400516938874e-06, 'epoch': 18.16})
|
| 76 |
+
Step 7600, Loss: {'mse_loss': 0.06152978911995888, 'mee_loss': 0.3142748773097992, 'totoal_loss': 0.06152978911995888, 'data_time': 0.008362984983250499, 'model_time': 0.8083030319830868, 'learning_rate': 9.74210423684938e-06, 'epoch': 18.4})
|
| 77 |
+
Step 7700, Loss: {'mse_loss': 0.05162463337182999, 'mee_loss': 0.26226717233657837, 'totoal_loss': 0.05162463337182999, 'data_time': 0.0076619149767793715, 'model_time': 0.734809260990005, 'learning_rate': 9.722078862477715e-06, 'epoch': 18.64})
|
| 78 |
+
Step 7800, Loss: {'mse_loss': 0.036177538335323334, 'mee_loss': 0.20395660400390625, 'totoal_loss': 0.036177538335323334, 'data_time': 0.008233380998717621, 'model_time': 0.7837076630094089, 'learning_rate': 9.701327556062637e-06, 'epoch': 18.89})
|
| 79 |
+
Step 7900, Loss: {'mse_loss': 0.05061430111527443, 'mee_loss': 0.2531573176383972, 'totoal_loss': 0.05061430111527443, 'data_time': 0.016294916975311935, 'model_time': 0.7152620339766145, 'learning_rate': 9.679853594475985e-06, 'epoch': 19.13})
|
| 80 |
+
Step 8000, Loss: {'mse_loss': 0.03761184215545654, 'mee_loss': 0.2212391197681427, 'totoal_loss': 0.03761184215545654, 'data_time': 0.01601662699249573, 'model_time': 0.7270148360112216, 'learning_rate': 9.657660368705225e-06, 'epoch': 19.37})
|
| 81 |
+
Step 8100, Loss: {'mse_loss': 0.03828020393848419, 'mee_loss': 0.19175812602043152, 'totoal_loss': 0.03828020393848419, 'data_time': 0.015361961995949969, 'model_time': 0.735697797004832, 'learning_rate': 9.634751383317983e-06, 'epoch': 19.61})
|
| 82 |
+
Step 8200, Loss: {'mse_loss': 0.038020797073841095, 'mee_loss': 0.214920774102211, 'totoal_loss': 0.038020797073841095, 'data_time': 0.014924087008694187, 'model_time': 0.7208902389975265, 'learning_rate': 9.611130255908619e-06, 'epoch': 19.85})
|
| 83 |
+
Step 8300, Loss: {'mse_loss': 0.029720444232225418, 'mee_loss': 0.17700572311878204, 'totoal_loss': 0.029720444232225418, 'data_time': 0.008931683987611905, 'model_time': 0.7573286550177727, 'learning_rate': 9.586800716526974e-06, 'epoch': 20.1})
|
| 84 |
+
Step 8400, Loss: {'mse_loss': 0.0371159091591835, 'mee_loss': 0.19252385199069977, 'totoal_loss': 0.0371159091591835, 'data_time': 0.00810427698888816, 'model_time': 0.7548415850033052, 'learning_rate': 9.561766607089355e-06, 'epoch': 20.34})
|
| 85 |
+
Step 8500, Loss: {'mse_loss': 0.05931362509727478, 'mee_loss': 0.2905191481113434, 'totoal_loss': 0.05931362509727478, 'data_time': 0.009372054017148912, 'model_time': 0.7527051010110881, 'learning_rate': 9.536031880771846e-06, 'epoch': 20.58})
|
| 86 |
+
Step 8600, Loss: {'mse_loss': 0.026691721752285957, 'mee_loss': 0.16431924700737, 'totoal_loss': 0.026691721752285957, 'data_time': 0.008692005008924752, 'model_time': 0.7077255139884073, 'learning_rate': 9.50960060138606e-06, 'epoch': 20.82})
|
| 87 |
+
Step 8700, Loss: {'mse_loss': 0.02591187320649624, 'mee_loss': 0.1441764235496521, 'totoal_loss': 0.02591187320649624, 'data_time': 0.007984669005963951, 'model_time': 0.703730381996138, 'learning_rate': 9.482476942737411e-06, 'epoch': 21.07})
|
| 88 |
+
Step 8800, Loss: {'mse_loss': 0.033630140125751495, 'mee_loss': 0.19105388224124908, 'totoal_loss': 0.033630140125751495, 'data_time': 0.008332167024491355, 'model_time': 0.7065736469812691, 'learning_rate': 9.45466518796603e-06, 'epoch': 21.31})
|
| 89 |
+
Step 8900, Loss: {'mse_loss': 0.06556426733732224, 'mee_loss': 0.29659801721572876, 'totoal_loss': 0.06556426733732224, 'data_time': 0.008250091021182016, 'model_time': 0.7293188110052142, 'learning_rate': 9.426169728870399e-06, 'epoch': 21.55})
|
| 90 |
+
Step 9000, Loss: {'mse_loss': 0.044761694967746735, 'mee_loss': 0.22620542347431183, 'totoal_loss': 0.044761694967746735, 'data_time': 0.008416186989052221, 'model_time': 0.6963896699890029, 'learning_rate': 9.396995065213835e-06, 'epoch': 21.79})
|
| 91 |
+
Step 9100, Loss: {'mse_loss': 0.03149931877851486, 'mee_loss': 0.1887466460466385, 'totoal_loss': 0.03149931877851486, 'data_time': 0.0004411489935591817, 'model_time': 0.7692374360049143, 'learning_rate': 9.367145804013938e-06, 'epoch': 22.03})
|
| 92 |
+
Step 9200, Loss: {'mse_loss': 0.042653921991586685, 'mee_loss': 0.2421218752861023, 'totoal_loss': 0.042653921991586685, 'data_time': 0.00035992401535622776, 'model_time': 0.7342420100176241, 'learning_rate': 9.336626658815071e-06, 'epoch': 22.28})
|
| 93 |
+
Step 9300, Loss: {'mse_loss': 0.03293849527835846, 'mee_loss': 0.18628773093223572, 'totoal_loss': 0.03293849527835846, 'data_time': 0.0003507549990899861, 'model_time': 0.9738275010022335, 'learning_rate': 9.305442448944056e-06, 'epoch': 22.52})
|
| 94 |
+
Step 9400, Loss: {'mse_loss': 0.03477393835783005, 'mee_loss': 0.17888233065605164, 'totoal_loss': 0.03477393835783005, 'data_time': 0.00045523798326030374, 'model_time': 0.7756873340113088, 'learning_rate': 9.273598098749124e-06, 'epoch': 22.76})
|
| 95 |
+
Step 9500, Loss: {'mse_loss': 0.045955974608659744, 'mee_loss': 0.24683688580989838, 'totoal_loss': 0.045955974608659744, 'data_time': 1.844649422011571, 'model_time': 1.0466074330033734, 'learning_rate': 9.241098636822324e-06, 'epoch': 23.0})
|
| 96 |
+
Step 9600, Loss: {'mse_loss': 0.02995876967906952, 'mee_loss': 0.17746031284332275, 'totoal_loss': 0.02995876967906952, 'data_time': 0.007954525004606694, 'model_time': 0.723300551995635, 'learning_rate': 9.207949195205442e-06, 'epoch': 23.24})
|
| 97 |
+
Step 9700, Loss: {'mse_loss': 0.03321743756532669, 'mee_loss': 0.18765434622764587, 'totoal_loss': 0.03321743756532669, 'data_time': 0.01018040400231257, 'model_time': 0.717312046996085, 'learning_rate': 9.174155008579588e-06, 'epoch': 23.49})
|
| 98 |
+
Step 9800, Loss: {'mse_loss': 0.06413795799016953, 'mee_loss': 0.2759748101234436, 'totoal_loss': 0.06413795799016953, 'data_time': 0.009451774007175118, 'model_time': 0.7177010730083566, 'learning_rate': 9.139721413438583e-06, 'epoch': 23.73})
|
| 99 |
+
Step 9900, Loss: {'mse_loss': 0.03443358838558197, 'mee_loss': 0.1908511519432068, 'totoal_loss': 0.03443358838558197, 'data_time': 0.011978258000453934, 'model_time': 0.7159230500110425, 'learning_rate': 9.104653847246273e-06, 'epoch': 23.97})
|
| 100 |
+
Step 10000, Loss: {'mse_loss': 0.03317960351705551, 'mee_loss': 0.1792808622121811, 'totoal_loss': 0.0349724106490612, 'data_time': 0.019084520026808605, 'model_time': 0.700156817008974, 'learning_rate': 9.068957847577869e-06, 'epoch': 24.21})
|
| 101 |
+
Step 10100, Loss: {'mse_loss': 0.06379146873950958, 'mee_loss': 0.3008138835430145, 'totoal_loss': 0.06679961085319519, 'data_time': 0.015750001010019332, 'model_time': 0.7165563360031229, 'learning_rate': 9.032639051245524e-06, 'epoch': 24.46})
|
| 102 |
+
Step 10200, Loss: {'mse_loss': 0.020762961357831955, 'mee_loss': 0.12545236945152283, 'totoal_loss': 0.02201748453080654, 'data_time': 0.018989436997799203, 'model_time': 0.7015181180031504, 'learning_rate': 8.995703193408199e-06, 'epoch': 24.7})
|
| 103 |
+
Step 10300, Loss: {'mse_loss': 0.03395925089716911, 'mee_loss': 0.18748953938484192, 'totoal_loss': 0.03583414480090141, 'data_time': 0.015099953976459801, 'model_time': 0.7060060950170737, 'learning_rate': 8.958156106666017e-06, 'epoch': 24.94})
|
| 104 |
+
Step 10400, Loss: {'mse_loss': 0.018953844904899597, 'mee_loss': 0.12050474435091019, 'totoal_loss': 0.02015889249742031, 'data_time': 0.01061727898195386, 'model_time': 0.7813173679751344, 'learning_rate': 8.92000372013924e-06, 'epoch': 25.18})
|
| 105 |
+
Step 10500, Loss: {'mse_loss': 0.03166929632425308, 'mee_loss': 0.1774638593196869, 'totoal_loss': 0.033443935215473175, 'data_time': 0.007777371007250622, 'model_time': 0.7384860049933195, 'learning_rate': 8.881252058531973e-06, 'epoch': 25.42})
|
| 106 |
+
Step 10600, Loss: {'mse_loss': 0.029327284544706345, 'mee_loss': 0.1680174022912979, 'totoal_loss': 0.03100745938718319, 'data_time': 0.013445992022752762, 'model_time': 0.7383874040096998, 'learning_rate': 8.841907241180809e-06, 'epoch': 25.67})
|
| 107 |
+
Step 10700, Loss: {'mse_loss': 0.029448047280311584, 'mee_loss': 0.16109474003314972, 'totoal_loss': 0.03105899505317211, 'data_time': 0.008752225985517725, 'model_time': 0.7177671869867481, 'learning_rate': 8.801975481088507e-06, 'epoch': 25.91})
|
| 108 |
+
Step 10800, Loss: {'mse_loss': 0.019888050854206085, 'mee_loss': 0.1267797350883484, 'totoal_loss': 0.02115584909915924, 'data_time': 0.00038699700962752104, 'model_time': 0.7326851450197864, 'learning_rate': 8.761463083942889e-06, 'epoch': 26.15})
|
| 109 |
+
Step 10900, Loss: {'mse_loss': 0.02849610522389412, 'mee_loss': 0.16214725375175476, 'totoal_loss': 0.0301175769418478, 'data_time': 0.0003157799947075546, 'model_time': 0.7804729059862439, 'learning_rate': 8.720376447121098e-06, 'epoch': 26.39})
|
| 110 |
+
Step 11000, Loss: {'mse_loss': 0.032398827373981476, 'mee_loss': 0.18130365014076233, 'totoal_loss': 0.034211862832307816, 'data_time': 0.000330388022121042, 'model_time': 0.7378179100051057, 'learning_rate': 8.678722058679382e-06, 'epoch': 26.63})
|
| 111 |
+
Step 11100, Loss: {'mse_loss': 0.04378710314631462, 'mee_loss': 0.1815190315246582, 'totoal_loss': 0.04560229182243347, 'data_time': 0.00037520998739637434, 'model_time': 0.7191127499972936, 'learning_rate': 8.636506496328546e-06, 'epoch': 26.88})
|
| 112 |
+
Step 11200, Loss: {'mse_loss': 0.039856743067502975, 'mee_loss': 0.1845666468143463, 'totoal_loss': 0.04170240834355354, 'data_time': 0.008448277978459373, 'model_time': 0.7231403999903705, 'learning_rate': 8.593736426395268e-06, 'epoch': 27.12})
|
| 113 |
+
Step 11300, Loss: {'mse_loss': 0.02856525406241417, 'mee_loss': 0.1624484360218048, 'totoal_loss': 0.030189737677574158, 'data_time': 0.00825224700383842, 'model_time': 0.7470628620067146, 'learning_rate': 8.550418602769392e-06, 'epoch': 27.36})
|
| 114 |
+
Step 11400, Loss: {'mse_loss': 0.03621704503893852, 'mee_loss': 0.17833362519741058, 'totoal_loss': 0.038000382483005524, 'data_time': 0.007460738008376211, 'model_time': 0.7253154620120768, 'learning_rate': 8.506559865837425e-06, 'epoch': 27.6})
|
| 115 |
+
Step 11500, Loss: {'mse_loss': 0.020873121917247772, 'mee_loss': 0.1194663867354393, 'totoal_loss': 0.022067785263061523, 'data_time': 0.008161395991919562, 'model_time': 0.8323725119989831, 'learning_rate': 8.462167141402359e-06, 'epoch': 27.85})
|
| 116 |
+
Step 11600, Loss: {'mse_loss': 0.02538536675274372, 'mee_loss': 0.1422683149576187, 'totoal_loss': 0.02680804952979088, 'data_time': 0.02455198601819575, 'model_time': 0.7235198160051368, 'learning_rate': 8.417247439589994e-06, 'epoch': 28.09})
|
| 117 |
+
Step 11700, Loss: {'mse_loss': 0.021352224051952362, 'mee_loss': 0.11882580816745758, 'totoal_loss': 0.022540481761097908, 'data_time': 0.023681502003455535, 'model_time': 0.8258807119855192, 'learning_rate': 8.371807853741978e-06, 'epoch': 28.33})
|
| 118 |
+
Step 11800, Loss: {'mse_loss': 0.03327690809965134, 'mee_loss': 0.17075763642787933, 'totoal_loss': 0.03498448431491852, 'data_time': 0.02650403100415133, 'model_time': 0.7107072609942406, 'learning_rate': 8.325855559295663e-06, 'epoch': 28.57})
|
| 119 |
+
Step 11900, Loss: {'mse_loss': 0.02900475636124611, 'mee_loss': 0.1461039036512375, 'totoal_loss': 0.03046579472720623, 'data_time': 0.024505465989932418, 'model_time': 0.723300551995635, 'learning_rate': 8.279397812651042e-06, 'epoch': 28.81})
|
| 120 |
+
Step 12000, Loss: {'mse_loss': 0.047623082995414734, 'mee_loss': 0.21042929589748383, 'totoal_loss': 0.04972737655043602, 'data_time': 0.008330095006385818, 'model_time': 0.7341817580163479, 'learning_rate': 8.232441950024864e-06, 'epoch': 29.06})
|
| 121 |
+
Step 12100, Loss: {'mse_loss': 0.035698581486940384, 'mee_loss': 0.19037199020385742, 'totoal_loss': 0.03760230168700218, 'data_time': 0.008790716005023569, 'model_time': 0.7393925650103483, 'learning_rate': 8.184995386292166e-06, 'epoch': 29.3})
|
| 122 |
+
Step 12200, Loss: {'mse_loss': 0.028125932440161705, 'mee_loss': 0.1542084515094757, 'totoal_loss': 0.029668016359210014, 'data_time': 0.011073132016463205, 'model_time': 0.7382253949763253, 'learning_rate': 8.137065613815381e-06, 'epoch': 29.54})
|
| 123 |
+
Step 12300, Loss: {'mse_loss': 0.043555937707424164, 'mee_loss': 0.2157888412475586, 'totoal_loss': 0.04571382701396942, 'data_time': 0.010608273005345836, 'model_time': 0.7237922860076651, 'learning_rate': 8.088660201261203e-06, 'epoch': 29.78})
|
| 124 |
+
Step 12400, Loss: {'mse_loss': 0.024564407765865326, 'mee_loss': 0.13480767607688904, 'totoal_loss': 0.025912484154105186, 'data_time': 0.016907805984374136, 'model_time': 0.7518171860137954, 'learning_rate': 8.039786792405404e-06, 'epoch': 30.02})
|
| 125 |
+
Step 12500, Loss: {'mse_loss': 0.020847631618380547, 'mee_loss': 0.1288405954837799, 'totoal_loss': 0.022136038169264793, 'data_time': 0.014364659000420943, 'model_time': 0.7075633709901012, 'learning_rate': 7.990453104925807e-06, 'epoch': 30.27})
|
| 126 |
+
Step 12600, Loss: {'mse_loss': 0.025179458782076836, 'mee_loss': 0.1400976926088333, 'totoal_loss': 0.026580436155200005, 'data_time': 0.018788015004247427, 'model_time': 0.7955150910129305, 'learning_rate': 7.940666929183554e-06, 'epoch': 30.51})
|
| 127 |
+
Step 12700, Loss: {'mse_loss': 0.026327194646000862, 'mee_loss': 0.14232969284057617, 'totoal_loss': 0.027750492095947266, 'data_time': 0.01532056397991255, 'model_time': 0.7010500950273126, 'learning_rate': 7.89043612699294e-06, 'epoch': 30.75})
|
| 128 |
+
Step 12800, Loss: {'mse_loss': 0.024583322927355766, 'mee_loss': 0.13328251242637634, 'totoal_loss': 0.025916147977113724, 'data_time': 0.01563689499744214, 'model_time': 0.6634044840175193, 'learning_rate': 7.839768630379917e-06, 'epoch': 30.99})
|
| 129 |
+
Step 12900, Loss: {'mse_loss': 0.022730465978384018, 'mee_loss': 0.1324634999036789, 'totoal_loss': 0.024055100977420807, 'data_time': 0.00039376597851514816, 'model_time': 0.7691659849951975, 'learning_rate': 7.788672440329562e-06, 'epoch': 31.23})
|
| 130 |
+
Step 13000, Loss: {'mse_loss': 0.030529411509633064, 'mee_loss': 0.1556406021118164, 'totoal_loss': 0.03208581730723381, 'data_time': 0.00034246299765072763, 'model_time': 0.7474496549984906, 'learning_rate': 7.737155625522608e-06, 'epoch': 31.48})
|
| 131 |
+
Step 13100, Loss: {'mse_loss': 0.041726309806108475, 'mee_loss': 0.19760426878929138, 'totoal_loss': 0.04370235279202461, 'data_time': 0.00035427798866294324, 'model_time': 0.732818254007725, 'learning_rate': 7.685226321061318e-06, 'epoch': 31.72})
|
| 132 |
+
Step 13200, Loss: {'mse_loss': 0.02406207099556923, 'mee_loss': 0.1309501975774765, 'totoal_loss': 0.025371573865413666, 'data_time': 0.0003519859747029841, 'model_time': 0.727322290011216, 'learning_rate': 7.632892727184844e-06, 'epoch': 31.96})
|
| 133 |
+
Step 13300, Loss: {'mse_loss': 0.04418843239545822, 'mee_loss': 0.19274687767028809, 'totoal_loss': 0.046115901321172714, 'data_time': 0.02276110599632375, 'model_time': 0.7528325479943305, 'learning_rate': 7.580163107974335e-06, 'epoch': 32.2})
|
| 134 |
+
Step 13400, Loss: {'mse_loss': 0.029977209866046906, 'mee_loss': 0.1640869677066803, 'totoal_loss': 0.03161808103322983, 'data_time': 0.02206761299748905, 'model_time': 0.7663676030060742, 'learning_rate': 7.527045790047922e-06, 'epoch': 32.45})
|
| 135 |
+
Step 13500, Loss: {'mse_loss': 0.026976531371474266, 'mee_loss': 0.1438036859035492, 'totoal_loss': 0.028414567932486534, 'data_time': 0.02371752299950458, 'model_time': 0.8134571220143698, 'learning_rate': 7.473549161245862e-06, 'epoch': 32.69})
|
| 136 |
+
Step 13600, Loss: {'mse_loss': 0.02749934419989586, 'mee_loss': 0.13766489923000336, 'totoal_loss': 0.028875993564724922, 'data_time': 0.03348710801219568, 'model_time': 0.7062410619982984, 'learning_rate': 7.419681669305998e-06, 'epoch': 32.93})
|
| 137 |
+
Step 13700, Loss: {'mse_loss': 0.02276766672730446, 'mee_loss': 0.11716034263372421, 'totoal_loss': 0.02393927052617073, 'data_time': 0.008404691005125642, 'model_time': 0.7221985590003897, 'learning_rate': 7.365451820529756e-06, 'epoch': 33.17})
|
| 138 |
+
Step 13800, Loss: {'mse_loss': 0.018904533237218857, 'mee_loss': 0.10908327996730804, 'totoal_loss': 0.019995365291833878, 'data_time': 0.008261729002697393, 'model_time': 0.6976421160215978, 'learning_rate': 7.310868178438909e-06, 'epoch': 33.41})
|
| 139 |
+
Step 13900, Loss: {'mse_loss': 0.018238583579659462, 'mee_loss': 0.10652178525924683, 'totoal_loss': 0.01930380053818226, 'data_time': 0.011870832997374237, 'model_time': 0.8112564260081854, 'learning_rate': 7.2559393624232985e-06, 'epoch': 33.66})
|
| 140 |
+
Step 14000, Loss: {'mse_loss': 0.024826543405652046, 'mee_loss': 0.1326887607574463, 'totoal_loss': 0.026153430342674255, 'data_time': 0.008351192984264344, 'model_time': 0.7214954509981908, 'learning_rate': 7.2006740463797296e-06, 'epoch': 33.9})
|
| 141 |
+
Step 14100, Loss: {'mse_loss': 0.029949849471449852, 'mee_loss': 0.14953097701072693, 'totoal_loss': 0.03144516050815582, 'data_time': 0.0003905489866156131, 'model_time': 0.8054220009944402, 'learning_rate': 7.145080957342262e-06, 'epoch': 34.14})
|
| 142 |
+
Step 14200, Loss: {'mse_loss': 0.02930016815662384, 'mee_loss': 0.13654491305351257, 'totoal_loss': 0.030665617436170578, 'data_time': 0.0003588039835449308, 'model_time': 0.8075584190082736, 'learning_rate': 7.0891688741041065e-06, 'epoch': 34.38})
|
| 143 |
+
Step 14300, Loss: {'mse_loss': 0.03270888701081276, 'mee_loss': 0.13104233145713806, 'totoal_loss': 0.034019310027360916, 'data_time': 0.00033307200646959245, 'model_time': 0.7135834940127097, 'learning_rate': 7.032946625831363e-06, 'epoch': 34.62})
|
| 144 |
+
Step 14400, Loss: {'mse_loss': 0.020791975781321526, 'mee_loss': 0.10819079726934433, 'totoal_loss': 0.02187388390302658, 'data_time': 0.008127707988023758, 'model_time': 0.7419216929993127, 'learning_rate': 6.976423090668781e-06, 'epoch': 34.87})
|
| 145 |
+
Step 14500, Loss: {'mse_loss': 0.02392123080790043, 'mee_loss': 0.1373496949672699, 'totoal_loss': 0.025294728577136993, 'data_time': 0.00039098001434467733, 'model_time': 0.7316749220190104, 'learning_rate': 6.919607194337806e-06, 'epoch': 35.11})
|
| 146 |
+
Step 14600, Loss: {'mse_loss': 0.01835411787033081, 'mee_loss': 0.10252843052148819, 'totoal_loss': 0.019379401579499245, 'data_time': 0.0003876209957525134, 'model_time': 0.7567307229910512, 'learning_rate': 6.8625079087270976e-06, 'epoch': 35.35})
|
| 147 |
+
Step 14700, Loss: {'mse_loss': 0.016561338678002357, 'mee_loss': 0.09559310227632523, 'totoal_loss': 0.017517270520329475, 'data_time': 0.009846700995694846, 'model_time': 0.7517729450191837, 'learning_rate': 6.8051342504757714e-06, 'epoch': 35.59})
|
| 148 |
+
Step 14800, Loss: {'mse_loss': 0.025388790294528008, 'mee_loss': 0.14549849927425385, 'totoal_loss': 0.026843775063753128, 'data_time': 0.008452848996967077, 'model_time': 0.7939566140121315, 'learning_rate': 6.747495279549561e-06, 'epoch': 35.84})
|
| 149 |
+
Step 14900, Loss: {'mse_loss': 0.0336742103099823, 'mee_loss': 0.17099565267562866, 'totoal_loss': 0.0353841669857502, 'data_time': 0.02102535602170974, 'model_time': 0.7272862099925987, 'learning_rate': 6.6896000978101465e-06, 'epoch': 36.08})
|
| 150 |
+
Step 15000, Loss: {'mse_loss': 0.024991445243358612, 'mee_loss': 0.13790619373321533, 'totoal_loss': 0.02637050673365593, 'data_time': 0.02099984700907953, 'model_time': 0.777325925999321, 'learning_rate': 6.631457847577869e-06, 'epoch': 36.32})
|
| 151 |
+
Step 15100, Loss: {'mse_loss': 0.012027186341583729, 'mee_loss': 0.07684963196516037, 'totoal_loss': 0.01279568299651146, 'data_time': 0.022087980003561825, 'model_time': 0.700731684017228, 'learning_rate': 6.573077710188046e-06, 'epoch': 36.56})
|
| 152 |
+
Step 15200, Loss: {'mse_loss': 0.01777074858546257, 'mee_loss': 0.10760677605867386, 'totoal_loss': 0.018846815451979637, 'data_time': 0.027980804996332154, 'model_time': 0.7064971379877534, 'learning_rate': 6.5144689045411345e-06, 'epoch': 36.8})
|
| 153 |
+
Step 15300, Loss: {'mse_loss': 0.04102957993745804, 'mee_loss': 0.16356217861175537, 'totoal_loss': 0.04266520217061043, 'data_time': 0.008202274999348447, 'model_time': 0.7166263739927672, 'learning_rate': 6.455640685646961e-06, 'epoch': 37.05})
|
| 154 |
+
Step 15400, Loss: {'mse_loss': 0.0211284551769495, 'mee_loss': 0.11811909824609756, 'totoal_loss': 0.022309646010398865, 'data_time': 0.01018951801233925, 'model_time': 0.716402846010169, 'learning_rate': 6.396602343163248e-06, 'epoch': 37.29})
|
| 155 |
+
Step 15500, Loss: {'mse_loss': 0.020441405475139618, 'mee_loss': 0.1228746622800827, 'totoal_loss': 0.021670151501893997, 'data_time': 0.008956389006925747, 'model_time': 0.7828714570205193, 'learning_rate': 6.337363199928669e-06, 'epoch': 37.53})
|
| 156 |
+
Step 15600, Loss: {'mse_loss': 0.015809357166290283, 'mee_loss': 0.09428733587265015, 'totoal_loss': 0.016752230003476143, 'data_time': 0.010720775986555964, 'model_time': 0.7150140189914964, 'learning_rate': 6.277932610490659e-06, 'epoch': 37.77})
|
| 157 |
+
Step 15700, Loss: {'mse_loss': 0.021281840279698372, 'mee_loss': 0.12662427127361298, 'totoal_loss': 0.02254808321595192, 'data_time': 0.00036267502582632005, 'model_time': 0.7459708820097148, 'learning_rate': 6.218319959628234e-06, 'epoch': 38.01})
|
| 158 |
+
Step 15800, Loss: {'mse_loss': 0.02776646986603737, 'mee_loss': 0.14215397834777832, 'totoal_loss': 0.029188008978962898, 'data_time': 0.00037599701317958534, 'model_time': 0.7587201819987968, 'learning_rate': 6.158534660870018e-06, 'epoch': 38.26})
|
| 159 |
+
Step 15900, Loss: {'mse_loss': 0.03330177813768387, 'mee_loss': 0.14709097146987915, 'totoal_loss': 0.034772686660289764, 'data_time': 0.0005227290093898773, 'model_time': 0.742716559994733, 'learning_rate': 6.0985861550077345e-06, 'epoch': 38.5})
|
| 160 |
+
Step 16000, Loss: {'mse_loss': 0.037800878286361694, 'mee_loss': 0.1405375897884369, 'totoal_loss': 0.03920625522732735, 'data_time': 0.00035481801023706794, 'model_time': 0.7187131039972883, 'learning_rate': 6.0384839086054095e-06, 'epoch': 38.74})
|
| 161 |
+
Step 16100, Loss: {'mse_loss': 0.020301036536693573, 'mee_loss': 0.1129668727517128, 'totoal_loss': 0.02143070474267006, 'data_time': 0.0003197070036549121, 'model_time': 0.6884305120038334, 'learning_rate': 5.978237412504472e-06, 'epoch': 38.98})
|
| 162 |
+
Step 16200, Loss: {'mse_loss': 0.020143311470746994, 'mee_loss': 0.12127256393432617, 'totoal_loss': 0.021356036886572838, 'data_time': 0.00036350099253468215, 'model_time': 0.7077588840038516, 'learning_rate': 5.917856180325059e-06, 'epoch': 39.23})
|
| 163 |
+
Step 16300, Loss: {'mse_loss': 0.014294873923063278, 'mee_loss': 0.09002359956502914, 'totoal_loss': 0.015195109881460667, 'data_time': 0.0003410640056245029, 'model_time': 0.7279508950014133, 'learning_rate': 5.857349746963692e-06, 'epoch': 39.47})
|
| 164 |
+
Step 16400, Loss: {'mse_loss': 0.028543923050165176, 'mee_loss': 0.15689446032047272, 'totoal_loss': 0.030112868174910545, 'data_time': 0.00035930800368078053, 'model_time': 0.7258812460058834, 'learning_rate': 5.796727667087611e-06, 'epoch': 39.71})
|
| 165 |
+
Step 16500, Loss: {'mse_loss': 0.01918216608464718, 'mee_loss': 0.11495696008205414, 'totoal_loss': 0.02033173479139805, 'data_time': 0.00044440501369535923, 'model_time': 0.7352450570033398, 'learning_rate': 5.735999513625984e-06, 'epoch': 39.95})
|
| 166 |
+
Step 16600, Loss: {'mse_loss': 0.014612879604101181, 'mee_loss': 0.09294983744621277, 'totoal_loss': 0.015542377717792988, 'data_time': 0.016168432019185275, 'model_time': 0.733121299999766, 'learning_rate': 5.675174876258223e-06, 'epoch': 40.19})
|
| 167 |
+
Step 16700, Loss: {'mse_loss': 0.022844424471259117, 'mee_loss': 0.12190171331167221, 'totoal_loss': 0.024063441902399063, 'data_time': 0.016874205000931397, 'model_time': 0.7302790250105318, 'learning_rate': 5.614263359899673e-06, 'epoch': 40.44})
|
| 168 |
+
Step 16800, Loss: {'mse_loss': 0.01933462917804718, 'mee_loss': 0.11153306812047958, 'totoal_loss': 0.020449960604310036, 'data_time': 0.026538906997302547, 'model_time': 0.7925798800133634, 'learning_rate': 5.553274583184875e-06, 'epoch': 40.68})
|
| 169 |
+
Step 16900, Loss: {'mse_loss': 0.03838537633419037, 'mee_loss': 0.17688186466693878, 'totoal_loss': 0.040154196321964264, 'data_time': 0.018500117992516607, 'model_time': 0.7047576350159943, 'learning_rate': 5.492218176948673e-06, 'epoch': 40.92})
|
| 170 |
+
Step 17000, Loss: {'mse_loss': 0.024435581639409065, 'mee_loss': 0.1292395442724228, 'totoal_loss': 0.025727976113557816, 'data_time': 0.008574758016038686, 'model_time': 0.7169598359905649, 'learning_rate': 5.431103782705404e-06, 'epoch': 41.16})
|
| 171 |
+
Step 17100, Loss: {'mse_loss': 0.02182731218636036, 'mee_loss': 0.12750038504600525, 'totoal_loss': 0.02310231514275074, 'data_time': 0.008413023984758183, 'model_time': 0.7161552229954395, 'learning_rate': 5.369941051126377e-06, 'epoch': 41.4})
|
| 172 |
+
Step 17200, Loss: {'mse_loss': 0.019640464335680008, 'mee_loss': 0.12160348147153854, 'totoal_loss': 0.020856499671936035, 'data_time': 0.009121712006162852, 'model_time': 0.7109737870050594, 'learning_rate': 5.308739640515932e-06, 'epoch': 41.65})
|
| 173 |
+
Step 17300, Loss: {'mse_loss': 0.013623078353703022, 'mee_loss': 0.08800039440393448, 'totoal_loss': 0.014503082260489464, 'data_time': 0.011223320005228743, 'model_time': 0.7292529279948212, 'learning_rate': 5.24750921528627e-06, 'epoch': 41.89})
|
| 174 |
+
Step 17400, Loss: {'mse_loss': 0.03270258009433746, 'mee_loss': 0.15198270976543427, 'totoal_loss': 0.03422240540385246, 'data_time': 0.00031632199534215033, 'model_time': 0.7176941849756986, 'learning_rate': 5.186259444431344e-06, 'epoch': 42.13})
|
| 175 |
+
Step 17500, Loss: {'mse_loss': 0.02481907047331333, 'mee_loss': 0.1272277534008026, 'totoal_loss': 0.026091348379850388, 'data_time': 0.00034971299464814365, 'model_time': 0.7929995370213874, 'learning_rate': 5.125e-06, 'epoch': 42.37})
|
| 176 |
+
Step 17600, Loss: {'mse_loss': 0.0210175309330225, 'mee_loss': 0.122439906001091, 'totoal_loss': 0.022241929545998573, 'data_time': 0.0003377319953870028, 'model_time': 0.7334341979876626, 'learning_rate': 5.063740555568656e-06, 'epoch': 42.62})
|
| 177 |
+
Step 17700, Loss: {'mse_loss': 0.013989160768687725, 'mee_loss': 0.08786462992429733, 'totoal_loss': 0.014867806807160378, 'data_time': 0.0003449429932516068, 'model_time': 0.7673037190106697, 'learning_rate': 5.002490784713731e-06, 'epoch': 42.86})
|
| 178 |
+
Step 17800, Loss: {'mse_loss': 0.016161033883690834, 'mee_loss': 0.10141825675964355, 'totoal_loss': 0.01717521622776985, 'data_time': 0.0003861559962388128, 'model_time': 0.7543594079907052, 'learning_rate': 4.9412603594840695e-06, 'epoch': 43.1})
|
| 179 |
+
Step 17900, Loss: {'mse_loss': 0.02758256532251835, 'mee_loss': 0.12440434098243713, 'totoal_loss': 0.028826609253883362, 'data_time': 0.00035317501169629395, 'model_time': 0.7530332950118463, 'learning_rate': 4.8800589488736245e-06, 'epoch': 43.34})
|
| 180 |
+
Step 18000, Loss: {'mse_loss': 0.028978314250707626, 'mee_loss': 0.10617129504680634, 'totoal_loss': 0.03004002757370472, 'data_time': 0.0004735680122394115, 'model_time': 0.7769255260063801, 'learning_rate': 4.818896217294598e-06, 'epoch': 43.58})
|
| 181 |
+
Step 18100, Loss: {'mse_loss': 0.021425893530249596, 'mee_loss': 0.10404302179813385, 'totoal_loss': 0.022466324269771576, 'data_time': 0.00042401900282129645, 'model_time': 0.8299449449987151, 'learning_rate': 4.757781823051329e-06, 'epoch': 43.83})
|
| 182 |
+
Step 18200, Loss: {'mse_loss': 0.010385772213339806, 'mee_loss': 0.06557691097259521, 'totoal_loss': 0.011041541583836079, 'data_time': 0.009087893005926162, 'model_time': 0.7142500519985333, 'learning_rate': 4.696725416815128e-06, 'epoch': 44.07})
|
| 183 |
+
Step 18300, Loss: {'mse_loss': 0.013689974322915077, 'mee_loss': 0.08456550538539886, 'totoal_loss': 0.014535629190504551, 'data_time': 0.009857189987087622, 'model_time': 0.7287313620036002, 'learning_rate': 4.635736640100327e-06, 'epoch': 44.31})
|
| 184 |
+
Step 18400, Loss: {'mse_loss': 0.024296799674630165, 'mee_loss': 0.13080467283725739, 'totoal_loss': 0.025604845955967903, 'data_time': 0.009588014014298096, 'model_time': 0.7246916860167403, 'learning_rate': 4.574825123741778e-06, 'epoch': 44.55})
|
| 185 |
+
Step 18500, Loss: {'mse_loss': 0.011130748316645622, 'mee_loss': 0.07227212935686111, 'totoal_loss': 0.011853469535708427, 'data_time': 0.007923713972559199, 'model_time': 0.8235198850161396, 'learning_rate': 4.5140004863740165e-06, 'epoch': 44.79})
|
| 186 |
+
Step 18600, Loss: {'mse_loss': 0.02406761609017849, 'mee_loss': 0.13356225192546844, 'totoal_loss': 0.025403238832950592, 'data_time': 0.01201962897903286, 'model_time': 0.7331228390103206, 'learning_rate': 4.45327233291239e-06, 'epoch': 45.04})
|
| 187 |
+
Step 18700, Loss: {'mse_loss': 0.024974588304758072, 'mee_loss': 0.13807711005210876, 'totoal_loss': 0.026355359703302383, 'data_time': 0.007989262987393886, 'model_time': 0.8052835630078334, 'learning_rate': 4.39265025303631e-06, 'epoch': 45.28})
|
| 188 |
+
Step 18800, Loss: {'mse_loss': 0.02305256947875023, 'mee_loss': 0.12654349207878113, 'totoal_loss': 0.02431800402700901, 'data_time': 0.009526818990707397, 'model_time': 0.6954753510071896, 'learning_rate': 4.332143819674943e-06, 'epoch': 45.52})
|
| 189 |
+
Step 18900, Loss: {'mse_loss': 0.0180371031165123, 'mee_loss': 0.09426277130842209, 'totoal_loss': 0.01897973008453846, 'data_time': 0.010418324993224815, 'model_time': 0.7078307860065252, 'learning_rate': 4.271762587495529e-06, 'epoch': 45.76})
|
| 190 |
+
Step 19000, Loss: {'mse_loss': 0.03441007062792778, 'mee_loss': 0.13508927822113037, 'totoal_loss': 0.03576096147298813, 'data_time': 0.0004644719883799553, 'model_time': 0.7660230240144301, 'learning_rate': 4.2115160913945914e-06, 'epoch': 46.0})
|
| 191 |
+
Step 19100, Loss: {'mse_loss': 0.01849142648279667, 'mee_loss': 0.11102349311113358, 'totoal_loss': 0.01960166171193123, 'data_time': 0.0005219510057941079, 'model_time': 0.7908349520002957, 'learning_rate': 4.151413844992267e-06, 'epoch': 46.25})
|
| 192 |
+
Step 19200, Loss: {'mse_loss': 0.012507072649896145, 'mee_loss': 0.07795488834381104, 'totoal_loss': 0.013286621309816837, 'data_time': 0.0008986159809865057, 'model_time': 0.8173329059791286, 'learning_rate': 4.091465339129985e-06, 'epoch': 46.49})
|
| 193 |
+
Step 19300, Loss: {'mse_loss': 0.013618272729218006, 'mee_loss': 0.08478386700153351, 'totoal_loss': 0.014466111548244953, 'data_time': 0.0003662389935925603, 'model_time': 0.8075597480055876, 'learning_rate': 4.031680040371768e-06, 'epoch': 46.73})
|
| 194 |
+
Step 19400, Loss: {'mse_loss': 0.010725913569331169, 'mee_loss': 0.0695517510175705, 'totoal_loss': 0.011421430855989456, 'data_time': 0.00037209701258689165, 'model_time': 0.8172748080105521, 'learning_rate': 3.972067389509344e-06, 'epoch': 46.97})
|
| 195 |
+
Step 19500, Loss: {'mse_loss': 0.017326895147562027, 'mee_loss': 0.0997658371925354, 'totoal_loss': 0.018324553966522217, 'data_time': 0.017614956974284723, 'model_time': 0.7163579550106078, 'learning_rate': 3.912636800071335e-06, 'epoch': 47.22})
|
| 196 |
+
Step 19600, Loss: {'mse_loss': 0.023747650906443596, 'mee_loss': 0.13494859635829926, 'totoal_loss': 0.025097137317061424, 'data_time': 0.021909859002334997, 'model_time': 0.7349105670000426, 'learning_rate': 3.853397656836754e-06, 'epoch': 47.46})
|
| 197 |
+
Step 19700, Loss: {'mse_loss': 0.024957725778222084, 'mee_loss': 0.11965353786945343, 'totoal_loss': 0.026154261082410812, 'data_time': 0.017319274018518627, 'model_time': 0.7414282600220758, 'learning_rate': 3.7943593143530404e-06, 'epoch': 47.7})
|
| 198 |
+
Step 19800, Loss: {'mse_loss': 0.015557287260890007, 'mee_loss': 0.0866108238697052, 'totoal_loss': 0.01642339490354061, 'data_time': 0.01746144800563343, 'model_time': 0.7368627979885787, 'learning_rate': 3.735531095458867e-06, 'epoch': 47.94})
|
| 199 |
+
Step 19900, Loss: {'mse_loss': 0.010418432764708996, 'mee_loss': 0.06964683532714844, 'totoal_loss': 0.011114900931715965, 'data_time': 0.027555089007364586, 'model_time': 0.7034431989886798, 'learning_rate': 3.6769222898119562e-06, 'epoch': 48.18})
|
| 200 |
+
Step 20000, Loss: {'mse_loss': 0.01644725352525711, 'mee_loss': 0.09795927256345749, 'totoal_loss': 0.01742684654891491, 'data_time': 0.022437635983806103, 'model_time': 0.7340020650008228, 'learning_rate': 3.618542152422132e-06, 'epoch': 48.43})
|
| 201 |
+
Step 20100, Loss: {'mse_loss': 0.01909821480512619, 'mee_loss': 0.10935419797897339, 'totoal_loss': 0.020191757008433342, 'data_time': 0.021589520998531953, 'model_time': 0.7247336159925908, 'learning_rate': 3.560399902189855e-06, 'epoch': 48.67})
|
| 202 |
+
Step 20200, Loss: {'mse_loss': 0.011863408610224724, 'mee_loss': 0.07616604119539261, 'totoal_loss': 0.012625069357454777, 'data_time': 0.023753746005240828, 'model_time': 0.9497085009934381, 'learning_rate': 3.502504720450441e-06, 'epoch': 48.91})
|
| 203 |
+
Step 20300, Loss: {'mse_loss': 0.009641271084547043, 'mee_loss': 0.0631089061498642, 'totoal_loss': 0.010272360406816006, 'data_time': 0.008982125989859924, 'model_time': 0.755486142996233, 'learning_rate': 3.4448657495242304e-06, 'epoch': 49.15})
|
| 204 |
+
Step 20400, Loss: {'mse_loss': 0.020058296620845795, 'mee_loss': 0.100420743227005, 'totoal_loss': 0.02106250450015068, 'data_time': 0.009246617002645507, 'model_time': 0.7394117939984426, 'learning_rate': 3.387492091272904e-06, 'epoch': 49.39})
|
| 205 |
+
Step 20500, Loss: {'mse_loss': 0.008469000458717346, 'mee_loss': 0.05659376084804535, 'totoal_loss': 0.009034938178956509, 'data_time': 0.008206358994357288, 'model_time': 0.7224352789926343, 'learning_rate': 3.3303928056621955e-06, 'epoch': 49.64})
|
| 206 |
+
Step 20600, Loss: {'mse_loss': 0.007496318779885769, 'mee_loss': 0.04984345659613609, 'totoal_loss': 0.007994753308594227, 'data_time': 0.007505789981223643, 'model_time': 0.7250022700172849, 'learning_rate': 3.2735769093312202e-06, 'epoch': 49.88})
|
| 207 |
+
Step 20700, Loss: {'mse_loss': 0.011663122102618217, 'mee_loss': 0.07336977124214172, 'totoal_loss': 0.01239681988954544, 'data_time': 0.0004033059813082218, 'model_time': 0.7454085979843512, 'learning_rate': 3.217053374168639e-06, 'epoch': 50.12})
|
| 208 |
+
Step 20800, Loss: {'mse_loss': 0.007592995651066303, 'mee_loss': 0.050313759595155716, 'totoal_loss': 0.00809613335877657, 'data_time': 0.0004457439936231822, 'model_time': 0.7132872590154875, 'learning_rate': 3.1608311258958953e-06, 'epoch': 50.36})
|
| 209 |
+
Step 20900, Loss: {'mse_loss': 0.01635519042611122, 'mee_loss': 0.09587239474058151, 'totoal_loss': 0.017313914373517036, 'data_time': 0.00044591198093257844, 'model_time': 0.7425918889930472, 'learning_rate': 3.10491904265774e-06, 'epoch': 50.61})
|
| 210 |
+
Step 21000, Loss: {'mse_loss': 0.024185391142964363, 'mee_loss': 0.11971279233694077, 'totoal_loss': 0.025382518768310547, 'data_time': 0.00045468099415302277, 'model_time': 0.7111354489752557, 'learning_rate': 3.0493259536202714e-06, 'epoch': 50.85})
|
| 211 |
+
Step 21100, Loss: {'mse_loss': 0.023600511252880096, 'mee_loss': 0.1091257631778717, 'totoal_loss': 0.024691767990589142, 'data_time': 0.017893542011734098, 'model_time': 0.7296003319788724, 'learning_rate': 2.9940606375767038e-06, 'epoch': 51.09})
|
| 212 |
+
Step 21200, Loss: {'mse_loss': 0.015374332666397095, 'mee_loss': 0.09442967176437378, 'totoal_loss': 0.016318628564476967, 'data_time': 0.017988643987337127, 'model_time': 0.7324364820087794, 'learning_rate': 2.939131821561094e-06, 'epoch': 51.33})
|
| 213 |
+
Step 21300, Loss: {'mse_loss': 0.012163654901087284, 'mee_loss': 0.07906278967857361, 'totoal_loss': 0.012954282574355602, 'data_time': 0.01765675999922678, 'model_time': 0.8147984679962974, 'learning_rate': 2.8845481794702473e-06, 'epoch': 51.57})
|
| 214 |
+
Step 21400, Loss: {'mse_loss': 0.013586808927357197, 'mee_loss': 0.08012154698371887, 'totoal_loss': 0.014388024806976318, 'data_time': 0.017836439015809447, 'model_time': 0.8034213490027469, 'learning_rate': 2.830318330694004e-06, 'epoch': 51.82})
|
| 215 |
+
Step 21500, Loss: {'mse_loss': 0.013898228295147419, 'mee_loss': 0.08306359499692917, 'totoal_loss': 0.014728864654898643, 'data_time': 0.026669140002923086, 'model_time': 0.7854502479895018, 'learning_rate': 2.7764508387541378e-06, 'epoch': 52.06})
|
| 216 |
+
Step 21600, Loss: {'mse_loss': 0.01846257410943508, 'mee_loss': 0.108567975461483, 'totoal_loss': 0.01954825408756733, 'data_time': 0.023131727997679263, 'model_time': 1.030374916997971, 'learning_rate': 2.7229542099520797e-06, 'epoch': 52.3})
|
| 217 |
+
Step 21700, Loss: {'mse_loss': 0.012474188581109047, 'mee_loss': 0.07699021697044373, 'totoal_loss': 0.013244090601801872, 'data_time': 0.022659699025098234, 'model_time': 0.6882658260001335, 'learning_rate': 2.669836892025666e-06, 'epoch': 52.54})
|
| 218 |
+
Step 21800, Loss: {'mse_loss': 0.01579693891108036, 'mee_loss': 0.0950254425406456, 'totoal_loss': 0.016747193410992622, 'data_time': 0.022594641981413588, 'model_time': 0.7220516120141838, 'learning_rate': 2.6171072728151557e-06, 'epoch': 52.78})
|
| 219 |
+
Step 21900, Loss: {'mse_loss': 0.01191322598606348, 'mee_loss': 0.06961846351623535, 'totoal_loss': 0.012609411031007767, 'data_time': 0.009325613005785272, 'model_time': 0.7229090970067773, 'learning_rate': 2.5647736789386828e-06, 'epoch': 53.03})
|
| 220 |
+
Step 22000, Loss: {'mse_loss': 0.018682261928915977, 'mee_loss': 0.09055032581090927, 'totoal_loss': 0.019587764516472816, 'data_time': 0.00849903398193419, 'model_time': 0.736910218023695, 'learning_rate': 2.5128443744773904e-06, 'epoch': 53.27})
|
| 221 |
+
Step 22100, Loss: {'mse_loss': 0.009525053203105927, 'mee_loss': 0.06158820539712906, 'totoal_loss': 0.010140934959053993, 'data_time': 0.008988526999019086, 'model_time': 0.7474606650066562, 'learning_rate': 2.4613275596704386e-06, 'epoch': 53.51})
|
| 222 |
+
Step 22200, Loss: {'mse_loss': 0.020915305241942406, 'mee_loss': 0.12607063353061676, 'totoal_loss': 0.02217601239681244, 'data_time': 0.008286775002488866, 'model_time': 0.7357542300014757, 'learning_rate': 2.4102313696200853e-06, 'epoch': 53.75})
|
| 223 |
+
Step 22300, Loss: {'mse_loss': 0.0168550256639719, 'mee_loss': 0.09509734809398651, 'totoal_loss': 0.017805999144911766, 'data_time': 0.00849865100462921, 'model_time': 0.6695289409835823, 'learning_rate': 2.359563873007063e-06, 'epoch': 54.0})
|
| 224 |
+
Step 22400, Loss: {'mse_loss': 0.016362857073545456, 'mee_loss': 0.09407049417495728, 'totoal_loss': 0.01730356179177761, 'data_time': 0.009506618982413784, 'model_time': 0.7226528320170473, 'learning_rate': 2.3093330708164465e-06, 'epoch': 54.24})
|
| 225 |
+
Step 22500, Loss: {'mse_loss': 0.025162164121866226, 'mee_loss': 0.09803619235754013, 'totoal_loss': 0.026142526417970657, 'data_time': 0.009470914024859667, 'model_time': 0.7078149449953344, 'learning_rate': 2.2595468950741943e-06, 'epoch': 54.48})
|
| 226 |
+
Step 22600, Loss: {'mse_loss': 0.01146742794662714, 'mee_loss': 0.07206711918115616, 'totoal_loss': 0.012188099324703217, 'data_time': 0.01203165200422518, 'model_time': 0.7489873720041942, 'learning_rate': 2.2102132075945974e-06, 'epoch': 54.72})
|
| 227 |
+
Step 22700, Loss: {'mse_loss': 0.014146639034152031, 'mee_loss': 0.08087072521448135, 'totoal_loss': 0.01495534647256136, 'data_time': 0.008772918983595446, 'model_time': 0.7358466629812028, 'learning_rate': 2.1613397987388e-06, 'epoch': 54.96})
|
| 228 |
+
Step 22800, Loss: {'mse_loss': 0.012756037525832653, 'mee_loss': 0.07099253684282303, 'totoal_loss': 0.013465963304042816, 'data_time': 0.009613401984097436, 'model_time': 0.7269660320016555, 'learning_rate': 2.1129343861846207e-06, 'epoch': 55.21})
|
| 229 |
+
Step 22900, Loss: {'mse_loss': 0.008524117060005665, 'mee_loss': 0.055642660707235336, 'totoal_loss': 0.009080544114112854, 'data_time': 0.012621041998500004, 'model_time': 0.7337219009932596, 'learning_rate': 2.065004613707836e-06, 'epoch': 55.45})
|
| 230 |
+
Step 23000, Loss: {'mse_loss': 0.014717772603034973, 'mee_loss': 0.0881071388721466, 'totoal_loss': 0.015598843805491924, 'data_time': 0.009354724985314533, 'model_time': 0.7200139409978874, 'learning_rate': 2.0175580499751375e-06, 'epoch': 55.69})
|
| 231 |
+
Step 23100, Loss: {'mse_loss': 0.027085648849606514, 'mee_loss': 0.12618659436702728, 'totoal_loss': 0.02834751456975937, 'data_time': 0.012534065986983478, 'model_time': 0.7385890759760514, 'learning_rate': 1.9706021873489604e-06, 'epoch': 55.93})
|
| 232 |
+
Step 23200, Loss: {'mse_loss': 0.010556267574429512, 'mee_loss': 0.0659496858716011, 'totoal_loss': 0.011215764097869396, 'data_time': 0.01088731799973175, 'model_time': 0.8128437119885348, 'learning_rate': 1.924144440704338e-06, 'epoch': 56.17})
|
| 233 |
+
Step 23300, Loss: {'mse_loss': 0.012706141918897629, 'mee_loss': 0.07679042220115662, 'totoal_loss': 0.013474046252667904, 'data_time': 0.008505348989274353, 'model_time': 0.7951536850014236, 'learning_rate': 1.8781921462580238e-06, 'epoch': 56.42})
|
| 234 |
+
Step 23400, Loss: {'mse_loss': 0.015282217413187027, 'mee_loss': 0.09251973032951355, 'totoal_loss': 0.016207415610551834, 'data_time': 0.008999512006994337, 'model_time': 0.7384121640061494, 'learning_rate': 1.8327525604100058e-06, 'epoch': 56.66})
|
| 235 |
+
Step 23500, Loss: {'mse_loss': 0.0077305445447564125, 'mee_loss': 0.0489315502345562, 'totoal_loss': 0.00821986049413681, 'data_time': 0.009075271023903042, 'model_time': 0.8256559880101122, 'learning_rate': 1.7878328585976426e-06, 'epoch': 56.9})
|
| 236 |
+
Step 23600, Loss: {'mse_loss': 0.01460389606654644, 'mee_loss': 0.08733515441417694, 'totoal_loss': 0.015477247536182404, 'data_time': 0.008229552011471242, 'model_time': 0.7040902389853727, 'learning_rate': 1.7434401341625765e-06, 'epoch': 57.14})
|
| 237 |
+
Step 23700, Loss: {'mse_loss': 0.012377907522022724, 'mee_loss': 0.0769055038690567, 'totoal_loss': 0.013146962970495224, 'data_time': 0.010381837986642495, 'model_time': 0.7159849310119171, 'learning_rate': 1.6995813972306108e-06, 'epoch': 57.38})
|
| 238 |
+
Step 23800, Loss: {'mse_loss': 0.013876260258257389, 'mee_loss': 0.08533574640750885, 'totoal_loss': 0.014729618094861507, 'data_time': 0.008897685998817906, 'model_time': 0.7153172520047519, 'learning_rate': 1.656263573604734e-06, 'epoch': 57.63})
|
| 239 |
+
Step 23900, Loss: {'mse_loss': 0.01813448593020439, 'mee_loss': 0.10676594823598862, 'totoal_loss': 0.01920214481651783, 'data_time': 0.00830905998009257, 'model_time': 0.7125728219980374, 'learning_rate': 1.613493503671454e-06, 'epoch': 57.87})
|
| 240 |
+
Step 24000, Loss: {'mse_loss': 0.025449899956583977, 'mee_loss': 0.0988464206457138, 'totoal_loss': 0.026438364759087563, 'data_time': 0.0006314580095931888, 'model_time': 0.8189753690094221, 'learning_rate': 1.5712779413206198e-06, 'epoch': 58.11})
|
| 241 |
+
Step 24100, Loss: {'mse_loss': 0.033145494759082794, 'mee_loss': 0.10931842774152756, 'totoal_loss': 0.034238677471876144, 'data_time': 0.0003450490185059607, 'model_time': 0.7236166890070308, 'learning_rate': 1.5296235528789028e-06, 'epoch': 58.35})
|
| 242 |
+
Step 24200, Loss: {'mse_loss': 0.014280913397669792, 'mee_loss': 0.0842025950551033, 'totoal_loss': 0.01512293890118599, 'data_time': 0.00047093199100345373, 'model_time': 0.7505262370104901, 'learning_rate': 1.4885369160571124e-06, 'epoch': 58.6})
|
| 243 |
+
Step 24300, Loss: {'mse_loss': 0.01898537017405033, 'mee_loss': 0.09227627515792847, 'totoal_loss': 0.019908132031559944, 'data_time': 0.0003983450005762279, 'model_time': 0.7233052550000139, 'learning_rate': 1.4480245189114938e-06, 'epoch': 58.84})
|
| 244 |
+
Step 24400, Loss: {'mse_loss': 0.02591312676668167, 'mee_loss': 0.10081833600997925, 'totoal_loss': 0.026921309530735016, 'data_time': 0.010270416998537257, 'model_time': 0.7253465469984803, 'learning_rate': 1.408092758819191e-06, 'epoch': 59.08})
|
| 245 |
+
Step 24500, Loss: {'mse_loss': 0.010108500719070435, 'mee_loss': 0.0642080307006836, 'totoal_loss': 0.010750580579042435, 'data_time': 0.008478301984723657, 'model_time': 0.7406365729984827, 'learning_rate': 1.368747941468028e-06, 'epoch': 59.32})
|
| 246 |
+
Step 24600, Loss: {'mse_loss': 0.01326161902397871, 'mee_loss': 0.07881581783294678, 'totoal_loss': 0.014049776829779148, 'data_time': 0.008718764001969248, 'model_time': 0.7553189710015431, 'learning_rate': 1.3299962798607614e-06, 'epoch': 59.56})
|
| 247 |
+
Step 24700, Loss: {'mse_loss': 0.025668907910585403, 'mee_loss': 0.136017844080925, 'totoal_loss': 0.027029085904359818, 'data_time': 0.010207070998148993, 'model_time': 0.7138550620002206, 'learning_rate': 1.2918438933339827e-06, 'epoch': 59.81})
|
| 248 |
+
Step 24800, Loss: {'mse_loss': 0.011285201646387577, 'mee_loss': 0.07088964432477951, 'totoal_loss': 0.01199409831315279, 'data_time': 0.02245380901149474, 'model_time': 0.7626741240092088, 'learning_rate': 1.2542968065918027e-06, 'epoch': 60.05})
|
| 249 |
+
Step 24900, Loss: {'mse_loss': 0.009567482396960258, 'mee_loss': 0.060525763779878616, 'totoal_loss': 0.010172739624977112, 'data_time': 0.02597558798152022, 'model_time': 0.703932108997833, 'learning_rate': 1.217360948754476e-06, 'epoch': 60.29})
|
| 250 |
+
Step 25000, Loss: {'mse_loss': 0.008018767461180687, 'mee_loss': 0.0508173368871212, 'totoal_loss': 0.008526940830051899, 'data_time': 0.02249678800581023, 'model_time': 0.801112266985001, 'learning_rate': 1.1810421524221318e-06, 'epoch': 60.53})
|
| 251 |
+
Step 25100, Loss: {'mse_loss': 0.01731421984732151, 'mee_loss': 0.08655337244272232, 'totoal_loss': 0.01817975379526615, 'data_time': 0.02554225199855864, 'model_time': 0.714894706994528, 'learning_rate': 1.1453461527537284e-06, 'epoch': 60.77})
|
| 252 |
+
Step 25200, Loss: {'mse_loss': 0.009525842033326626, 'mee_loss': 0.05601804703474045, 'totoal_loss': 0.010086022317409515, 'data_time': 0.00932863200432621, 'model_time': 0.7155439790221862, 'learning_rate': 1.1102785865614162e-06, 'epoch': 61.02})
|
| 253 |
+
Step 25300, Loss: {'mse_loss': 0.01466604694724083, 'mee_loss': 0.08700095117092133, 'totoal_loss': 0.015536056831479073, 'data_time': 0.011728270997991785, 'model_time': 0.7404796499758959, 'learning_rate': 1.0758449914204127e-06, 'epoch': 61.26})
|
| 254 |
+
Step 25400, Loss: {'mse_loss': 0.010444190353155136, 'mee_loss': 0.06415420025587082, 'totoal_loss': 0.011085731908679008, 'data_time': 0.009934050991432741, 'model_time': 0.7502080260019284, 'learning_rate': 1.0420508047945595e-06, 'epoch': 61.5})
|
| 255 |
+
Step 25500, Loss: {'mse_loss': 0.025729592889547348, 'mee_loss': 0.11634492129087448, 'totoal_loss': 0.026893042027950287, 'data_time': 0.008008170989342034, 'model_time': 0.774595972005045, 'learning_rate': 1.0089013631776776e-06, 'epoch': 61.74})
|
| 256 |
+
Step 25600, Loss: {'mse_loss': 0.010293588042259216, 'mee_loss': 0.06508175283670425, 'totoal_loss': 0.010944405570626259, 'data_time': 0.007767850998789072, 'model_time': 0.6718407899898011, 'learning_rate': 9.76401901250878e-07, 'epoch': 61.99})
|
| 257 |
+
Step 25700, Loss: {'mse_loss': 0.011970560066401958, 'mee_loss': 0.06910980492830276, 'totoal_loss': 0.012661658227443695, 'data_time': 0.008929682022426277, 'model_time': 0.7077360719849821, 'learning_rate': 9.44557551055946e-07, 'epoch': 62.23})
|
| 258 |
+
Step 25800, Loss: {'mse_loss': 0.009963544085621834, 'mee_loss': 0.062475625425577164, 'totoal_loss': 0.010588300414383411, 'data_time': 0.010560605995124206, 'model_time': 0.7305956930213142, 'learning_rate': 9.13373341184928e-07, 'epoch': 62.47})
|
| 259 |
+
Step 25900, Loss: {'mse_loss': 0.015264110639691353, 'mee_loss': 0.09271406382322311, 'totoal_loss': 0.016191251575946808, 'data_time': 0.00856213498627767, 'model_time': 0.7316505339986179, 'learning_rate': 8.828541959860623e-07, 'epoch': 62.71})
|
| 260 |
+
Step 26000, Loss: {'mse_loss': 0.011152687482535839, 'mee_loss': 0.07079175859689713, 'totoal_loss': 0.011860605329275131, 'data_time': 0.007553934003226459, 'model_time': 0.6931589969899505, 'learning_rate': 8.530049347861661e-07, 'epoch': 62.95})
|
| 261 |
+
Step 26100, Loss: {'mse_loss': 0.0097418911755085, 'mee_loss': 0.062302686274051666, 'totoal_loss': 0.010364918038249016, 'data_time': 0.008078312006546184, 'model_time': 0.7010609429853503, 'learning_rate': 8.238302711296034e-07, 'epoch': 63.2})
|
| 262 |
+
Step 26200, Loss: {'mse_loss': 0.017113836482167244, 'mee_loss': 0.07894023507833481, 'totoal_loss': 0.017903238534927368, 'data_time': 0.008672547992318869, 'model_time': 0.7554323319927789, 'learning_rate': 7.953348120339707e-07, 'epoch': 63.44})
|
| 263 |
+
Step 26300, Loss: {'mse_loss': 0.017903991043567657, 'mee_loss': 0.08318329602479935, 'totoal_loss': 0.018735824152827263, 'data_time': 0.011343909020069987, 'model_time': 0.7169528160011396, 'learning_rate': 7.675230572625892e-07, 'epoch': 63.68})
|
| 264 |
+
Step 26400, Loss: {'mse_loss': 0.01860477402806282, 'mee_loss': 0.08482752740383148, 'totoal_loss': 0.019453048706054688, 'data_time': 0.009895320981740952, 'model_time': 0.700781679013744, 'learning_rate': 7.40399398613941e-07, 'epoch': 63.92})
|
| 265 |
+
Step 26500, Loss: {'mse_loss': 0.00977909006178379, 'mee_loss': 0.061127837747335434, 'totoal_loss': 0.010390368290245533, 'data_time': 0.017912776005687192, 'model_time': 0.703579315013485, 'learning_rate': 7.139681192281557e-07, 'epoch': 64.16})
|
| 266 |
+
Step 26600, Loss: {'mse_loss': 0.013372846879065037, 'mee_loss': 0.07625867426395416, 'totoal_loss': 0.014135433360934258, 'data_time': 0.01793088801787235, 'model_time': 0.7413058070233092, 'learning_rate': 6.882333929106462e-07, 'epoch': 64.41})
|
| 267 |
+
Step 26700, Loss: {'mse_loss': 0.009917976334691048, 'mee_loss': 0.06316566467285156, 'totoal_loss': 0.010549632832407951, 'data_time': 0.017682503996184096, 'model_time': 0.7556756959820632, 'learning_rate': 6.63199283473027e-07, 'epoch': 64.65})
|
| 268 |
+
Step 26800, Loss: {'mse_loss': 0.014606494456529617, 'mee_loss': 0.08571907132863998, 'totoal_loss': 0.015463685616850853, 'data_time': 0.014814338006544858, 'model_time': 0.6957955819962081, 'learning_rate': 6.388697440913819e-07, 'epoch': 64.89})
|
| 269 |
+
Step 26900, Loss: {'mse_loss': 0.021926186978816986, 'mee_loss': 0.09619015455245972, 'totoal_loss': 0.02288808859884739, 'data_time': 0.010059988009743392, 'model_time': 0.7349627380026504, 'learning_rate': 6.152486166820176e-07, 'epoch': 65.13})
|
| 270 |
+
Step 27000, Loss: {'mse_loss': 0.011332773603498936, 'mee_loss': 0.06766802817583084, 'totoal_loss': 0.01200945395976305, 'data_time': 0.008830556995235384, 'model_time': 0.7175809320178814, 'learning_rate': 5.923396312947748e-07, 'epoch': 65.38})
|
| 271 |
+
Step 27100, Loss: {'mse_loss': 0.011826721020042896, 'mee_loss': 0.06408270448446274, 'totoal_loss': 0.012467548251152039, 'data_time': 0.010673807992134243, 'model_time': 0.7502902069827542, 'learning_rate': 5.701464055240163e-07, 'epoch': 65.62})
|
| 272 |
+
Step 27200, Loss: {'mse_loss': 0.0124801741912961, 'mee_loss': 0.07108475267887115, 'totoal_loss': 0.013191021978855133, 'data_time': 0.008652749005705118, 'model_time': 0.734100269008195, 'learning_rate': 5.48672443937364e-07, 'epoch': 65.86})
|
| 273 |
+
Step 27300, Loss: {'mse_loss': 0.012425086461007595, 'mee_loss': 0.07299024611711502, 'totoal_loss': 0.01315498910844326, 'data_time': 0.0005927419988438487, 'model_time': 0.7963447670044843, 'learning_rate': 5.279211375222855e-07, 'epoch': 66.1})
|
| 274 |
+
Step 27400, Loss: {'mse_loss': 0.010864381678402424, 'mee_loss': 0.06565093249082565, 'totoal_loss': 0.011520890519022942, 'data_time': 0.0003605159872677177, 'model_time': 0.7075063369993586, 'learning_rate': 5.07895763150622e-07, 'epoch': 66.34})
|
| 275 |
+
Step 27500, Loss: {'mse_loss': 0.008620331063866615, 'mee_loss': 0.056260399520397186, 'totoal_loss': 0.009182934649288654, 'data_time': 0.00033929297933354974, 'model_time': 0.7167407739907503, 'learning_rate': 4.885994830611266e-07, 'epoch': 66.59})
|
| 276 |
+
Step 27600, Loss: {'mse_loss': 0.014184324070811272, 'mee_loss': 0.07676544785499573, 'totoal_loss': 0.01495197881013155, 'data_time': 0.0003373640065547079, 'model_time': 0.7365652919979766, 'learning_rate': 4.700353443601156e-07, 'epoch': 66.83})
|
| 277 |
+
Step 27700, Loss: {'mse_loss': 0.009212667122483253, 'mee_loss': 0.0583946630358696, 'totoal_loss': 0.009796613827347755, 'data_time': 0.01824728399515152, 'model_time': 0.7069809449894819, 'learning_rate': 4.5220627854029224e-07, 'epoch': 67.07})
|
| 278 |
+
Step 27800, Loss: {'mse_loss': 0.011170509271323681, 'mee_loss': 0.07051253318786621, 'totoal_loss': 0.011875635012984276, 'data_time': 0.0172534019802697, 'model_time': 0.718891905999044, 'learning_rate': 4.351151010178311e-07, 'epoch': 67.31})
|
| 279 |
+
Step 27900, Loss: {'mse_loss': 0.013467952609062195, 'mee_loss': 0.06743909418582916, 'totoal_loss': 0.014142343774437904, 'data_time': 0.014622180024161935, 'model_time': 0.6925206059822813, 'learning_rate': 4.1876451068778983e-07, 'epoch': 67.55})
|
| 280 |
+
Step 28000, Loss: {'mse_loss': 0.019445806741714478, 'mee_loss': 0.09027688205242157, 'totoal_loss': 0.020348574966192245, 'data_time': 0.021210747014265507, 'model_time': 0.7882227009977214, 'learning_rate': 4.031570894979235e-07, 'epoch': 67.8})
|
| 281 |
+
Step 28100, Loss: {'mse_loss': 0.011586563661694527, 'mee_loss': 0.07194298505783081, 'totoal_loss': 0.01230599358677864, 'data_time': 0.03086210900801234, 'model_time': 0.7162447739974596, 'learning_rate': 3.882953020409644e-07, 'epoch': 68.04})
|
| 282 |
+
Step 28200, Loss: {'mse_loss': 0.010630639269948006, 'mee_loss': 0.06199607998132706, 'totoal_loss': 0.011250600218772888, 'data_time': 0.026845610002055764, 'model_time': 0.7488264919957146, 'learning_rate': 3.74181495165436e-07, 'epoch': 68.28})
|
| 283 |
+
Step 28300, Loss: {'mse_loss': 0.008224856108427048, 'mee_loss': 0.04958806186914444, 'totoal_loss': 0.00872073695063591, 'data_time': 0.022497288009617478, 'model_time': 0.7389724120148458, 'learning_rate': 3.608178976050568e-07, 'epoch': 68.52})
|
| 284 |
+
Step 28400, Loss: {'mse_loss': 0.01507296971976757, 'mee_loss': 0.08170183002948761, 'totoal_loss': 0.015889987349510193, 'data_time': 0.024859956989530474, 'model_time': 0.7160122049972415, 'learning_rate': 3.482066196267966e-07, 'epoch': 68.77})
|
| 285 |
+
Step 28500, Loss: {'mse_loss': 0.00762441148981452, 'mee_loss': 0.050391800701618195, 'totoal_loss': 0.008128329180181026, 'data_time': 0.01042735402006656, 'model_time': 0.7773326869937591, 'learning_rate': 3.36349652697643e-07, 'epoch': 69.01})
|
| 286 |
+
Step 28600, Loss: {'mse_loss': 0.014739000238478184, 'mee_loss': 0.08381504565477371, 'totoal_loss': 0.015577150508761406, 'data_time': 0.008280233014374971, 'model_time': 0.7998741519986652, 'learning_rate': 3.2524886917012403e-07, 'epoch': 69.25})
|
| 287 |
+
Step 28700, Loss: {'mse_loss': 0.009138476103544235, 'mee_loss': 0.05703185126185417, 'totoal_loss': 0.009708794765174389, 'data_time': 0.007594057009555399, 'model_time': 0.7507719109999016, 'learning_rate': 3.149060219866433e-07, 'epoch': 69.49})
|
| 288 |
+
Step 28800, Loss: {'mse_loss': 0.01736203394830227, 'mee_loss': 0.07391718029975891, 'totoal_loss': 0.018101206049323082, 'data_time': 0.010005924996221438, 'model_time': 0.7964128580060787, 'learning_rate': 3.053227444026695e-07, 'epoch': 69.73})
|
| 289 |
+
Step 28900, Loss: {'mse_loss': 0.007270306348800659, 'mee_loss': 0.04620549455285072, 'totoal_loss': 0.0077323610894382, 'data_time': 0.007674160005990416, 'model_time': 0.7077336469956208, 'learning_rate': 2.9650054972882544e-07, 'epoch': 69.98})
|
| 290 |
+
Step 29000, Loss: {'mse_loss': 0.012020112946629524, 'mee_loss': 0.07371658086776733, 'totoal_loss': 0.012757278978824615, 'data_time': 0.0003603269869927317, 'model_time': 0.7486329020175617, 'learning_rate': 2.884408310919209e-07, 'epoch': 70.22})
|
| 291 |
+
Step 29100, Loss: {'mse_loss': 0.01072812732309103, 'mee_loss': 0.06509117037057877, 'totoal_loss': 0.011379038915038109, 'data_time': 0.0003939559974242002, 'model_time': 0.740469837008277, 'learning_rate': 2.8114486121495906e-07, 'epoch': 70.46})
|
| 292 |
+
Step 29200, Loss: {'mse_loss': 0.01436957810074091, 'mee_loss': 0.08036483824253082, 'totoal_loss': 0.015173226594924927, 'data_time': 0.00033321999944746494, 'model_time': 0.7447686820232775, 'learning_rate': 2.746137922161617e-07, 'epoch': 70.7})
|
| 293 |
+
Step 29300, Loss: {'mse_loss': 0.025145936757326126, 'mee_loss': 0.09189140051603317, 'totoal_loss': 0.026064850389957428, 'data_time': 0.00032573399948887527, 'model_time': 0.7518001839926001, 'learning_rate': 2.68848655427034e-07, 'epoch': 70.94})
|
| 294 |
+
Step 29400, Loss: {'mse_loss': 0.01017787866294384, 'mee_loss': 0.05718015134334564, 'totoal_loss': 0.010749679990112782, 'data_time': 0.00047574902419000864, 'model_time': 0.7633796769951005, 'learning_rate': 2.638503612295071e-07, 'epoch': 71.19})
|
| 295 |
+
Step 29500, Loss: {'mse_loss': 0.01251574233174324, 'mee_loss': 0.07282175868749619, 'totoal_loss': 0.013243960216641426, 'data_time': 0.0003504179767332971, 'model_time': 0.8381368419795763, 'learning_rate': 2.5961969891217614e-07, 'epoch': 71.43})
|
| 296 |
+
Step 29600, Loss: {'mse_loss': 0.0166502483189106, 'mee_loss': 0.09179450571537018, 'totoal_loss': 0.0175681933760643, 'data_time': 0.00036623000050894916, 'model_time': 0.7468185409961734, 'learning_rate': 2.5615733654566483e-07, 'epoch': 71.67})
|
| 297 |
+
Step 29700, Loss: {'mse_loss': 0.01219559833407402, 'mee_loss': 0.07064340263605118, 'totoal_loss': 0.01290203258395195, 'data_time': 0.00036012401687912643, 'model_time': 0.7098261569917668, 'learning_rate': 2.5346382087712764e-07, 'epoch': 71.91})
|
| 298 |
+
Step 29800, Loss: {'mse_loss': 0.013601863756775856, 'mee_loss': 0.08158230781555176, 'totoal_loss': 0.014417686499655247, 'data_time': 0.025945377012249082, 'model_time': 0.7098259029735345, 'learning_rate': 2.515395772439128e-07, 'epoch': 72.15})
|
| 299 |
+
Step 29900, Loss: {'mse_loss': 0.007013136055320501, 'mee_loss': 0.04694667086005211, 'totoal_loss': 0.007482602726668119, 'data_time': 0.021651076996931806, 'model_time': 0.7714851489872672, 'learning_rate': 2.5038490950639644e-07, 'epoch': 72.4})
|
| 300 |
+
Step 30000, Loss: {'mse_loss': 0.011048168875277042, 'mee_loss': 0.06794512271881104, 'totoal_loss': 0.011727619916200638, 'data_time': 0.023121748003177345, 'model_time': 0.7341695140057709, 'learning_rate': 2.5e-07, 'epoch': 72.64})
|