Cognition2ActionLab commited on
Commit
a39d2cd
·
verified ·
1 Parent(s): 9a30ab6

Upload folder using huggingface_hub

Browse files
libero_10_2B/starvla_qwen_oft/config.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "starvla_qwen_oft",
3
+ "run_root_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models_2/libero_10_2B",
4
+ "seed": 42,
5
+ "trackers": [
6
+ "jsonl",
7
+ "wandb"
8
+ ],
9
+ "wandb_project": "starVLA",
10
+ "is_debug": false,
11
+ "enable_mee": false,
12
+ "mee_weight": 0.01,
13
+ "framework": {
14
+ "name": "QwenOFT",
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": 30000,
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_10_2B/starvla_qwen_oft"
129
+ }
libero_10_2B/starvla_qwen_oft/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/starvla_qwen_oft/final_model/pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb065693f40d4d5d20aa4962511b7c98da3c12fddc2d2f236e9d84de45ffaab4
3
+ size 4961646354
libero_10_2B/starvla_qwen_oft/libero_10.log ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Step 100, Loss: {'mse_loss': 0.21017171442508698, 'totoal_loss': 0.21017171442508698, 'data_time': 0.010444250990985893, 'model_time': 0.4911832619982306, 'learning_rate': 2.0000000000000002e-07, 'epoch': 0.13})
2
+ Step 200, Loss: {'mse_loss': 0.26242485642433167, 'totoal_loss': 0.26242485642433167, 'data_time': 0.010906551004154608, 'model_time': 0.5180661839985987, 'learning_rate': 4.0000000000000003e-07, 'epoch': 0.25})
3
+ Step 300, Loss: {'mse_loss': 0.24517638981342316, 'totoal_loss': 0.24517638981342316, 'data_time': 0.009420170987141319, 'model_time': 0.5079887720057741, 'learning_rate': 6.000000000000001e-07, 'epoch': 0.38})
4
+ Step 400, Loss: {'mse_loss': 0.18891805410385132, 'totoal_loss': 0.18891805410385132, 'data_time': 0.012386645001242869, 'model_time': 0.5417068030074006, 'learning_rate': 8.000000000000001e-07, 'epoch': 0.51})
5
+ Step 500, Loss: {'mse_loss': 0.15886902809143066, 'totoal_loss': 0.15886902809143066, 'data_time': 0.025917849998222664, 'model_time': 0.4607126290065935, 'learning_rate': 1.0000000000000002e-06, 'epoch': 0.63})
6
+ Step 600, Loss: {'mse_loss': 0.1768675148487091, 'totoal_loss': 0.1768675148487091, 'data_time': 0.01845988199056592, 'model_time': 0.4746748129982734, 'learning_rate': 1.2000000000000002e-06, 'epoch': 0.76})
7
+ Step 700, Loss: {'mse_loss': 0.16886816918849945, 'totoal_loss': 0.16886816918849945, 'data_time': 0.0165838450047886, 'model_time': 0.4814182550035184, 'learning_rate': 1.4000000000000001e-06, 'epoch': 0.89})
8
+ Step 800, Loss: {'mse_loss': 0.13204839825630188, 'totoal_loss': 0.13204839825630188, 'data_time': 0.007686568991630338, 'model_time': 0.5257762760011246, 'learning_rate': 1.6000000000000001e-06, 'epoch': 1.02})
9
+ Step 900, Loss: {'mse_loss': 0.14337721467018127, 'totoal_loss': 0.14337721467018127, 'data_time': 0.0089840460132109, 'model_time': 0.49680432000604924, 'learning_rate': 1.8000000000000001e-06, 'epoch': 1.14})
10
+ Step 1000, Loss: {'mse_loss': 0.1658383458852768, 'totoal_loss': 0.1658383458852768, 'data_time': 0.017049351008608937, 'model_time': 0.5752764859935269, 'learning_rate': 2.0000000000000003e-06, 'epoch': 1.27})
11
+ Step 1100, Loss: {'mse_loss': 0.1365276426076889, 'totoal_loss': 0.1365276426076889, 'data_time': 0.010538343005464412, 'model_time': 0.5041334930137964, 'learning_rate': 2.2e-06, 'epoch': 1.4})
12
+ Step 1200, Loss: {'mse_loss': 0.1499170958995819, 'totoal_loss': 0.1499170958995819, 'data_time': 0.01046850299462676, 'model_time': 0.5058243829989806, 'learning_rate': 2.4000000000000003e-06, 'epoch': 1.52})
13
+ Step 1300, Loss: {'mse_loss': 0.12421978265047073, 'totoal_loss': 0.12421978265047073, 'data_time': 0.00980341900140047, 'model_time': 0.48721843599923886, 'learning_rate': 2.6e-06, 'epoch': 1.65})
14
+ Step 1400, Loss: {'mse_loss': 0.13361616432666779, 'totoal_loss': 0.13361616432666779, 'data_time': 0.00043451499368529767, 'model_time': 0.7524879300035536, 'learning_rate': 2.8000000000000003e-06, 'epoch': 1.78})
15
+ Step 1500, Loss: {'mse_loss': 0.11656184494495392, 'totoal_loss': 0.11656184494495392, 'data_time': 0.000615281009231694, 'model_time': 0.5865158829983557, 'learning_rate': 3e-06, 'epoch': 1.9})
16
+ Step 1600, Loss: {'mse_loss': 0.14144212007522583, 'totoal_loss': 0.14144212007522583, 'data_time': 0.00909619199228473, 'model_time': 0.4876214789983351, 'learning_rate': 3.2000000000000003e-06, 'epoch': 2.03})
17
+ Step 1700, Loss: {'mse_loss': 0.10861959308385849, 'totoal_loss': 0.10861959308385849, 'data_time': 0.012925636998261325, 'model_time': 0.4812274870055262, 'learning_rate': 3.4000000000000005e-06, 'epoch': 2.16})
18
+ Step 1800, Loss: {'mse_loss': 0.12604640424251556, 'totoal_loss': 0.12604640424251556, 'data_time': 0.01038162199256476, 'model_time': 0.5949310629948741, 'learning_rate': 3.6000000000000003e-06, 'epoch': 2.28})
19
+ Step 1900, Loss: {'mse_loss': 0.11042488366365433, 'totoal_loss': 0.11042488366365433, 'data_time': 0.008862353992299177, 'model_time': 0.4987238529865863, 'learning_rate': 3.8000000000000005e-06, 'epoch': 2.41})
20
+ Step 2000, Loss: {'mse_loss': 0.11408549547195435, 'totoal_loss': 0.11408549547195435, 'data_time': 0.01480337799875997, 'model_time': 0.560119867004687, 'learning_rate': 4.000000000000001e-06, 'epoch': 2.54})
21
+ Step 2100, Loss: {'mse_loss': 0.10272608697414398, 'totoal_loss': 0.10272608697414398, 'data_time': 0.012088856004993431, 'model_time': 0.4802171589981299, 'learning_rate': 4.2000000000000004e-06, 'epoch': 2.66})
22
+ Step 2200, Loss: {'mse_loss': 0.084585040807724, 'totoal_loss': 0.084585040807724, 'data_time': 0.00883218800299801, 'model_time': 0.4928880249935901, 'learning_rate': 4.4e-06, 'epoch': 2.79})
23
+ Step 2300, Loss: {'mse_loss': 0.09699305891990662, 'totoal_loss': 0.09699305891990662, 'data_time': 0.01202849300170783, 'model_time': 0.5073548149957787, 'learning_rate': 4.600000000000001e-06, 'epoch': 2.92})
24
+ Step 2400, Loss: {'mse_loss': 0.10428420454263687, 'totoal_loss': 0.10428420454263687, 'data_time': 0.016852325992658734, 'model_time': 0.5092160229978617, 'learning_rate': 4.800000000000001e-06, 'epoch': 3.05})
25
+ Step 2500, Loss: {'mse_loss': 0.1088043674826622, 'totoal_loss': 0.1088043674826622, 'data_time': 0.020280409007682465, 'model_time': 0.47295290099282283, 'learning_rate': 5e-06, 'epoch': 3.17})
26
+ Step 2600, Loss: {'mse_loss': 0.09556867182254791, 'totoal_loss': 0.09556867182254791, 'data_time': 0.019593942997744307, 'model_time': 0.5350640880060382, 'learning_rate': 5.2e-06, 'epoch': 3.3})
27
+ Step 2700, Loss: {'mse_loss': 0.07676722854375839, 'totoal_loss': 0.07676722854375839, 'data_time': 0.01871155999833718, 'model_time': 0.5660095630009891, 'learning_rate': 5.400000000000001e-06, 'epoch': 3.43})
28
+ Step 2800, Loss: {'mse_loss': 0.1017090454697609, 'totoal_loss': 0.1017090454697609, 'data_time': 0.022209604998352006, 'model_time': 0.5845856340019964, 'learning_rate': 5.600000000000001e-06, 'epoch': 3.55})
29
+ Step 2900, Loss: {'mse_loss': 0.09182829409837723, 'totoal_loss': 0.09182829409837723, 'data_time': 0.017866578011307865, 'model_time': 0.4860468840051908, 'learning_rate': 5.8e-06, 'epoch': 3.68})
30
+ Step 3000, Loss: {'mse_loss': 0.10487702488899231, 'totoal_loss': 0.10487702488899231, 'data_time': 0.014900417998433113, 'model_time': 0.516017036003177, 'learning_rate': 6e-06, 'epoch': 3.81})
31
+ Step 3100, Loss: {'mse_loss': 0.08701261132955551, 'totoal_loss': 0.08701261132955551, 'data_time': 0.013689850995433517, 'model_time': 0.4753503190004267, 'learning_rate': 6.200000000000001e-06, 'epoch': 3.93})
32
+ Step 3200, Loss: {'mse_loss': 0.10156561434268951, 'totoal_loss': 0.10156561434268951, 'data_time': 0.018270868007675745, 'model_time': 0.502967277992866, 'learning_rate': 6.4000000000000006e-06, 'epoch': 4.06})
33
+ Step 3300, Loss: {'mse_loss': 0.08686336874961853, 'totoal_loss': 0.08686336874961853, 'data_time': 0.016625921009108424, 'model_time': 0.5266260219941614, 'learning_rate': 6.600000000000001e-06, 'epoch': 4.19})
34
+ Step 3400, Loss: {'mse_loss': 0.08444476872682571, 'totoal_loss': 0.08444476872682571, 'data_time': 0.018760356004349887, 'model_time': 0.49033678699925076, 'learning_rate': 6.800000000000001e-06, 'epoch': 4.31})
35
+ Step 3500, Loss: {'mse_loss': 0.08699677884578705, 'totoal_loss': 0.08699677884578705, 'data_time': 0.022168832991155796, 'model_time': 0.550514792004833, 'learning_rate': 7e-06, 'epoch': 4.44})
36
+ Step 3600, Loss: {'mse_loss': 0.09798956662416458, 'totoal_loss': 0.09798956662416458, 'data_time': 0.022724096997990273, 'model_time': 0.5529829139995854, 'learning_rate': 7.2000000000000005e-06, 'epoch': 4.57})
37
+ Step 3700, Loss: {'mse_loss': 0.07612614333629608, 'totoal_loss': 0.07612614333629608, 'data_time': 0.0177350000012666, 'model_time': 0.48649505199864507, 'learning_rate': 7.4e-06, 'epoch': 4.7})
38
+ Step 3800, Loss: {'mse_loss': 0.08926519751548767, 'totoal_loss': 0.08926519751548767, 'data_time': 0.01582521400996484, 'model_time': 0.4771815159911057, 'learning_rate': 7.600000000000001e-06, 'epoch': 4.82})
39
+ Step 3900, Loss: {'mse_loss': 0.054144375026226044, 'totoal_loss': 0.054144375026226044, 'data_time': 0.016385220995289274, 'model_time': 0.4986471390002407, 'learning_rate': 7.800000000000002e-06, 'epoch': 4.95})
40
+ Step 4000, Loss: {'mse_loss': 0.0761842280626297, 'totoal_loss': 0.0761842280626297, 'data_time': 0.01761947199702263, 'model_time': 0.48784731699561235, 'learning_rate': 8.000000000000001e-06, 'epoch': 5.08})
41
+ Step 4100, Loss: {'mse_loss': 0.09563234448432922, 'totoal_loss': 0.09563234448432922, 'data_time': 0.020132549994741566, 'model_time': 0.5425414369965438, 'learning_rate': 8.2e-06, 'epoch': 5.2})
42
+ Step 4200, Loss: {'mse_loss': 0.07086094468832016, 'totoal_loss': 0.07086094468832016, 'data_time': 0.00048003799747675657, 'model_time': 0.5234807680099038, 'learning_rate': 8.400000000000001e-06, 'epoch': 5.33})
43
+ Step 4300, Loss: {'mse_loss': 0.07592315971851349, 'totoal_loss': 0.07592315971851349, 'data_time': 0.00033603499468881637, 'model_time': 0.4967743079905631, 'learning_rate': 8.6e-06, 'epoch': 5.46})
44
+ Step 4400, Loss: {'mse_loss': 0.07225491851568222, 'totoal_loss': 0.07225491851568222, 'data_time': 0.0004243660077918321, 'model_time': 0.4897059899958549, 'learning_rate': 8.8e-06, 'epoch': 5.58})
45
+ Step 4500, Loss: {'mse_loss': 0.09926464408636093, 'totoal_loss': 0.09926464408636093, 'data_time': 0.0005797320045530796, 'model_time': 0.5807157849922078, 'learning_rate': 9e-06, 'epoch': 5.71})
46
+ Step 4600, Loss: {'mse_loss': 0.07238834351301193, 'totoal_loss': 0.07238834351301193, 'data_time': 0.00043820599967148155, 'model_time': 0.5233767740137409, 'learning_rate': 9.200000000000002e-06, 'epoch': 5.84})
47
+ Step 4700, Loss: {'mse_loss': 0.08592510968446732, 'totoal_loss': 0.08592510968446732, 'data_time': 0.00039172898686956614, 'model_time': 0.5137272229912924, 'learning_rate': 9.4e-06, 'epoch': 5.96})
48
+ Step 4800, Loss: {'mse_loss': 0.0660996064543724, 'totoal_loss': 0.0660996064543724, 'data_time': 0.019009827010449953, 'model_time': 0.46466194800450467, 'learning_rate': 9.600000000000001e-06, 'epoch': 6.09})
49
+ Step 4900, Loss: {'mse_loss': 0.0597524419426918, 'totoal_loss': 0.0597524419426918, 'data_time': 0.02017178099777084, 'model_time': 0.8544935299869394, 'learning_rate': 9.800000000000001e-06, 'epoch': 6.22})
50
+ Step 5000, Loss: {'mse_loss': 0.07327447831630707, 'totoal_loss': 0.07327447831630707, 'data_time': 0.015812024008482695, 'model_time': 0.5617646769969724, 'learning_rate': 1e-05, 'epoch': 6.35})
51
+ Step 5100, Loss: {'mse_loss': 0.061245113611221313, 'totoal_loss': 0.061245113611221313, 'data_time': 0.01886190799996257, 'model_time': 0.5171811609907309, 'learning_rate': 9.999615090493604e-06, 'epoch': 6.47})
52
+ Step 5200, Loss: {'mse_loss': 0.08564212173223495, 'totoal_loss': 0.08564212173223495, 'data_time': 0.01710279000690207, 'model_time': 0.49481829500291497, 'learning_rate': 9.998460422756089e-06, 'epoch': 6.6})
53
+ Step 5300, Loss: {'mse_loss': 0.054753486067056656, 'totoal_loss': 0.054753486067056656, 'data_time': 0.018066444012220018, 'model_time': 0.47603116900427267, 'learning_rate': 9.996536179122874e-06, 'epoch': 6.73})
54
+ Step 5400, Loss: {'mse_loss': 0.06756865978240967, 'totoal_loss': 0.06756865978240967, 'data_time': 0.020176817997707985, 'model_time': 0.5032311310060322, 'learning_rate': 9.993842663454337e-06, 'epoch': 6.85})
55
+ Step 5500, Loss: {'mse_loss': 0.06497430801391602, 'totoal_loss': 0.06497430801391602, 'data_time': 0.0003418870037421584, 'model_time': 0.4988136879983358, 'learning_rate': 9.990380301087824e-06, 'epoch': 6.98})
56
+ Step 5600, Loss: {'mse_loss': 0.056884605437517166, 'totoal_loss': 0.056884605437517166, 'data_time': 0.008185774990124628, 'model_time': 0.5769211820006603, 'learning_rate': 9.986149638770493e-06, 'epoch': 7.11})
57
+ Step 5700, Loss: {'mse_loss': 0.05552874505519867, 'totoal_loss': 0.05552874505519867, 'data_time': 0.009559669997543097, 'model_time': 0.49164646900317166, 'learning_rate': 9.981151344572967e-06, 'epoch': 7.23})
58
+ Step 5800, Loss: {'mse_loss': 0.0627421960234642, 'totoal_loss': 0.0627421960234642, 'data_time': 0.008206559010432102, 'model_time': 0.4874565329955658, 'learning_rate': 9.975386207783839e-06, 'epoch': 7.36})
59
+ Step 5900, Loss: {'mse_loss': 0.047161854803562164, 'totoal_loss': 0.047161854803562164, 'data_time': 0.011001567007042468, 'model_time': 0.5042154290131293, 'learning_rate': 9.968855138785041e-06, 'epoch': 7.49})
60
+ Step 6000, Loss: {'mse_loss': 0.05926541984081268, 'totoal_loss': 0.05926541984081268, 'data_time': 0.008843168994644657, 'model_time': 0.46060260498779826, 'learning_rate': 9.961559168908081e-06, 'epoch': 7.61})
61
+ Step 6100, Loss: {'mse_loss': 0.0626453161239624, 'totoal_loss': 0.0626453161239624, 'data_time': 0.011365215992555022, 'model_time': 0.591296462007449, 'learning_rate': 9.953499450271174e-06, 'epoch': 7.74})
62
+ Step 6200, Loss: {'mse_loss': 0.04868585988879204, 'totoal_loss': 0.04868585988879204, 'data_time': 0.010362932996940799, 'model_time': 0.5734975870000198, 'learning_rate': 9.944677255597332e-06, 'epoch': 7.87})
63
+ Step 6300, Loss: {'mse_loss': 0.0563422292470932, 'totoal_loss': 0.0563422292470932, 'data_time': 0.007259349993546493, 'model_time': 0.4513013969990425, 'learning_rate': 9.935093978013357e-06, 'epoch': 7.99})
64
+ Step 6400, Loss: {'mse_loss': 0.05903632938861847, 'totoal_loss': 0.05903632938861847, 'data_time': 0.01605837300303392, 'model_time': 0.4732991380005842, 'learning_rate': 9.924751130829878e-06, 'epoch': 8.12})
65
+ Step 6500, Loss: {'mse_loss': 0.052595652639865875, 'totoal_loss': 0.052595652639865875, 'data_time': 0.016308225007378496, 'model_time': 0.476463181010331, 'learning_rate': 9.91365034730236e-06, 'epoch': 8.25})
66
+ Step 6600, Loss: {'mse_loss': 0.0570976622402668, 'totoal_loss': 0.0570976622402668, 'data_time': 0.0142567059956491, 'model_time': 0.5618138030113187, 'learning_rate': 9.901793380373204e-06, 'epoch': 8.38})
67
+ Step 6700, Loss: {'mse_loss': 0.05301227048039436, 'totoal_loss': 0.05301227048039436, 'data_time': 0.017505009003798477, 'model_time': 0.5305953119968763, 'learning_rate': 9.889182102394944e-06, 'epoch': 8.5})
68
+ Step 6800, Loss: {'mse_loss': 0.045915164053440094, 'totoal_loss': 0.045915164053440094, 'data_time': 0.02175794300273992, 'model_time': 0.47089563601184636, 'learning_rate': 9.875818504834564e-06, 'epoch': 8.63})
69
+ Step 6900, Loss: {'mse_loss': 0.057214826345443726, 'totoal_loss': 0.057214826345443726, 'data_time': 0.02495353300764691, 'model_time': 0.46504625299712643, 'learning_rate': 9.861704697959036e-06, 'epoch': 8.76})
70
+ Step 7000, Loss: {'mse_loss': 0.05239054188132286, 'totoal_loss': 0.05239054188132286, 'data_time': 0.01679635199252516, 'model_time': 0.4836223180027446, 'learning_rate': 9.846842910502077e-06, 'epoch': 8.88})
71
+ Step 7100, Loss: {'mse_loss': 0.044093772768974304, 'totoal_loss': 0.044093772768974304, 'data_time': 0.007883443002356216, 'model_time': 0.5758365049987333, 'learning_rate': 9.831235489312212e-06, 'epoch': 9.01})
72
+ Step 7200, Loss: {'mse_loss': 0.041070349514484406, 'totoal_loss': 0.041070349514484406, 'data_time': 0.010423560001072474, 'model_time': 0.4993032099882839, 'learning_rate': 9.814884898982168e-06, 'epoch': 9.14})
73
+ Step 7300, Loss: {'mse_loss': 0.058323346078395844, 'totoal_loss': 0.058323346078395844, 'data_time': 0.009754182989127003, 'model_time': 0.5168170609977096, 'learning_rate': 9.797793721459709e-06, 'epoch': 9.26})
74
+ Step 7400, Loss: {'mse_loss': 0.04599596932530403, 'totoal_loss': 0.04599596932530403, 'data_time': 0.010398163998615928, 'model_time': 0.49996380700031295, 'learning_rate': 9.779964655639886e-06, 'epoch': 9.39})
75
+ Step 7500, Loss: {'mse_loss': 0.03876466676592827, 'totoal_loss': 0.03876466676592827, 'data_time': 0.012637259991606697, 'model_time': 0.516525092010852, 'learning_rate': 9.761400516938874e-06, 'epoch': 9.52})
76
+ Step 7600, Loss: {'mse_loss': 0.042653512209653854, 'totoal_loss': 0.042653512209653854, 'data_time': 0.010425276006571949, 'model_time': 0.4822707910061581, 'learning_rate': 9.74210423684938e-06, 'epoch': 9.64})
77
+ Step 7700, Loss: {'mse_loss': 0.04009753465652466, 'totoal_loss': 0.04009753465652466, 'data_time': 0.01102043800347019, 'model_time': 0.5053009429975646, 'learning_rate': 9.722078862477715e-06, 'epoch': 9.77})
78
+ Step 7800, Loss: {'mse_loss': 0.04080139100551605, 'totoal_loss': 0.04080139100551605, 'data_time': 0.009457028994802386, 'model_time': 0.5167418350029038, 'learning_rate': 9.701327556062637e-06, 'epoch': 9.9})
79
+ Step 7900, Loss: {'mse_loss': 0.04661627486348152, 'totoal_loss': 0.04661627486348152, 'data_time': 0.024737430008826777, 'model_time': 0.45716630198876373, 'learning_rate': 9.679853594475985e-06, 'epoch': 10.03})
80
+ Step 8000, Loss: {'mse_loss': 0.04177745804190636, 'totoal_loss': 0.04177745804190636, 'data_time': 0.021399860008386895, 'model_time': 0.5519987389998278, 'learning_rate': 9.657660368705225e-06, 'epoch': 10.15})
81
+ Step 8100, Loss: {'mse_loss': 0.03807932138442993, 'totoal_loss': 0.03807932138442993, 'data_time': 0.015538128005573526, 'model_time': 0.5065919949993258, 'learning_rate': 9.634751383317983e-06, 'epoch': 10.28})
82
+ Step 8200, Loss: {'mse_loss': 0.04052888974547386, 'totoal_loss': 0.04052888974547386, 'data_time': 0.019815831998130307, 'model_time': 0.4661056729964912, 'learning_rate': 9.611130255908619e-06, 'epoch': 10.41})
83
+ Step 8300, Loss: {'mse_loss': 0.03587391600012779, 'totoal_loss': 0.03587391600012779, 'data_time': 0.017480611000792123, 'model_time': 0.49938988700159825, 'learning_rate': 9.586800716526974e-06, 'epoch': 10.53})
84
+ Step 8400, Loss: {'mse_loss': 0.044952500611543655, 'totoal_loss': 0.044952500611543655, 'data_time': 0.015155632005189545, 'model_time': 0.4831855130032636, 'learning_rate': 9.561766607089355e-06, 'epoch': 10.66})
85
+ Step 8500, Loss: {'mse_loss': 0.0412948802113533, 'totoal_loss': 0.0412948802113533, 'data_time': 0.016929777993937023, 'model_time': 0.4908574160072021, 'learning_rate': 9.536031880771846e-06, 'epoch': 10.79})
86
+ Step 8600, Loss: {'mse_loss': 0.03282597288489342, 'totoal_loss': 0.03282597288489342, 'data_time': 0.015951957000652328, 'model_time': 0.4846601470053429, 'learning_rate': 9.50960060138606e-06, 'epoch': 10.91})
87
+ Step 8700, Loss: {'mse_loss': 0.04306424781680107, 'totoal_loss': 0.04306424781680107, 'data_time': 0.01866542099742219, 'model_time': 0.5037944879877614, 'learning_rate': 9.482476942737411e-06, 'epoch': 11.04})
88
+ Step 8800, Loss: {'mse_loss': 0.039274848997592926, 'totoal_loss': 0.039274848997592926, 'data_time': 0.01593448499625083, 'model_time': 0.4792506359954132, 'learning_rate': 9.45466518796603e-06, 'epoch': 11.17})
89
+ Step 8900, Loss: {'mse_loss': 0.03256024792790413, 'totoal_loss': 0.03256024792790413, 'data_time': 0.019137597002554685, 'model_time': 0.576857485997607, 'learning_rate': 9.426169728870399e-06, 'epoch': 11.29})
90
+ Step 9000, Loss: {'mse_loss': 0.03946059197187424, 'totoal_loss': 0.03946059197187424, 'data_time': 0.015751726008602418, 'model_time': 0.4661088330030907, 'learning_rate': 9.396995065213835e-06, 'epoch': 11.42})
91
+ Step 9100, Loss: {'mse_loss': 0.033778153359889984, 'totoal_loss': 0.033778153359889984, 'data_time': 0.014708134011016227, 'model_time': 0.4736271720030345, 'learning_rate': 9.367145804013938e-06, 'epoch': 11.55})
92
+ Step 9200, Loss: {'mse_loss': 0.040365781635046005, 'totoal_loss': 0.040365781635046005, 'data_time': 0.0186392280011205, 'model_time': 0.5667617569997674, 'learning_rate': 9.336626658815071e-06, 'epoch': 11.68})
93
+ Step 9300, Loss: {'mse_loss': 0.03189023956656456, 'totoal_loss': 0.03189023956656456, 'data_time': 0.01775636700040195, 'model_time': 0.4669773530040402, 'learning_rate': 9.305442448944056e-06, 'epoch': 11.8})
94
+ Step 9400, Loss: {'mse_loss': 0.035548169165849686, 'totoal_loss': 0.035548169165849686, 'data_time': 0.016128356990520842, 'model_time': 0.4665923349966761, 'learning_rate': 9.273598098749124e-06, 'epoch': 11.93})
95
+ Step 9500, Loss: {'mse_loss': 0.03591330721974373, 'totoal_loss': 0.03591330721974373, 'data_time': 0.016021499002818018, 'model_time': 0.4833437409979524, 'learning_rate': 9.241098636822324e-06, 'epoch': 12.06})
96
+ Step 9600, Loss: {'mse_loss': 0.03605779632925987, 'totoal_loss': 0.03605779632925987, 'data_time': 0.01682162300858181, 'model_time': 0.4938070359930862, 'learning_rate': 9.207949195205442e-06, 'epoch': 12.18})
97
+ Step 9700, Loss: {'mse_loss': 0.03088371828198433, 'totoal_loss': 0.03088371828198433, 'data_time': 0.018674349994398654, 'model_time': 0.4667282660084311, 'learning_rate': 9.174155008579588e-06, 'epoch': 12.31})
98
+ Step 9800, Loss: {'mse_loss': 0.02997337467968464, 'totoal_loss': 0.02997337467968464, 'data_time': 0.019489047990646213, 'model_time': 0.46539196599042043, 'learning_rate': 9.139721413438583e-06, 'epoch': 12.44})
99
+ Step 9900, Loss: {'mse_loss': 0.042956817895174026, 'totoal_loss': 0.042956817895174026, 'data_time': 0.01811037700099405, 'model_time': 0.4790333019918762, 'learning_rate': 9.104653847246273e-06, 'epoch': 12.56})
100
+ Step 10000, Loss: {'mse_loss': 0.03329263627529144, 'totoal_loss': 0.03329263627529144, 'data_time': 0.019909503986127675, 'model_time': 0.4694452789990464, 'learning_rate': 9.068957847577869e-06, 'epoch': 12.69})
101
+ Step 10100, Loss: {'mse_loss': 0.029927482828497887, 'totoal_loss': 0.029927482828497887, 'data_time': 0.01597808100632392, 'model_time': 0.4986289030057378, 'learning_rate': 9.032639051245524e-06, 'epoch': 12.82})
102
+ Step 10200, Loss: {'mse_loss': 0.03255068510770798, 'totoal_loss': 0.03255068510770798, 'data_time': 0.01835332800692413, 'model_time': 0.4570758010086138, 'learning_rate': 8.995703193408199e-06, 'epoch': 12.94})
103
+ Step 10300, Loss: {'mse_loss': 0.03386570140719414, 'totoal_loss': 0.03386570140719414, 'data_time': 0.016201627004193142, 'model_time': 0.5751969559933059, 'learning_rate': 8.958156106666017e-06, 'epoch': 13.07})
104
+ Step 10400, Loss: {'mse_loss': 0.02952440455555916, 'totoal_loss': 0.02952440455555916, 'data_time': 0.01586546799808275, 'model_time': 0.4501646669959882, 'learning_rate': 8.92000372013924e-06, 'epoch': 13.2})
105
+ Step 10500, Loss: {'mse_loss': 0.031137898564338684, 'totoal_loss': 0.031137898564338684, 'data_time': 0.016711264004698023, 'model_time': 0.5652079260034952, 'learning_rate': 8.881252058531973e-06, 'epoch': 13.32})
106
+ Step 10600, Loss: {'mse_loss': 0.03886355832219124, 'totoal_loss': 0.03886355832219124, 'data_time': 0.017090064997319132, 'model_time': 0.4841128139960347, 'learning_rate': 8.841907241180809e-06, 'epoch': 13.45})
107
+ Step 10700, Loss: {'mse_loss': 0.029208054766058922, 'totoal_loss': 0.029208054766058922, 'data_time': 0.015995381996617652, 'model_time': 0.5519917349884054, 'learning_rate': 8.801975481088507e-06, 'epoch': 13.58})
108
+ Step 10800, Loss: {'mse_loss': 0.02613336406648159, 'totoal_loss': 0.02613336406648159, 'data_time': 0.018207445013104007, 'model_time': 0.552690721990075, 'learning_rate': 8.761463083942889e-06, 'epoch': 13.71})
109
+ Step 10900, Loss: {'mse_loss': 0.030072098597884178, 'totoal_loss': 0.030072098597884178, 'data_time': 0.017837287989095785, 'model_time': 0.48706656199647114, 'learning_rate': 8.720376447121098e-06, 'epoch': 13.83})
110
+ Step 11000, Loss: {'mse_loss': 0.03530021756887436, 'totoal_loss': 0.03530021756887436, 'data_time': 0.016742312000133097, 'model_time': 0.47931166300259065, 'learning_rate': 8.678722058679382e-06, 'epoch': 13.96})
111
+ Step 11100, Loss: {'mse_loss': 0.031743910163640976, 'totoal_loss': 0.031743910163640976, 'data_time': 0.01276058099756483, 'model_time': 0.49351085200032685, 'learning_rate': 8.636506496328546e-06, 'epoch': 14.09})
112
+ Step 11200, Loss: {'mse_loss': 0.02698073536157608, 'totoal_loss': 0.02698073536157608, 'data_time': 0.009839506994467229, 'model_time': 0.4932661329949042, 'learning_rate': 8.593736426395268e-06, 'epoch': 14.21})
113
+ Step 11300, Loss: {'mse_loss': 0.03307170793414116, 'totoal_loss': 0.03307170793414116, 'data_time': 0.013023173989495263, 'model_time': 0.5580961130035575, 'learning_rate': 8.550418602769392e-06, 'epoch': 14.34})
114
+ Step 11400, Loss: {'mse_loss': 0.030418209731578827, 'totoal_loss': 0.030418209731578827, 'data_time': 0.008540914990589954, 'model_time': 0.4843320939980913, 'learning_rate': 8.506559865837425e-06, 'epoch': 14.47})
115
+ Step 11500, Loss: {'mse_loss': 0.027588507160544395, 'totoal_loss': 0.027588507160544395, 'data_time': 0.007688315992709249, 'model_time': 0.5603601030015852, 'learning_rate': 8.462167141402359e-06, 'epoch': 14.59})
116
+ Step 11600, Loss: {'mse_loss': 0.03182671591639519, 'totoal_loss': 0.03182671591639519, 'data_time': 0.009621628996683285, 'model_time': 0.5115306170046097, 'learning_rate': 8.417247439589994e-06, 'epoch': 14.72})
117
+ Step 11700, Loss: {'mse_loss': 0.0356137752532959, 'totoal_loss': 0.0356137752532959, 'data_time': 0.00862884899834171, 'model_time': 0.5067176340089645, 'learning_rate': 8.371807853741978e-06, 'epoch': 14.85})
118
+ Step 11800, Loss: {'mse_loss': 0.02653070166707039, 'totoal_loss': 0.02653070166707039, 'data_time': 0.008398293997743167, 'model_time': 0.48602931200002786, 'learning_rate': 8.325855559295663e-06, 'epoch': 14.97})
119
+ Step 11900, Loss: {'mse_loss': 0.026798412203788757, 'totoal_loss': 0.026798412203788757, 'data_time': 0.016708139010006562, 'model_time': 0.47840710599848535, 'learning_rate': 8.279397812651042e-06, 'epoch': 15.1})
120
+ Step 12000, Loss: {'mse_loss': 0.030802404507994652, 'totoal_loss': 0.030802404507994652, 'data_time': 0.015923565995763056, 'model_time': 0.45590395700128283, 'learning_rate': 8.232441950024864e-06, 'epoch': 15.23})
121
+ Step 12100, Loss: {'mse_loss': 0.03459205478429794, 'totoal_loss': 0.03459205478429794, 'data_time': 0.020411193996551447, 'model_time': 0.5318973050016211, 'learning_rate': 8.184995386292166e-06, 'epoch': 15.36})
122
+ Step 12200, Loss: {'mse_loss': 0.039670180529356, 'totoal_loss': 0.039670180529356, 'data_time': 0.019819747991277836, 'model_time': 0.49305608800204936, 'learning_rate': 8.137065613815381e-06, 'epoch': 15.48})
123
+ Step 12300, Loss: {'mse_loss': 0.036068644374608994, 'totoal_loss': 0.036068644374608994, 'data_time': 0.01951669699337799, 'model_time': 0.741268540994497, 'learning_rate': 8.088660201261203e-06, 'epoch': 15.61})
124
+ Step 12400, Loss: {'mse_loss': 0.03347725048661232, 'totoal_loss': 0.03347725048661232, 'data_time': 0.016288619008264504, 'model_time': 0.4860164999990957, 'learning_rate': 8.039786792405404e-06, 'epoch': 15.74})
125
+ Step 12500, Loss: {'mse_loss': 0.030394066125154495, 'totoal_loss': 0.030394066125154495, 'data_time': 0.015551426011370495, 'model_time': 0.5701046449976275, 'learning_rate': 7.990453104925807e-06, 'epoch': 15.86})
126
+ Step 12600, Loss: {'mse_loss': 0.028563501313328743, 'totoal_loss': 0.028563501313328743, 'data_time': 0.014996216996223666, 'model_time': 0.45356027499656193, 'learning_rate': 7.940666929183554e-06, 'epoch': 15.99})
127
+ Step 12700, Loss: {'mse_loss': 0.024681735783815384, 'totoal_loss': 0.024681735783815384, 'data_time': 0.009008538007037714, 'model_time': 0.4974473109905375, 'learning_rate': 7.89043612699294e-06, 'epoch': 16.12})
128
+ Step 12800, Loss: {'mse_loss': 0.025537367910146713, 'totoal_loss': 0.025537367910146713, 'data_time': 0.00902373700228054, 'model_time': 0.4792665529967053, 'learning_rate': 7.839768630379917e-06, 'epoch': 16.24})
129
+ Step 12900, Loss: {'mse_loss': 0.025005090981721878, 'totoal_loss': 0.025005090981721878, 'data_time': 0.011923702986678109, 'model_time': 0.5022762959997635, 'learning_rate': 7.788672440329562e-06, 'epoch': 16.37})
130
+ Step 13000, Loss: {'mse_loss': 0.02636764384806156, 'totoal_loss': 0.02636764384806156, 'data_time': 0.009010726993437856, 'model_time': 0.502479629998561, 'learning_rate': 7.737155625522608e-06, 'epoch': 16.5})
131
+ Step 13100, Loss: {'mse_loss': 0.02894304320216179, 'totoal_loss': 0.02894304320216179, 'data_time': 0.013266852998640388, 'model_time': 0.4911459790018853, 'learning_rate': 7.685226321061318e-06, 'epoch': 16.62})
132
+ Step 13200, Loss: {'mse_loss': 0.030441012233495712, 'totoal_loss': 0.030441012233495712, 'data_time': 0.010821378993568942, 'model_time': 0.4989682140003424, 'learning_rate': 7.632892727184844e-06, 'epoch': 16.75})
133
+ Step 13300, Loss: {'mse_loss': 0.024308640509843826, 'totoal_loss': 0.024308640509843826, 'data_time': 0.009927458988386206, 'model_time': 0.4916073610074818, 'learning_rate': 7.580163107974335e-06, 'epoch': 16.88})
134
+ Step 13400, Loss: {'mse_loss': 0.029099278151988983, 'totoal_loss': 0.029099278151988983, 'data_time': 0.10253688698867336, 'model_time': 0.6088359139976092, 'learning_rate': 7.527045790047922e-06, 'epoch': 17.01})
135
+ Step 13500, Loss: {'mse_loss': 0.02538437768816948, 'totoal_loss': 0.02538437768816948, 'data_time': 0.017395353002939373, 'model_time': 0.4948037730064243, 'learning_rate': 7.473549161245862e-06, 'epoch': 17.13})
136
+ Step 13600, Loss: {'mse_loss': 0.02179863676428795, 'totoal_loss': 0.02179863676428795, 'data_time': 0.017200784001033753, 'model_time': 0.4864788159902673, 'learning_rate': 7.419681669305998e-06, 'epoch': 17.26})
137
+ Step 13700, Loss: {'mse_loss': 0.03081556037068367, 'totoal_loss': 0.03081556037068367, 'data_time': 0.017227125994395465, 'model_time': 0.4895141190063441, 'learning_rate': 7.365451820529756e-06, 'epoch': 17.39})
138
+ Step 13800, Loss: {'mse_loss': 0.021644730120897293, 'totoal_loss': 0.021644730120897293, 'data_time': 0.01870170199254062, 'model_time': 0.49402194199501537, 'learning_rate': 7.310868178438909e-06, 'epoch': 17.51})
139
+ Step 13900, Loss: {'mse_loss': 0.02702503278851509, 'totoal_loss': 0.02702503278851509, 'data_time': 0.02006951399380341, 'model_time': 0.482058017005329, 'learning_rate': 7.2559393624232985e-06, 'epoch': 17.64})
140
+ Step 14000, Loss: {'mse_loss': 0.02549705095589161, 'totoal_loss': 0.02549705095589161, 'data_time': 0.02105457200377714, 'model_time': 0.5070223619986791, 'learning_rate': 7.2006740463797296e-06, 'epoch': 17.77})
141
+ Step 14100, Loss: {'mse_loss': 0.023305753245949745, 'totoal_loss': 0.023305753245949745, 'data_time': 0.02369697199901566, 'model_time': 0.5461400370113552, 'learning_rate': 7.145080957342262e-06, 'epoch': 17.89})
142
+ Step 14200, Loss: {'mse_loss': 0.02196170575916767, 'totoal_loss': 0.02196170575916767, 'data_time': 0.01933732398902066, 'model_time': 0.48974509300023783, 'learning_rate': 7.0891688741041065e-06, 'epoch': 18.02})
143
+ Step 14300, Loss: {'mse_loss': 0.030374940484762192, 'totoal_loss': 0.030374940484762192, 'data_time': 0.01583944499725476, 'model_time': 0.477276317003998, 'learning_rate': 7.032946625831363e-06, 'epoch': 18.15})
144
+ Step 14400, Loss: {'mse_loss': 0.02274082973599434, 'totoal_loss': 0.02274082973599434, 'data_time': 0.016300791001413018, 'model_time': 0.46770369198929984, 'learning_rate': 6.976423090668781e-06, 'epoch': 18.27})
145
+ Step 14500, Loss: {'mse_loss': 0.0254275631159544, 'totoal_loss': 0.0254275631159544, 'data_time': 0.019675594012369402, 'model_time': 0.5444512340036454, 'learning_rate': 6.919607194337806e-06, 'epoch': 18.4})
146
+ Step 14600, Loss: {'mse_loss': 0.0222872756421566, 'totoal_loss': 0.0222872756421566, 'data_time': 0.019355062991962768, 'model_time': 0.49654719899990596, 'learning_rate': 6.8625079087270976e-06, 'epoch': 18.53})
147
+ Step 14700, Loss: {'mse_loss': 0.02029559016227722, 'totoal_loss': 0.02029559016227722, 'data_time': 0.015420588984852657, 'model_time': 0.5008876330102794, 'learning_rate': 6.8051342504757714e-06, 'epoch': 18.65})
148
+ Step 14800, Loss: {'mse_loss': 0.02648491971194744, 'totoal_loss': 0.02648491971194744, 'data_time': 0.01782545298920013, 'model_time': 0.5485535039915703, 'learning_rate': 6.747495279549561e-06, 'epoch': 18.78})
149
+ Step 14900, Loss: {'mse_loss': 0.027295183390378952, 'totoal_loss': 0.027295183390378952, 'data_time': 0.016743175976444036, 'model_time': 0.46960307098925114, 'learning_rate': 6.6896000978101465e-06, 'epoch': 18.91})
150
+ Step 15000, Loss: {'mse_loss': 0.022599337622523308, 'totoal_loss': 0.022599337622523308, 'data_time': 0.026182723988313228, 'model_time': 0.5034443690092303, 'learning_rate': 6.631457847577869e-06, 'epoch': 19.04})
151
+ Step 15100, Loss: {'mse_loss': 0.020870251581072807, 'totoal_loss': 0.020870251581072807, 'data_time': 0.02597258798778057, 'model_time': 0.47877718598465435, 'learning_rate': 6.573077710188046e-06, 'epoch': 19.16})
152
+ Step 15200, Loss: {'mse_loss': 0.027259886264801025, 'totoal_loss': 0.027259886264801025, 'data_time': 0.027664371009450406, 'model_time': 0.5728046650183387, 'learning_rate': 6.5144689045411345e-06, 'epoch': 19.29})
153
+ Step 15300, Loss: {'mse_loss': 0.019257528707385063, 'totoal_loss': 0.019257528707385063, 'data_time': 0.024757945007877424, 'model_time': 0.45912417201907374, 'learning_rate': 6.455640685646961e-06, 'epoch': 19.42})
154
+ Step 15400, Loss: {'mse_loss': 0.02451576665043831, 'totoal_loss': 0.02451576665043831, 'data_time': 0.01857202299288474, 'model_time': 0.4788472579966765, 'learning_rate': 6.396602343163248e-06, 'epoch': 19.54})
155
+ Step 15500, Loss: {'mse_loss': 0.03190246596932411, 'totoal_loss': 0.03190246596932411, 'data_time': 0.017559016006998718, 'model_time': 0.4800107540213503, 'learning_rate': 6.337363199928669e-06, 'epoch': 19.67})
156
+ Step 15600, Loss: {'mse_loss': 0.018739212304353714, 'totoal_loss': 0.018739212304353714, 'data_time': 0.016743657004553825, 'model_time': 0.5552314600208774, 'learning_rate': 6.277932610490659e-06, 'epoch': 19.8})
157
+ Step 15700, Loss: {'mse_loss': 0.029881715774536133, 'totoal_loss': 0.029881715774536133, 'data_time': 0.019028907001484185, 'model_time': 0.4651927670056466, 'learning_rate': 6.218319959628234e-06, 'epoch': 19.92})
158
+ Step 15800, Loss: {'mse_loss': 0.020331425592303276, 'totoal_loss': 0.020331425592303276, 'data_time': 0.010395285004051402, 'model_time': 0.5814338639902417, 'learning_rate': 6.158534660870018e-06, 'epoch': 20.05})
159
+ Step 15900, Loss: {'mse_loss': 0.018376419320702553, 'totoal_loss': 0.018376419320702553, 'data_time': 0.009249731025192887, 'model_time': 0.5145520780060906, 'learning_rate': 6.0985861550077345e-06, 'epoch': 20.18})
160
+ Step 16000, Loss: {'mse_loss': 0.01745971292257309, 'totoal_loss': 0.01745971292257309, 'data_time': 0.009768799995072186, 'model_time': 0.48224296802072786, 'learning_rate': 6.0384839086054095e-06, 'epoch': 20.3})
161
+ Step 16100, Loss: {'mse_loss': 0.020696142688393593, 'totoal_loss': 0.020696142688393593, 'data_time': 0.010253243002807721, 'model_time': 0.4914356879889965, 'learning_rate': 5.978237412504472e-06, 'epoch': 20.43})
162
+ Step 16200, Loss: {'mse_loss': 0.024493975564837456, 'totoal_loss': 0.024493975564837456, 'data_time': 0.010431570000946522, 'model_time': 0.5788622849795502, 'learning_rate': 5.917856180325059e-06, 'epoch': 20.56})
163
+ Step 16300, Loss: {'mse_loss': 0.022589975968003273, 'totoal_loss': 0.022589975968003273, 'data_time': 0.011728284996934235, 'model_time': 0.5047274029930122, 'learning_rate': 5.857349746963692e-06, 'epoch': 20.69})
164
+ Step 16400, Loss: {'mse_loss': 0.02017010562121868, 'totoal_loss': 0.02017010562121868, 'data_time': 0.01002189700375311, 'model_time': 0.4597557209781371, 'learning_rate': 5.796727667087611e-06, 'epoch': 20.81})
165
+ Step 16500, Loss: {'mse_loss': 0.02786625362932682, 'totoal_loss': 0.02786625362932682, 'data_time': 0.008880759007297456, 'model_time': 0.4905011339869816, 'learning_rate': 5.735999513625984e-06, 'epoch': 20.94})
166
+ Step 16600, Loss: {'mse_loss': 0.020962348207831383, 'totoal_loss': 0.020962348207831383, 'data_time': 0.010193574998993427, 'model_time': 0.4881737429823261, 'learning_rate': 5.675174876258223e-06, 'epoch': 21.07})
167
+ Step 16700, Loss: {'mse_loss': 0.020565956830978394, 'totoal_loss': 0.020565956830978394, 'data_time': 0.009490338998148218, 'model_time': 0.6007029010215774, 'learning_rate': 5.614263359899673e-06, 'epoch': 21.19})
168
+ Step 16800, Loss: {'mse_loss': 0.026166195049881935, 'totoal_loss': 0.026166195049881935, 'data_time': 0.00965319000533782, 'model_time': 0.469603661011206, 'learning_rate': 5.553274583184875e-06, 'epoch': 21.32})
169
+ Step 16900, Loss: {'mse_loss': 0.02112302929162979, 'totoal_loss': 0.02112302929162979, 'data_time': 0.008715617004781961, 'model_time': 0.4867164640163537, 'learning_rate': 5.492218176948673e-06, 'epoch': 21.45})
170
+ Step 17000, Loss: {'mse_loss': 0.02312694676220417, 'totoal_loss': 0.02312694676220417, 'data_time': 0.012289810023503378, 'model_time': 0.474249511025846, 'learning_rate': 5.431103782705404e-06, 'epoch': 21.57})
171
+ Step 17100, Loss: {'mse_loss': 0.021342478692531586, 'totoal_loss': 0.021342478692531586, 'data_time': 0.011678312002914026, 'model_time': 0.4884285950101912, 'learning_rate': 5.369941051126377e-06, 'epoch': 21.7})
172
+ Step 17200, Loss: {'mse_loss': 0.019057849422097206, 'totoal_loss': 0.019057849422097206, 'data_time': 0.010195556009421125, 'model_time': 0.48168021099991165, 'learning_rate': 5.308739640515932e-06, 'epoch': 21.83})
173
+ Step 17300, Loss: {'mse_loss': 0.022310737520456314, 'totoal_loss': 0.022310737520456314, 'data_time': 0.010123835992999375, 'model_time': 0.49836222900194116, 'learning_rate': 5.24750921528627e-06, 'epoch': 21.95})
174
+ Step 17400, Loss: {'mse_loss': 0.016896583139896393, 'totoal_loss': 0.016896583139896393, 'data_time': 0.008189323008991778, 'model_time': 0.48474214199814014, 'learning_rate': 5.186259444431344e-06, 'epoch': 22.08})
175
+ Step 17500, Loss: {'mse_loss': 0.019855087623000145, 'totoal_loss': 0.019855087623000145, 'data_time': 0.010641511995345354, 'model_time': 0.5354713879933115, 'learning_rate': 5.125e-06, 'epoch': 22.21})
176
+ Step 17600, Loss: {'mse_loss': 0.019146719947457314, 'totoal_loss': 0.019146719947457314, 'data_time': 0.009151244012173265, 'model_time': 0.508682490006322, 'learning_rate': 5.063740555568656e-06, 'epoch': 22.34})
177
+ Step 17700, Loss: {'mse_loss': 0.01719650998711586, 'totoal_loss': 0.01719650998711586, 'data_time': 0.010907243995461613, 'model_time': 0.4882192309887614, 'learning_rate': 5.002490784713731e-06, 'epoch': 22.46})
178
+ Step 17800, Loss: {'mse_loss': 0.022893914952874184, 'totoal_loss': 0.022893914952874184, 'data_time': 0.007930527994176373, 'model_time': 0.5102968219725881, 'learning_rate': 4.9412603594840695e-06, 'epoch': 22.59})
179
+ Step 17900, Loss: {'mse_loss': 0.018380025401711464, 'totoal_loss': 0.018380025401711464, 'data_time': 0.009964010998373851, 'model_time': 0.49115814801189117, 'learning_rate': 4.8800589488736245e-06, 'epoch': 22.72})
180
+ Step 18000, Loss: {'mse_loss': 0.018420346081256866, 'totoal_loss': 0.018420346081256866, 'data_time': 0.008606098999734968, 'model_time': 0.5027978230209555, 'learning_rate': 4.818896217294598e-06, 'epoch': 22.84})
181
+ Step 18100, Loss: {'mse_loss': 0.022067813202738762, 'totoal_loss': 0.022067813202738762, 'data_time': 0.008735170995350927, 'model_time': 0.4728960740030743, 'learning_rate': 4.757781823051329e-06, 'epoch': 22.97})
182
+ Step 18200, Loss: {'mse_loss': 0.019450455904006958, 'totoal_loss': 0.019450455904006958, 'data_time': 0.017345613974612206, 'model_time': 0.4754471589985769, 'learning_rate': 4.696725416815128e-06, 'epoch': 23.1})
183
+ Step 18300, Loss: {'mse_loss': 0.018337352201342583, 'totoal_loss': 0.018337352201342583, 'data_time': 0.017310394992819056, 'model_time': 0.5827275209885556, 'learning_rate': 4.635736640100327e-06, 'epoch': 23.22})
184
+ Step 18400, Loss: {'mse_loss': 0.02519591897726059, 'totoal_loss': 0.02519591897726059, 'data_time': 0.017277111008297652, 'model_time': 0.48145741000189446, 'learning_rate': 4.574825123741778e-06, 'epoch': 23.35})
185
+ Step 18500, Loss: {'mse_loss': 0.015104279853403568, 'totoal_loss': 0.015104279853403568, 'data_time': 0.024508581991540268, 'model_time': 0.4632519920123741, 'learning_rate': 4.5140004863740165e-06, 'epoch': 23.48})
186
+ Step 18600, Loss: {'mse_loss': 0.02009112574160099, 'totoal_loss': 0.02009112574160099, 'data_time': 0.016286830010358244, 'model_time': 0.5240298539865762, 'learning_rate': 4.45327233291239e-06, 'epoch': 23.6})
187
+ Step 18700, Loss: {'mse_loss': 0.018685396760702133, 'totoal_loss': 0.018685396760702133, 'data_time': 0.01549105899175629, 'model_time': 0.47195595101220533, 'learning_rate': 4.39265025303631e-06, 'epoch': 23.73})
188
+ Step 18800, Loss: {'mse_loss': 0.01975308731198311, 'totoal_loss': 0.01975308731198311, 'data_time': 0.020526781008811668, 'model_time': 0.5025283220165875, 'learning_rate': 4.332143819674943e-06, 'epoch': 23.86})
189
+ Step 18900, Loss: {'mse_loss': 0.014441197738051414, 'totoal_loss': 0.014441197738051414, 'data_time': 0.015936420997604728, 'model_time': 0.4983856139879208, 'learning_rate': 4.271762587495529e-06, 'epoch': 23.98})
190
+ Step 19000, Loss: {'mse_loss': 0.02070271223783493, 'totoal_loss': 0.02070271223783493, 'data_time': 0.016956262988969684, 'model_time': 0.484779566002544, 'learning_rate': 4.2115160913945914e-06, 'epoch': 24.11})
191
+ Step 19100, Loss: {'mse_loss': 0.020527448505163193, 'totoal_loss': 0.020527448505163193, 'data_time': 0.01625340900500305, 'model_time': 0.4814828700036742, 'learning_rate': 4.151413844992267e-06, 'epoch': 24.24})
192
+ Step 19200, Loss: {'mse_loss': 0.01836387626826763, 'totoal_loss': 0.01836387626826763, 'data_time': 0.0005115579988341779, 'model_time': 0.5258599349763244, 'learning_rate': 4.091465339129985e-06, 'epoch': 24.37})
193
+ Step 19300, Loss: {'mse_loss': 0.021051134914159775, 'totoal_loss': 0.021051134914159775, 'data_time': 0.0004738900170195848, 'model_time': 0.508205525984522, 'learning_rate': 4.031680040371768e-06, 'epoch': 24.49})
194
+ Step 19400, Loss: {'mse_loss': 0.020252373069524765, 'totoal_loss': 0.020252373069524765, 'data_time': 0.00038410097477026284, 'model_time': 0.5839428220060654, 'learning_rate': 3.972067389509344e-06, 'epoch': 24.62})
195
+ Step 19500, Loss: {'mse_loss': 0.014976807869970798, 'totoal_loss': 0.014976807869970798, 'data_time': 0.0005179340078029782, 'model_time': 0.49463790201116353, 'learning_rate': 3.912636800071335e-06, 'epoch': 24.75})
196
+ Step 19600, Loss: {'mse_loss': 0.019084185361862183, 'totoal_loss': 0.019084185361862183, 'data_time': 0.0004877070023212582, 'model_time': 0.5812996750173625, 'learning_rate': 3.853397656836754e-06, 'epoch': 24.87})
197
+ Step 19700, Loss: {'mse_loss': 0.01551088783890009, 'totoal_loss': 0.01551088783890009, 'data_time': 1.5050627780146897, 'model_time': 0.4602162390074227, 'learning_rate': 3.7943593143530404e-06, 'epoch': 25.0})
198
+ Step 19800, Loss: {'mse_loss': 0.021761778742074966, 'totoal_loss': 0.021761778742074966, 'data_time': 0.016708139010006562, 'model_time': 0.551755697990302, 'learning_rate': 3.735531095458867e-06, 'epoch': 25.13})
199
+ Step 19900, Loss: {'mse_loss': 0.0163397416472435, 'totoal_loss': 0.0163397416472435, 'data_time': 0.017553290992509574, 'model_time': 0.5004322380118538, 'learning_rate': 3.6769222898119562e-06, 'epoch': 25.25})
200
+ Step 20000, Loss: {'mse_loss': 0.016891229897737503, 'totoal_loss': 0.016891229897737503, 'data_time': 0.020138006017077714, 'model_time': 0.47448617199552245, 'learning_rate': 3.618542152422132e-06, 'epoch': 25.38})
201
+ Step 20100, Loss: {'mse_loss': 0.021059023216366768, 'totoal_loss': 0.021059023216366768, 'data_time': 0.015472109022084624, 'model_time': 0.549381524004275, 'learning_rate': 3.560399902189855e-06, 'epoch': 25.51})
202
+ Step 20200, Loss: {'mse_loss': 0.01197376661002636, 'totoal_loss': 0.01197376661002636, 'data_time': 0.017500471003586426, 'model_time': 0.4749199349898845, 'learning_rate': 3.502504720450441e-06, 'epoch': 25.63})
203
+ Step 20300, Loss: {'mse_loss': 0.020290149375796318, 'totoal_loss': 0.020290149375796318, 'data_time': 0.01574242001515813, 'model_time': 0.5013858040038031, 'learning_rate': 3.4448657495242304e-06, 'epoch': 25.76})
204
+ Step 20400, Loss: {'mse_loss': 0.01740317977964878, 'totoal_loss': 0.01740317977964878, 'data_time': 0.017867379006929696, 'model_time': 0.47146455201436765, 'learning_rate': 3.387492091272904e-06, 'epoch': 25.89})
205
+ Step 20500, Loss: {'mse_loss': 0.017643535509705544, 'totoal_loss': 0.017643535509705544, 'data_time': 0.017315986013272777, 'model_time': 0.4807021069864277, 'learning_rate': 3.3303928056621955e-06, 'epoch': 26.02})
206
+ Step 20600, Loss: {'mse_loss': 0.022140178829431534, 'totoal_loss': 0.022140178829431534, 'data_time': 0.017988252016948536, 'model_time': 0.4632375770015642, 'learning_rate': 3.2735769093312202e-06, 'epoch': 26.14})
207
+ Step 20700, Loss: {'mse_loss': 0.015067906118929386, 'totoal_loss': 0.015067906118929386, 'data_time': 0.016346595977665856, 'model_time': 0.4930886299989652, 'learning_rate': 3.217053374168639e-06, 'epoch': 26.27})
208
+ Step 20800, Loss: {'mse_loss': 0.016204744577407837, 'totoal_loss': 0.016204744577407837, 'data_time': 0.01466696200077422, 'model_time': 0.4901456499937922, 'learning_rate': 3.1608311258958953e-06, 'epoch': 26.4})
209
+ Step 20900, Loss: {'mse_loss': 0.01978355646133423, 'totoal_loss': 0.01978355646133423, 'data_time': 0.015008293004939333, 'model_time': 0.48186179500771686, 'learning_rate': 3.10491904265774e-06, 'epoch': 26.52})
210
+ Step 21000, Loss: {'mse_loss': 0.021221892908215523, 'totoal_loss': 0.021221892908215523, 'data_time': 0.015011704002972692, 'model_time': 0.49646947099245153, 'learning_rate': 3.0493259536202714e-06, 'epoch': 26.65})
211
+ Step 21100, Loss: {'mse_loss': 0.016139386221766472, 'totoal_loss': 0.016139386221766472, 'data_time': 0.016698496008757502, 'model_time': 0.5139391419943422, 'learning_rate': 2.9940606375767038e-06, 'epoch': 26.78})
212
+ Step 21200, Loss: {'mse_loss': 0.017079709097743034, 'totoal_loss': 0.017079709097743034, 'data_time': 0.018033258995274082, 'model_time': 0.4937791519914754, 'learning_rate': 2.939131821561094e-06, 'epoch': 26.9})
213
+ Step 21300, Loss: {'mse_loss': 0.014929068274796009, 'totoal_loss': 0.014929068274796009, 'data_time': 0.021402212005341426, 'model_time': 0.49433825199957937, 'learning_rate': 2.8845481794702473e-06, 'epoch': 27.03})
214
+ Step 21400, Loss: {'mse_loss': 0.0144859179854393, 'totoal_loss': 0.0144859179854393, 'data_time': 0.017544567002914846, 'model_time': 0.514195944997482, 'learning_rate': 2.830318330694004e-06, 'epoch': 27.16})
215
+ Step 21500, Loss: {'mse_loss': 0.01997479423880577, 'totoal_loss': 0.01997479423880577, 'data_time': 0.01900305098388344, 'model_time': 0.4619553849915974, 'learning_rate': 2.7764508387541378e-06, 'epoch': 27.28})
216
+ Step 21600, Loss: {'mse_loss': 0.014110395684838295, 'totoal_loss': 0.014110395684838295, 'data_time': 0.01490829698741436, 'model_time': 0.4745098149869591, 'learning_rate': 2.7229542099520797e-06, 'epoch': 27.41})
217
+ Step 21700, Loss: {'mse_loss': 0.014257406815886497, 'totoal_loss': 0.014257406815886497, 'data_time': 0.015593390999129042, 'model_time': 0.5485918130143546, 'learning_rate': 2.669836892025666e-06, 'epoch': 27.54})
218
+ Step 21800, Loss: {'mse_loss': 0.013448061421513557, 'totoal_loss': 0.013448061421513557, 'data_time': 0.019150565000018105, 'model_time': 0.5174333089962602, 'learning_rate': 2.6171072728151557e-06, 'epoch': 27.66})
219
+ Step 21900, Loss: {'mse_loss': 0.014144835062325, 'totoal_loss': 0.014144835062325, 'data_time': 0.01696467201691121, 'model_time': 0.4970888259995263, 'learning_rate': 2.5647736789386828e-06, 'epoch': 27.79})
220
+ Step 22000, Loss: {'mse_loss': 0.014550512656569481, 'totoal_loss': 0.014550512656569481, 'data_time': 0.017747339996276423, 'model_time': 0.7304172149742953, 'learning_rate': 2.5128443744773904e-06, 'epoch': 27.92})
221
+ Step 22100, Loss: {'mse_loss': 0.01487947441637516, 'totoal_loss': 0.01487947441637516, 'data_time': 0.009548923000693321, 'model_time': 0.5191805660142563, 'learning_rate': 2.4613275596704386e-06, 'epoch': 28.05})
222
+ Step 22200, Loss: {'mse_loss': 0.015060849487781525, 'totoal_loss': 0.015060849487781525, 'data_time': 0.01125855601276271, 'model_time': 0.5492631399829406, 'learning_rate': 2.4102313696200853e-06, 'epoch': 28.17})
223
+ Step 22300, Loss: {'mse_loss': 0.012358144856989384, 'totoal_loss': 0.012358144856989384, 'data_time': 0.007800291001331061, 'model_time': 0.5695277710037772, 'learning_rate': 2.359563873007063e-06, 'epoch': 28.3})
224
+ Step 22400, Loss: {'mse_loss': 0.012895376421511173, 'totoal_loss': 0.012895376421511173, 'data_time': 0.01001932899816893, 'model_time': 0.5072293210250791, 'learning_rate': 2.3093330708164465e-06, 'epoch': 28.43})
225
+ Step 22500, Loss: {'mse_loss': 0.01937270164489746, 'totoal_loss': 0.01937270164489746, 'data_time': 0.009352782013593242, 'model_time': 0.5194346039788797, 'learning_rate': 2.2595468950741943e-06, 'epoch': 28.55})
226
+ Step 22600, Loss: {'mse_loss': 0.014694509096443653, 'totoal_loss': 0.014694509096443653, 'data_time': 0.009586583997588605, 'model_time': 0.4810900729789864, 'learning_rate': 2.2102132075945974e-06, 'epoch': 28.68})
227
+ Step 22700, Loss: {'mse_loss': 0.010168060660362244, 'totoal_loss': 0.010168060660362244, 'data_time': 0.00875676199211739, 'model_time': 0.5145346119825263, 'learning_rate': 2.1613397987388e-06, 'epoch': 28.81})
228
+ Step 22800, Loss: {'mse_loss': 0.01154461968690157, 'totoal_loss': 0.01154461968690157, 'data_time': 0.013233791978564113, 'model_time': 0.5511738759814762, 'learning_rate': 2.1129343861846207e-06, 'epoch': 28.93})
229
+ Step 22900, Loss: {'mse_loss': 0.01610315777361393, 'totoal_loss': 0.01610315777361393, 'data_time': 0.008606552990386263, 'model_time': 0.49421232799068093, 'learning_rate': 2.065004613707836e-06, 'epoch': 29.06})
230
+ Step 23000, Loss: {'mse_loss': 0.01263383962213993, 'totoal_loss': 0.01263383962213993, 'data_time': 0.00971082499017939, 'model_time': 0.4981660369958263, 'learning_rate': 2.0175580499751375e-06, 'epoch': 29.19})
231
+ Step 23100, Loss: {'mse_loss': 0.01858460158109665, 'totoal_loss': 0.01858460158109665, 'data_time': 0.009329560998594388, 'model_time': 0.5621614269912243, 'learning_rate': 1.9706021873489604e-06, 'epoch': 29.31})
232
+ Step 23200, Loss: {'mse_loss': 0.011764884926378727, 'totoal_loss': 0.011764884926378727, 'data_time': 0.009124143020017073, 'model_time': 0.592804421990877, 'learning_rate': 1.924144440704338e-06, 'epoch': 29.44})
233
+ Step 23300, Loss: {'mse_loss': 0.018086755648255348, 'totoal_loss': 0.018086755648255348, 'data_time': 0.009666945989010856, 'model_time': 0.4897358420130331, 'learning_rate': 1.8781921462580238e-06, 'epoch': 29.57})
234
+ Step 23400, Loss: {'mse_loss': 0.010486484505236149, 'totoal_loss': 0.010486484505236149, 'data_time': 0.007407637021970004, 'model_time': 0.4889047420001589, 'learning_rate': 1.8327525604100058e-06, 'epoch': 29.7})
235
+ Step 23500, Loss: {'mse_loss': 0.013559795916080475, 'totoal_loss': 0.013559795916080475, 'data_time': 0.013726534001762047, 'model_time': 0.48535835300572217, 'learning_rate': 1.7878328585976426e-06, 'epoch': 29.82})
236
+ Step 23600, Loss: {'mse_loss': 0.013505304232239723, 'totoal_loss': 0.013505304232239723, 'data_time': 0.009922072989866138, 'model_time': 0.5127666199987289, 'learning_rate': 1.7434401341625765e-06, 'epoch': 29.95})
237
+ Step 23700, Loss: {'mse_loss': 0.013508601114153862, 'totoal_loss': 0.013508601114153862, 'data_time': 0.008986146975075826, 'model_time': 0.48855780201847665, 'learning_rate': 1.6995813972306108e-06, 'epoch': 30.08})
238
+ Step 23800, Loss: {'mse_loss': 0.013207737356424332, 'totoal_loss': 0.013207737356424332, 'data_time': 0.009854962001554668, 'model_time': 0.5563366140122525, 'learning_rate': 1.656263573604734e-06, 'epoch': 30.2})
239
+ Step 23900, Loss: {'mse_loss': 0.014694862067699432, 'totoal_loss': 0.014694862067699432, 'data_time': 0.009246087982319295, 'model_time': 0.5069490130117629, 'learning_rate': 1.613493503671454e-06, 'epoch': 30.33})
240
+ Step 24000, Loss: {'mse_loss': 0.01587488502264023, 'totoal_loss': 0.01587488502264023, 'data_time': 0.009056829003384337, 'model_time': 0.4932446170132607, 'learning_rate': 1.5712779413206198e-06, 'epoch': 30.46})
241
+ Step 24100, Loss: {'mse_loss': 0.01576773077249527, 'totoal_loss': 0.01576773077249527, 'data_time': 0.013497582025593147, 'model_time': 0.5657098760129884, 'learning_rate': 1.5296235528789028e-06, 'epoch': 30.58})
242
+ Step 24200, Loss: {'mse_loss': 0.015425878576934338, 'totoal_loss': 0.015425878576934338, 'data_time': 0.010790594009449705, 'model_time': 0.48963260898017325, 'learning_rate': 1.4885369160571124e-06, 'epoch': 30.71})
243
+ Step 24300, Loss: {'mse_loss': 0.011731655336916447, 'totoal_loss': 0.011731655336916447, 'data_time': 0.010023375012679026, 'model_time': 0.5276316950039472, 'learning_rate': 1.4480245189114938e-06, 'epoch': 30.84})
244
+ Step 24400, Loss: {'mse_loss': 0.01043382752686739, 'totoal_loss': 0.01043382752686739, 'data_time': 0.008272848004708067, 'model_time': 0.5529378530045506, 'learning_rate': 1.408092758819191e-06, 'epoch': 30.96})
245
+ Step 24500, Loss: {'mse_loss': 0.012535138055682182, 'totoal_loss': 0.012535138055682182, 'data_time': 0.019624934997409582, 'model_time': 0.4619948109902907, 'learning_rate': 1.368747941468028e-06, 'epoch': 31.09})
246
+ Step 24600, Loss: {'mse_loss': 0.01598317176103592, 'totoal_loss': 0.01598317176103592, 'data_time': 0.018946847994811833, 'model_time': 0.45915176000562496, 'learning_rate': 1.3299962798607614e-06, 'epoch': 31.22})
247
+ Step 24700, Loss: {'mse_loss': 0.014294416643679142, 'totoal_loss': 0.014294416643679142, 'data_time': 0.020296483009587973, 'model_time': 0.569178996986011, 'learning_rate': 1.2918438933339827e-06, 'epoch': 31.35})
248
+ Step 24800, Loss: {'mse_loss': 0.01447871420532465, 'totoal_loss': 0.01447871420532465, 'data_time': 0.01786378599354066, 'model_time': 0.5095694369811099, 'learning_rate': 1.2542968065918027e-06, 'epoch': 31.47})
249
+ Step 24900, Loss: {'mse_loss': 0.01467848289757967, 'totoal_loss': 0.01467848289757967, 'data_time': 0.02092750498559326, 'model_time': 0.46861881899531, 'learning_rate': 1.217360948754476e-06, 'epoch': 31.6})
250
+ Step 25000, Loss: {'mse_loss': 0.012011573649942875, 'totoal_loss': 0.012011573649942875, 'data_time': 0.01646569900913164, 'model_time': 0.4889216120063793, 'learning_rate': 1.1810421524221318e-06, 'epoch': 31.73})
251
+ Step 25100, Loss: {'mse_loss': 0.012512607499957085, 'totoal_loss': 0.012512607499957085, 'data_time': 0.01740590701228939, 'model_time': 0.5011628170032054, 'learning_rate': 1.1453461527537284e-06, 'epoch': 31.85})
252
+ Step 25200, Loss: {'mse_loss': 0.01364439819008112, 'totoal_loss': 0.01364439819008112, 'data_time': 0.016556960996240377, 'model_time': 0.4892277470207773, 'learning_rate': 1.1102785865614162e-06, 'epoch': 31.98})
253
+ Step 25300, Loss: {'mse_loss': 0.013246490620076656, 'totoal_loss': 0.013246490620076656, 'data_time': 0.01657314400654286, 'model_time': 0.48691355099435896, 'learning_rate': 1.0758449914204127e-06, 'epoch': 32.11})
254
+ Step 25400, Loss: {'mse_loss': 0.014616014435887337, 'totoal_loss': 0.014616014435887337, 'data_time': 0.019514458981575444, 'model_time': 0.47667798097245395, 'learning_rate': 1.0420508047945595e-06, 'epoch': 32.23})
255
+ Step 25500, Loss: {'mse_loss': 0.01477137953042984, 'totoal_loss': 0.01477137953042984, 'data_time': 0.01588403998175636, 'model_time': 0.48868380300700665, 'learning_rate': 1.0089013631776776e-06, 'epoch': 32.36})
256
+ Step 25600, Loss: {'mse_loss': 0.01697131246328354, 'totoal_loss': 0.01697131246328354, 'data_time': 0.016807513020467013, 'model_time': 0.7253522340033669, 'learning_rate': 9.76401901250878e-07, 'epoch': 32.49})
257
+ Step 25700, Loss: {'mse_loss': 0.014698365703225136, 'totoal_loss': 0.014698365703225136, 'data_time': 0.018366508011240512, 'model_time': 0.4700382279988844, 'learning_rate': 9.44557551055946e-07, 'epoch': 32.61})
258
+ Step 25800, Loss: {'mse_loss': 0.015758048743009567, 'totoal_loss': 0.015758048743009567, 'data_time': 0.015261233987985179, 'model_time': 0.4713002459902782, 'learning_rate': 9.13373341184928e-07, 'epoch': 32.74})
259
+ Step 25900, Loss: {'mse_loss': 0.011726390570402145, 'totoal_loss': 0.011726390570402145, 'data_time': 0.01498166099190712, 'model_time': 0.47796362900407985, 'learning_rate': 8.828541959860623e-07, 'epoch': 32.87})
260
+ Step 26000, Loss: {'mse_loss': 0.01129076350480318, 'totoal_loss': 0.01129076350480318, 'data_time': 0.014378716005012393, 'model_time': 0.4424913029943127, 'learning_rate': 8.530049347861661e-07, 'epoch': 32.99})
261
+ Step 26100, Loss: {'mse_loss': 0.013034665025770664, 'totoal_loss': 0.013034665025770664, 'data_time': 0.015482918010093272, 'model_time': 0.5455728560045827, 'learning_rate': 8.238302711296034e-07, 'epoch': 33.12})
262
+ Step 26200, Loss: {'mse_loss': 0.011719019152224064, 'totoal_loss': 0.011719019152224064, 'data_time': 0.019704921985976398, 'model_time': 0.47678653098409995, 'learning_rate': 7.953348120339707e-07, 'epoch': 33.25})
263
+ Step 26300, Loss: {'mse_loss': 0.014947930350899696, 'totoal_loss': 0.014947930350899696, 'data_time': 0.01824720698641613, 'model_time': 0.4971023609978147, 'learning_rate': 7.675230572625892e-07, 'epoch': 33.38})
264
+ Step 26400, Loss: {'mse_loss': 0.010324383154511452, 'totoal_loss': 0.010324383154511452, 'data_time': 0.019447952014161274, 'model_time': 0.49223785698995925, 'learning_rate': 7.40399398613941e-07, 'epoch': 33.5})
265
+ Step 26500, Loss: {'mse_loss': 0.009682675823569298, 'totoal_loss': 0.009682675823569298, 'data_time': 0.016555078007513657, 'model_time': 0.5077484080102295, 'learning_rate': 7.139681192281557e-07, 'epoch': 33.63})
266
+ Step 26600, Loss: {'mse_loss': 0.009272701106965542, 'totoal_loss': 0.009272701106965542, 'data_time': 0.01893607698730193, 'model_time': 0.5475548969989177, 'learning_rate': 6.882333929106462e-07, 'epoch': 33.76})
267
+ Step 26700, Loss: {'mse_loss': 0.012431385926902294, 'totoal_loss': 0.012431385926902294, 'data_time': 0.018654298008186743, 'model_time': 0.4754511899955105, 'learning_rate': 6.63199283473027e-07, 'epoch': 33.88})
268
+ Step 26800, Loss: {'mse_loss': 0.011325093917548656, 'totoal_loss': 0.011325093917548656, 'data_time': 0.023597874998813495, 'model_time': 0.4887002339819446, 'learning_rate': 6.388697440913819e-07, 'epoch': 34.01})
269
+ Step 26900, Loss: {'mse_loss': 0.009747273288667202, 'totoal_loss': 0.009747273288667202, 'data_time': 0.022495912009617314, 'model_time': 0.5482302230084315, 'learning_rate': 6.152486166820176e-07, 'epoch': 34.14})
270
+ Step 27000, Loss: {'mse_loss': 0.013266119174659252, 'totoal_loss': 0.013266119174659252, 'data_time': 0.018291476008016616, 'model_time': 0.5644823109905701, 'learning_rate': 5.923396312947748e-07, 'epoch': 34.26})
271
+ Step 27100, Loss: {'mse_loss': 0.012578016147017479, 'totoal_loss': 0.012578016147017479, 'data_time': 0.018078770983265713, 'model_time': 0.47634867799934, 'learning_rate': 5.701464055240163e-07, 'epoch': 34.39})
272
+ Step 27200, Loss: {'mse_loss': 0.015657596290111542, 'totoal_loss': 0.015657596290111542, 'data_time': 0.018032518011750653, 'model_time': 0.48673199300537817, 'learning_rate': 5.48672443937364e-07, 'epoch': 34.52})
273
+ Step 27300, Loss: {'mse_loss': 0.010715199634432793, 'totoal_loss': 0.010715199634432793, 'data_time': 0.01552396800252609, 'model_time': 0.47683029298787005, 'learning_rate': 5.279211375222855e-07, 'epoch': 34.64})
274
+ Step 27400, Loss: {'mse_loss': 0.01148601807653904, 'totoal_loss': 0.01148601807653904, 'data_time': 0.017310844996245578, 'model_time': 0.4914779679966159, 'learning_rate': 5.07895763150622e-07, 'epoch': 34.77})
275
+ Step 27500, Loss: {'mse_loss': 0.013360592536628246, 'totoal_loss': 0.013360592536628246, 'data_time': 0.015350000001490116, 'model_time': 0.4852831239986699, 'learning_rate': 4.885994830611266e-07, 'epoch': 34.9})
276
+ Step 27600, Loss: {'mse_loss': 0.010384853929281235, 'totoal_loss': 0.010384853929281235, 'data_time': 0.015535579004790634, 'model_time': 0.5516897680063266, 'learning_rate': 4.700353443601156e-07, 'epoch': 35.03})
277
+ Step 27700, Loss: {'mse_loss': 0.008365277200937271, 'totoal_loss': 0.008365277200937271, 'data_time': 0.019783110008575022, 'model_time': 0.46433222500490956, 'learning_rate': 4.5220627854029224e-07, 'epoch': 35.15})
278
+ Step 27800, Loss: {'mse_loss': 0.014342638663947582, 'totoal_loss': 0.014342638663947582, 'data_time': 0.0156372879864648, 'model_time': 0.49939779698615894, 'learning_rate': 4.351151010178311e-07, 'epoch': 35.28})
279
+ Step 27900, Loss: {'mse_loss': 0.012337887659668922, 'totoal_loss': 0.012337887659668922, 'data_time': 0.019490568985929713, 'model_time': 0.4814719809801318, 'learning_rate': 4.1876451068778983e-07, 'epoch': 35.41})
280
+ Step 28000, Loss: {'mse_loss': 0.012140059843659401, 'totoal_loss': 0.012140059843659401, 'data_time': 0.018843158992240205, 'model_time': 0.48298127198359, 'learning_rate': 4.031570894979235e-07, 'epoch': 35.53})
281
+ Step 28100, Loss: {'mse_loss': 0.012305477634072304, 'totoal_loss': 0.012305477634072304, 'data_time': 0.018668328993953764, 'model_time': 0.5059749119973276, 'learning_rate': 3.882953020409644e-07, 'epoch': 35.66})
282
+ Step 28200, Loss: {'mse_loss': 0.014502095058560371, 'totoal_loss': 0.014502095058560371, 'data_time': 0.016476794000482187, 'model_time': 0.5530549279937986, 'learning_rate': 3.74181495165436e-07, 'epoch': 35.79})
283
+ Step 28300, Loss: {'mse_loss': 0.014748956076800823, 'totoal_loss': 0.014748956076800823, 'data_time': 0.019327272020746022, 'model_time': 0.47746815299615264, 'learning_rate': 3.608178976050568e-07, 'epoch': 35.91})
284
+ Step 28400, Loss: {'mse_loss': 0.0140451118350029, 'totoal_loss': 0.0140451118350029, 'data_time': 0.016318253008648753, 'model_time': 0.48963709801319055, 'learning_rate': 3.482066196267966e-07, 'epoch': 36.04})
285
+ Step 28500, Loss: {'mse_loss': 0.014992857351899147, 'totoal_loss': 0.014992857351899147, 'data_time': 0.017442037991713732, 'model_time': 0.5058477700222284, 'learning_rate': 3.36349652697643e-07, 'epoch': 36.17})
286
+ Step 28600, Loss: {'mse_loss': 0.008299775421619415, 'totoal_loss': 0.008299775421619415, 'data_time': 0.01683140400564298, 'model_time': 0.4707096550264396, 'learning_rate': 3.2524886917012403e-07, 'epoch': 36.29})
287
+ Step 28700, Loss: {'mse_loss': 0.013346616178750992, 'totoal_loss': 0.013346616178750992, 'data_time': 0.0176122389966622, 'model_time': 0.46467060400755145, 'learning_rate': 3.149060219866433e-07, 'epoch': 36.42})
288
+ Step 28800, Loss: {'mse_loss': 0.0123585294932127, 'totoal_loss': 0.0123585294932127, 'data_time': 0.020838302007177845, 'model_time': 0.5416686169919558, 'learning_rate': 3.053227444026695e-07, 'epoch': 36.55})
289
+ Step 28900, Loss: {'mse_loss': 0.014741097576916218, 'totoal_loss': 0.014741097576916218, 'data_time': 0.018840359000023454, 'model_time': 0.5035045380063821, 'learning_rate': 2.9650054972882544e-07, 'epoch': 36.68})
290
+ Step 29000, Loss: {'mse_loss': 0.010992751456797123, 'totoal_loss': 0.010992751456797123, 'data_time': 0.018232592003187165, 'model_time': 0.49143414400168695, 'learning_rate': 2.884408310919209e-07, 'epoch': 36.8})
291
+ Step 29100, Loss: {'mse_loss': 0.009052683599293232, 'totoal_loss': 0.009052683599293232, 'data_time': 0.010615895997034386, 'model_time': 0.47732476601959206, 'learning_rate': 2.8114486121495906e-07, 'epoch': 36.93})
292
+ Step 29200, Loss: {'mse_loss': 0.008084701374173164, 'totoal_loss': 0.008084701374173164, 'data_time': 0.007974946987815201, 'model_time': 0.47327812199364416, 'learning_rate': 2.746137922161617e-07, 'epoch': 37.06})
293
+ Step 29300, Loss: {'mse_loss': 0.013225975446403027, 'totoal_loss': 0.013225975446403027, 'data_time': 0.0007741549925412983, 'model_time': 0.5415037000202574, 'learning_rate': 2.68848655427034e-07, 'epoch': 37.18})
294
+ Step 29400, Loss: {'mse_loss': 0.011677343398332596, 'totoal_loss': 0.011677343398332596, 'data_time': 0.0004450650012586266, 'model_time': 0.49705978299607523, 'learning_rate': 2.638503612295071e-07, 'epoch': 37.31})
295
+ Step 29500, Loss: {'mse_loss': 0.01706140674650669, 'totoal_loss': 0.01706140674650669, 'data_time': 0.0003696120111271739, 'model_time': 0.5055348549794871, 'learning_rate': 2.5961969891217614e-07, 'epoch': 37.44})
296
+ Step 29600, Loss: {'mse_loss': 0.011178618296980858, 'totoal_loss': 0.011178618296980858, 'data_time': 0.0003779629769269377, 'model_time': 0.4852167569915764, 'learning_rate': 2.5615733654566483e-07, 'epoch': 37.56})
297
+ Step 29700, Loss: {'mse_loss': 0.011852046474814415, 'totoal_loss': 0.011852046474814415, 'data_time': 0.0003941320173908025, 'model_time': 0.5057580460270401, 'learning_rate': 2.5346382087712764e-07, 'epoch': 37.69})
298
+ Step 29800, Loss: {'mse_loss': 0.015117269940674305, 'totoal_loss': 0.015117269940674305, 'data_time': 0.0103147329937201, 'model_time': 0.5006688839930575, 'learning_rate': 2.515395772439128e-07, 'epoch': 37.82})
299
+ Step 29900, Loss: {'mse_loss': 0.014643413946032524, 'totoal_loss': 0.014643413946032524, 'data_time': 0.0003800699778366834, 'model_time': 0.47620454398565926, 'learning_rate': 2.5038490950639644e-07, 'epoch': 37.94})
300
+ Step 30000, Loss: {'mse_loss': 0.012789364904165268, 'totoal_loss': 0.012789364904165268, 'mse_score': 0.001430095306464604, 'data_time': 0.02004013702389784, 'model_time': 0.48306434199912474, 'learning_rate': 2.5e-07, 'epoch': 38.07})
libero_10_2B/starvla_qwen_oft/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: False
5
+ # episodes completed so far: 1
6
+ # successes: 0 (0.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: 1 (50.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: 2 (66.7%)
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: 3 (75.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: 4 (80.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: 5 (83.3%)
32
+
33
+ Task: put both the alphabet soup and the tomato sauce in the basket
34
+ Success: True
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: True
75
+ # episodes completed so far: 15
76
+ # successes: 14 (93.3%)
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: 15 (93.8%)
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: 16 (94.1%)
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: 17 (94.4%)
92
+
93
+ Task: put both the alphabet soup and the tomato sauce in the basket
94
+ Success: True
95
+ # episodes completed so far: 19
96
+ # successes: 18 (94.7%)
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: 19 (95.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: 20 (95.2%)
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: 21 (95.5%)
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: 22 (95.7%)
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: 23 (95.8%)
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: 24 (96.0%)
127
+
128
+ Task: put both the alphabet soup and the tomato sauce in the basket
129
+ Success: False
130
+ # episodes completed so far: 26
131
+ # successes: 24 (92.3%)
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: 25 (92.6%)
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: 26 (92.9%)
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: 27 (93.1%)
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: 28 (93.3%)
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: 29 (93.5%)
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: 30 (93.8%)
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: 31 (93.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: 32 (94.1%)
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: 33 (94.3%)
177
+
178
+ Task: put both the alphabet soup and the tomato sauce in the basket
179
+ Success: True
180
+ # episodes completed so far: 36
181
+ # successes: 34 (94.4%)
182
+
183
+ Task: put both the alphabet soup and the tomato sauce in the basket
184
+ Success: False
185
+ # episodes completed so far: 37
186
+ # successes: 34 (91.9%)
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: 35 (92.1%)
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: 36 (92.3%)
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: 37 (92.5%)
202
+
203
+ Task: put both the alphabet soup and the tomato sauce in the basket
204
+ Success: True
205
+ # episodes completed so far: 41
206
+ # successes: 38 (92.7%)
207
+
208
+ Task: put both the alphabet soup and the tomato sauce in the basket
209
+ Success: True
210
+ # episodes completed so far: 42
211
+ # successes: 39 (92.9%)
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: 40 (93.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: 41 (93.2%)
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: 42 (93.3%)
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: 43 (93.5%)
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: 44 (93.6%)
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: 45 (93.8%)
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: 46 (93.9%)
247
+
248
+ Task: put both the alphabet soup and the tomato sauce in the basket
249
+ Success: True
250
+ # episodes completed so far: 50
251
+ # successes: 47 (94.0%)
252
+ Current task success rate: 0.94
253
+ Current total success rate: 0.94
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: 48 (94.1%)
259
+
260
+ Task: put both the cream cheese box and the butter in the basket
261
+ Success: False
262
+ # episodes completed so far: 52
263
+ # successes: 48 (92.3%)
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: 49 (92.5%)
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: 50 (92.6%)
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: 51 (92.7%)
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: 52 (92.9%)
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: 53 (93.0%)
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: 54 (93.1%)
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: 55 (93.2%)
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: 56 (93.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: 57 (93.4%)
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: 58 (93.5%)
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: 59 (93.7%)
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: 60 (93.8%)
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: 61 (93.8%)
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: 62 (93.9%)
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: 63 (94.0%)
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: 64 (94.1%)
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: 65 (94.2%)
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: 66 (94.3%)
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: 67 (94.4%)
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: 68 (94.4%)
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: 69 (94.5%)
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: 70 (94.6%)
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: 71 (94.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: 72 (94.7%)
384
+
385
+ Task: put both the cream cheese box and the butter in the basket
386
+ Success: False
387
+ # episodes completed so far: 77
388
+ # successes: 72 (93.5%)
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: 73 (93.6%)
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: 74 (93.7%)
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: 75 (93.8%)
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: 76 (93.8%)
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: 77 (93.9%)
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: 78 (94.0%)
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: 79 (94.0%)
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: 80 (94.1%)
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: 81 (94.2%)
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: 82 (94.3%)
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: 83 (94.3%)
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: 84 (94.4%)
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: 85 (94.4%)
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: 86 (94.5%)
459
+
460
+ Task: put both the cream cheese box and the butter in the basket
461
+ Success: False
462
+ # episodes completed so far: 92
463
+ # successes: 86 (93.5%)
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: 87 (93.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: 88 (93.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: 89 (93.7%)
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: 90 (93.8%)
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: 91 (93.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: 92 (93.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: 93 (93.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: 94 (94.0%)
504
+ Current task success rate: 0.94
505
+ Current total success rate: 0.94
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: 95 (94.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: 96 (94.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: 97 (94.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: 98 (94.2%)
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: 99 (94.3%)
531
+
532
+ Task: turn on the stove and put the moka pot on it
533
+ Success: False
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: True
639
+ # episodes completed so far: 127
640
+ # successes: 120 (94.5%)
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: 121 (94.5%)
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: 122 (94.6%)
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: 123 (94.6%)
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: 124 (94.7%)
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: 125 (94.7%)
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: 126 (94.7%)
671
+
672
+ Task: turn on the stove and put the moka pot on it
673
+ Success: False
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: False
699
+ # episodes completed so far: 139
700
+ # successes: 130 (93.5%)
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: 131 (93.6%)
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: 132 (93.6%)
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: 133 (93.7%)
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: 134 (93.7%)
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: 135 (93.8%)
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: 136 (93.8%)
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: 137 (93.8%)
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: 138 (93.9%)
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: 139 (93.9%)
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: 140 (94.0%)
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: 141 (94.0%)
756
+ Current task success rate: 0.94
757
+ Current total success rate: 0.94
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: 142 (94.0%)
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: 143 (94.1%)
768
+
769
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
770
+ Success: False
771
+ # episodes completed so far: 153
772
+ # successes: 143 (93.5%)
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: 144 (93.5%)
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: 145 (93.5%)
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: 146 (93.6%)
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: 147 (93.6%)
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: 148 (93.7%)
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: 149 (93.7%)
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: 150 (93.8%)
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: 151 (93.8%)
813
+
814
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
815
+ Success: False
816
+ # episodes completed so far: 162
817
+ # successes: 151 (93.2%)
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: 152 (93.3%)
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: 153 (93.3%)
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: 154 (93.3%)
833
+
834
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
835
+ Success: False
836
+ # episodes completed so far: 166
837
+ # successes: 154 (92.8%)
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: 155 (92.8%)
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: 156 (92.9%)
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: 157 (92.9%)
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: 158 (92.9%)
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: 159 (93.0%)
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: 160 (93.0%)
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: 161 (93.1%)
873
+
874
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
875
+ Success: False
876
+ # episodes completed so far: 174
877
+ # successes: 161 (92.5%)
878
+
879
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
880
+ Success: False
881
+ # episodes completed so far: 175
882
+ # successes: 161 (92.0%)
883
+
884
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
885
+ Success: False
886
+ # episodes completed so far: 176
887
+ # successes: 161 (91.5%)
888
+
889
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
890
+ Success: False
891
+ # episodes completed so far: 177
892
+ # successes: 161 (91.0%)
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: 162 (91.0%)
898
+
899
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
900
+ Success: False
901
+ # episodes completed so far: 179
902
+ # successes: 162 (90.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: 163 (90.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: 164 (90.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: 165 (90.7%)
918
+
919
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
920
+ Success: False
921
+ # episodes completed so far: 183
922
+ # successes: 165 (90.2%)
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: 166 (90.2%)
928
+
929
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
930
+ Success: False
931
+ # episodes completed so far: 185
932
+ # successes: 166 (89.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: 167 (89.8%)
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: 168 (89.8%)
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: 169 (89.9%)
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: 170 (89.9%)
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: 171 (90.0%)
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: 172 (90.1%)
963
+
964
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
965
+ Success: False
966
+ # episodes completed so far: 192
967
+ # successes: 172 (89.6%)
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: 173 (89.6%)
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: 174 (89.7%)
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: 175 (89.7%)
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: 176 (89.8%)
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: 177 (89.8%)
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: 178 (89.9%)
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: 179 (89.9%)
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: 180 (90.0%)
1008
+ Current task success rate: 0.78
1009
+ Current total success rate: 0.9
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: 181 (90.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: 182 (90.1%)
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: 183 (90.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: 184 (90.2%)
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: 185 (90.2%)
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: 186 (90.3%)
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: 187 (90.3%)
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: 187 (89.9%)
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: 188 (90.0%)
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: 188 (89.5%)
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: 189 (89.6%)
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: 190 (89.6%)
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: 191 (89.7%)
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: 192 (89.7%)
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: 193 (89.8%)
1085
+
1086
+ Task: put the white mug on the left plate and put the yellow and white mug on the right plate
1087
+ Success: False
1088
+ # episodes completed so far: 216
1089
+ # successes: 193 (89.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: 194 (89.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: 195 (89.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: 196 (89.5%)
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: 197 (89.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: 198 (89.6%)
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: 199 (89.6%)
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: 200 (89.7%)
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: 201 (89.7%)
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: 202 (89.8%)
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: 203 (89.8%)
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: 204 (89.9%)
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: 205 (89.9%)
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: 206 (90.0%)
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: 207 (90.0%)
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: 208 (90.0%)
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: 209 (90.1%)
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: 210 (90.1%)
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: 211 (90.2%)
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: 212 (90.2%)
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: 213 (90.3%)
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: 214 (90.3%)
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: 215 (90.3%)
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: 216 (90.4%)
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: 217 (90.4%)
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: 218 (90.5%)
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: 219 (90.5%)
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: 220 (90.5%)
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: 221 (90.6%)
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: 222 (90.6%)
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: 223 (90.7%)
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: 224 (90.7%)
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: 225 (90.7%)
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: 226 (90.8%)
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: 226 (90.4%)
1260
+ Current task success rate: 0.92
1261
+ Current total success rate: 0.904
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: 227 (90.4%)
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: 228 (90.5%)
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: 229 (90.5%)
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: 230 (90.6%)
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: 231 (90.6%)
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: 232 (90.6%)
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: 233 (90.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: 234 (90.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: 235 (90.7%)
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: 236 (90.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: 237 (90.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: 238 (90.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: 239 (90.9%)
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: 240 (90.9%)
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: 241 (90.9%)
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: 242 (91.0%)
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: 243 (91.0%)
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: 244 (91.0%)
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: 245 (91.1%)
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: 246 (91.1%)
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: 247 (91.1%)
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: 248 (91.2%)
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: 249 (91.2%)
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: 250 (91.2%)
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: 251 (91.3%)
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: 252 (91.3%)
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: 253 (91.3%)
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: 254 (91.4%)
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: 255 (91.4%)
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: 256 (91.4%)
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: 257 (91.5%)
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: 258 (91.5%)
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: 259 (91.5%)
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: 260 (91.5%)
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: 261 (91.6%)
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: 262 (91.6%)
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: 263 (91.6%)
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: 264 (91.7%)
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: 265 (91.7%)
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: 266 (91.7%)
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: 267 (91.8%)
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: 268 (91.8%)
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: 269 (91.8%)
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: 270 (91.8%)
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: 271 (91.9%)
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: 272 (91.9%)
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: 273 (91.9%)
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: 274 (91.9%)
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: 275 (92.0%)
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: 276 (92.0%)
1512
+ Current task success rate: 1.0
1513
+ Current total success rate: 0.92
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: 277 (92.0%)
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: 278 (92.1%)
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: 279 (92.1%)
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: 280 (92.1%)
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: 281 (92.1%)
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: 282 (92.2%)
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: 283 (92.2%)
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: 284 (92.2%)
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: 285 (92.2%)
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: 286 (92.3%)
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: 287 (92.3%)
1569
+
1570
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1571
+ Success: False
1572
+ # episodes completed so far: 312
1573
+ # successes: 287 (92.0%)
1574
+
1575
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1576
+ Success: False
1577
+ # episodes completed so far: 313
1578
+ # successes: 287 (91.7%)
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: 288 (91.7%)
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: 289 (91.7%)
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: 290 (91.8%)
1594
+
1595
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1596
+ Success: False
1597
+ # episodes completed so far: 317
1598
+ # successes: 290 (91.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: 291 (91.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: 292 (91.5%)
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: 293 (91.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: 294 (91.6%)
1619
+
1620
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1621
+ Success: True
1622
+ # episodes completed so far: 322
1623
+ # successes: 295 (91.6%)
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: 296 (91.6%)
1629
+
1630
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1631
+ Success: False
1632
+ # episodes completed so far: 324
1633
+ # successes: 296 (91.4%)
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: 297 (91.4%)
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: 298 (91.4%)
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: 299 (91.4%)
1649
+
1650
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1651
+ Success: False
1652
+ # episodes completed so far: 328
1653
+ # successes: 299 (91.2%)
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: 300 (91.2%)
1659
+
1660
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1661
+ Success: False
1662
+ # episodes completed so far: 330
1663
+ # successes: 300 (90.9%)
1664
+
1665
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1666
+ Success: False
1667
+ # episodes completed so far: 331
1668
+ # successes: 300 (90.6%)
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: 301 (90.7%)
1674
+
1675
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1676
+ Success: False
1677
+ # episodes completed so far: 333
1678
+ # successes: 301 (90.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: 302 (90.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: 303 (90.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: 304 (90.5%)
1694
+
1695
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1696
+ Success: False
1697
+ # episodes completed so far: 337
1698
+ # successes: 304 (90.2%)
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: 305 (90.2%)
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: 306 (90.3%)
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: 307 (90.3%)
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: 308 (90.3%)
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: 309 (90.4%)
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: 310 (90.4%)
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: 311 (90.4%)
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: 312 (90.4%)
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: 313 (90.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: 314 (90.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: 315 (90.5%)
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: 316 (90.5%)
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: 317 (90.6%)
1764
+ Current task success rate: 0.82
1765
+ Current total success rate: 0.9057142857142857
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: 318 (90.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: 319 (90.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: 320 (90.7%)
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: 321 (90.7%)
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: 322 (90.7%)
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: 323 (90.7%)
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: 324 (90.8%)
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: 325 (90.8%)
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: 326 (90.8%)
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: 327 (90.8%)
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: 328 (90.9%)
1821
+
1822
+ Task: put both the alphabet soup and the cream cheese box in the basket
1823
+ Success: True
1824
+ # episodes completed so far: 362
1825
+ # successes: 329 (90.9%)
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: 330 (90.9%)
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: 331 (90.9%)
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: 332 (91.0%)
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: 333 (91.0%)
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: 334 (91.0%)
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: 335 (91.0%)
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: 336 (91.1%)
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: 337 (91.1%)
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: 338 (91.1%)
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: 339 (91.1%)
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: 340 (91.2%)
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: 341 (91.2%)
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: 342 (91.2%)
1891
+
1892
+ Task: put both the alphabet soup and the cream cheese box in the basket
1893
+ Success: False
1894
+ # episodes completed so far: 376
1895
+ # successes: 342 (91.0%)
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: 343 (91.0%)
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: 344 (91.0%)
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: 345 (91.0%)
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: 346 (91.1%)
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: 347 (91.1%)
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: 348 (91.1%)
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: 349 (91.1%)
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: 350 (91.1%)
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: 351 (91.2%)
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: 352 (91.2%)
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: 353 (91.2%)
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: 354 (91.2%)
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: 355 (91.3%)
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: 356 (91.3%)
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: 357 (91.3%)
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: 358 (91.3%)
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: 359 (91.3%)
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: 360 (91.4%)
1986
+
1987
+ Task: put both the alphabet soup and the cream cheese box in the basket
1988
+ Success: False
1989
+ # episodes completed so far: 395
1990
+ # successes: 360 (91.1%)
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: 361 (91.2%)
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: 362 (91.2%)
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: 363 (91.2%)
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: 364 (91.2%)
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: 365 (91.2%)
2016
+ Current task success rate: 0.96
2017
+ Current total success rate: 0.9125
2018
+
2019
+ Task: put both moka pots on the stove
2020
+ Success: True
2021
+ # episodes completed so far: 401
2022
+ # successes: 366 (91.3%)
2023
+
2024
+ Task: put both moka pots on the stove
2025
+ Success: True
2026
+ # episodes completed so far: 402
2027
+ # successes: 367 (91.3%)
2028
+
2029
+ Task: put both moka pots on the stove
2030
+ Success: True
2031
+ # episodes completed so far: 403
2032
+ # successes: 368 (91.3%)
2033
+
2034
+ Task: put both moka pots on the stove
2035
+ Success: True
2036
+ # episodes completed so far: 404
2037
+ # successes: 369 (91.3%)
2038
+
2039
+ Task: put both moka pots on the stove
2040
+ Success: True
2041
+ # episodes completed so far: 405
2042
+ # successes: 370 (91.4%)
2043
+
2044
+ Task: put both moka pots on the stove
2045
+ Success: True
2046
+ # episodes completed so far: 406
2047
+ # successes: 371 (91.4%)
2048
+
2049
+ Task: put both moka pots on the stove
2050
+ Success: True
2051
+ # episodes completed so far: 407
2052
+ # successes: 372 (91.4%)
2053
+
2054
+ Task: put both moka pots on the stove
2055
+ Success: True
2056
+ # episodes completed so far: 408
2057
+ # successes: 373 (91.4%)
2058
+
2059
+ Task: put both moka pots on the stove
2060
+ Success: True
2061
+ # episodes completed so far: 409
2062
+ # successes: 374 (91.4%)
2063
+
2064
+ Task: put both moka pots on the stove
2065
+ Success: False
2066
+ # episodes completed so far: 410
2067
+ # successes: 374 (91.2%)
2068
+
2069
+ Task: put both moka pots on the stove
2070
+ Success: True
2071
+ # episodes completed so far: 411
2072
+ # successes: 375 (91.2%)
2073
+
2074
+ Task: put both moka pots on the stove
2075
+ Success: True
2076
+ # episodes completed so far: 412
2077
+ # successes: 376 (91.3%)
2078
+
2079
+ Task: put both moka pots on the stove
2080
+ Success: False
2081
+ # episodes completed so far: 413
2082
+ # successes: 376 (91.0%)
2083
+
2084
+ Task: put both moka pots on the stove
2085
+ Success: True
2086
+ # episodes completed so far: 414
2087
+ # successes: 377 (91.1%)
2088
+
2089
+ Task: put both moka pots on the stove
2090
+ Success: True
2091
+ # episodes completed so far: 415
2092
+ # successes: 378 (91.1%)
2093
+
2094
+ Task: put both moka pots on the stove
2095
+ Success: True
2096
+ # episodes completed so far: 416
2097
+ # successes: 379 (91.1%)
2098
+
2099
+ Task: put both moka pots on the stove
2100
+ Success: True
2101
+ # episodes completed so far: 417
2102
+ # successes: 380 (91.1%)
2103
+
2104
+ Task: put both moka pots on the stove
2105
+ Success: True
2106
+ # episodes completed so far: 418
2107
+ # successes: 381 (91.1%)
2108
+
2109
+ Task: put both moka pots on the stove
2110
+ Success: True
2111
+ # episodes completed so far: 419
2112
+ # successes: 382 (91.2%)
2113
+
2114
+ Task: put both moka pots on the stove
2115
+ Success: True
2116
+ # episodes completed so far: 420
2117
+ # successes: 383 (91.2%)
2118
+
2119
+ Task: put both moka pots on the stove
2120
+ Success: False
2121
+ # episodes completed so far: 421
2122
+ # successes: 383 (91.0%)
2123
+
2124
+ Task: put both moka pots on the stove
2125
+ Success: True
2126
+ # episodes completed so far: 422
2127
+ # successes: 384 (91.0%)
2128
+
2129
+ Task: put both moka pots on the stove
2130
+ Success: False
2131
+ # episodes completed so far: 423
2132
+ # successes: 384 (90.8%)
2133
+
2134
+ Task: put both moka pots on the stove
2135
+ Success: True
2136
+ # episodes completed so far: 424
2137
+ # successes: 385 (90.8%)
2138
+
2139
+ Task: put both moka pots on the stove
2140
+ Success: True
2141
+ # episodes completed so far: 425
2142
+ # successes: 386 (90.8%)
2143
+
2144
+ Task: put both moka pots on the stove
2145
+ Success: True
2146
+ # episodes completed so far: 426
2147
+ # successes: 387 (90.8%)
2148
+
2149
+ Task: put both moka pots on the stove
2150
+ Success: True
2151
+ # episodes completed so far: 427
2152
+ # successes: 388 (90.9%)
2153
+
2154
+ Task: put both moka pots on the stove
2155
+ Success: True
2156
+ # episodes completed so far: 428
2157
+ # successes: 389 (90.9%)
2158
+
2159
+ Task: put both moka pots on the stove
2160
+ Success: True
2161
+ # episodes completed so far: 429
2162
+ # successes: 390 (90.9%)
2163
+
2164
+ Task: put both moka pots on the stove
2165
+ Success: True
2166
+ # episodes completed so far: 430
2167
+ # successes: 391 (90.9%)
2168
+
2169
+ Task: put both moka pots on the stove
2170
+ Success: True
2171
+ # episodes completed so far: 431
2172
+ # successes: 392 (91.0%)
2173
+
2174
+ Task: put both moka pots on the stove
2175
+ Success: True
2176
+ # episodes completed so far: 432
2177
+ # successes: 393 (91.0%)
2178
+
2179
+ Task: put both moka pots on the stove
2180
+ Success: True
2181
+ # episodes completed so far: 433
2182
+ # successes: 394 (91.0%)
2183
+
2184
+ Task: put both moka pots on the stove
2185
+ Success: True
2186
+ # episodes completed so far: 434
2187
+ # successes: 395 (91.0%)
2188
+
2189
+ Task: put both moka pots on the stove
2190
+ Success: True
2191
+ # episodes completed so far: 435
2192
+ # successes: 396 (91.0%)
2193
+
2194
+ Task: put both moka pots on the stove
2195
+ Success: True
2196
+ # episodes completed so far: 436
2197
+ # successes: 397 (91.1%)
2198
+
2199
+ Task: put both moka pots on the stove
2200
+ Success: True
2201
+ # episodes completed so far: 437
2202
+ # successes: 398 (91.1%)
2203
+
2204
+ Task: put both moka pots on the stove
2205
+ Success: False
2206
+ # episodes completed so far: 438
2207
+ # successes: 398 (90.9%)
2208
+
2209
+ Task: put both moka pots on the stove
2210
+ Success: True
2211
+ # episodes completed so far: 439
2212
+ # successes: 399 (90.9%)
2213
+
2214
+ Task: put both moka pots on the stove
2215
+ Success: True
2216
+ # episodes completed so far: 440
2217
+ # successes: 400 (90.9%)
2218
+
2219
+ Task: put both moka pots on the stove
2220
+ Success: True
2221
+ # episodes completed so far: 441
2222
+ # successes: 401 (90.9%)
2223
+
2224
+ Task: put both moka pots on the stove
2225
+ Success: True
2226
+ # episodes completed so far: 442
2227
+ # successes: 402 (91.0%)
2228
+
2229
+ Task: put both moka pots on the stove
2230
+ Success: True
2231
+ # episodes completed so far: 443
2232
+ # successes: 403 (91.0%)
2233
+
2234
+ Task: put both moka pots on the stove
2235
+ Success: True
2236
+ # episodes completed so far: 444
2237
+ # successes: 404 (91.0%)
2238
+
2239
+ Task: put both moka pots on the stove
2240
+ Success: True
2241
+ # episodes completed so far: 445
2242
+ # successes: 405 (91.0%)
2243
+
2244
+ Task: put both moka pots on the stove
2245
+ Success: False
2246
+ # episodes completed so far: 446
2247
+ # successes: 405 (90.8%)
2248
+
2249
+ Task: put both moka pots on the stove
2250
+ Success: True
2251
+ # episodes completed so far: 447
2252
+ # successes: 406 (90.8%)
2253
+
2254
+ Task: put both moka pots on the stove
2255
+ Success: False
2256
+ # episodes completed so far: 448
2257
+ # successes: 406 (90.6%)
2258
+
2259
+ Task: put both moka pots on the stove
2260
+ Success: True
2261
+ # episodes completed so far: 449
2262
+ # successes: 407 (90.6%)
2263
+
2264
+ Task: put both moka pots on the stove
2265
+ Success: True
2266
+ # episodes completed so far: 450
2267
+ # successes: 408 (90.7%)
2268
+ Current task success rate: 0.86
2269
+ Current total success rate: 0.9066666666666666
2270
+
2271
+ Task: put the yellow and white mug in the microwave and close it
2272
+ Success: True
2273
+ # episodes completed so far: 451
2274
+ # successes: 409 (90.7%)
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: 410 (90.7%)
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: 411 (90.7%)
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: 412 (90.7%)
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: 413 (90.8%)
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: 414 (90.8%)
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: 415 (90.8%)
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: 416 (90.8%)
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: 417 (90.8%)
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: 418 (90.9%)
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: 419 (90.9%)
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: 420 (90.9%)
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: 421 (90.9%)
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: 422 (90.9%)
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: 423 (91.0%)
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: 424 (91.0%)
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: 425 (91.0%)
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: 426 (91.0%)
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: 427 (91.0%)
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: 428 (91.1%)
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: 429 (91.1%)
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: 430 (91.1%)
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: 431 (91.1%)
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: 432 (91.1%)
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: 433 (91.2%)
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: 434 (91.2%)
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: 435 (91.2%)
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: 436 (91.2%)
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: 437 (91.2%)
2415
+
2416
+ Task: put the yellow and white mug in the microwave and close it
2417
+ Success: False
2418
+ # episodes completed so far: 480
2419
+ # successes: 437 (91.0%)
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: 438 (91.1%)
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: 439 (91.1%)
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: 440 (91.1%)
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: 441 (91.1%)
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: 442 (91.1%)
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: 443 (91.2%)
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: 444 (91.2%)
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: 445 (91.2%)
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: 446 (91.2%)
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: 447 (91.2%)
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: 448 (91.2%)
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: 449 (91.3%)
2480
+
2481
+ Task: put the yellow and white mug in the microwave and close it
2482
+ Success: False
2483
+ # episodes completed so far: 493
2484
+ # successes: 449 (91.1%)
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: 450 (91.1%)
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: 451 (91.1%)
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: 452 (91.1%)
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: 453 (91.1%)
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: 454 (91.2%)
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: 455 (91.2%)
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: 456 (91.2%)
2520
+ Current task success rate: 0.96
2521
+ Current total success rate: 0.912
libero_goal_2B/starvla_qwen_oft/config.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "starvla_qwen_oft",
3
+ "run_root_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models_2/libero_goal_2B",
4
+ "seed": 42,
5
+ "trackers": [
6
+ "jsonl",
7
+ "wandb"
8
+ ],
9
+ "wandb_project": "starVLA",
10
+ "is_debug": false,
11
+ "enable_mee": false,
12
+ "mee_weight": 0.01,
13
+ "framework": {
14
+ "name": "QwenOFT",
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_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": 30000,
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_goal_2B/starvla_qwen_oft"
129
+ }
libero_goal_2B/starvla_qwen_oft/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/starvla_qwen_oft/final_model/pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:127f75305b0653529492266cc7ab4eb37257363f844daf17511973307d8972d4
3
+ size 4961646354
libero_goal_2B/starvla_qwen_oft/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: False
110
+ # episodes completed so far: 22
111
+ # successes: 21 (95.5%)
112
+
113
+ Task: open the middle drawer of the cabinet
114
+ Success: True
115
+ # episodes completed so far: 23
116
+ # successes: 22 (95.7%)
117
+
118
+ Task: open the middle drawer of the cabinet
119
+ Success: True
120
+ # episodes completed so far: 24
121
+ # successes: 23 (95.8%)
122
+
123
+ Task: open the middle drawer of the cabinet
124
+ Success: True
125
+ # episodes completed so far: 25
126
+ # successes: 24 (96.0%)
127
+
128
+ Task: open the middle drawer of the cabinet
129
+ Success: True
130
+ # episodes completed so far: 26
131
+ # successes: 25 (96.2%)
132
+
133
+ Task: open the middle drawer of the cabinet
134
+ Success: True
135
+ # episodes completed so far: 27
136
+ # successes: 26 (96.3%)
137
+
138
+ Task: open the middle drawer of the cabinet
139
+ Success: True
140
+ # episodes completed so far: 28
141
+ # successes: 27 (96.4%)
142
+
143
+ Task: open the middle drawer of the cabinet
144
+ Success: True
145
+ # episodes completed so far: 29
146
+ # successes: 28 (96.6%)
147
+
148
+ Task: open the middle drawer of the cabinet
149
+ Success: True
150
+ # episodes completed so far: 30
151
+ # successes: 29 (96.7%)
152
+
153
+ Task: open the middle drawer of the cabinet
154
+ Success: True
155
+ # episodes completed so far: 31
156
+ # successes: 30 (96.8%)
157
+
158
+ Task: open the middle drawer of the cabinet
159
+ Success: True
160
+ # episodes completed so far: 32
161
+ # successes: 31 (96.9%)
162
+
163
+ Task: open the middle drawer of the cabinet
164
+ Success: True
165
+ # episodes completed so far: 33
166
+ # successes: 32 (97.0%)
167
+
168
+ Task: open the middle drawer of the cabinet
169
+ Success: True
170
+ # episodes completed so far: 34
171
+ # successes: 33 (97.1%)
172
+
173
+ Task: open the middle drawer of the cabinet
174
+ Success: True
175
+ # episodes completed so far: 35
176
+ # successes: 34 (97.1%)
177
+
178
+ Task: open the middle drawer of the cabinet
179
+ Success: True
180
+ # episodes completed so far: 36
181
+ # successes: 35 (97.2%)
182
+
183
+ Task: open the middle drawer of the cabinet
184
+ Success: True
185
+ # episodes completed so far: 37
186
+ # successes: 36 (97.3%)
187
+
188
+ Task: open the middle drawer of the cabinet
189
+ Success: True
190
+ # episodes completed so far: 38
191
+ # successes: 37 (97.4%)
192
+
193
+ Task: open the middle drawer of the cabinet
194
+ Success: True
195
+ # episodes completed so far: 39
196
+ # successes: 38 (97.4%)
197
+
198
+ Task: open the middle drawer of the cabinet
199
+ Success: True
200
+ # episodes completed so far: 40
201
+ # successes: 39 (97.5%)
202
+
203
+ Task: open the middle drawer of the cabinet
204
+ Success: True
205
+ # episodes completed so far: 41
206
+ # successes: 40 (97.6%)
207
+
208
+ Task: open the middle drawer of the cabinet
209
+ Success: True
210
+ # episodes completed so far: 42
211
+ # successes: 41 (97.6%)
212
+
213
+ Task: open the middle drawer of the cabinet
214
+ Success: True
215
+ # episodes completed so far: 43
216
+ # successes: 42 (97.7%)
217
+
218
+ Task: open the middle drawer of the cabinet
219
+ Success: True
220
+ # episodes completed so far: 44
221
+ # successes: 43 (97.7%)
222
+
223
+ Task: open the middle drawer of the cabinet
224
+ Success: True
225
+ # episodes completed so far: 45
226
+ # successes: 44 (97.8%)
227
+
228
+ Task: open the middle drawer of the cabinet
229
+ Success: True
230
+ # episodes completed so far: 46
231
+ # successes: 45 (97.8%)
232
+
233
+ Task: open the middle drawer of the cabinet
234
+ Success: True
235
+ # episodes completed so far: 47
236
+ # successes: 46 (97.9%)
237
+
238
+ Task: open the middle drawer of the cabinet
239
+ Success: True
240
+ # episodes completed so far: 48
241
+ # successes: 47 (97.9%)
242
+
243
+ Task: open the middle drawer of the cabinet
244
+ Success: True
245
+ # episodes completed so far: 49
246
+ # successes: 48 (98.0%)
247
+
248
+ Task: open the middle drawer of the cabinet
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: put the bowl on the stove
256
+ Success: True
257
+ # episodes completed so far: 51
258
+ # successes: 50 (98.0%)
259
+
260
+ Task: put the bowl on the stove
261
+ Success: True
262
+ # episodes completed so far: 52
263
+ # successes: 51 (98.1%)
264
+
265
+ Task: put the bowl on the stove
266
+ Success: True
267
+ # episodes completed so far: 53
268
+ # successes: 52 (98.1%)
269
+
270
+ Task: put the bowl on the stove
271
+ Success: True
272
+ # episodes completed so far: 54
273
+ # successes: 53 (98.1%)
274
+
275
+ Task: put the bowl on the stove
276
+ Success: True
277
+ # episodes completed so far: 55
278
+ # successes: 54 (98.2%)
279
+
280
+ Task: put the bowl on the stove
281
+ Success: True
282
+ # episodes completed so far: 56
283
+ # successes: 55 (98.2%)
284
+
285
+ Task: put the bowl on the stove
286
+ Success: True
287
+ # episodes completed so far: 57
288
+ # successes: 56 (98.2%)
289
+
290
+ Task: put the bowl on the stove
291
+ Success: True
292
+ # episodes completed so far: 58
293
+ # successes: 57 (98.3%)
294
+
295
+ Task: put the bowl on the stove
296
+ Success: True
297
+ # episodes completed so far: 59
298
+ # successes: 58 (98.3%)
299
+
300
+ Task: put the bowl on the stove
301
+ Success: True
302
+ # episodes completed so far: 60
303
+ # successes: 59 (98.3%)
304
+
305
+ Task: put the bowl on the stove
306
+ Success: True
307
+ # episodes completed so far: 61
308
+ # successes: 60 (98.4%)
309
+
310
+ Task: put the bowl on the stove
311
+ Success: True
312
+ # episodes completed so far: 62
313
+ # successes: 61 (98.4%)
314
+
315
+ Task: put the bowl on the stove
316
+ Success: True
317
+ # episodes completed so far: 63
318
+ # successes: 62 (98.4%)
319
+
320
+ Task: put the bowl on the stove
321
+ Success: True
322
+ # episodes completed so far: 64
323
+ # successes: 63 (98.4%)
324
+
325
+ Task: put the bowl on the stove
326
+ Success: True
327
+ # episodes completed so far: 65
328
+ # successes: 64 (98.5%)
329
+
330
+ Task: put the bowl on the stove
331
+ Success: True
332
+ # episodes completed so far: 66
333
+ # successes: 65 (98.5%)
334
+
335
+ Task: put the bowl on the stove
336
+ Success: True
337
+ # episodes completed so far: 67
338
+ # successes: 66 (98.5%)
339
+
340
+ Task: put the bowl on the stove
341
+ Success: True
342
+ # episodes completed so far: 68
343
+ # successes: 67 (98.5%)
344
+
345
+ Task: put the bowl on the stove
346
+ Success: True
347
+ # episodes completed so far: 69
348
+ # successes: 68 (98.6%)
349
+
350
+ Task: put the bowl on the stove
351
+ Success: True
352
+ # episodes completed so far: 70
353
+ # successes: 69 (98.6%)
354
+
355
+ Task: put the bowl on the stove
356
+ Success: True
357
+ # episodes completed so far: 71
358
+ # successes: 70 (98.6%)
359
+
360
+ Task: put the bowl on the stove
361
+ Success: True
362
+ # episodes completed so far: 72
363
+ # successes: 71 (98.6%)
364
+
365
+ Task: put the bowl on the stove
366
+ Success: True
367
+ # episodes completed so far: 73
368
+ # successes: 72 (98.6%)
369
+
370
+ Task: put the bowl on the stove
371
+ Success: True
372
+ # episodes completed so far: 74
373
+ # successes: 73 (98.6%)
374
+
375
+ Task: put the bowl on the stove
376
+ Success: True
377
+ # episodes completed so far: 75
378
+ # successes: 74 (98.7%)
379
+
380
+ Task: put the bowl on the stove
381
+ Success: True
382
+ # episodes completed so far: 76
383
+ # successes: 75 (98.7%)
384
+
385
+ Task: put the bowl on the stove
386
+ Success: True
387
+ # episodes completed so far: 77
388
+ # successes: 76 (98.7%)
389
+
390
+ Task: put the bowl on the stove
391
+ Success: False
392
+ # episodes completed so far: 78
393
+ # successes: 76 (97.4%)
394
+
395
+ Task: put the bowl on the stove
396
+ Success: True
397
+ # episodes completed so far: 79
398
+ # successes: 77 (97.5%)
399
+
400
+ Task: put the bowl on the stove
401
+ Success: True
402
+ # episodes completed so far: 80
403
+ # successes: 78 (97.5%)
404
+
405
+ Task: put the bowl on the stove
406
+ Success: True
407
+ # episodes completed so far: 81
408
+ # successes: 79 (97.5%)
409
+
410
+ Task: put the bowl on the stove
411
+ Success: True
412
+ # episodes completed so far: 82
413
+ # successes: 80 (97.6%)
414
+
415
+ Task: put the bowl on the stove
416
+ Success: True
417
+ # episodes completed so far: 83
418
+ # successes: 81 (97.6%)
419
+
420
+ Task: put the bowl on the stove
421
+ Success: True
422
+ # episodes completed so far: 84
423
+ # successes: 82 (97.6%)
424
+
425
+ Task: put the bowl on the stove
426
+ Success: True
427
+ # episodes completed so far: 85
428
+ # successes: 83 (97.6%)
429
+
430
+ Task: put the bowl on the stove
431
+ Success: True
432
+ # episodes completed so far: 86
433
+ # successes: 84 (97.7%)
434
+
435
+ Task: put the bowl on the stove
436
+ Success: True
437
+ # episodes completed so far: 87
438
+ # successes: 85 (97.7%)
439
+
440
+ Task: put the bowl on the stove
441
+ Success: True
442
+ # episodes completed so far: 88
443
+ # successes: 86 (97.7%)
444
+
445
+ Task: put the bowl on the stove
446
+ Success: True
447
+ # episodes completed so far: 89
448
+ # successes: 87 (97.8%)
449
+
450
+ Task: put the bowl on the stove
451
+ Success: True
452
+ # episodes completed so far: 90
453
+ # successes: 88 (97.8%)
454
+
455
+ Task: put the bowl on the stove
456
+ Success: True
457
+ # episodes completed so far: 91
458
+ # successes: 89 (97.8%)
459
+
460
+ Task: put the bowl on the stove
461
+ Success: True
462
+ # episodes completed so far: 92
463
+ # successes: 90 (97.8%)
464
+
465
+ Task: put the bowl on the stove
466
+ Success: True
467
+ # episodes completed so far: 93
468
+ # successes: 91 (97.8%)
469
+
470
+ Task: put the bowl on the stove
471
+ Success: True
472
+ # episodes completed so far: 94
473
+ # successes: 92 (97.9%)
474
+
475
+ Task: put the bowl on the stove
476
+ Success: True
477
+ # episodes completed so far: 95
478
+ # successes: 93 (97.9%)
479
+
480
+ Task: put the bowl on the stove
481
+ Success: True
482
+ # episodes completed so far: 96
483
+ # successes: 94 (97.9%)
484
+
485
+ Task: put the bowl on the stove
486
+ Success: True
487
+ # episodes completed so far: 97
488
+ # successes: 95 (97.9%)
489
+
490
+ Task: put the bowl on the stove
491
+ Success: True
492
+ # episodes completed so far: 98
493
+ # successes: 96 (98.0%)
494
+
495
+ Task: put the bowl on the stove
496
+ Success: True
497
+ # episodes completed so far: 99
498
+ # successes: 97 (98.0%)
499
+
500
+ Task: put the bowl on the stove
501
+ Success: True
502
+ # episodes completed so far: 100
503
+ # successes: 98 (98.0%)
504
+ Current task success rate: 0.98
505
+ Current total success rate: 0.98
506
+
507
+ Task: put the wine bottle on top of the cabinet
508
+ Success: True
509
+ # episodes completed so far: 101
510
+ # successes: 99 (98.0%)
511
+
512
+ Task: put the wine bottle on top of the cabinet
513
+ Success: True
514
+ # episodes completed so far: 102
515
+ # successes: 100 (98.0%)
516
+
517
+ Task: put the wine bottle on top of the cabinet
518
+ Success: True
519
+ # episodes completed so far: 103
520
+ # successes: 101 (98.1%)
521
+
522
+ Task: put the wine bottle on top of the cabinet
523
+ Success: True
524
+ # episodes completed so far: 104
525
+ # successes: 102 (98.1%)
526
+
527
+ Task: put the wine bottle on top of the cabinet
528
+ Success: True
529
+ # episodes completed so far: 105
530
+ # successes: 103 (98.1%)
531
+
532
+ Task: put the wine bottle on top of the cabinet
533
+ Success: True
534
+ # episodes completed so far: 106
535
+ # successes: 104 (98.1%)
536
+
537
+ Task: put the wine bottle on top of the cabinet
538
+ Success: False
539
+ # episodes completed so far: 107
540
+ # successes: 104 (97.2%)
541
+
542
+ Task: put the wine bottle on top of the cabinet
543
+ Success: True
544
+ # episodes completed so far: 108
545
+ # successes: 105 (97.2%)
546
+
547
+ Task: put the wine bottle on top of the cabinet
548
+ Success: True
549
+ # episodes completed so far: 109
550
+ # successes: 106 (97.2%)
551
+
552
+ Task: put the wine bottle on top of the cabinet
553
+ Success: True
554
+ # episodes completed so far: 110
555
+ # successes: 107 (97.3%)
556
+
557
+ Task: put the wine bottle on top of the cabinet
558
+ Success: True
559
+ # episodes completed so far: 111
560
+ # successes: 108 (97.3%)
561
+
562
+ Task: put the wine bottle on top of the cabinet
563
+ Success: True
564
+ # episodes completed so far: 112
565
+ # successes: 109 (97.3%)
566
+
567
+ Task: put the wine bottle on top of the cabinet
568
+ Success: False
569
+ # episodes completed so far: 113
570
+ # successes: 109 (96.5%)
571
+
572
+ Task: put the wine bottle on top of the cabinet
573
+ Success: True
574
+ # episodes completed so far: 114
575
+ # successes: 110 (96.5%)
576
+
577
+ Task: put the wine bottle on top of the cabinet
578
+ Success: False
579
+ # episodes completed so far: 115
580
+ # successes: 110 (95.7%)
581
+
582
+ Task: put the wine bottle on top of the cabinet
583
+ Success: True
584
+ # episodes completed so far: 116
585
+ # successes: 111 (95.7%)
586
+
587
+ Task: put the wine bottle on top of the cabinet
588
+ Success: False
589
+ # episodes completed so far: 117
590
+ # successes: 111 (94.9%)
591
+
592
+ Task: put the wine bottle on top of the cabinet
593
+ Success: True
594
+ # episodes completed so far: 118
595
+ # successes: 112 (94.9%)
596
+
597
+ Task: put the wine bottle on top of the cabinet
598
+ Success: True
599
+ # episodes completed so far: 119
600
+ # successes: 113 (95.0%)
601
+
602
+ Task: put the wine bottle on top of the cabinet
603
+ Success: True
604
+ # episodes completed so far: 120
605
+ # successes: 114 (95.0%)
606
+
607
+ Task: put the wine bottle on top of the cabinet
608
+ Success: False
609
+ # episodes completed so far: 121
610
+ # successes: 114 (94.2%)
611
+
612
+ Task: put the wine bottle on top of the cabinet
613
+ Success: True
614
+ # episodes completed so far: 122
615
+ # successes: 115 (94.3%)
616
+
617
+ Task: put the wine bottle on top of the cabinet
618
+ Success: True
619
+ # episodes completed so far: 123
620
+ # successes: 116 (94.3%)
621
+
622
+ Task: put the wine bottle on top of the cabinet
623
+ Success: True
624
+ # episodes completed so far: 124
625
+ # successes: 117 (94.4%)
626
+
627
+ Task: put the wine bottle on top of the cabinet
628
+ Success: True
629
+ # episodes completed so far: 125
630
+ # successes: 118 (94.4%)
631
+
632
+ Task: put the wine bottle on top of the cabinet
633
+ Success: True
634
+ # episodes completed so far: 126
635
+ # successes: 119 (94.4%)
636
+
637
+ Task: put the wine bottle on top of the cabinet
638
+ Success: True
639
+ # episodes completed so far: 127
640
+ # successes: 120 (94.5%)
641
+
642
+ Task: put the wine bottle on top of the cabinet
643
+ Success: True
644
+ # episodes completed so far: 128
645
+ # successes: 121 (94.5%)
646
+
647
+ Task: put the wine bottle on top of the cabinet
648
+ Success: True
649
+ # episodes completed so far: 129
650
+ # successes: 122 (94.6%)
651
+
652
+ Task: put the wine bottle on top of the cabinet
653
+ Success: True
654
+ # episodes completed so far: 130
655
+ # successes: 123 (94.6%)
656
+
657
+ Task: put the wine bottle on top of the cabinet
658
+ Success: True
659
+ # episodes completed so far: 131
660
+ # successes: 124 (94.7%)
661
+
662
+ Task: put the wine bottle on top of the cabinet
663
+ Success: True
664
+ # episodes completed so far: 132
665
+ # successes: 125 (94.7%)
666
+
667
+ Task: put the wine bottle on top of the cabinet
668
+ Success: True
669
+ # episodes completed so far: 133
670
+ # successes: 126 (94.7%)
671
+
672
+ Task: put the wine bottle on top of the cabinet
673
+ Success: True
674
+ # episodes completed so far: 134
675
+ # successes: 127 (94.8%)
676
+
677
+ Task: put the wine bottle on top of the cabinet
678
+ Success: True
679
+ # episodes completed so far: 135
680
+ # successes: 128 (94.8%)
681
+
682
+ Task: put the wine bottle on top of the cabinet
683
+ Success: True
684
+ # episodes completed so far: 136
685
+ # successes: 129 (94.9%)
686
+
687
+ Task: put the wine bottle on top of the cabinet
688
+ Success: False
689
+ # episodes completed so far: 137
690
+ # successes: 129 (94.2%)
691
+
692
+ Task: put the wine bottle on top of the cabinet
693
+ Success: True
694
+ # episodes completed so far: 138
695
+ # successes: 130 (94.2%)
696
+
697
+ Task: put the wine bottle on top of the cabinet
698
+ Success: True
699
+ # episodes completed so far: 139
700
+ # successes: 131 (94.2%)
701
+
702
+ Task: put the wine bottle on top of the cabinet
703
+ Success: True
704
+ # episodes completed so far: 140
705
+ # successes: 132 (94.3%)
706
+
707
+ Task: put the wine bottle on top of the cabinet
708
+ Success: True
709
+ # episodes completed so far: 141
710
+ # successes: 133 (94.3%)
711
+
712
+ Task: put the wine bottle on top of the cabinet
713
+ Success: False
714
+ # episodes completed so far: 142
715
+ # successes: 133 (93.7%)
716
+
717
+ Task: put the wine bottle on top of the cabinet
718
+ Success: True
719
+ # episodes completed so far: 143
720
+ # successes: 134 (93.7%)
721
+
722
+ Task: put the wine bottle on top of the cabinet
723
+ Success: True
724
+ # episodes completed so far: 144
725
+ # successes: 135 (93.8%)
726
+
727
+ Task: put the wine bottle on top of the cabinet
728
+ Success: True
729
+ # episodes completed so far: 145
730
+ # successes: 136 (93.8%)
731
+
732
+ Task: put the wine bottle on top of the cabinet
733
+ Success: True
734
+ # episodes completed so far: 146
735
+ # successes: 137 (93.8%)
736
+
737
+ Task: put the wine bottle on top of the cabinet
738
+ Success: True
739
+ # episodes completed so far: 147
740
+ # successes: 138 (93.9%)
741
+
742
+ Task: put the wine bottle on top of the cabinet
743
+ Success: False
744
+ # episodes completed so far: 148
745
+ # successes: 138 (93.2%)
746
+
747
+ Task: put the wine bottle on top of the cabinet
748
+ Success: True
749
+ # episodes completed so far: 149
750
+ # successes: 139 (93.3%)
751
+
752
+ Task: put the wine bottle on top of the cabinet
753
+ Success: True
754
+ # episodes completed so far: 150
755
+ # successes: 140 (93.3%)
756
+ Current task success rate: 0.84
757
+ Current total success rate: 0.9333333333333333
758
+
759
+ Task: open the top drawer and put the bowl inside
760
+ Success: True
761
+ # episodes completed so far: 151
762
+ # successes: 141 (93.4%)
763
+
764
+ Task: open the top drawer and put the bowl inside
765
+ Success: True
766
+ # episodes completed so far: 152
767
+ # successes: 142 (93.4%)
768
+
769
+ Task: open the top drawer and put the bowl inside
770
+ Success: True
771
+ # episodes completed so far: 153
772
+ # successes: 143 (93.5%)
773
+
774
+ Task: open the top drawer and put the bowl inside
775
+ Success: False
776
+ # episodes completed so far: 154
777
+ # successes: 143 (92.9%)
778
+
779
+ Task: open the top drawer and put the bowl inside
780
+ Success: True
781
+ # episodes completed so far: 155
782
+ # successes: 144 (92.9%)
783
+
784
+ Task: open the top drawer and put the bowl inside
785
+ Success: True
786
+ # episodes completed so far: 156
787
+ # successes: 145 (92.9%)
788
+
789
+ Task: open the top drawer and put the bowl inside
790
+ Success: True
791
+ # episodes completed so far: 157
792
+ # successes: 146 (93.0%)
793
+
794
+ Task: open the top drawer and put the bowl inside
795
+ Success: True
796
+ # episodes completed so far: 158
797
+ # successes: 147 (93.0%)
798
+
799
+ Task: open the top drawer and put the bowl inside
800
+ Success: True
801
+ # episodes completed so far: 159
802
+ # successes: 148 (93.1%)
803
+
804
+ Task: open the top drawer and put the bowl inside
805
+ Success: True
806
+ # episodes completed so far: 160
807
+ # successes: 149 (93.1%)
808
+
809
+ Task: open the top drawer and put the bowl inside
810
+ Success: True
811
+ # episodes completed so far: 161
812
+ # successes: 150 (93.2%)
813
+
814
+ Task: open the top drawer and put the bowl inside
815
+ Success: True
816
+ # episodes completed so far: 162
817
+ # successes: 151 (93.2%)
818
+
819
+ Task: open the top drawer and put the bowl inside
820
+ Success: True
821
+ # episodes completed so far: 163
822
+ # successes: 152 (93.3%)
823
+
824
+ Task: open the top drawer and put the bowl inside
825
+ Success: True
826
+ # episodes completed so far: 164
827
+ # successes: 153 (93.3%)
828
+
829
+ Task: open the top drawer and put the bowl inside
830
+ Success: True
831
+ # episodes completed so far: 165
832
+ # successes: 154 (93.3%)
833
+
834
+ Task: open the top drawer and put the bowl inside
835
+ Success: True
836
+ # episodes completed so far: 166
837
+ # successes: 155 (93.4%)
838
+
839
+ Task: open the top drawer and put the bowl inside
840
+ Success: True
841
+ # episodes completed so far: 167
842
+ # successes: 156 (93.4%)
843
+
844
+ Task: open the top drawer and put the bowl inside
845
+ Success: True
846
+ # episodes completed so far: 168
847
+ # successes: 157 (93.5%)
848
+
849
+ Task: open the top drawer and put the bowl inside
850
+ Success: False
851
+ # episodes completed so far: 169
852
+ # successes: 157 (92.9%)
853
+
854
+ Task: open the top drawer and put the bowl inside
855
+ Success: True
856
+ # episodes completed so far: 170
857
+ # successes: 158 (92.9%)
858
+
859
+ Task: open the top drawer and put the bowl inside
860
+ Success: True
861
+ # episodes completed so far: 171
862
+ # successes: 159 (93.0%)
863
+
864
+ Task: open the top drawer and put the bowl inside
865
+ Success: True
866
+ # episodes completed so far: 172
867
+ # successes: 160 (93.0%)
868
+
869
+ Task: open the top drawer and put the bowl inside
870
+ Success: True
871
+ # episodes completed so far: 173
872
+ # successes: 161 (93.1%)
873
+
874
+ Task: open the top drawer and put the bowl inside
875
+ Success: True
876
+ # episodes completed so far: 174
877
+ # successes: 162 (93.1%)
878
+
879
+ Task: open the top drawer and put the bowl inside
880
+ Success: True
881
+ # episodes completed so far: 175
882
+ # successes: 163 (93.1%)
883
+
884
+ Task: open the top drawer and put the bowl inside
885
+ Success: False
886
+ # episodes completed so far: 176
887
+ # successes: 163 (92.6%)
888
+
889
+ Task: open the top drawer and put the bowl inside
890
+ Success: True
891
+ # episodes completed so far: 177
892
+ # successes: 164 (92.7%)
893
+
894
+ Task: open the top drawer and put the bowl inside
895
+ Success: True
896
+ # episodes completed so far: 178
897
+ # successes: 165 (92.7%)
898
+
899
+ Task: open the top drawer and put the bowl inside
900
+ Success: True
901
+ # episodes completed so far: 179
902
+ # successes: 166 (92.7%)
903
+
904
+ Task: open the top drawer and put the bowl inside
905
+ Success: True
906
+ # episodes completed so far: 180
907
+ # successes: 167 (92.8%)
908
+
909
+ Task: open the top drawer and put the bowl inside
910
+ Success: True
911
+ # episodes completed so far: 181
912
+ # successes: 168 (92.8%)
913
+
914
+ Task: open the top drawer and put the bowl inside
915
+ Success: True
916
+ # episodes completed so far: 182
917
+ # successes: 169 (92.9%)
918
+
919
+ Task: open the top drawer and put the bowl inside
920
+ Success: True
921
+ # episodes completed so far: 183
922
+ # successes: 170 (92.9%)
923
+
924
+ Task: open the top drawer and put the bowl inside
925
+ Success: True
926
+ # episodes completed so far: 184
927
+ # successes: 171 (92.9%)
928
+
929
+ Task: open the top drawer and put the bowl inside
930
+ Success: True
931
+ # episodes completed so far: 185
932
+ # successes: 172 (93.0%)
933
+
934
+ Task: open the top drawer and put the bowl inside
935
+ Success: False
936
+ # episodes completed so far: 186
937
+ # successes: 172 (92.5%)
938
+
939
+ Task: open the top drawer and put the bowl inside
940
+ Success: True
941
+ # episodes completed so far: 187
942
+ # successes: 173 (92.5%)
943
+
944
+ Task: open the top drawer and put the bowl inside
945
+ Success: True
946
+ # episodes completed so far: 188
947
+ # successes: 174 (92.6%)
948
+
949
+ Task: open the top drawer and put the bowl inside
950
+ Success: True
951
+ # episodes completed so far: 189
952
+ # successes: 175 (92.6%)
953
+
954
+ Task: open the top drawer and put the bowl inside
955
+ Success: True
956
+ # episodes completed so far: 190
957
+ # successes: 176 (92.6%)
958
+
959
+ Task: open the top drawer and put the bowl inside
960
+ Success: True
961
+ # episodes completed so far: 191
962
+ # successes: 177 (92.7%)
963
+
964
+ Task: open the top drawer and put the bowl inside
965
+ Success: True
966
+ # episodes completed so far: 192
967
+ # successes: 178 (92.7%)
968
+
969
+ Task: open the top drawer and put the bowl inside
970
+ Success: True
971
+ # episodes completed so far: 193
972
+ # successes: 179 (92.7%)
973
+
974
+ Task: open the top drawer and put the bowl inside
975
+ Success: True
976
+ # episodes completed so far: 194
977
+ # successes: 180 (92.8%)
978
+
979
+ Task: open the top drawer and put the bowl inside
980
+ Success: True
981
+ # episodes completed so far: 195
982
+ # successes: 181 (92.8%)
983
+
984
+ Task: open the top drawer and put the bowl inside
985
+ Success: False
986
+ # episodes completed so far: 196
987
+ # successes: 181 (92.3%)
988
+
989
+ Task: open the top drawer and put the bowl inside
990
+ Success: True
991
+ # episodes completed so far: 197
992
+ # successes: 182 (92.4%)
993
+
994
+ Task: open the top drawer and put the bowl inside
995
+ Success: True
996
+ # episodes completed so far: 198
997
+ # successes: 183 (92.4%)
998
+
999
+ Task: open the top drawer and put the bowl inside
1000
+ Success: False
1001
+ # episodes completed so far: 199
1002
+ # successes: 183 (92.0%)
1003
+
1004
+ Task: open the top drawer and put the bowl inside
1005
+ Success: True
1006
+ # episodes completed so far: 200
1007
+ # successes: 184 (92.0%)
1008
+ Current task success rate: 0.88
1009
+ Current total success rate: 0.92
1010
+
1011
+ Task: put the bowl on top of the cabinet
1012
+ Success: True
1013
+ # episodes completed so far: 201
1014
+ # successes: 185 (92.0%)
1015
+
1016
+ Task: put the bowl on top of the cabinet
1017
+ Success: True
1018
+ # episodes completed so far: 202
1019
+ # successes: 186 (92.1%)
1020
+
1021
+ Task: put the bowl on top of the cabinet
1022
+ Success: True
1023
+ # episodes completed so far: 203
1024
+ # successes: 187 (92.1%)
1025
+
1026
+ Task: put the bowl on top of the cabinet
1027
+ Success: True
1028
+ # episodes completed so far: 204
1029
+ # successes: 188 (92.2%)
1030
+
1031
+ Task: put the bowl on top of the cabinet
1032
+ Success: True
1033
+ # episodes completed so far: 205
1034
+ # successes: 189 (92.2%)
1035
+
1036
+ Task: put the bowl on top of the cabinet
1037
+ Success: True
1038
+ # episodes completed so far: 206
1039
+ # successes: 190 (92.2%)
1040
+
1041
+ Task: put the bowl on top of the cabinet
1042
+ Success: True
1043
+ # episodes completed so far: 207
1044
+ # successes: 191 (92.3%)
1045
+
1046
+ Task: put the bowl on top of the cabinet
1047
+ Success: True
1048
+ # episodes completed so far: 208
1049
+ # successes: 192 (92.3%)
1050
+
1051
+ Task: put the bowl on top of the cabinet
1052
+ Success: True
1053
+ # episodes completed so far: 209
1054
+ # successes: 193 (92.3%)
1055
+
1056
+ Task: put the bowl on top of the cabinet
1057
+ Success: True
1058
+ # episodes completed so far: 210
1059
+ # successes: 194 (92.4%)
1060
+
1061
+ Task: put the bowl on top of the cabinet
1062
+ Success: True
1063
+ # episodes completed so far: 211
1064
+ # successes: 195 (92.4%)
1065
+
1066
+ Task: put the bowl on top of the cabinet
1067
+ Success: True
1068
+ # episodes completed so far: 212
1069
+ # successes: 196 (92.5%)
1070
+
1071
+ Task: put the bowl on top of the cabinet
1072
+ Success: True
1073
+ # episodes completed so far: 213
1074
+ # successes: 197 (92.5%)
1075
+
1076
+ Task: put the bowl on top of the cabinet
1077
+ Success: True
1078
+ # episodes completed so far: 214
1079
+ # successes: 198 (92.5%)
1080
+
1081
+ Task: put the bowl on top of the cabinet
1082
+ Success: True
1083
+ # episodes completed so far: 215
1084
+ # successes: 199 (92.6%)
1085
+
1086
+ Task: put the bowl on top of the cabinet
1087
+ Success: True
1088
+ # episodes completed so far: 216
1089
+ # successes: 200 (92.6%)
1090
+
1091
+ Task: put the bowl on top of the cabinet
1092
+ Success: True
1093
+ # episodes completed so far: 217
1094
+ # successes: 201 (92.6%)
1095
+
1096
+ Task: put the bowl on top of the cabinet
1097
+ Success: True
1098
+ # episodes completed so far: 218
1099
+ # successes: 202 (92.7%)
1100
+
1101
+ Task: put the bowl on top of the cabinet
1102
+ Success: True
1103
+ # episodes completed so far: 219
1104
+ # successes: 203 (92.7%)
1105
+
1106
+ Task: put the bowl on top of the cabinet
1107
+ Success: True
1108
+ # episodes completed so far: 220
1109
+ # successes: 204 (92.7%)
1110
+
1111
+ Task: put the bowl on top of the cabinet
1112
+ Success: True
1113
+ # episodes completed so far: 221
1114
+ # successes: 205 (92.8%)
1115
+
1116
+ Task: put the bowl on top of the cabinet
1117
+ Success: True
1118
+ # episodes completed so far: 222
1119
+ # successes: 206 (92.8%)
1120
+
1121
+ Task: put the bowl on top of the cabinet
1122
+ Success: False
1123
+ # episodes completed so far: 223
1124
+ # successes: 206 (92.4%)
1125
+
1126
+ Task: put the bowl on top of the cabinet
1127
+ Success: True
1128
+ # episodes completed so far: 224
1129
+ # successes: 207 (92.4%)
1130
+
1131
+ Task: put the bowl on top of the cabinet
1132
+ Success: True
1133
+ # episodes completed so far: 225
1134
+ # successes: 208 (92.4%)
1135
+
1136
+ Task: put the bowl on top of the cabinet
1137
+ Success: True
1138
+ # episodes completed so far: 226
1139
+ # successes: 209 (92.5%)
1140
+
1141
+ Task: put the bowl on top of the cabinet
1142
+ Success: True
1143
+ # episodes completed so far: 227
1144
+ # successes: 210 (92.5%)
1145
+
1146
+ Task: put the bowl on top of the cabinet
1147
+ Success: True
1148
+ # episodes completed so far: 228
1149
+ # successes: 211 (92.5%)
1150
+
1151
+ Task: put the bowl on top of the cabinet
1152
+ Success: True
1153
+ # episodes completed so far: 229
1154
+ # successes: 212 (92.6%)
1155
+
1156
+ Task: put the bowl on top of the cabinet
1157
+ Success: True
1158
+ # episodes completed so far: 230
1159
+ # successes: 213 (92.6%)
1160
+
1161
+ Task: put the bowl on top of the cabinet
1162
+ Success: False
1163
+ # episodes completed so far: 231
1164
+ # successes: 213 (92.2%)
1165
+
1166
+ Task: put the bowl on top of the cabinet
1167
+ Success: True
1168
+ # episodes completed so far: 232
1169
+ # successes: 214 (92.2%)
1170
+
1171
+ Task: put the bowl on top of the cabinet
1172
+ Success: True
1173
+ # episodes completed so far: 233
1174
+ # successes: 215 (92.3%)
1175
+
1176
+ Task: put the bowl on top of the cabinet
1177
+ Success: True
1178
+ # episodes completed so far: 234
1179
+ # successes: 216 (92.3%)
1180
+
1181
+ Task: put the bowl on top of the cabinet
1182
+ Success: True
1183
+ # episodes completed so far: 235
1184
+ # successes: 217 (92.3%)
1185
+
1186
+ Task: put the bowl on top of the cabinet
1187
+ Success: True
1188
+ # episodes completed so far: 236
1189
+ # successes: 218 (92.4%)
1190
+
1191
+ Task: put the bowl on top of the cabinet
1192
+ Success: True
1193
+ # episodes completed so far: 237
1194
+ # successes: 219 (92.4%)
1195
+
1196
+ Task: put the bowl on top of the cabinet
1197
+ Success: True
1198
+ # episodes completed so far: 238
1199
+ # successes: 220 (92.4%)
1200
+
1201
+ Task: put the bowl on top of the cabinet
1202
+ Success: True
1203
+ # episodes completed so far: 239
1204
+ # successes: 221 (92.5%)
1205
+
1206
+ Task: put the bowl on top of the cabinet
1207
+ Success: True
1208
+ # episodes completed so far: 240
1209
+ # successes: 222 (92.5%)
1210
+
1211
+ Task: put the bowl on top of the cabinet
1212
+ Success: False
1213
+ # episodes completed so far: 241
1214
+ # successes: 222 (92.1%)
1215
+
1216
+ Task: put the bowl on top of the cabinet
1217
+ Success: True
1218
+ # episodes completed so far: 242
1219
+ # successes: 223 (92.1%)
1220
+
1221
+ Task: put the bowl on top of the cabinet
1222
+ Success: True
1223
+ # episodes completed so far: 243
1224
+ # successes: 224 (92.2%)
1225
+
1226
+ Task: put the bowl on top of the cabinet
1227
+ Success: True
1228
+ # episodes completed so far: 244
1229
+ # successes: 225 (92.2%)
1230
+
1231
+ Task: put the bowl on top of the cabinet
1232
+ Success: True
1233
+ # episodes completed so far: 245
1234
+ # successes: 226 (92.2%)
1235
+
1236
+ Task: put the bowl on top of the cabinet
1237
+ Success: True
1238
+ # episodes completed so far: 246
1239
+ # successes: 227 (92.3%)
1240
+
1241
+ Task: put the bowl on top of the cabinet
1242
+ Success: True
1243
+ # episodes completed so far: 247
1244
+ # successes: 228 (92.3%)
1245
+
1246
+ Task: put the bowl on top of the cabinet
1247
+ Success: True
1248
+ # episodes completed so far: 248
1249
+ # successes: 229 (92.3%)
1250
+
1251
+ Task: put the bowl on top of the cabinet
1252
+ Success: True
1253
+ # episodes completed so far: 249
1254
+ # successes: 230 (92.4%)
1255
+
1256
+ Task: put the bowl on top of the cabinet
1257
+ Success: True
1258
+ # episodes completed so far: 250
1259
+ # successes: 231 (92.4%)
1260
+ Current task success rate: 0.94
1261
+ Current total success rate: 0.924
1262
+
1263
+ Task: push the plate to the front of the stove
1264
+ Success: True
1265
+ # episodes completed so far: 251
1266
+ # successes: 232 (92.4%)
1267
+
1268
+ Task: push the plate to the front of the stove
1269
+ Success: True
1270
+ # episodes completed so far: 252
1271
+ # successes: 233 (92.5%)
1272
+
1273
+ Task: push the plate to the front of the stove
1274
+ Success: True
1275
+ # episodes completed so far: 253
1276
+ # successes: 234 (92.5%)
1277
+
1278
+ Task: push the plate to the front of the stove
1279
+ Success: True
1280
+ # episodes completed so far: 254
1281
+ # successes: 235 (92.5%)
1282
+
1283
+ Task: push the plate to the front of the stove
1284
+ Success: True
1285
+ # episodes completed so far: 255
1286
+ # successes: 236 (92.5%)
1287
+
1288
+ Task: push the plate to the front of the stove
1289
+ Success: True
1290
+ # episodes completed so far: 256
1291
+ # successes: 237 (92.6%)
1292
+
1293
+ Task: push the plate to the front of the stove
1294
+ Success: True
1295
+ # episodes completed so far: 257
1296
+ # successes: 238 (92.6%)
1297
+
1298
+ Task: push the plate to the front of the stove
1299
+ Success: True
1300
+ # episodes completed so far: 258
1301
+ # successes: 239 (92.6%)
1302
+
1303
+ Task: push the plate to the front of the stove
1304
+ Success: True
1305
+ # episodes completed so far: 259
1306
+ # successes: 240 (92.7%)
1307
+
1308
+ Task: push the plate to the front of the stove
1309
+ Success: True
1310
+ # episodes completed so far: 260
1311
+ # successes: 241 (92.7%)
1312
+
1313
+ Task: push the plate to the front of the stove
1314
+ Success: True
1315
+ # episodes completed so far: 261
1316
+ # successes: 242 (92.7%)
1317
+
1318
+ Task: push the plate to the front of the stove
1319
+ Success: True
1320
+ # episodes completed so far: 262
1321
+ # successes: 243 (92.7%)
1322
+
1323
+ Task: push the plate to the front of the stove
1324
+ Success: True
1325
+ # episodes completed so far: 263
1326
+ # successes: 244 (92.8%)
1327
+
1328
+ Task: push the plate to the front of the stove
1329
+ Success: True
1330
+ # episodes completed so far: 264
1331
+ # successes: 245 (92.8%)
1332
+
1333
+ Task: push the plate to the front of the stove
1334
+ Success: True
1335
+ # episodes completed so far: 265
1336
+ # successes: 246 (92.8%)
1337
+
1338
+ Task: push the plate to the front of the stove
1339
+ Success: True
1340
+ # episodes completed so far: 266
1341
+ # successes: 247 (92.9%)
1342
+
1343
+ Task: push the plate to the front of the stove
1344
+ Success: True
1345
+ # episodes completed so far: 267
1346
+ # successes: 248 (92.9%)
1347
+
1348
+ Task: push the plate to the front of the stove
1349
+ Success: True
1350
+ # episodes completed so far: 268
1351
+ # successes: 249 (92.9%)
1352
+
1353
+ Task: push the plate to the front of the stove
1354
+ Success: True
1355
+ # episodes completed so far: 269
1356
+ # successes: 250 (92.9%)
1357
+
1358
+ Task: push the plate to the front of the stove
1359
+ Success: True
1360
+ # episodes completed so far: 270
1361
+ # successes: 251 (93.0%)
1362
+
1363
+ Task: push the plate to the front of the stove
1364
+ Success: True
1365
+ # episodes completed so far: 271
1366
+ # successes: 252 (93.0%)
1367
+
1368
+ Task: push the plate to the front of the stove
1369
+ Success: True
1370
+ # episodes completed so far: 272
1371
+ # successes: 253 (93.0%)
1372
+
1373
+ Task: push the plate to the front of the stove
1374
+ Success: True
1375
+ # episodes completed so far: 273
1376
+ # successes: 254 (93.0%)
1377
+
1378
+ Task: push the plate to the front of the stove
1379
+ Success: True
1380
+ # episodes completed so far: 274
1381
+ # successes: 255 (93.1%)
1382
+
1383
+ Task: push the plate to the front of the stove
1384
+ Success: True
1385
+ # episodes completed so far: 275
1386
+ # successes: 256 (93.1%)
1387
+
1388
+ Task: push the plate to the front of the stove
1389
+ Success: True
1390
+ # episodes completed so far: 276
1391
+ # successes: 257 (93.1%)
1392
+
1393
+ Task: push the plate to the front of the stove
1394
+ Success: True
1395
+ # episodes completed so far: 277
1396
+ # successes: 258 (93.1%)
1397
+
1398
+ Task: push the plate to the front of the stove
1399
+ Success: True
1400
+ # episodes completed so far: 278
1401
+ # successes: 259 (93.2%)
1402
+
1403
+ Task: push the plate to the front of the stove
1404
+ Success: True
1405
+ # episodes completed so far: 279
1406
+ # successes: 260 (93.2%)
1407
+
1408
+ Task: push the plate to the front of the stove
1409
+ Success: True
1410
+ # episodes completed so far: 280
1411
+ # successes: 261 (93.2%)
1412
+
1413
+ Task: push the plate to the front of the stove
1414
+ Success: True
1415
+ # episodes completed so far: 281
1416
+ # successes: 262 (93.2%)
1417
+
1418
+ Task: push the plate to the front of the stove
1419
+ Success: True
1420
+ # episodes completed so far: 282
1421
+ # successes: 263 (93.3%)
1422
+
1423
+ Task: push the plate to the front of the stove
1424
+ Success: True
1425
+ # episodes completed so far: 283
1426
+ # successes: 264 (93.3%)
1427
+
1428
+ Task: push the plate to the front of the stove
1429
+ Success: True
1430
+ # episodes completed so far: 284
1431
+ # successes: 265 (93.3%)
1432
+
1433
+ Task: push the plate to the front of the stove
1434
+ Success: True
1435
+ # episodes completed so far: 285
1436
+ # successes: 266 (93.3%)
1437
+
1438
+ Task: push the plate to the front of the stove
1439
+ Success: True
1440
+ # episodes completed so far: 286
1441
+ # successes: 267 (93.4%)
1442
+
1443
+ Task: push the plate to the front of the stove
1444
+ Success: True
1445
+ # episodes completed so far: 287
1446
+ # successes: 268 (93.4%)
1447
+
1448
+ Task: push the plate to the front of the stove
1449
+ Success: True
1450
+ # episodes completed so far: 288
1451
+ # successes: 269 (93.4%)
1452
+
1453
+ Task: push the plate to the front of the stove
1454
+ Success: True
1455
+ # episodes completed so far: 289
1456
+ # successes: 270 (93.4%)
1457
+
1458
+ Task: push the plate to the front of the stove
1459
+ Success: True
1460
+ # episodes completed so far: 290
1461
+ # successes: 271 (93.4%)
1462
+
1463
+ Task: push the plate to the front of the stove
1464
+ Success: True
1465
+ # episodes completed so far: 291
1466
+ # successes: 272 (93.5%)
1467
+
1468
+ Task: push the plate to the front of the stove
1469
+ Success: True
1470
+ # episodes completed so far: 292
1471
+ # successes: 273 (93.5%)
1472
+
1473
+ Task: push the plate to the front of the stove
1474
+ Success: True
1475
+ # episodes completed so far: 293
1476
+ # successes: 274 (93.5%)
1477
+
1478
+ Task: push the plate to the front of the stove
1479
+ Success: True
1480
+ # episodes completed so far: 294
1481
+ # successes: 275 (93.5%)
1482
+
1483
+ Task: push the plate to the front of the stove
1484
+ Success: True
1485
+ # episodes completed so far: 295
1486
+ # successes: 276 (93.6%)
1487
+
1488
+ Task: push the plate to the front of the stove
1489
+ Success: True
1490
+ # episodes completed so far: 296
1491
+ # successes: 277 (93.6%)
1492
+
1493
+ Task: push the plate to the front of the stove
1494
+ Success: True
1495
+ # episodes completed so far: 297
1496
+ # successes: 278 (93.6%)
1497
+
1498
+ Task: push the plate to the front of the stove
1499
+ Success: True
1500
+ # episodes completed so far: 298
1501
+ # successes: 279 (93.6%)
1502
+
1503
+ Task: push the plate to the front of the stove
1504
+ Success: True
1505
+ # episodes completed so far: 299
1506
+ # successes: 280 (93.6%)
1507
+
1508
+ Task: push the plate to the front of the stove
1509
+ Success: True
1510
+ # episodes completed so far: 300
1511
+ # successes: 281 (93.7%)
1512
+ Current task success rate: 1.0
1513
+ Current total success rate: 0.9366666666666666
1514
+
1515
+ Task: put the cream cheese in the bowl
1516
+ Success: True
1517
+ # episodes completed so far: 301
1518
+ # successes: 282 (93.7%)
1519
+
1520
+ Task: put the cream cheese in the bowl
1521
+ Success: True
1522
+ # episodes completed so far: 302
1523
+ # successes: 283 (93.7%)
1524
+
1525
+ Task: put the cream cheese in the bowl
1526
+ Success: True
1527
+ # episodes completed so far: 303
1528
+ # successes: 284 (93.7%)
1529
+
1530
+ Task: put the cream cheese in the bowl
1531
+ Success: True
1532
+ # episodes completed so far: 304
1533
+ # successes: 285 (93.8%)
1534
+
1535
+ Task: put the cream cheese in the bowl
1536
+ Success: True
1537
+ # episodes completed so far: 305
1538
+ # successes: 286 (93.8%)
1539
+
1540
+ Task: put the cream cheese in the bowl
1541
+ Success: True
1542
+ # episodes completed so far: 306
1543
+ # successes: 287 (93.8%)
1544
+
1545
+ Task: put the cream cheese in the bowl
1546
+ Success: True
1547
+ # episodes completed so far: 307
1548
+ # successes: 288 (93.8%)
1549
+
1550
+ Task: put the cream cheese in the bowl
1551
+ Success: True
1552
+ # episodes completed so far: 308
1553
+ # successes: 289 (93.8%)
1554
+
1555
+ Task: put the cream cheese in the bowl
1556
+ Success: True
1557
+ # episodes completed so far: 309
1558
+ # successes: 290 (93.9%)
1559
+
1560
+ Task: put the cream cheese in the bowl
1561
+ Success: True
1562
+ # episodes completed so far: 310
1563
+ # successes: 291 (93.9%)
1564
+
1565
+ Task: put the cream cheese in the bowl
1566
+ Success: True
1567
+ # episodes completed so far: 311
1568
+ # successes: 292 (93.9%)
1569
+
1570
+ Task: put the cream cheese in the bowl
1571
+ Success: True
1572
+ # episodes completed so far: 312
1573
+ # successes: 293 (93.9%)
1574
+
1575
+ Task: put the cream cheese in the bowl
1576
+ Success: True
1577
+ # episodes completed so far: 313
1578
+ # successes: 294 (93.9%)
1579
+
1580
+ Task: put the cream cheese in the bowl
1581
+ Success: True
1582
+ # episodes completed so far: 314
1583
+ # successes: 295 (93.9%)
1584
+
1585
+ Task: put the cream cheese in the bowl
1586
+ Success: True
1587
+ # episodes completed so far: 315
1588
+ # successes: 296 (94.0%)
1589
+
1590
+ Task: put the cream cheese in the bowl
1591
+ Success: True
1592
+ # episodes completed so far: 316
1593
+ # successes: 297 (94.0%)
1594
+
1595
+ Task: put the cream cheese in the bowl
1596
+ Success: True
1597
+ # episodes completed so far: 317
1598
+ # successes: 298 (94.0%)
1599
+
1600
+ Task: put the cream cheese in the bowl
1601
+ Success: True
1602
+ # episodes completed so far: 318
1603
+ # successes: 299 (94.0%)
1604
+
1605
+ Task: put the cream cheese in the bowl
1606
+ Success: True
1607
+ # episodes completed so far: 319
1608
+ # successes: 300 (94.0%)
1609
+
1610
+ Task: put the cream cheese in the bowl
1611
+ Success: True
1612
+ # episodes completed so far: 320
1613
+ # successes: 301 (94.1%)
1614
+
1615
+ Task: put the cream cheese in the bowl
1616
+ Success: True
1617
+ # episodes completed so far: 321
1618
+ # successes: 302 (94.1%)
1619
+
1620
+ Task: put the cream cheese in the bowl
1621
+ Success: True
1622
+ # episodes completed so far: 322
1623
+ # successes: 303 (94.1%)
1624
+
1625
+ Task: put the cream cheese in the bowl
1626
+ Success: True
1627
+ # episodes completed so far: 323
1628
+ # successes: 304 (94.1%)
1629
+
1630
+ Task: put the cream cheese in the bowl
1631
+ Success: True
1632
+ # episodes completed so far: 324
1633
+ # successes: 305 (94.1%)
1634
+
1635
+ Task: put the cream cheese in the bowl
1636
+ Success: True
1637
+ # episodes completed so far: 325
1638
+ # successes: 306 (94.2%)
1639
+
1640
+ Task: put the cream cheese in the bowl
1641
+ Success: True
1642
+ # episodes completed so far: 326
1643
+ # successes: 307 (94.2%)
1644
+
1645
+ Task: put the cream cheese in the bowl
1646
+ Success: True
1647
+ # episodes completed so far: 327
1648
+ # successes: 308 (94.2%)
1649
+
1650
+ Task: put the cream cheese in the bowl
1651
+ Success: True
1652
+ # episodes completed so far: 328
1653
+ # successes: 309 (94.2%)
1654
+
1655
+ Task: put the cream cheese in the bowl
1656
+ Success: True
1657
+ # episodes completed so far: 329
1658
+ # successes: 310 (94.2%)
1659
+
1660
+ Task: put the cream cheese in the bowl
1661
+ Success: True
1662
+ # episodes completed so far: 330
1663
+ # successes: 311 (94.2%)
1664
+
1665
+ Task: put the cream cheese in the bowl
1666
+ Success: True
1667
+ # episodes completed so far: 331
1668
+ # successes: 312 (94.3%)
1669
+
1670
+ Task: put the cream cheese in the bowl
1671
+ Success: True
1672
+ # episodes completed so far: 332
1673
+ # successes: 313 (94.3%)
1674
+
1675
+ Task: put the cream cheese in the bowl
1676
+ Success: True
1677
+ # episodes completed so far: 333
1678
+ # successes: 314 (94.3%)
1679
+
1680
+ Task: put the cream cheese in the bowl
1681
+ Success: True
1682
+ # episodes completed so far: 334
1683
+ # successes: 315 (94.3%)
1684
+
1685
+ Task: put the cream cheese in the bowl
1686
+ Success: True
1687
+ # episodes completed so far: 335
1688
+ # successes: 316 (94.3%)
1689
+
1690
+ Task: put the cream cheese in the bowl
1691
+ Success: True
1692
+ # episodes completed so far: 336
1693
+ # successes: 317 (94.3%)
1694
+
1695
+ Task: put the cream cheese in the bowl
1696
+ Success: True
1697
+ # episodes completed so far: 337
1698
+ # successes: 318 (94.4%)
1699
+
1700
+ Task: put the cream cheese in the bowl
1701
+ Success: True
1702
+ # episodes completed so far: 338
1703
+ # successes: 319 (94.4%)
1704
+
1705
+ Task: put the cream cheese in the bowl
1706
+ Success: True
1707
+ # episodes completed so far: 339
1708
+ # successes: 320 (94.4%)
1709
+
1710
+ Task: put the cream cheese in the bowl
1711
+ Success: True
1712
+ # episodes completed so far: 340
1713
+ # successes: 321 (94.4%)
1714
+
1715
+ Task: put the cream cheese in the bowl
1716
+ Success: True
1717
+ # episodes completed so far: 341
1718
+ # successes: 322 (94.4%)
1719
+
1720
+ Task: put the cream cheese in the bowl
1721
+ Success: True
1722
+ # episodes completed so far: 342
1723
+ # successes: 323 (94.4%)
1724
+
1725
+ Task: put the cream cheese in the bowl
1726
+ Success: True
1727
+ # episodes completed so far: 343
1728
+ # successes: 324 (94.5%)
1729
+
1730
+ Task: put the cream cheese in the bowl
1731
+ Success: True
1732
+ # episodes completed so far: 344
1733
+ # successes: 325 (94.5%)
1734
+
1735
+ Task: put the cream cheese in the bowl
1736
+ Success: True
1737
+ # episodes completed so far: 345
1738
+ # successes: 326 (94.5%)
1739
+
1740
+ Task: put the cream cheese in the bowl
1741
+ Success: True
1742
+ # episodes completed so far: 346
1743
+ # successes: 327 (94.5%)
1744
+
1745
+ Task: put the cream cheese in the bowl
1746
+ Success: True
1747
+ # episodes completed so far: 347
1748
+ # successes: 328 (94.5%)
1749
+
1750
+ Task: put the cream cheese in the bowl
1751
+ Success: False
1752
+ # episodes completed so far: 348
1753
+ # successes: 328 (94.3%)
1754
+
1755
+ Task: put the cream cheese in the bowl
1756
+ Success: True
1757
+ # episodes completed so far: 349
1758
+ # successes: 329 (94.3%)
1759
+
1760
+ Task: put the cream cheese in the bowl
1761
+ Success: True
1762
+ # episodes completed so far: 350
1763
+ # successes: 330 (94.3%)
1764
+ Current task success rate: 0.98
1765
+ Current total success rate: 0.9428571428571428
1766
+
1767
+ Task: turn on the stove
1768
+ Success: True
1769
+ # episodes completed so far: 351
1770
+ # successes: 331 (94.3%)
1771
+
1772
+ Task: turn on the stove
1773
+ Success: True
1774
+ # episodes completed so far: 352
1775
+ # successes: 332 (94.3%)
1776
+
1777
+ Task: turn on the stove
1778
+ Success: True
1779
+ # episodes completed so far: 353
1780
+ # successes: 333 (94.3%)
1781
+
1782
+ Task: turn on the stove
1783
+ Success: True
1784
+ # episodes completed so far: 354
1785
+ # successes: 334 (94.4%)
1786
+
1787
+ Task: turn on the stove
1788
+ Success: True
1789
+ # episodes completed so far: 355
1790
+ # successes: 335 (94.4%)
1791
+
1792
+ Task: turn on the stove
1793
+ Success: True
1794
+ # episodes completed so far: 356
1795
+ # successes: 336 (94.4%)
1796
+
1797
+ Task: turn on the stove
1798
+ Success: True
1799
+ # episodes completed so far: 357
1800
+ # successes: 337 (94.4%)
1801
+
1802
+ Task: turn on the stove
1803
+ Success: True
1804
+ # episodes completed so far: 358
1805
+ # successes: 338 (94.4%)
1806
+
1807
+ Task: turn on the stove
1808
+ Success: True
1809
+ # episodes completed so far: 359
1810
+ # successes: 339 (94.4%)
1811
+
1812
+ Task: turn on the stove
1813
+ Success: True
1814
+ # episodes completed so far: 360
1815
+ # successes: 340 (94.4%)
1816
+
1817
+ Task: turn on the stove
1818
+ Success: True
1819
+ # episodes completed so far: 361
1820
+ # successes: 341 (94.5%)
1821
+
1822
+ Task: turn on the stove
1823
+ Success: True
1824
+ # episodes completed so far: 362
1825
+ # successes: 342 (94.5%)
1826
+
1827
+ Task: turn on the stove
1828
+ Success: True
1829
+ # episodes completed so far: 363
1830
+ # successes: 343 (94.5%)
1831
+
1832
+ Task: turn on the stove
1833
+ Success: True
1834
+ # episodes completed so far: 364
1835
+ # successes: 344 (94.5%)
1836
+
1837
+ Task: turn on the stove
1838
+ Success: True
1839
+ # episodes completed so far: 365
1840
+ # successes: 345 (94.5%)
1841
+
1842
+ Task: turn on the stove
1843
+ Success: True
1844
+ # episodes completed so far: 366
1845
+ # successes: 346 (94.5%)
1846
+
1847
+ Task: turn on the stove
1848
+ Success: True
1849
+ # episodes completed so far: 367
1850
+ # successes: 347 (94.6%)
1851
+
1852
+ Task: turn on the stove
1853
+ Success: True
1854
+ # episodes completed so far: 368
1855
+ # successes: 348 (94.6%)
1856
+
1857
+ Task: turn on the stove
1858
+ Success: True
1859
+ # episodes completed so far: 369
1860
+ # successes: 349 (94.6%)
1861
+
1862
+ Task: turn on the stove
1863
+ Success: True
1864
+ # episodes completed so far: 370
1865
+ # successes: 350 (94.6%)
1866
+
1867
+ Task: turn on the stove
1868
+ Success: True
1869
+ # episodes completed so far: 371
1870
+ # successes: 351 (94.6%)
1871
+
1872
+ Task: turn on the stove
1873
+ Success: True
1874
+ # episodes completed so far: 372
1875
+ # successes: 352 (94.6%)
1876
+
1877
+ Task: turn on the stove
1878
+ Success: True
1879
+ # episodes completed so far: 373
1880
+ # successes: 353 (94.6%)
1881
+
1882
+ Task: turn on the stove
1883
+ Success: True
1884
+ # episodes completed so far: 374
1885
+ # successes: 354 (94.7%)
1886
+
1887
+ Task: turn on the stove
1888
+ Success: True
1889
+ # episodes completed so far: 375
1890
+ # successes: 355 (94.7%)
1891
+
1892
+ Task: turn on the stove
1893
+ Success: True
1894
+ # episodes completed so far: 376
1895
+ # successes: 356 (94.7%)
1896
+
1897
+ Task: turn on the stove
1898
+ Success: True
1899
+ # episodes completed so far: 377
1900
+ # successes: 357 (94.7%)
1901
+
1902
+ Task: turn on the stove
1903
+ Success: True
1904
+ # episodes completed so far: 378
1905
+ # successes: 358 (94.7%)
1906
+
1907
+ Task: turn on the stove
1908
+ Success: True
1909
+ # episodes completed so far: 379
1910
+ # successes: 359 (94.7%)
1911
+
1912
+ Task: turn on the stove
1913
+ Success: True
1914
+ # episodes completed so far: 380
1915
+ # successes: 360 (94.7%)
1916
+
1917
+ Task: turn on the stove
1918
+ Success: True
1919
+ # episodes completed so far: 381
1920
+ # successes: 361 (94.8%)
1921
+
1922
+ Task: turn on the stove
1923
+ Success: True
1924
+ # episodes completed so far: 382
1925
+ # successes: 362 (94.8%)
1926
+
1927
+ Task: turn on the stove
1928
+ Success: True
1929
+ # episodes completed so far: 383
1930
+ # successes: 363 (94.8%)
1931
+
1932
+ Task: turn on the stove
1933
+ Success: True
1934
+ # episodes completed so far: 384
1935
+ # successes: 364 (94.8%)
1936
+
1937
+ Task: turn on the stove
1938
+ Success: True
1939
+ # episodes completed so far: 385
1940
+ # successes: 365 (94.8%)
1941
+
1942
+ Task: turn on the stove
1943
+ Success: True
1944
+ # episodes completed so far: 386
1945
+ # successes: 366 (94.8%)
1946
+
1947
+ Task: turn on the stove
1948
+ Success: True
1949
+ # episodes completed so far: 387
1950
+ # successes: 367 (94.8%)
1951
+
1952
+ Task: turn on the stove
1953
+ Success: True
1954
+ # episodes completed so far: 388
1955
+ # successes: 368 (94.8%)
1956
+
1957
+ Task: turn on the stove
1958
+ Success: True
1959
+ # episodes completed so far: 389
1960
+ # successes: 369 (94.9%)
1961
+
1962
+ Task: turn on the stove
1963
+ Success: True
1964
+ # episodes completed so far: 390
1965
+ # successes: 370 (94.9%)
1966
+
1967
+ Task: turn on the stove
1968
+ Success: True
1969
+ # episodes completed so far: 391
1970
+ # successes: 371 (94.9%)
1971
+
1972
+ Task: turn on the stove
1973
+ Success: True
1974
+ # episodes completed so far: 392
1975
+ # successes: 372 (94.9%)
1976
+
1977
+ Task: turn on the stove
1978
+ Success: True
1979
+ # episodes completed so far: 393
1980
+ # successes: 373 (94.9%)
1981
+
1982
+ Task: turn on the stove
1983
+ Success: True
1984
+ # episodes completed so far: 394
1985
+ # successes: 374 (94.9%)
1986
+
1987
+ Task: turn on the stove
1988
+ Success: True
1989
+ # episodes completed so far: 395
1990
+ # successes: 375 (94.9%)
1991
+
1992
+ Task: turn on the stove
1993
+ Success: True
1994
+ # episodes completed so far: 396
1995
+ # successes: 376 (94.9%)
1996
+
1997
+ Task: turn on the stove
1998
+ Success: True
1999
+ # episodes completed so far: 397
2000
+ # successes: 377 (95.0%)
2001
+
2002
+ Task: turn on the stove
2003
+ Success: True
2004
+ # episodes completed so far: 398
2005
+ # successes: 378 (95.0%)
2006
+
2007
+ Task: turn on the stove
2008
+ Success: True
2009
+ # episodes completed so far: 399
2010
+ # successes: 379 (95.0%)
2011
+
2012
+ Task: turn on the stove
2013
+ Success: True
2014
+ # episodes completed so far: 400
2015
+ # successes: 380 (95.0%)
2016
+ Current task success rate: 1.0
2017
+ Current total success rate: 0.95
2018
+
2019
+ Task: put the bowl on the plate
2020
+ Success: True
2021
+ # episodes completed so far: 401
2022
+ # successes: 381 (95.0%)
2023
+
2024
+ Task: put the bowl on the plate
2025
+ Success: True
2026
+ # episodes completed so far: 402
2027
+ # successes: 382 (95.0%)
2028
+
2029
+ Task: put the bowl on the plate
2030
+ Success: True
2031
+ # episodes completed so far: 403
2032
+ # successes: 383 (95.0%)
2033
+
2034
+ Task: put the bowl on the plate
2035
+ Success: True
2036
+ # episodes completed so far: 404
2037
+ # successes: 384 (95.0%)
2038
+
2039
+ Task: put the bowl on the plate
2040
+ Success: True
2041
+ # episodes completed so far: 405
2042
+ # successes: 385 (95.1%)
2043
+
2044
+ Task: put the bowl on the plate
2045
+ Success: True
2046
+ # episodes completed so far: 406
2047
+ # successes: 386 (95.1%)
2048
+
2049
+ Task: put the bowl on the plate
2050
+ Success: True
2051
+ # episodes completed so far: 407
2052
+ # successes: 387 (95.1%)
2053
+
2054
+ Task: put the bowl on the plate
2055
+ Success: True
2056
+ # episodes completed so far: 408
2057
+ # successes: 388 (95.1%)
2058
+
2059
+ Task: put the bowl on the plate
2060
+ Success: True
2061
+ # episodes completed so far: 409
2062
+ # successes: 389 (95.1%)
2063
+
2064
+ Task: put the bowl on the plate
2065
+ Success: True
2066
+ # episodes completed so far: 410
2067
+ # successes: 390 (95.1%)
2068
+
2069
+ Task: put the bowl on the plate
2070
+ Success: True
2071
+ # episodes completed so far: 411
2072
+ # successes: 391 (95.1%)
2073
+
2074
+ Task: put the bowl on the plate
2075
+ Success: True
2076
+ # episodes completed so far: 412
2077
+ # successes: 392 (95.1%)
2078
+
2079
+ Task: put the bowl on the plate
2080
+ Success: True
2081
+ # episodes completed so far: 413
2082
+ # successes: 393 (95.2%)
2083
+
2084
+ Task: put the bowl on the plate
2085
+ Success: True
2086
+ # episodes completed so far: 414
2087
+ # successes: 394 (95.2%)
2088
+
2089
+ Task: put the bowl on the plate
2090
+ Success: True
2091
+ # episodes completed so far: 415
2092
+ # successes: 395 (95.2%)
2093
+
2094
+ Task: put the bowl on the plate
2095
+ Success: True
2096
+ # episodes completed so far: 416
2097
+ # successes: 396 (95.2%)
2098
+
2099
+ Task: put the bowl on the plate
2100
+ Success: True
2101
+ # episodes completed so far: 417
2102
+ # successes: 397 (95.2%)
2103
+
2104
+ Task: put the bowl on the plate
2105
+ Success: True
2106
+ # episodes completed so far: 418
2107
+ # successes: 398 (95.2%)
2108
+
2109
+ Task: put the bowl on the plate
2110
+ Success: True
2111
+ # episodes completed so far: 419
2112
+ # successes: 399 (95.2%)
2113
+
2114
+ Task: put the bowl on the plate
2115
+ Success: False
2116
+ # episodes completed so far: 420
2117
+ # successes: 399 (95.0%)
2118
+
2119
+ Task: put the bowl on the plate
2120
+ Success: True
2121
+ # episodes completed so far: 421
2122
+ # successes: 400 (95.0%)
2123
+
2124
+ Task: put the bowl on the plate
2125
+ Success: True
2126
+ # episodes completed so far: 422
2127
+ # successes: 401 (95.0%)
2128
+
2129
+ Task: put the bowl on the plate
2130
+ Success: True
2131
+ # episodes completed so far: 423
2132
+ # successes: 402 (95.0%)
2133
+
2134
+ Task: put the bowl on the plate
2135
+ Success: True
2136
+ # episodes completed so far: 424
2137
+ # successes: 403 (95.0%)
2138
+
2139
+ Task: put the bowl on the plate
2140
+ Success: True
2141
+ # episodes completed so far: 425
2142
+ # successes: 404 (95.1%)
2143
+
2144
+ Task: put the bowl on the plate
2145
+ Success: True
2146
+ # episodes completed so far: 426
2147
+ # successes: 405 (95.1%)
2148
+
2149
+ Task: put the bowl on the plate
2150
+ Success: True
2151
+ # episodes completed so far: 427
2152
+ # successes: 406 (95.1%)
2153
+
2154
+ Task: put the bowl on the plate
2155
+ Success: True
2156
+ # episodes completed so far: 428
2157
+ # successes: 407 (95.1%)
2158
+
2159
+ Task: put the bowl on the plate
2160
+ Success: True
2161
+ # episodes completed so far: 429
2162
+ # successes: 408 (95.1%)
2163
+
2164
+ Task: put the bowl on the plate
2165
+ Success: True
2166
+ # episodes completed so far: 430
2167
+ # successes: 409 (95.1%)
2168
+
2169
+ Task: put the bowl on the plate
2170
+ Success: True
2171
+ # episodes completed so far: 431
2172
+ # successes: 410 (95.1%)
2173
+
2174
+ Task: put the bowl on the plate
2175
+ Success: True
2176
+ # episodes completed so far: 432
2177
+ # successes: 411 (95.1%)
2178
+
2179
+ Task: put the bowl on the plate
2180
+ Success: True
2181
+ # episodes completed so far: 433
2182
+ # successes: 412 (95.2%)
2183
+
2184
+ Task: put the bowl on the plate
2185
+ Success: True
2186
+ # episodes completed so far: 434
2187
+ # successes: 413 (95.2%)
2188
+
2189
+ Task: put the bowl on the plate
2190
+ Success: True
2191
+ # episodes completed so far: 435
2192
+ # successes: 414 (95.2%)
2193
+
2194
+ Task: put the bowl on the plate
2195
+ Success: True
2196
+ # episodes completed so far: 436
2197
+ # successes: 415 (95.2%)
2198
+
2199
+ Task: put the bowl on the plate
2200
+ Success: True
2201
+ # episodes completed so far: 437
2202
+ # successes: 416 (95.2%)
2203
+
2204
+ Task: put the bowl on the plate
2205
+ Success: True
2206
+ # episodes completed so far: 438
2207
+ # successes: 417 (95.2%)
2208
+
2209
+ Task: put the bowl on the plate
2210
+ Success: True
2211
+ # episodes completed so far: 439
2212
+ # successes: 418 (95.2%)
2213
+
2214
+ Task: put the bowl on the plate
2215
+ Success: True
2216
+ # episodes completed so far: 440
2217
+ # successes: 419 (95.2%)
2218
+
2219
+ Task: put the bowl on the plate
2220
+ Success: True
2221
+ # episodes completed so far: 441
2222
+ # successes: 420 (95.2%)
2223
+
2224
+ Task: put the bowl on the plate
2225
+ Success: True
2226
+ # episodes completed so far: 442
2227
+ # successes: 421 (95.2%)
2228
+
2229
+ Task: put the bowl on the plate
2230
+ Success: True
2231
+ # episodes completed so far: 443
2232
+ # successes: 422 (95.3%)
2233
+
2234
+ Task: put the bowl on the plate
2235
+ Success: True
2236
+ # episodes completed so far: 444
2237
+ # successes: 423 (95.3%)
2238
+
2239
+ Task: put the bowl on the plate
2240
+ Success: True
2241
+ # episodes completed so far: 445
2242
+ # successes: 424 (95.3%)
2243
+
2244
+ Task: put the bowl on the plate
2245
+ Success: True
2246
+ # episodes completed so far: 446
2247
+ # successes: 425 (95.3%)
2248
+
2249
+ Task: put the bowl on the plate
2250
+ Success: True
2251
+ # episodes completed so far: 447
2252
+ # successes: 426 (95.3%)
2253
+
2254
+ Task: put the bowl on the plate
2255
+ Success: True
2256
+ # episodes completed so far: 448
2257
+ # successes: 427 (95.3%)
2258
+
2259
+ Task: put the bowl on the plate
2260
+ Success: True
2261
+ # episodes completed so far: 449
2262
+ # successes: 428 (95.3%)
2263
+
2264
+ Task: put the bowl on the plate
2265
+ Success: True
2266
+ # episodes completed so far: 450
2267
+ # successes: 429 (95.3%)
2268
+ Current task success rate: 0.98
2269
+ Current total success rate: 0.9533333333333334
2270
+
2271
+ Task: put the wine bottle on the rack
2272
+ Success: True
2273
+ # episodes completed so far: 451
2274
+ # successes: 430 (95.3%)
2275
+
2276
+ Task: put the wine bottle on the rack
2277
+ Success: False
2278
+ # episodes completed so far: 452
2279
+ # successes: 430 (95.1%)
2280
+
2281
+ Task: put the wine bottle on the rack
2282
+ Success: True
2283
+ # episodes completed so far: 453
2284
+ # successes: 431 (95.1%)
2285
+
2286
+ Task: put the wine bottle on the rack
2287
+ Success: True
2288
+ # episodes completed so far: 454
2289
+ # successes: 432 (95.2%)
2290
+
2291
+ Task: put the wine bottle on the rack
2292
+ Success: True
2293
+ # episodes completed so far: 455
2294
+ # successes: 433 (95.2%)
2295
+
2296
+ Task: put the wine bottle on the rack
2297
+ Success: False
2298
+ # episodes completed so far: 456
2299
+ # successes: 433 (95.0%)
2300
+
2301
+ Task: put the wine bottle on the rack
2302
+ Success: True
2303
+ # episodes completed so far: 457
2304
+ # successes: 434 (95.0%)
2305
+
2306
+ Task: put the wine bottle on the rack
2307
+ Success: False
2308
+ # episodes completed so far: 458
2309
+ # successes: 434 (94.8%)
2310
+
2311
+ Task: put the wine bottle on the rack
2312
+ Success: True
2313
+ # episodes completed so far: 459
2314
+ # successes: 435 (94.8%)
2315
+
2316
+ Task: put the wine bottle on the rack
2317
+ Success: True
2318
+ # episodes completed so far: 460
2319
+ # successes: 436 (94.8%)
2320
+
2321
+ Task: put the wine bottle on the rack
2322
+ Success: True
2323
+ # episodes completed so far: 461
2324
+ # successes: 437 (94.8%)
2325
+
2326
+ Task: put the wine bottle on the rack
2327
+ Success: True
2328
+ # episodes completed so far: 462
2329
+ # successes: 438 (94.8%)
2330
+
2331
+ Task: put the wine bottle on the rack
2332
+ Success: True
2333
+ # episodes completed so far: 463
2334
+ # successes: 439 (94.8%)
2335
+
2336
+ Task: put the wine bottle on the rack
2337
+ Success: False
2338
+ # episodes completed so far: 464
2339
+ # successes: 439 (94.6%)
2340
+
2341
+ Task: put the wine bottle on the rack
2342
+ Success: True
2343
+ # episodes completed so far: 465
2344
+ # successes: 440 (94.6%)
2345
+
2346
+ Task: put the wine bottle on the rack
2347
+ Success: False
2348
+ # episodes completed so far: 466
2349
+ # successes: 440 (94.4%)
2350
+
2351
+ Task: put the wine bottle on the rack
2352
+ Success: False
2353
+ # episodes completed so far: 467
2354
+ # successes: 440 (94.2%)
2355
+
2356
+ Task: put the wine bottle on the rack
2357
+ Success: True
2358
+ # episodes completed so far: 468
2359
+ # successes: 441 (94.2%)
2360
+
2361
+ Task: put the wine bottle on the rack
2362
+ Success: True
2363
+ # episodes completed so far: 469
2364
+ # successes: 442 (94.2%)
2365
+
2366
+ Task: put the wine bottle on the rack
2367
+ Success: True
2368
+ # episodes completed so far: 470
2369
+ # successes: 443 (94.3%)
2370
+
2371
+ Task: put the wine bottle on the rack
2372
+ Success: True
2373
+ # episodes completed so far: 471
2374
+ # successes: 444 (94.3%)
2375
+
2376
+ Task: put the wine bottle on the rack
2377
+ Success: True
2378
+ # episodes completed so far: 472
2379
+ # successes: 445 (94.3%)
2380
+
2381
+ Task: put the wine bottle on the rack
2382
+ Success: False
2383
+ # episodes completed so far: 473
2384
+ # successes: 445 (94.1%)
2385
+
2386
+ Task: put the wine bottle on the rack
2387
+ Success: True
2388
+ # episodes completed so far: 474
2389
+ # successes: 446 (94.1%)
2390
+
2391
+ Task: put the wine bottle on the rack
2392
+ Success: True
2393
+ # episodes completed so far: 475
2394
+ # successes: 447 (94.1%)
2395
+
2396
+ Task: put the wine bottle on the rack
2397
+ Success: True
2398
+ # episodes completed so far: 476
2399
+ # successes: 448 (94.1%)
2400
+
2401
+ Task: put the wine bottle on the rack
2402
+ Success: True
2403
+ # episodes completed so far: 477
2404
+ # successes: 449 (94.1%)
2405
+
2406
+ Task: put the wine bottle on the rack
2407
+ Success: True
2408
+ # episodes completed so far: 478
2409
+ # successes: 450 (94.1%)
2410
+
2411
+ Task: put the wine bottle on the rack
2412
+ Success: True
2413
+ # episodes completed so far: 479
2414
+ # successes: 451 (94.2%)
2415
+
2416
+ Task: put the wine bottle on the rack
2417
+ Success: True
2418
+ # episodes completed so far: 480
2419
+ # successes: 452 (94.2%)
2420
+
2421
+ Task: put the wine bottle on the rack
2422
+ Success: False
2423
+ # episodes completed so far: 481
2424
+ # successes: 452 (94.0%)
2425
+
2426
+ Task: put the wine bottle on the rack
2427
+ Success: True
2428
+ # episodes completed so far: 482
2429
+ # successes: 453 (94.0%)
2430
+
2431
+ Task: put the wine bottle on the rack
2432
+ Success: True
2433
+ # episodes completed so far: 483
2434
+ # successes: 454 (94.0%)
2435
+
2436
+ Task: put the wine bottle on the rack
2437
+ Success: True
2438
+ # episodes completed so far: 484
2439
+ # successes: 455 (94.0%)
2440
+
2441
+ Task: put the wine bottle on the rack
2442
+ Success: True
2443
+ # episodes completed so far: 485
2444
+ # successes: 456 (94.0%)
2445
+
2446
+ Task: put the wine bottle on the rack
2447
+ Success: True
2448
+ # episodes completed so far: 486
2449
+ # successes: 457 (94.0%)
2450
+
2451
+ Task: put the wine bottle on the rack
2452
+ Success: False
2453
+ # episodes completed so far: 487
2454
+ # successes: 457 (93.8%)
2455
+
2456
+ Task: put the wine bottle on the rack
2457
+ Success: True
2458
+ # episodes completed so far: 488
2459
+ # successes: 458 (93.9%)
2460
+
2461
+ Task: put the wine bottle on the rack
2462
+ Success: True
2463
+ # episodes completed so far: 489
2464
+ # successes: 459 (93.9%)
2465
+
2466
+ Task: put the wine bottle on the rack
2467
+ Success: True
2468
+ # episodes completed so far: 490
2469
+ # successes: 460 (93.9%)
2470
+
2471
+ Task: put the wine bottle on the rack
2472
+ Success: True
2473
+ # episodes completed so far: 491
2474
+ # successes: 461 (93.9%)
2475
+
2476
+ Task: put the wine bottle on the rack
2477
+ Success: True
2478
+ # episodes completed so far: 492
2479
+ # successes: 462 (93.9%)
2480
+
2481
+ Task: put the wine bottle on the rack
2482
+ Success: True
2483
+ # episodes completed so far: 493
2484
+ # successes: 463 (93.9%)
2485
+
2486
+ Task: put the wine bottle on the rack
2487
+ Success: True
2488
+ # episodes completed so far: 494
2489
+ # successes: 464 (93.9%)
2490
+
2491
+ Task: put the wine bottle on the rack
2492
+ Success: True
2493
+ # episodes completed so far: 495
2494
+ # successes: 465 (93.9%)
2495
+
2496
+ Task: put the wine bottle on the rack
2497
+ Success: True
2498
+ # episodes completed so far: 496
2499
+ # successes: 466 (94.0%)
2500
+
2501
+ Task: put the wine bottle on the rack
2502
+ Success: False
2503
+ # episodes completed so far: 497
2504
+ # successes: 466 (93.8%)
2505
+
2506
+ Task: put the wine bottle on the rack
2507
+ Success: True
2508
+ # episodes completed so far: 498
2509
+ # successes: 467 (93.8%)
2510
+
2511
+ Task: put the wine bottle on the rack
2512
+ Success: True
2513
+ # episodes completed so far: 499
2514
+ # successes: 468 (93.8%)
2515
+
2516
+ Task: put the wine bottle on the rack
2517
+ Success: False
2518
+ # episodes completed so far: 500
2519
+ # successes: 468 (93.6%)
2520
+ Current task success rate: 0.78
2521
+ Current total success rate: 0.936
libero_goal_2B/starvla_qwen_oft/libero_goal.log ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Step 100, Loss: {'mse_loss': 0.2649403512477875, 'totoal_loss': 0.2649403512477875, 'data_time': 0.008582420879974961, 'model_time': 0.5658477491233498, 'learning_rate': 2.0000000000000002e-07, 'epoch': 0.25})
2
+ Step 200, Loss: {'mse_loss': 0.22862136363983154, 'totoal_loss': 0.22862136363983154, 'data_time': 0.010676149977371097, 'model_time': 0.548805152066052, 'learning_rate': 4.0000000000000003e-07, 'epoch': 0.49})
3
+ Step 300, Loss: {'mse_loss': 0.2211187332868576, 'totoal_loss': 0.2211187332868576, 'data_time': 0.008878001943230629, 'model_time': 0.5115004950203001, 'learning_rate': 6.000000000000001e-07, 'epoch': 0.74})
4
+ Step 400, Loss: {'mse_loss': 0.201551616191864, 'totoal_loss': 0.201551616191864, 'data_time': 0.010693037183955312, 'model_time': 0.4691412409301847, 'learning_rate': 8.000000000000001e-07, 'epoch': 0.99})
5
+ Step 500, Loss: {'mse_loss': 0.1951092779636383, 'totoal_loss': 0.1951092779636383, 'data_time': 0.011986757861450315, 'model_time': 0.4866907380055636, 'learning_rate': 1.0000000000000002e-06, 'epoch': 1.23})
6
+ Step 600, Loss: {'mse_loss': 0.1292145997285843, 'totoal_loss': 0.1292145997285843, 'data_time': 0.010941115906462073, 'model_time': 0.48121884488500655, 'learning_rate': 1.2000000000000002e-06, 'epoch': 1.48})
7
+ Step 700, Loss: {'mse_loss': 0.1449359655380249, 'totoal_loss': 0.1449359655380249, 'data_time': 0.01137201301753521, 'model_time': 0.5507862991653383, 'learning_rate': 1.4000000000000001e-06, 'epoch': 1.72})
8
+ Step 800, Loss: {'mse_loss': 0.14505460858345032, 'totoal_loss': 0.14505460858345032, 'data_time': 0.011643430916592479, 'model_time': 0.5331439671572298, 'learning_rate': 1.6000000000000001e-06, 'epoch': 1.97})
9
+ Step 900, Loss: {'mse_loss': 0.12392928451299667, 'totoal_loss': 0.12392928451299667, 'data_time': 0.015142499003559351, 'model_time': 0.47748340992257, 'learning_rate': 1.8000000000000001e-06, 'epoch': 2.22})
10
+ Step 1000, Loss: {'mse_loss': 0.09674360603094101, 'totoal_loss': 0.09674360603094101, 'data_time': 0.018791354959830642, 'model_time': 0.5541642920579761, 'learning_rate': 2.0000000000000003e-06, 'epoch': 2.46})
11
+ Step 1100, Loss: {'mse_loss': 0.10793829709291458, 'totoal_loss': 0.10793829709291458, 'data_time': 0.022196234902366996, 'model_time': 0.5059698789846152, 'learning_rate': 2.2e-06, 'epoch': 2.71})
12
+ Step 1200, Loss: {'mse_loss': 0.13081903755664825, 'totoal_loss': 0.13081903755664825, 'data_time': 0.021778983995318413, 'model_time': 0.5041375649161637, 'learning_rate': 2.4000000000000003e-06, 'epoch': 2.96})
13
+ Step 1300, Loss: {'mse_loss': 0.11847394704818726, 'totoal_loss': 0.11847394704818726, 'data_time': 0.0003832681104540825, 'model_time': 0.5315502549055964, 'learning_rate': 2.6e-06, 'epoch': 3.2})
14
+ Step 1400, Loss: {'mse_loss': 0.13937634229660034, 'totoal_loss': 0.13937634229660034, 'data_time': 0.00037082377821207047, 'model_time': 0.5118693860713392, 'learning_rate': 2.8000000000000003e-06, 'epoch': 3.45})
15
+ Step 1500, Loss: {'mse_loss': 0.13375335931777954, 'totoal_loss': 0.13375335931777954, 'data_time': 0.00038292398676276207, 'model_time': 0.47201239690184593, 'learning_rate': 3e-06, 'epoch': 3.69})
16
+ Step 1600, Loss: {'mse_loss': 0.10736128687858582, 'totoal_loss': 0.10736128687858582, 'data_time': 0.0005195760168135166, 'model_time': 0.5594831688795239, 'learning_rate': 3.2000000000000003e-06, 'epoch': 3.94})
17
+ Step 1700, Loss: {'mse_loss': 0.1032741442322731, 'totoal_loss': 0.1032741442322731, 'data_time': 0.008965499931946397, 'model_time': 0.5210781348869205, 'learning_rate': 3.4000000000000005e-06, 'epoch': 4.19})
18
+ Step 1800, Loss: {'mse_loss': 0.12479475885629654, 'totoal_loss': 0.12479475885629654, 'data_time': 0.008412745082750916, 'model_time': 0.5054059189278632, 'learning_rate': 3.6000000000000003e-06, 'epoch': 4.43})
19
+ Step 1900, Loss: {'mse_loss': 0.12546691298484802, 'totoal_loss': 0.12546691298484802, 'data_time': 0.0004481780342757702, 'model_time': 0.49370092898607254, 'learning_rate': 3.8000000000000005e-06, 'epoch': 4.68})
20
+ Step 2000, Loss: {'mse_loss': 0.11629325896501541, 'totoal_loss': 0.11629325896501541, 'data_time': 0.0004006871022284031, 'model_time': 0.5245538679882884, 'learning_rate': 4.000000000000001e-06, 'epoch': 4.93})
21
+ Step 2100, Loss: {'mse_loss': 0.10424076020717621, 'totoal_loss': 0.10424076020717621, 'data_time': 0.009246612899005413, 'model_time': 0.49575711297802627, 'learning_rate': 4.2000000000000004e-06, 'epoch': 5.17})
22
+ Step 2200, Loss: {'mse_loss': 0.09172309190034866, 'totoal_loss': 0.09172309190034866, 'data_time': 0.01659194496460259, 'model_time': 0.4876695058774203, 'learning_rate': 4.4e-06, 'epoch': 5.42})
23
+ Step 2300, Loss: {'mse_loss': 0.09856197983026505, 'totoal_loss': 0.09856197983026505, 'data_time': 0.008520345902070403, 'model_time': 0.47320133401080966, 'learning_rate': 4.600000000000001e-06, 'epoch': 5.67})
24
+ Step 2400, Loss: {'mse_loss': 0.10522793233394623, 'totoal_loss': 0.10522793233394623, 'data_time': 0.009688253980129957, 'model_time': 0.4638311858288944, 'learning_rate': 4.800000000000001e-06, 'epoch': 5.91})
25
+ Step 2500, Loss: {'mse_loss': 0.09189187735319138, 'totoal_loss': 0.09189187735319138, 'data_time': 0.0170986270532012, 'model_time': 0.48323111701756716, 'learning_rate': 5e-06, 'epoch': 6.16})
26
+ Step 2600, Loss: {'mse_loss': 0.10334568470716476, 'totoal_loss': 0.10334568470716476, 'data_time': 0.01552261714823544, 'model_time': 0.5513463250827044, 'learning_rate': 5.2e-06, 'epoch': 6.4})
27
+ Step 2700, Loss: {'mse_loss': 0.09061100333929062, 'totoal_loss': 0.09061100333929062, 'data_time': 0.01566684409044683, 'model_time': 0.46409496502019465, 'learning_rate': 5.400000000000001e-06, 'epoch': 6.65})
28
+ Step 2800, Loss: {'mse_loss': 0.08248244971036911, 'totoal_loss': 0.08248244971036911, 'data_time': 0.016447606962174177, 'model_time': 0.4624295891262591, 'learning_rate': 5.600000000000001e-06, 'epoch': 6.9})
29
+ Step 2900, Loss: {'mse_loss': 0.12037349492311478, 'totoal_loss': 0.12037349492311478, 'data_time': 0.00039921095594763756, 'model_time': 0.5161167299374938, 'learning_rate': 5.8e-06, 'epoch': 7.14})
30
+ Step 3000, Loss: {'mse_loss': 0.09185495972633362, 'totoal_loss': 0.09185495972633362, 'data_time': 0.0006679201032966375, 'model_time': 0.48806267511099577, 'learning_rate': 6e-06, 'epoch': 7.39})
31
+ Step 3100, Loss: {'mse_loss': 0.08477364480495453, 'totoal_loss': 0.08477364480495453, 'data_time': 0.0003808040637522936, 'model_time': 0.5158526981249452, 'learning_rate': 6.200000000000001e-06, 'epoch': 7.64})
32
+ Step 3200, Loss: {'mse_loss': 0.08362071961164474, 'totoal_loss': 0.08362071961164474, 'data_time': 0.00044062500819563866, 'model_time': 0.480811150977388, 'learning_rate': 6.4000000000000006e-06, 'epoch': 7.88})
33
+ Step 3300, Loss: {'mse_loss': 0.06899431347846985, 'totoal_loss': 0.06899431347846985, 'data_time': 0.017014374025166035, 'model_time': 0.4892835628706962, 'learning_rate': 6.600000000000001e-06, 'epoch': 8.13})
34
+ Step 3400, Loss: {'mse_loss': 0.0833270400762558, 'totoal_loss': 0.0833270400762558, 'data_time': 0.016329830046743155, 'model_time': 0.4853401950094849, 'learning_rate': 6.800000000000001e-06, 'epoch': 8.37})
35
+ Step 3500, Loss: {'mse_loss': 0.08983557671308517, 'totoal_loss': 0.08983557671308517, 'data_time': 0.018011672887951136, 'model_time': 0.5235890140756965, 'learning_rate': 7e-06, 'epoch': 8.62})
36
+ Step 3600, Loss: {'mse_loss': 0.08749942481517792, 'totoal_loss': 0.08749942481517792, 'data_time': 0.015874266857281327, 'model_time': 0.4848009911365807, 'learning_rate': 7.2000000000000005e-06, 'epoch': 8.87})
37
+ Step 3700, Loss: {'mse_loss': 0.07064922153949738, 'totoal_loss': 0.07064922153949738, 'data_time': 0.02017819695174694, 'model_time': 0.4788526620250195, 'learning_rate': 7.4e-06, 'epoch': 9.11})
38
+ Step 3800, Loss: {'mse_loss': 0.07096542418003082, 'totoal_loss': 0.07096542418003082, 'data_time': 0.017578372033312917, 'model_time': 0.5426660401280969, 'learning_rate': 7.600000000000001e-06, 'epoch': 9.36})
39
+ Step 3900, Loss: {'mse_loss': 0.09515049308538437, 'totoal_loss': 0.09515049308538437, 'data_time': 0.01723660994321108, 'model_time': 0.477874323958531, 'learning_rate': 7.800000000000002e-06, 'epoch': 9.61})
40
+ Step 4000, Loss: {'mse_loss': 0.09385071694850922, 'totoal_loss': 0.09385071694850922, 'data_time': 0.01507766405120492, 'model_time': 0.4831493829842657, 'learning_rate': 8.000000000000001e-06, 'epoch': 9.85})
41
+ Step 4100, Loss: {'mse_loss': 0.08128666877746582, 'totoal_loss': 0.08128666877746582, 'data_time': 0.021024610847234726, 'model_time': 0.4846280850470066, 'learning_rate': 8.2e-06, 'epoch': 10.1})
42
+ Step 4200, Loss: {'mse_loss': 0.06948187947273254, 'totoal_loss': 0.06948187947273254, 'data_time': 0.016652222024276853, 'model_time': 0.49521112092770636, 'learning_rate': 8.400000000000001e-06, 'epoch': 10.34})
43
+ Step 4300, Loss: {'mse_loss': 0.06761719286441803, 'totoal_loss': 0.06761719286441803, 'data_time': 0.014631547965109348, 'model_time': 0.47218803595751524, 'learning_rate': 8.6e-06, 'epoch': 10.59})
44
+ Step 4400, Loss: {'mse_loss': 0.0741281509399414, 'totoal_loss': 0.0741281509399414, 'data_time': 0.019006212940439582, 'model_time': 0.45981389191001654, 'learning_rate': 8.8e-06, 'epoch': 10.84})
45
+ Step 4500, Loss: {'mse_loss': 0.0881810262799263, 'totoal_loss': 0.0881810262799263, 'data_time': 0.009150299010798335, 'model_time': 0.46971687604673207, 'learning_rate': 9e-06, 'epoch': 11.08})
46
+ Step 4600, Loss: {'mse_loss': 0.07063886523246765, 'totoal_loss': 0.07063886523246765, 'data_time': 0.011696563102304935, 'model_time': 0.47924215300008655, 'learning_rate': 9.200000000000002e-06, 'epoch': 11.33})
47
+ Step 4700, Loss: {'mse_loss': 0.07055720686912537, 'totoal_loss': 0.07055720686912537, 'data_time': 0.009365933015942574, 'model_time': 0.7596466408576816, 'learning_rate': 9.4e-06, 'epoch': 11.58})
48
+ Step 4800, Loss: {'mse_loss': 0.061041638255119324, 'totoal_loss': 0.061041638255119324, 'data_time': 0.008146201027557254, 'model_time': 0.460018556099385, 'learning_rate': 9.600000000000001e-06, 'epoch': 11.82})
49
+ Step 4900, Loss: {'mse_loss': 0.05911262705922127, 'totoal_loss': 0.05911262705922127, 'data_time': 0.015467280987650156, 'model_time': 0.5161423350218683, 'learning_rate': 9.800000000000001e-06, 'epoch': 12.07})
50
+ Step 5000, Loss: {'mse_loss': 0.05776870250701904, 'totoal_loss': 0.05776870250701904, 'data_time': 0.016958393156528473, 'model_time': 0.49067059298977256, 'learning_rate': 1e-05, 'epoch': 12.32})
51
+ Step 5100, Loss: {'mse_loss': 0.06612560153007507, 'totoal_loss': 0.06612560153007507, 'data_time': 0.015934627037495375, 'model_time': 0.47763548186048865, 'learning_rate': 9.999615090493604e-06, 'epoch': 12.56})
52
+ Step 5200, Loss: {'mse_loss': 0.06628063321113586, 'totoal_loss': 0.06628063321113586, 'data_time': 0.014762846985831857, 'model_time': 0.48641139385290444, 'learning_rate': 9.998460422756089e-06, 'epoch': 12.81})
53
+ Step 5300, Loss: {'mse_loss': 0.0657360628247261, 'totoal_loss': 0.0657360628247261, 'data_time': 0.011624209815636277, 'model_time': 0.5477351299487054, 'learning_rate': 9.996536179122874e-06, 'epoch': 13.05})
54
+ Step 5400, Loss: {'mse_loss': 0.05232962593436241, 'totoal_loss': 0.05232962593436241, 'data_time': 0.008116412907838821, 'model_time': 0.4631494930945337, 'learning_rate': 9.993842663454337e-06, 'epoch': 13.3})
55
+ Step 5500, Loss: {'mse_loss': 0.061741482466459274, 'totoal_loss': 0.061741482466459274, 'data_time': 0.008926012087613344, 'model_time': 0.4728181450627744, 'learning_rate': 9.990380301087824e-06, 'epoch': 13.55})
56
+ Step 5600, Loss: {'mse_loss': 0.06448490172624588, 'totoal_loss': 0.06448490172624588, 'data_time': 0.009405724005773664, 'model_time': 0.5152508160099387, 'learning_rate': 9.986149638770493e-06, 'epoch': 13.79})
57
+ Step 5700, Loss: {'mse_loss': 0.051273904740810394, 'totoal_loss': 0.051273904740810394, 'data_time': 0.00866274582222104, 'model_time': 0.4892129448708147, 'learning_rate': 9.981151344572967e-06, 'epoch': 14.04})
58
+ Step 5800, Loss: {'mse_loss': 0.05318162590265274, 'totoal_loss': 0.05318162590265274, 'data_time': 0.0003978540189564228, 'model_time': 0.4947259188629687, 'learning_rate': 9.975386207783839e-06, 'epoch': 14.29})
59
+ Step 5900, Loss: {'mse_loss': 0.05321633070707321, 'totoal_loss': 0.05321633070707321, 'data_time': 0.00039504608139395714, 'model_time': 0.4858506480231881, 'learning_rate': 9.968855138785041e-06, 'epoch': 14.53})
60
+ Step 6000, Loss: {'mse_loss': 0.056475680321455, 'totoal_loss': 0.056475680321455, 'data_time': 0.00041868886910378933, 'model_time': 0.47820561518892646, 'learning_rate': 9.961559168908081e-06, 'epoch': 14.78})
61
+ Step 6100, Loss: {'mse_loss': 0.060712944716215134, 'totoal_loss': 0.060712944716215134, 'data_time': 0.007838009158149362, 'model_time': 0.5016774281393737, 'learning_rate': 9.953499450271174e-06, 'epoch': 15.02})
62
+ Step 6200, Loss: {'mse_loss': 0.048787910491228104, 'totoal_loss': 0.048787910491228104, 'data_time': 0.00888936989940703, 'model_time': 0.47739187092520297, 'learning_rate': 9.944677255597332e-06, 'epoch': 15.27})
63
+ Step 6300, Loss: {'mse_loss': 0.04395841807126999, 'totoal_loss': 0.04395841807126999, 'data_time': 0.008183042984455824, 'model_time': 0.48575289105065167, 'learning_rate': 9.935093978013357e-06, 'epoch': 15.52})
64
+ Step 6400, Loss: {'mse_loss': 0.054956480860710144, 'totoal_loss': 0.054956480860710144, 'data_time': 0.01073342515155673, 'model_time': 0.5249555509071797, 'learning_rate': 9.924751130829878e-06, 'epoch': 15.76})
65
+ Step 6500, Loss: {'mse_loss': 0.053152699023485184, 'totoal_loss': 0.053152699023485184, 'data_time': 0.09990926110185683, 'model_time': 0.5379779029171914, 'learning_rate': 9.91365034730236e-06, 'epoch': 16.01})
66
+ Step 6600, Loss: {'mse_loss': 0.05331618711352348, 'totoal_loss': 0.05331618711352348, 'data_time': 0.009012852096930146, 'model_time': 0.4973470759578049, 'learning_rate': 9.901793380373204e-06, 'epoch': 16.26})
67
+ Step 6700, Loss: {'mse_loss': 0.04027586430311203, 'totoal_loss': 0.04027586430311203, 'data_time': 0.008824626915156841, 'model_time': 0.4898020389955491, 'learning_rate': 9.889182102394944e-06, 'epoch': 16.5})
68
+ Step 6800, Loss: {'mse_loss': 0.04964951053261757, 'totoal_loss': 0.04964951053261757, 'data_time': 0.009051016997545958, 'model_time': 0.47937367600388825, 'learning_rate': 9.875818504834564e-06, 'epoch': 16.75})
69
+ Step 6900, Loss: {'mse_loss': 0.046387962996959686, 'totoal_loss': 0.046387962996959686, 'data_time': 0.007787592010572553, 'model_time': 0.4386454720515758, 'learning_rate': 9.861704697959036e-06, 'epoch': 17.0})
70
+ Step 7000, Loss: {'mse_loss': 0.046196289360523224, 'totoal_loss': 0.046196289360523224, 'data_time': 0.007844389881938696, 'model_time': 0.46563116600736976, 'learning_rate': 9.846842910502077e-06, 'epoch': 17.24})
71
+ Step 7100, Loss: {'mse_loss': 0.04298921301960945, 'totoal_loss': 0.04298921301960945, 'data_time': 0.007939534960314631, 'model_time': 0.49080063099972904, 'learning_rate': 9.831235489312212e-06, 'epoch': 17.49})
72
+ Step 7200, Loss: {'mse_loss': 0.03518714755773544, 'totoal_loss': 0.03518714755773544, 'data_time': 0.00755208102054894, 'model_time': 0.5456712630111724, 'learning_rate': 9.814884898982168e-06, 'epoch': 17.73})
73
+ Step 7300, Loss: {'mse_loss': 0.05445532500743866, 'totoal_loss': 0.05445532500743866, 'data_time': 0.025148550048470497, 'model_time': 0.5171863709110767, 'learning_rate': 9.797793721459709e-06, 'epoch': 17.98})
74
+ Step 7400, Loss: {'mse_loss': 0.059414125978946686, 'totoal_loss': 0.059414125978946686, 'data_time': 0.012291077990084887, 'model_time': 0.46409168699756265, 'learning_rate': 9.779964655639886e-06, 'epoch': 18.23})
75
+ Step 7500, Loss: {'mse_loss': 0.04645087942481041, 'totoal_loss': 0.04645087942481041, 'data_time': 0.00792927504517138, 'model_time': 0.4892110959626734, 'learning_rate': 9.761400516938874e-06, 'epoch': 18.47})
76
+ Step 7600, Loss: {'mse_loss': 0.03842352703213692, 'totoal_loss': 0.03842352703213692, 'data_time': 0.008675569901242852, 'model_time': 0.4608940000180155, 'learning_rate': 9.74210423684938e-06, 'epoch': 18.72})
77
+ Step 7700, Loss: {'mse_loss': 0.03845810517668724, 'totoal_loss': 0.03845810517668724, 'data_time': 0.0003754559438675642, 'model_time': 0.4768461990170181, 'learning_rate': 9.722078862477715e-06, 'epoch': 18.97})
78
+ Step 7800, Loss: {'mse_loss': 0.03366183117032051, 'totoal_loss': 0.03366183117032051, 'data_time': 0.010976601857692003, 'model_time': 0.4665293460711837, 'learning_rate': 9.701327556062637e-06, 'epoch': 19.21})
79
+ Step 7900, Loss: {'mse_loss': 0.03376733884215355, 'totoal_loss': 0.03376733884215355, 'data_time': 0.01157140196301043, 'model_time': 0.4823651269543916, 'learning_rate': 9.679853594475985e-06, 'epoch': 19.46})
80
+ Step 8000, Loss: {'mse_loss': 0.040870632976293564, 'totoal_loss': 0.040870632976293564, 'data_time': 0.009589798050001264, 'model_time': 0.4691991589497775, 'learning_rate': 9.657660368705225e-06, 'epoch': 19.7})
81
+ Step 8100, Loss: {'mse_loss': 0.046121761202812195, 'totoal_loss': 0.046121761202812195, 'data_time': 0.011331157060340047, 'model_time': 0.49112609890289605, 'learning_rate': 9.634751383317983e-06, 'epoch': 19.95})
82
+ Step 8200, Loss: {'mse_loss': 0.043680835515260696, 'totoal_loss': 0.043680835515260696, 'data_time': 0.008685682900249958, 'model_time': 0.4950137068517506, 'learning_rate': 9.611130255908619e-06, 'epoch': 20.2})
83
+ Step 8300, Loss: {'mse_loss': 0.03792236000299454, 'totoal_loss': 0.03792236000299454, 'data_time': 0.007094570901244879, 'model_time': 0.5606310060247779, 'learning_rate': 9.586800716526974e-06, 'epoch': 20.44})
84
+ Step 8400, Loss: {'mse_loss': 0.032608773559331894, 'totoal_loss': 0.032608773559331894, 'data_time': 0.008894200902432203, 'model_time': 0.48355858493596315, 'learning_rate': 9.561766607089355e-06, 'epoch': 20.69})
85
+ Step 8500, Loss: {'mse_loss': 0.036341242492198944, 'totoal_loss': 0.036341242492198944, 'data_time': 0.008352610049769282, 'model_time': 0.5106035999488086, 'learning_rate': 9.536031880771846e-06, 'epoch': 20.94})
86
+ Step 8600, Loss: {'mse_loss': 0.048845063894987106, 'totoal_loss': 0.048845063894987106, 'data_time': 0.008819933980703354, 'model_time': 0.512963216053322, 'learning_rate': 9.50960060138606e-06, 'epoch': 21.18})
87
+ Step 8700, Loss: {'mse_loss': 0.04200488701462746, 'totoal_loss': 0.04200488701462746, 'data_time': 0.00035048392601311207, 'model_time': 0.4903968970756978, 'learning_rate': 9.482476942737411e-06, 'epoch': 21.43})
88
+ Step 8800, Loss: {'mse_loss': 0.029015228152275085, 'totoal_loss': 0.029015228152275085, 'data_time': 0.0007807470392435789, 'model_time': 0.4748988510109484, 'learning_rate': 9.45466518796603e-06, 'epoch': 21.67})
89
+ Step 8900, Loss: {'mse_loss': 0.035886239260435104, 'totoal_loss': 0.035886239260435104, 'data_time': 0.00043662404641509056, 'model_time': 0.5013914569281042, 'learning_rate': 9.426169728870399e-06, 'epoch': 21.92})
90
+ Step 9000, Loss: {'mse_loss': 0.030946770682930946, 'totoal_loss': 0.030946770682930946, 'data_time': 0.018836596980690956, 'model_time': 0.4705807159189135, 'learning_rate': 9.396995065213835e-06, 'epoch': 22.17})
91
+ Step 9100, Loss: {'mse_loss': 0.04412629082798958, 'totoal_loss': 0.04412629082798958, 'data_time': 0.015678908908739686, 'model_time': 0.47950754896737635, 'learning_rate': 9.367145804013938e-06, 'epoch': 22.41})
92
+ Step 9200, Loss: {'mse_loss': 0.035095419734716415, 'totoal_loss': 0.035095419734716415, 'data_time': 0.014981223037466407, 'model_time': 0.5048235389403999, 'learning_rate': 9.336626658815071e-06, 'epoch': 22.66})
93
+ Step 9300, Loss: {'mse_loss': 0.039596788585186005, 'totoal_loss': 0.039596788585186005, 'data_time': 0.01603866182267666, 'model_time': 0.4694950289558619, 'learning_rate': 9.305442448944056e-06, 'epoch': 22.91})
94
+ Step 9400, Loss: {'mse_loss': 0.03007682040333748, 'totoal_loss': 0.03007682040333748, 'data_time': 0.010401807026937604, 'model_time': 0.48476969404146075, 'learning_rate': 9.273598098749124e-06, 'epoch': 23.15})
95
+ Step 9500, Loss: {'mse_loss': 0.03430604934692383, 'totoal_loss': 0.03430604934692383, 'data_time': 0.00962043204344809, 'model_time': 0.4955904900562018, 'learning_rate': 9.241098636822324e-06, 'epoch': 23.4})
96
+ Step 9600, Loss: {'mse_loss': 0.02827054262161255, 'totoal_loss': 0.02827054262161255, 'data_time': 0.00878597586415708, 'model_time': 0.49734920100308955, 'learning_rate': 9.207949195205442e-06, 'epoch': 23.65})
97
+ Step 9700, Loss: {'mse_loss': 0.030881529673933983, 'totoal_loss': 0.030881529673933983, 'data_time': 0.007788931019604206, 'model_time': 0.5236609291750938, 'learning_rate': 9.174155008579588e-06, 'epoch': 23.89})
98
+ Step 9800, Loss: {'mse_loss': 0.037243809551000595, 'totoal_loss': 0.037243809551000595, 'data_time': 0.016077410895377398, 'model_time': 0.4636398199945688, 'learning_rate': 9.139721413438583e-06, 'epoch': 24.14})
99
+ Step 9900, Loss: {'mse_loss': 0.03255710378289223, 'totoal_loss': 0.03255710378289223, 'data_time': 0.015086531173437834, 'model_time': 0.47518386715091765, 'learning_rate': 9.104653847246273e-06, 'epoch': 24.38})
100
+ Step 10000, Loss: {'mse_loss': 0.030737826600670815, 'totoal_loss': 0.030737826600670815, 'data_time': 0.016034439206123352, 'model_time': 0.4711070619523525, 'learning_rate': 9.068957847577869e-06, 'epoch': 24.63})
101
+ Step 10100, Loss: {'mse_loss': 0.026189420372247696, 'totoal_loss': 0.026189420372247696, 'data_time': 0.018926281947642565, 'model_time': 0.4744668719358742, 'learning_rate': 9.032639051245524e-06, 'epoch': 24.88})
102
+ Step 10200, Loss: {'mse_loss': 0.03296024724841118, 'totoal_loss': 0.03296024724841118, 'data_time': 0.009312705136835575, 'model_time': 0.47310395212844014, 'learning_rate': 8.995703193408199e-06, 'epoch': 25.12})
103
+ Step 10300, Loss: {'mse_loss': 0.029335908591747284, 'totoal_loss': 0.029335908591747284, 'data_time': 0.00035581598058342934, 'model_time': 0.5099976330529898, 'learning_rate': 8.958156106666017e-06, 'epoch': 25.37})
104
+ Step 10400, Loss: {'mse_loss': 0.032061222940683365, 'totoal_loss': 0.032061222940683365, 'data_time': 0.0005212610121816397, 'model_time': 0.5507721588946879, 'learning_rate': 8.92000372013924e-06, 'epoch': 25.62})
105
+ Step 10500, Loss: {'mse_loss': 0.031531497836112976, 'totoal_loss': 0.031531497836112976, 'data_time': 0.00047681014984846115, 'model_time': 0.5685831701848656, 'learning_rate': 8.881252058531973e-06, 'epoch': 25.86})
106
+ Step 10600, Loss: {'mse_loss': 0.028295697644352913, 'totoal_loss': 0.028295697644352913, 'data_time': 0.008626861963421106, 'model_time': 0.4746763319708407, 'learning_rate': 8.841907241180809e-06, 'epoch': 26.11})
107
+ Step 10700, Loss: {'mse_loss': 0.026259375736117363, 'totoal_loss': 0.026259375736117363, 'data_time': 0.010924195870757103, 'model_time': 0.49728516303002834, 'learning_rate': 8.801975481088507e-06, 'epoch': 26.35})
108
+ Step 10800, Loss: {'mse_loss': 0.030486606061458588, 'totoal_loss': 0.030486606061458588, 'data_time': 0.009541851002722979, 'model_time': 0.5023151191417128, 'learning_rate': 8.761463083942889e-06, 'epoch': 26.6})
109
+ Step 10900, Loss: {'mse_loss': 0.02950090728700161, 'totoal_loss': 0.02950090728700161, 'data_time': 0.01890850905328989, 'model_time': 0.5302668330259621, 'learning_rate': 8.720376447121098e-06, 'epoch': 26.85})
110
+ Step 11000, Loss: {'mse_loss': 0.032197825610637665, 'totoal_loss': 0.032197825610637665, 'data_time': 0.00037944107316434383, 'model_time': 0.5030747060663998, 'learning_rate': 8.678722058679382e-06, 'epoch': 27.09})
111
+ Step 11100, Loss: {'mse_loss': 0.034223780035972595, 'totoal_loss': 0.034223780035972595, 'data_time': 0.0003620879724621773, 'model_time': 0.7724422751925886, 'learning_rate': 8.636506496328546e-06, 'epoch': 27.34})
112
+ Step 11200, Loss: {'mse_loss': 0.023885643109679222, 'totoal_loss': 0.023885643109679222, 'data_time': 0.0004057111218571663, 'model_time': 0.5396040920168161, 'learning_rate': 8.593736426395268e-06, 'epoch': 27.59})
113
+ Step 11300, Loss: {'mse_loss': 0.03187638148665428, 'totoal_loss': 0.03187638148665428, 'data_time': 0.0003575598821043968, 'model_time': 0.4995369310490787, 'learning_rate': 8.550418602769392e-06, 'epoch': 27.83})
114
+ Step 11400, Loss: {'mse_loss': 0.031877316534519196, 'totoal_loss': 0.031877316534519196, 'data_time': 0.00036689196713268757, 'model_time': 0.5613226150162518, 'learning_rate': 8.506559865837425e-06, 'epoch': 28.08})
115
+ Step 11500, Loss: {'mse_loss': 0.02793026529252529, 'totoal_loss': 0.02793026529252529, 'data_time': 0.008068254915997386, 'model_time': 0.5082936421968043, 'learning_rate': 8.462167141402359e-06, 'epoch': 28.33})
116
+ Step 11600, Loss: {'mse_loss': 0.02425418607890606, 'totoal_loss': 0.02425418607890606, 'data_time': 0.008844092022627592, 'model_time': 0.49860499100759625, 'learning_rate': 8.417247439589994e-06, 'epoch': 28.57})
117
+ Step 11700, Loss: {'mse_loss': 0.028609903529286385, 'totoal_loss': 0.028609903529286385, 'data_time': 0.009291954804211855, 'model_time': 0.5094259369652718, 'learning_rate': 8.371807853741978e-06, 'epoch': 28.82})
118
+ Step 11800, Loss: {'mse_loss': 0.025691701099276543, 'totoal_loss': 0.025691701099276543, 'data_time': 0.0071280410047620535, 'model_time': 0.48699062620289624, 'learning_rate': 8.325855559295663e-06, 'epoch': 29.06})
119
+ Step 11900, Loss: {'mse_loss': 0.02833794429898262, 'totoal_loss': 0.02833794429898262, 'data_time': 0.01314191217534244, 'model_time': 0.4861061570700258, 'learning_rate': 8.279397812651042e-06, 'epoch': 29.31})
120
+ Step 12000, Loss: {'mse_loss': 0.03067874163389206, 'totoal_loss': 0.03067874163389206, 'data_time': 0.008090618066489697, 'model_time': 0.5408366150222719, 'learning_rate': 8.232441950024864e-06, 'epoch': 29.56})
121
+ Step 12100, Loss: {'mse_loss': 0.035560838878154755, 'totoal_loss': 0.035560838878154755, 'data_time': 0.008618044899776578, 'model_time': 0.5054628481157124, 'learning_rate': 8.184995386292166e-06, 'epoch': 29.8})
122
+ Step 12200, Loss: {'mse_loss': 0.02643817476928234, 'totoal_loss': 0.02643817476928234, 'data_time': 0.012190225999802351, 'model_time': 0.5264813292305917, 'learning_rate': 8.137065613815381e-06, 'epoch': 30.05})
123
+ Step 12300, Loss: {'mse_loss': 0.02402343600988388, 'totoal_loss': 0.02402343600988388, 'data_time': 0.00959813711233437, 'model_time': 0.4884360709693283, 'learning_rate': 8.088660201261203e-06, 'epoch': 30.3})
124
+ Step 12400, Loss: {'mse_loss': 0.024393202736973763, 'totoal_loss': 0.024393202736973763, 'data_time': 0.009308762848377228, 'model_time': 0.5163039618637413, 'learning_rate': 8.039786792405404e-06, 'epoch': 30.54})
125
+ Step 12500, Loss: {'mse_loss': 0.019368212670087814, 'totoal_loss': 0.019368212670087814, 'data_time': 0.0117174640763551, 'model_time': 0.4855221549514681, 'learning_rate': 7.990453104925807e-06, 'epoch': 30.79})
126
+ Step 12600, Loss: {'mse_loss': 0.021435895934700966, 'totoal_loss': 0.021435895934700966, 'data_time': 0.00037721707485616207, 'model_time': 0.4616813869215548, 'learning_rate': 7.940666929183554e-06, 'epoch': 31.03})
127
+ Step 12700, Loss: {'mse_loss': 0.03671842813491821, 'totoal_loss': 0.03671842813491821, 'data_time': 0.00036569079384207726, 'model_time': 0.7464385950006545, 'learning_rate': 7.89043612699294e-06, 'epoch': 31.28})
128
+ Step 12800, Loss: {'mse_loss': 0.030867744237184525, 'totoal_loss': 0.030867744237184525, 'data_time': 0.0004179319366812706, 'model_time': 0.4815548819024116, 'learning_rate': 7.839768630379917e-06, 'epoch': 31.53})
129
+ Step 12900, Loss: {'mse_loss': 0.023753995075821877, 'totoal_loss': 0.023753995075821877, 'data_time': 0.00037506804801523685, 'model_time': 0.5060808009002358, 'learning_rate': 7.788672440329562e-06, 'epoch': 31.77})
130
+ Step 13000, Loss: {'mse_loss': 0.032263681292533875, 'totoal_loss': 0.032263681292533875, 'data_time': 0.011114447144791484, 'model_time': 0.6081546151544899, 'learning_rate': 7.737155625522608e-06, 'epoch': 32.02})
131
+ Step 13100, Loss: {'mse_loss': 0.024674098938703537, 'totoal_loss': 0.024674098938703537, 'data_time': 0.00809456780552864, 'model_time': 0.5786631810478866, 'learning_rate': 7.685226321061318e-06, 'epoch': 32.27})
132
+ Step 13200, Loss: {'mse_loss': 0.02187868393957615, 'totoal_loss': 0.02187868393957615, 'data_time': 0.008152716793119907, 'model_time': 0.4902896920684725, 'learning_rate': 7.632892727184844e-06, 'epoch': 32.51})
133
+ Step 13300, Loss: {'mse_loss': 0.030546516180038452, 'totoal_loss': 0.030546516180038452, 'data_time': 0.009349143132567406, 'model_time': 0.48825727915391326, 'learning_rate': 7.580163107974335e-06, 'epoch': 32.76})
134
+ Step 13400, Loss: {'mse_loss': 0.02627328224480152, 'totoal_loss': 0.02627328224480152, 'data_time': 0.0003676479682326317, 'model_time': 0.5226316421758384, 'learning_rate': 7.527045790047922e-06, 'epoch': 33.0})
135
+ Step 13500, Loss: {'mse_loss': 0.02264292724430561, 'totoal_loss': 0.02264292724430561, 'data_time': 0.008157958975061774, 'model_time': 0.4926925159525126, 'learning_rate': 7.473549161245862e-06, 'epoch': 33.25})
136
+ Step 13600, Loss: {'mse_loss': 0.027785710990428925, 'totoal_loss': 0.027785710990428925, 'data_time': 0.013296378776431084, 'model_time': 0.48252466786652803, 'learning_rate': 7.419681669305998e-06, 'epoch': 33.5})
137
+ Step 13700, Loss: {'mse_loss': 0.023397494107484818, 'totoal_loss': 0.023397494107484818, 'data_time': 0.009442635113373399, 'model_time': 0.4957936638966203, 'learning_rate': 7.365451820529756e-06, 'epoch': 33.74})
138
+ Step 13800, Loss: {'mse_loss': 0.02575131691992283, 'totoal_loss': 0.02575131691992283, 'data_time': 0.007466776063665748, 'model_time': 0.4587987088598311, 'learning_rate': 7.310868178438909e-06, 'epoch': 33.99})
139
+ Step 13900, Loss: {'mse_loss': 0.035000938922166824, 'totoal_loss': 0.035000938922166824, 'data_time': 0.008132344810292125, 'model_time': 0.4812616710551083, 'learning_rate': 7.2559393624232985e-06, 'epoch': 34.24})
140
+ Step 14000, Loss: {'mse_loss': 0.022249575704336166, 'totoal_loss': 0.022249575704336166, 'data_time': 0.00952445506118238, 'model_time': 0.47126918798312545, 'learning_rate': 7.2006740463797296e-06, 'epoch': 34.48})
141
+ Step 14100, Loss: {'mse_loss': 0.02277241088449955, 'totoal_loss': 0.02277241088449955, 'data_time': 0.008576834108680487, 'model_time': 0.48670096904970706, 'learning_rate': 7.145080957342262e-06, 'epoch': 34.73})
142
+ Step 14200, Loss: {'mse_loss': 0.028661176562309265, 'totoal_loss': 0.028661176562309265, 'data_time': 0.009960651863366365, 'model_time': 0.5087296969722956, 'learning_rate': 7.0891688741041065e-06, 'epoch': 34.98})
143
+ Step 14300, Loss: {'mse_loss': 0.024236025288701057, 'totoal_loss': 0.024236025288701057, 'data_time': 0.00859775091521442, 'model_time': 0.5027362538967282, 'learning_rate': 7.032946625831363e-06, 'epoch': 35.22})
144
+ Step 14400, Loss: {'mse_loss': 0.02611180953681469, 'totoal_loss': 0.02611180953681469, 'data_time': 0.00036042206920683384, 'model_time': 0.4857597660738975, 'learning_rate': 6.976423090668781e-06, 'epoch': 35.47})
145
+ Step 14500, Loss: {'mse_loss': 0.02919185534119606, 'totoal_loss': 0.02919185534119606, 'data_time': 0.00038494798354804516, 'model_time': 0.4721562531776726, 'learning_rate': 6.919607194337806e-06, 'epoch': 35.71})
146
+ Step 14600, Loss: {'mse_loss': 0.01969229057431221, 'totoal_loss': 0.01969229057431221, 'data_time': 0.0006225861143320799, 'model_time': 0.5213931067846715, 'learning_rate': 6.8625079087270976e-06, 'epoch': 35.96})
147
+ Step 14700, Loss: {'mse_loss': 0.025646427646279335, 'totoal_loss': 0.025646427646279335, 'data_time': 0.01890723197720945, 'model_time': 0.4779639879707247, 'learning_rate': 6.8051342504757714e-06, 'epoch': 36.21})
148
+ Step 14800, Loss: {'mse_loss': 0.02514326199889183, 'totoal_loss': 0.02514326199889183, 'data_time': 0.01756669394671917, 'model_time': 0.4648780000861734, 'learning_rate': 6.747495279549561e-06, 'epoch': 36.45})
149
+ Step 14900, Loss: {'mse_loss': 0.028218373656272888, 'totoal_loss': 0.028218373656272888, 'data_time': 0.02109743980690837, 'model_time': 0.48146125697530806, 'learning_rate': 6.6896000978101465e-06, 'epoch': 36.7})
150
+ Step 15000, Loss: {'mse_loss': 0.022558005526661873, 'totoal_loss': 0.022558005526661873, 'data_time': 0.022790024988353252, 'model_time': 0.47026543715037405, 'learning_rate': 6.631457847577869e-06, 'epoch': 36.95})
151
+ Step 15100, Loss: {'mse_loss': 0.02619815245270729, 'totoal_loss': 0.02619815245270729, 'data_time': 0.00882878783158958, 'model_time': 0.46374906809069216, 'learning_rate': 6.573077710188046e-06, 'epoch': 37.19})
152
+ Step 15200, Loss: {'mse_loss': 0.021550588309764862, 'totoal_loss': 0.021550588309764862, 'data_time': 0.009970018872991204, 'model_time': 0.460486123804003, 'learning_rate': 6.5144689045411345e-06, 'epoch': 37.44})
153
+ Step 15300, Loss: {'mse_loss': 0.030752496793866158, 'totoal_loss': 0.030752496793866158, 'data_time': 0.00974897900596261, 'model_time': 0.497266526799649, 'learning_rate': 6.455640685646961e-06, 'epoch': 37.68})
154
+ Step 15400, Loss: {'mse_loss': 0.02377351000905037, 'totoal_loss': 0.02377351000905037, 'data_time': 0.007980956928804517, 'model_time': 0.4661615148652345, 'learning_rate': 6.396602343163248e-06, 'epoch': 37.93})
155
+ Step 15500, Loss: {'mse_loss': 0.018205493688583374, 'totoal_loss': 0.018205493688583374, 'data_time': 0.01905139093287289, 'model_time': 0.4810131071135402, 'learning_rate': 6.337363199928669e-06, 'epoch': 38.18})
156
+ Step 15600, Loss: {'mse_loss': 0.022283129394054413, 'totoal_loss': 0.022283129394054413, 'data_time': 0.020200207829475403, 'model_time': 0.46671972097828984, 'learning_rate': 6.277932610490659e-06, 'epoch': 38.42})
157
+ Step 15700, Loss: {'mse_loss': 0.021706597879529, 'totoal_loss': 0.021706597879529, 'data_time': 0.016078177839517593, 'model_time': 0.47267539286985993, 'learning_rate': 6.218319959628234e-06, 'epoch': 38.67})
158
+ Step 15800, Loss: {'mse_loss': 0.021555224433541298, 'totoal_loss': 0.021555224433541298, 'data_time': 0.017147744074463844, 'model_time': 0.47986729396507144, 'learning_rate': 6.158534660870018e-06, 'epoch': 38.92})
159
+ Step 15900, Loss: {'mse_loss': 0.024895822629332542, 'totoal_loss': 0.024895822629332542, 'data_time': 0.008453288115561008, 'model_time': 0.4982475060969591, 'learning_rate': 6.0985861550077345e-06, 'epoch': 39.16})
160
+ Step 16000, Loss: {'mse_loss': 0.01901734434068203, 'totoal_loss': 0.01901734434068203, 'data_time': 0.013988011050969362, 'model_time': 0.4830812329892069, 'learning_rate': 6.0384839086054095e-06, 'epoch': 39.41})
161
+ Step 16100, Loss: {'mse_loss': 0.022155893966555595, 'totoal_loss': 0.022155893966555595, 'data_time': 0.008019258035346866, 'model_time': 0.48101481585763395, 'learning_rate': 5.978237412504472e-06, 'epoch': 39.66})
162
+ Step 16200, Loss: {'mse_loss': 0.027087531983852386, 'totoal_loss': 0.027087531983852386, 'data_time': 0.010556431952863932, 'model_time': 0.48953549889847636, 'learning_rate': 5.917856180325059e-06, 'epoch': 39.9})
163
+ Step 16300, Loss: {'mse_loss': 0.019997596740722656, 'totoal_loss': 0.019997596740722656, 'data_time': 0.009666963014751673, 'model_time': 0.48684635502286255, 'learning_rate': 5.857349746963692e-06, 'epoch': 40.15})
164
+ Step 16400, Loss: {'mse_loss': 0.021691856905817986, 'totoal_loss': 0.021691856905817986, 'data_time': 0.006629670970141888, 'model_time': 0.5285670729354024, 'learning_rate': 5.796727667087611e-06, 'epoch': 40.39})
165
+ Step 16500, Loss: {'mse_loss': 0.01707887463271618, 'totoal_loss': 0.01707887463271618, 'data_time': 0.009318568976595998, 'model_time': 0.46644005202688277, 'learning_rate': 5.735999513625984e-06, 'epoch': 40.64})
166
+ Step 16600, Loss: {'mse_loss': 0.01707794889807701, 'totoal_loss': 0.01707794889807701, 'data_time': 0.04043992003425956, 'model_time': 0.44961301190778613, 'learning_rate': 5.675174876258223e-06, 'epoch': 40.89})
167
+ Step 16700, Loss: {'mse_loss': 0.018634218722581863, 'totoal_loss': 0.018634218722581863, 'data_time': 0.007703359937295318, 'model_time': 0.4607147809583694, 'learning_rate': 5.614263359899673e-06, 'epoch': 41.13})
168
+ Step 16800, Loss: {'mse_loss': 0.023625146597623825, 'totoal_loss': 0.023625146597623825, 'data_time': 0.00648153992369771, 'model_time': 0.5032314981799573, 'learning_rate': 5.553274583184875e-06, 'epoch': 41.38})
169
+ Step 16900, Loss: {'mse_loss': 0.02264917828142643, 'totoal_loss': 0.02264917828142643, 'data_time': 0.0075775980949401855, 'model_time': 0.4903686079196632, 'learning_rate': 5.492218176948673e-06, 'epoch': 41.63})
170
+ Step 17000, Loss: {'mse_loss': 0.021461041644215584, 'totoal_loss': 0.021461041644215584, 'data_time': 0.007842346094548702, 'model_time': 0.48695374303497374, 'learning_rate': 5.431103782705404e-06, 'epoch': 41.87})
171
+ Step 17100, Loss: {'mse_loss': 0.018111327663064003, 'totoal_loss': 0.018111327663064003, 'data_time': 0.007379411021247506, 'model_time': 0.5544236600399017, 'learning_rate': 5.369941051126377e-06, 'epoch': 42.12})
172
+ Step 17200, Loss: {'mse_loss': 0.01731030084192753, 'totoal_loss': 0.01731030084192753, 'data_time': 0.00038526300340890884, 'model_time': 0.5312197499442846, 'learning_rate': 5.308739640515932e-06, 'epoch': 42.36})
173
+ Step 17300, Loss: {'mse_loss': 0.020007353276014328, 'totoal_loss': 0.020007353276014328, 'data_time': 0.00037649786099791527, 'model_time': 0.5140031178016216, 'learning_rate': 5.24750921528627e-06, 'epoch': 42.61})
174
+ Step 17400, Loss: {'mse_loss': 0.02343348227441311, 'totoal_loss': 0.02343348227441311, 'data_time': 0.017018246930092573, 'model_time': 0.4873599500861019, 'learning_rate': 5.186259444431344e-06, 'epoch': 42.86})
175
+ Step 17500, Loss: {'mse_loss': 0.0163290835916996, 'totoal_loss': 0.0163290835916996, 'data_time': 0.0005079039838165045, 'model_time': 0.48289861087687314, 'learning_rate': 5.125e-06, 'epoch': 43.1})
176
+ Step 17600, Loss: {'mse_loss': 0.02285531908273697, 'totoal_loss': 0.02285531908273697, 'data_time': 0.0003689110744744539, 'model_time': 0.5657079061493278, 'learning_rate': 5.063740555568656e-06, 'epoch': 43.35})
177
+ Step 17700, Loss: {'mse_loss': 0.019010305404663086, 'totoal_loss': 0.019010305404663086, 'data_time': 0.016192388022318482, 'model_time': 0.5020340881310403, 'learning_rate': 5.002490784713731e-06, 'epoch': 43.6})
178
+ Step 17800, Loss: {'mse_loss': 0.021372459828853607, 'totoal_loss': 0.021372459828853607, 'data_time': 0.015043310122564435, 'model_time': 0.47441915003582835, 'learning_rate': 4.9412603594840695e-06, 'epoch': 43.84})
179
+ Step 17900, Loss: {'mse_loss': 0.015774760395288467, 'totoal_loss': 0.015774760395288467, 'data_time': 0.008846848038956523, 'model_time': 0.5428421190008521, 'learning_rate': 4.8800589488736245e-06, 'epoch': 44.09})
180
+ Step 18000, Loss: {'mse_loss': 0.02151707001030445, 'totoal_loss': 0.02151707001030445, 'data_time': 0.00805111788213253, 'model_time': 0.4785365480929613, 'learning_rate': 4.818896217294598e-06, 'epoch': 44.33})
181
+ Step 18100, Loss: {'mse_loss': 0.020905720070004463, 'totoal_loss': 0.020905720070004463, 'data_time': 0.013923017075285316, 'model_time': 0.48586406698450446, 'learning_rate': 4.757781823051329e-06, 'epoch': 44.58})
182
+ Step 18200, Loss: {'mse_loss': 0.01738341711461544, 'totoal_loss': 0.01738341711461544, 'data_time': 0.008802362019196153, 'model_time': 0.4777175490744412, 'learning_rate': 4.696725416815128e-06, 'epoch': 44.83})
183
+ Step 18300, Loss: {'mse_loss': 0.015582730062305927, 'totoal_loss': 0.015582730062305927, 'data_time': 0.009273732081055641, 'model_time': 0.5094001130200922, 'learning_rate': 4.635736640100327e-06, 'epoch': 45.07})
184
+ Step 18400, Loss: {'mse_loss': 0.020063206553459167, 'totoal_loss': 0.020063206553459167, 'data_time': 0.008713137125596404, 'model_time': 0.47807817510329187, 'learning_rate': 4.574825123741778e-06, 'epoch': 45.32})
185
+ Step 18500, Loss: {'mse_loss': 0.02130979485809803, 'totoal_loss': 0.02130979485809803, 'data_time': 0.009805931942537427, 'model_time': 0.4961055589374155, 'learning_rate': 4.5140004863740165e-06, 'epoch': 45.57})
186
+ Step 18600, Loss: {'mse_loss': 0.015739580616354942, 'totoal_loss': 0.015739580616354942, 'data_time': 0.012891754042357206, 'model_time': 0.482527662999928, 'learning_rate': 4.45327233291239e-06, 'epoch': 45.81})
187
+ Step 18700, Loss: {'mse_loss': 0.017312420532107353, 'totoal_loss': 0.017312420532107353, 'data_time': 0.009138938039541245, 'model_time': 0.46093283710069954, 'learning_rate': 4.39265025303631e-06, 'epoch': 46.06})
188
+ Step 18800, Loss: {'mse_loss': 0.016146685928106308, 'totoal_loss': 0.016146685928106308, 'data_time': 0.00792109314352274, 'model_time': 0.5843197149224579, 'learning_rate': 4.332143819674943e-06, 'epoch': 46.31})
189
+ Step 18900, Loss: {'mse_loss': 0.018841546028852463, 'totoal_loss': 0.018841546028852463, 'data_time': 0.007538096979260445, 'model_time': 0.4864585178438574, 'learning_rate': 4.271762587495529e-06, 'epoch': 46.55})
190
+ Step 19000, Loss: {'mse_loss': 0.02298048883676529, 'totoal_loss': 0.02298048883676529, 'data_time': 0.00885706301778555, 'model_time': 0.47430572798475623, 'learning_rate': 4.2115160913945914e-06, 'epoch': 46.8})
191
+ Step 19100, Loss: {'mse_loss': 0.015623736195266247, 'totoal_loss': 0.015623736195266247, 'data_time': 0.012406199937686324, 'model_time': 0.4925765509251505, 'learning_rate': 4.151413844992267e-06, 'epoch': 47.04})
192
+ Step 19200, Loss: {'mse_loss': 0.01561602670699358, 'totoal_loss': 0.01561602670699358, 'data_time': 0.008424200816079974, 'model_time': 0.5395201349165291, 'learning_rate': 4.091465339129985e-06, 'epoch': 47.29})
193
+ Step 19300, Loss: {'mse_loss': 0.020745031535625458, 'totoal_loss': 0.020745031535625458, 'data_time': 0.008894655853509903, 'model_time': 0.4830456569325179, 'learning_rate': 4.031680040371768e-06, 'epoch': 47.54})
194
+ Step 19400, Loss: {'mse_loss': 0.018450027331709862, 'totoal_loss': 0.018450027331709862, 'data_time': 0.012625440955162048, 'model_time': 0.5644160029478371, 'learning_rate': 3.972067389509344e-06, 'epoch': 47.78})
195
+ Step 19500, Loss: {'mse_loss': 0.017686814069747925, 'totoal_loss': 0.017686814069747925, 'data_time': 0.00872646807692945, 'model_time': 0.7791569931432605, 'learning_rate': 3.912636800071335e-06, 'epoch': 48.03})
196
+ Step 19600, Loss: {'mse_loss': 0.020388877019286156, 'totoal_loss': 0.020388877019286156, 'data_time': 0.011268706992268562, 'model_time': 0.49933385313488543, 'learning_rate': 3.853397656836754e-06, 'epoch': 48.28})
197
+ Step 19700, Loss: {'mse_loss': 0.018401794135570526, 'totoal_loss': 0.018401794135570526, 'data_time': 0.010798509931191802, 'model_time': 0.4745211030822247, 'learning_rate': 3.7943593143530404e-06, 'epoch': 48.52})
198
+ Step 19800, Loss: {'mse_loss': 0.023382119834423065, 'totoal_loss': 0.023382119834423065, 'data_time': 0.007921825861558318, 'model_time': 0.483251339988783, 'learning_rate': 3.735531095458867e-06, 'epoch': 48.77})
199
+ Step 19900, Loss: {'mse_loss': 0.01835491880774498, 'totoal_loss': 0.01835491880774498, 'data_time': 0.0003975809086114168, 'model_time': 0.5325185700785369, 'learning_rate': 3.6769222898119562e-06, 'epoch': 49.01})
200
+ Step 20000, Loss: {'mse_loss': 0.017965126782655716, 'totoal_loss': 0.017965126782655716, 'data_time': 0.007834818912670016, 'model_time': 0.5031532121356577, 'learning_rate': 3.618542152422132e-06, 'epoch': 49.26})
201
+ Step 20100, Loss: {'mse_loss': 0.024219786748290062, 'totoal_loss': 0.024219786748290062, 'data_time': 0.010478829964995384, 'model_time': 0.559974588919431, 'learning_rate': 3.560399902189855e-06, 'epoch': 49.51})
202
+ Step 20200, Loss: {'mse_loss': 0.015242207795381546, 'totoal_loss': 0.015242207795381546, 'data_time': 0.011630198918282986, 'model_time': 0.5006535879801959, 'learning_rate': 3.502504720450441e-06, 'epoch': 49.75})
203
+ Step 20300, Loss: {'mse_loss': 0.017543917521834373, 'totoal_loss': 0.017543917521834373, 'data_time': 1.0148211410269141, 'model_time': 0.5062725190073252, 'learning_rate': 3.4448657495242304e-06, 'epoch': 50.0})
204
+ Step 20400, Loss: {'mse_loss': 0.01596302166581154, 'totoal_loss': 0.01596302166581154, 'data_time': 0.0003559100441634655, 'model_time': 0.48638381995260715, 'learning_rate': 3.387492091272904e-06, 'epoch': 50.25})
205
+ Step 20500, Loss: {'mse_loss': 0.016975706443190575, 'totoal_loss': 0.016975706443190575, 'data_time': 0.0005463280249387026, 'model_time': 0.5004357141442597, 'learning_rate': 3.3303928056621955e-06, 'epoch': 50.49})
206
+ Step 20600, Loss: {'mse_loss': 0.019968846812844276, 'totoal_loss': 0.019968846812844276, 'data_time': 0.0005161711014807224, 'model_time': 0.48950807587243617, 'learning_rate': 3.2735769093312202e-06, 'epoch': 50.74})
207
+ Step 20700, Loss: {'mse_loss': 0.010152844712138176, 'totoal_loss': 0.010152844712138176, 'data_time': 0.00026616710238158703, 'model_time': 0.4450073898769915, 'learning_rate': 3.217053374168639e-06, 'epoch': 50.99})
208
+ Step 20800, Loss: {'mse_loss': 0.014955593273043633, 'totoal_loss': 0.014955593273043633, 'data_time': 0.008796878159046173, 'model_time': 0.4770929680671543, 'learning_rate': 3.1608311258958953e-06, 'epoch': 51.23})
209
+ Step 20900, Loss: {'mse_loss': 0.01746157556772232, 'totoal_loss': 0.01746157556772232, 'data_time': 0.00046890415251255035, 'model_time': 0.49125229893252254, 'learning_rate': 3.10491904265774e-06, 'epoch': 51.48})
210
+ Step 21000, Loss: {'mse_loss': 0.017889274284243584, 'totoal_loss': 0.017889274284243584, 'data_time': 0.01191890798509121, 'model_time': 0.4844697369262576, 'learning_rate': 3.0493259536202714e-06, 'epoch': 51.72})
211
+ Step 21100, Loss: {'mse_loss': 0.015182585455477238, 'totoal_loss': 0.015182585455477238, 'data_time': 0.009644211968407035, 'model_time': 0.5031563548836857, 'learning_rate': 2.9940606375767038e-06, 'epoch': 51.97})
212
+ Step 21200, Loss: {'mse_loss': 0.018424801528453827, 'totoal_loss': 0.018424801528453827, 'data_time': 0.007569849956780672, 'model_time': 0.4951228310819715, 'learning_rate': 2.939131821561094e-06, 'epoch': 52.22})
213
+ Step 21300, Loss: {'mse_loss': 0.01950538158416748, 'totoal_loss': 0.01950538158416748, 'data_time': 0.012180796824395657, 'model_time': 0.551661335863173, 'learning_rate': 2.8845481794702473e-06, 'epoch': 52.46})
214
+ Step 21400, Loss: {'mse_loss': 0.015406783670186996, 'totoal_loss': 0.015406783670186996, 'data_time': 0.009255926124751568, 'model_time': 0.5711847501806915, 'learning_rate': 2.830318330694004e-06, 'epoch': 52.71})
215
+ Step 21500, Loss: {'mse_loss': 0.01900656335055828, 'totoal_loss': 0.01900656335055828, 'data_time': 0.01203448511660099, 'model_time': 0.5564167709089816, 'learning_rate': 2.7764508387541378e-06, 'epoch': 52.96})
216
+ Step 21600, Loss: {'mse_loss': 0.012575188651680946, 'totoal_loss': 0.012575188651680946, 'data_time': 0.0003950148820877075, 'model_time': 0.5076379210222512, 'learning_rate': 2.7229542099520797e-06, 'epoch': 53.2})
217
+ Step 21700, Loss: {'mse_loss': 0.02307669259607792, 'totoal_loss': 0.02307669259607792, 'data_time': 0.0003935650456696749, 'model_time': 0.49409288191236556, 'learning_rate': 2.669836892025666e-06, 'epoch': 53.45})
218
+ Step 21800, Loss: {'mse_loss': 0.019938845187425613, 'totoal_loss': 0.019938845187425613, 'data_time': 0.00041096704080700874, 'model_time': 0.5554071099031717, 'learning_rate': 2.6171072728151557e-06, 'epoch': 53.69})
219
+ Step 21900, Loss: {'mse_loss': 0.01500219851732254, 'totoal_loss': 0.01500219851732254, 'data_time': 0.0005059128161519766, 'model_time': 0.5720019820146263, 'learning_rate': 2.5647736789386828e-06, 'epoch': 53.94})
220
+ Step 22000, Loss: {'mse_loss': 0.01852322742342949, 'totoal_loss': 0.01852322742342949, 'data_time': 0.016691433964297175, 'model_time': 0.4413846351671964, 'learning_rate': 2.5128443744773904e-06, 'epoch': 54.19})
221
+ Step 22100, Loss: {'mse_loss': 0.020253624767065048, 'totoal_loss': 0.020253624767065048, 'data_time': 0.015163313131779432, 'model_time': 0.4681509470101446, 'learning_rate': 2.4613275596704386e-06, 'epoch': 54.43})
222
+ Step 22200, Loss: {'mse_loss': 0.016042068600654602, 'totoal_loss': 0.016042068600654602, 'data_time': 0.01413392904214561, 'model_time': 0.48210820090025663, 'learning_rate': 2.4102313696200853e-06, 'epoch': 54.68})
223
+ Step 22300, Loss: {'mse_loss': 0.019257208332419395, 'totoal_loss': 0.019257208332419395, 'data_time': 0.01635424396954477, 'model_time': 0.5016505089588463, 'learning_rate': 2.359563873007063e-06, 'epoch': 54.93})
224
+ Step 22400, Loss: {'mse_loss': 0.01227677334100008, 'totoal_loss': 0.01227677334100008, 'data_time': 0.010426192078739405, 'model_time': 0.4854639021214098, 'learning_rate': 2.3093330708164465e-06, 'epoch': 55.17})
225
+ Step 22500, Loss: {'mse_loss': 0.01675228774547577, 'totoal_loss': 0.01675228774547577, 'data_time': 0.008438983000814915, 'model_time': 0.4738128480967134, 'learning_rate': 2.2595468950741943e-06, 'epoch': 55.42})
226
+ Step 22600, Loss: {'mse_loss': 0.020499764010310173, 'totoal_loss': 0.020499764010310173, 'data_time': 0.008138254983350635, 'model_time': 0.47218176210299134, 'learning_rate': 2.2102132075945974e-06, 'epoch': 55.67})
227
+ Step 22700, Loss: {'mse_loss': 0.02171039767563343, 'totoal_loss': 0.02171039767563343, 'data_time': 0.009154525119811296, 'model_time': 0.4855201398022473, 'learning_rate': 2.1613397987388e-06, 'epoch': 55.91})
228
+ Step 22800, Loss: {'mse_loss': 0.014087342657148838, 'totoal_loss': 0.014087342657148838, 'data_time': 0.0005827699787914753, 'model_time': 0.4990428979508579, 'learning_rate': 2.1129343861846207e-06, 'epoch': 56.16})
229
+ Step 22900, Loss: {'mse_loss': 0.014979761093854904, 'totoal_loss': 0.014979761093854904, 'data_time': 0.011613673064857721, 'model_time': 0.5557334630284458, 'learning_rate': 2.065004613707836e-06, 'epoch': 56.4})
230
+ Step 23000, Loss: {'mse_loss': 0.019651362672448158, 'totoal_loss': 0.019651362672448158, 'data_time': 0.011757872998714447, 'model_time': 0.5659843948669732, 'learning_rate': 2.0175580499751375e-06, 'epoch': 56.65})
231
+ Step 23100, Loss: {'mse_loss': 0.01234903559088707, 'totoal_loss': 0.01234903559088707, 'data_time': 0.01065603201277554, 'model_time': 0.4901357388589531, 'learning_rate': 1.9706021873489604e-06, 'epoch': 56.9})
232
+ Step 23200, Loss: {'mse_loss': 0.01389393676072359, 'totoal_loss': 0.01389393676072359, 'data_time': 0.01473033707588911, 'model_time': 0.5302813239395618, 'learning_rate': 1.924144440704338e-06, 'epoch': 57.14})
233
+ Step 23300, Loss: {'mse_loss': 0.016151444986462593, 'totoal_loss': 0.016151444986462593, 'data_time': 0.020762742962688208, 'model_time': 0.4591297130100429, 'learning_rate': 1.8781921462580238e-06, 'epoch': 57.39})
234
+ Step 23400, Loss: {'mse_loss': 0.021318743005394936, 'totoal_loss': 0.021318743005394936, 'data_time': 0.015210011973977089, 'model_time': 0.5402569330763072, 'learning_rate': 1.8327525604100058e-06, 'epoch': 57.64})
235
+ Step 23500, Loss: {'mse_loss': 0.01646234653890133, 'totoal_loss': 0.01646234653890133, 'data_time': 0.01778387906961143, 'model_time': 0.4649796311277896, 'learning_rate': 1.7878328585976426e-06, 'epoch': 57.88})
236
+ Step 23600, Loss: {'mse_loss': 0.014472403563559055, 'totoal_loss': 0.014472403563559055, 'data_time': 0.016551777953282, 'model_time': 0.49204210308380425, 'learning_rate': 1.7434401341625765e-06, 'epoch': 58.13})
237
+ Step 23700, Loss: {'mse_loss': 0.018505020067095757, 'totoal_loss': 0.018505020067095757, 'data_time': 0.021612738957628608, 'model_time': 0.46455417200922966, 'learning_rate': 1.6995813972306108e-06, 'epoch': 58.37})
238
+ Step 23800, Loss: {'mse_loss': 0.011169323697686195, 'totoal_loss': 0.011169323697686195, 'data_time': 0.017398321069777012, 'model_time': 0.48557591205462813, 'learning_rate': 1.656263573604734e-06, 'epoch': 58.62})
239
+ Step 23900, Loss: {'mse_loss': 0.01837257295846939, 'totoal_loss': 0.01837257295846939, 'data_time': 0.016707826871424913, 'model_time': 0.48870756407268345, 'learning_rate': 1.613493503671454e-06, 'epoch': 58.87})
240
+ Step 24000, Loss: {'mse_loss': 0.019791290163993835, 'totoal_loss': 0.019791290163993835, 'data_time': 0.00986212701536715, 'model_time': 0.47750883898697793, 'learning_rate': 1.5712779413206198e-06, 'epoch': 59.11})
241
+ Step 24100, Loss: {'mse_loss': 0.015641793608665466, 'totoal_loss': 0.015641793608665466, 'data_time': 0.009392719017341733, 'model_time': 0.48070553317666054, 'learning_rate': 1.5296235528789028e-06, 'epoch': 59.36})
242
+ Step 24200, Loss: {'mse_loss': 0.015688488259911537, 'totoal_loss': 0.015688488259911537, 'data_time': 0.007738942978903651, 'model_time': 0.46376592898741364, 'learning_rate': 1.4885369160571124e-06, 'epoch': 59.61})
243
+ Step 24300, Loss: {'mse_loss': 0.01575365476310253, 'totoal_loss': 0.01575365476310253, 'data_time': 0.008867911994457245, 'model_time': 0.4747647119220346, 'learning_rate': 1.4480245189114938e-06, 'epoch': 59.85})
244
+ Step 24400, Loss: {'mse_loss': 0.014311369508504868, 'totoal_loss': 0.014311369508504868, 'data_time': 0.010263079078868032, 'model_time': 0.4744837849866599, 'learning_rate': 1.408092758819191e-06, 'epoch': 60.1})
245
+ Step 24500, Loss: {'mse_loss': 0.015084950253367424, 'totoal_loss': 0.015084950253367424, 'data_time': 0.00711882789619267, 'model_time': 0.4966388929169625, 'learning_rate': 1.368747941468028e-06, 'epoch': 60.34})
246
+ Step 24600, Loss: {'mse_loss': 0.02029275894165039, 'totoal_loss': 0.02029275894165039, 'data_time': 0.009577189106494188, 'model_time': 0.5672224750742316, 'learning_rate': 1.3299962798607614e-06, 'epoch': 60.59})
247
+ Step 24700, Loss: {'mse_loss': 0.012290330603718758, 'totoal_loss': 0.012290330603718758, 'data_time': 0.014402017928659916, 'model_time': 0.4852960219141096, 'learning_rate': 1.2918438933339827e-06, 'epoch': 60.84})
248
+ Step 24800, Loss: {'mse_loss': 0.021133774891495705, 'totoal_loss': 0.021133774891495705, 'data_time': 0.00036161812022328377, 'model_time': 0.47810741094872355, 'learning_rate': 1.2542968065918027e-06, 'epoch': 61.08})
249
+ Step 24900, Loss: {'mse_loss': 0.0195701215416193, 'totoal_loss': 0.0195701215416193, 'data_time': 0.0003695969935506582, 'model_time': 0.48907475895248353, 'learning_rate': 1.217360948754476e-06, 'epoch': 61.33})
250
+ Step 25000, Loss: {'mse_loss': 0.018896132707595825, 'totoal_loss': 0.018896132707595825, 'data_time': 0.0005666879005730152, 'model_time': 0.5108900149352849, 'learning_rate': 1.1810421524221318e-06, 'epoch': 61.58})
251
+ Step 25100, Loss: {'mse_loss': 0.010389809496700764, 'totoal_loss': 0.010389809496700764, 'data_time': 0.00037270202301442623, 'model_time': 0.5206585410051048, 'learning_rate': 1.1453461527537284e-06, 'epoch': 61.82})
252
+ Step 25200, Loss: {'mse_loss': 0.014910581521689892, 'totoal_loss': 0.014910581521689892, 'data_time': 0.016770879039540887, 'model_time': 0.4954012369271368, 'learning_rate': 1.1102785865614162e-06, 'epoch': 62.07})
253
+ Step 25300, Loss: {'mse_loss': 0.016949515789747238, 'totoal_loss': 0.016949515789747238, 'data_time': 0.015192407881841063, 'model_time': 0.45736695593222976, 'learning_rate': 1.0758449914204127e-06, 'epoch': 62.32})
254
+ Step 25400, Loss: {'mse_loss': 0.013245957903563976, 'totoal_loss': 0.013245957903563976, 'data_time': 0.01639205403625965, 'model_time': 0.4756454210728407, 'learning_rate': 1.0420508047945595e-06, 'epoch': 62.56})
255
+ Step 25500, Loss: {'mse_loss': 0.01588980294764042, 'totoal_loss': 0.01588980294764042, 'data_time': 0.015937213087454438, 'model_time': 0.5365102901123464, 'learning_rate': 1.0089013631776776e-06, 'epoch': 62.81})
256
+ Step 25600, Loss: {'mse_loss': 0.013282842002809048, 'totoal_loss': 0.013282842002809048, 'data_time': 0.00042980490252375603, 'model_time': 0.5740366871468723, 'learning_rate': 9.76401901250878e-07, 'epoch': 63.05})
257
+ Step 25700, Loss: {'mse_loss': 0.017053309828042984, 'totoal_loss': 0.017053309828042984, 'data_time': 0.000499095069244504, 'model_time': 0.47361965593881905, 'learning_rate': 9.44557551055946e-07, 'epoch': 63.3})
258
+ Step 25800, Loss: {'mse_loss': 0.011801673099398613, 'totoal_loss': 0.011801673099398613, 'data_time': 0.0003722498659044504, 'model_time': 0.47781592793762684, 'learning_rate': 9.13373341184928e-07, 'epoch': 63.55})
259
+ Step 25900, Loss: {'mse_loss': 0.014488901942968369, 'totoal_loss': 0.014488901942968369, 'data_time': 0.00039448984898626804, 'model_time': 0.5425913890358061, 'learning_rate': 8.828541959860623e-07, 'epoch': 63.79})
260
+ Step 26000, Loss: {'mse_loss': 0.011094417423009872, 'totoal_loss': 0.011094417423009872, 'data_time': 0.01605916302651167, 'model_time': 0.4843103848397732, 'learning_rate': 8.530049347861661e-07, 'epoch': 64.04})
261
+ Step 26100, Loss: {'mse_loss': 0.014534780755639076, 'totoal_loss': 0.014534780755639076, 'data_time': 0.01614939095452428, 'model_time': 0.4871457989793271, 'learning_rate': 8.238302711296034e-07, 'epoch': 64.29})
262
+ Step 26200, Loss: {'mse_loss': 0.017272457480430603, 'totoal_loss': 0.017272457480430603, 'data_time': 0.018596962094306946, 'model_time': 0.48287219903431833, 'learning_rate': 7.953348120339707e-07, 'epoch': 64.53})
263
+ Step 26300, Loss: {'mse_loss': 0.014590583741664886, 'totoal_loss': 0.014590583741664886, 'data_time': 0.015670193824917078, 'model_time': 0.48762649204581976, 'learning_rate': 7.675230572625892e-07, 'epoch': 64.78})
264
+ Step 26400, Loss: {'mse_loss': 0.019800394773483276, 'totoal_loss': 0.019800394773483276, 'data_time': 0.007372173946350813, 'model_time': 0.4901477750390768, 'learning_rate': 7.40399398613941e-07, 'epoch': 65.02})
265
+ Step 26500, Loss: {'mse_loss': 0.01103031262755394, 'totoal_loss': 0.01103031262755394, 'data_time': 0.009601161116734147, 'model_time': 0.47132441285066307, 'learning_rate': 7.139681192281557e-07, 'epoch': 65.27})
266
+ Step 26600, Loss: {'mse_loss': 0.015116507187485695, 'totoal_loss': 0.015116507187485695, 'data_time': 0.009246166097000241, 'model_time': 0.5018764750566334, 'learning_rate': 6.882333929106462e-07, 'epoch': 65.52})
267
+ Step 26700, Loss: {'mse_loss': 0.013745869509875774, 'totoal_loss': 0.013745869509875774, 'data_time': 0.008608339820057154, 'model_time': 0.5065858208108693, 'learning_rate': 6.63199283473027e-07, 'epoch': 65.76})
268
+ Step 26800, Loss: {'mse_loss': 0.016549116000533104, 'totoal_loss': 0.016549116000533104, 'data_time': 0.019048696849495173, 'model_time': 0.6467568590305746, 'learning_rate': 6.388697440913819e-07, 'epoch': 66.01})
269
+ Step 26900, Loss: {'mse_loss': 0.019311612471938133, 'totoal_loss': 0.019311612471938133, 'data_time': 0.00038612307980656624, 'model_time': 0.4679923551157117, 'learning_rate': 6.152486166820176e-07, 'epoch': 66.26})
270
+ Step 27000, Loss: {'mse_loss': 0.011394721455872059, 'totoal_loss': 0.011394721455872059, 'data_time': 0.0003648109268397093, 'model_time': 0.5085430340841413, 'learning_rate': 5.923396312947748e-07, 'epoch': 66.5})
271
+ Step 27100, Loss: {'mse_loss': 0.011752854101359844, 'totoal_loss': 0.011752854101359844, 'data_time': 0.0005038841627538204, 'model_time': 0.4823003539349884, 'learning_rate': 5.701464055240163e-07, 'epoch': 66.75})
272
+ Step 27200, Loss: {'mse_loss': 0.01579047366976738, 'totoal_loss': 0.01579047366976738, 'data_time': 0.00027038902044296265, 'model_time': 0.4475039050448686, 'learning_rate': 5.48672443937364e-07, 'epoch': 67.0})
273
+ Step 27300, Loss: {'mse_loss': 0.01397443562746048, 'totoal_loss': 0.01397443562746048, 'data_time': 0.00834743189625442, 'model_time': 0.5646671578288078, 'learning_rate': 5.279211375222855e-07, 'epoch': 67.24})
274
+ Step 27400, Loss: {'mse_loss': 0.019823122769594193, 'totoal_loss': 0.019823122769594193, 'data_time': 0.01001145108602941, 'model_time': 0.5417915089055896, 'learning_rate': 5.07895763150622e-07, 'epoch': 67.49})
275
+ Step 27500, Loss: {'mse_loss': 0.013368161395192146, 'totoal_loss': 0.013368161395192146, 'data_time': 0.0064533608965575695, 'model_time': 0.4833227009512484, 'learning_rate': 4.885994830611266e-07, 'epoch': 67.73})
276
+ Step 27600, Loss: {'mse_loss': 0.013066102750599384, 'totoal_loss': 0.013066102750599384, 'data_time': 0.00811077794060111, 'model_time': 0.4616683949716389, 'learning_rate': 4.700353443601156e-07, 'epoch': 67.98})
277
+ Step 27700, Loss: {'mse_loss': 0.012820065952837467, 'totoal_loss': 0.012820065952837467, 'data_time': 0.01631039218045771, 'model_time': 0.5596857820637524, 'learning_rate': 4.5220627854029224e-07, 'epoch': 68.23})
278
+ Step 27800, Loss: {'mse_loss': 0.02160889096558094, 'totoal_loss': 0.02160889096558094, 'data_time': 0.014650214929133654, 'model_time': 0.568089579930529, 'learning_rate': 4.351151010178311e-07, 'epoch': 68.47})
279
+ Step 27900, Loss: {'mse_loss': 0.01576981507241726, 'totoal_loss': 0.01576981507241726, 'data_time': 0.012336387066170573, 'model_time': 0.4903537160716951, 'learning_rate': 4.1876451068778983e-07, 'epoch': 68.72})
280
+ Step 28000, Loss: {'mse_loss': 0.016800090670585632, 'totoal_loss': 0.016800090670585632, 'data_time': 0.015441515948623419, 'model_time': 0.5558358561247587, 'learning_rate': 4.031570894979235e-07, 'epoch': 68.97})
281
+ Step 28100, Loss: {'mse_loss': 0.014703755266964436, 'totoal_loss': 0.014703755266964436, 'data_time': 0.012012300081551075, 'model_time': 0.4829232660122216, 'learning_rate': 3.882953020409644e-07, 'epoch': 69.21})
282
+ Step 28200, Loss: {'mse_loss': 0.016600647941231728, 'totoal_loss': 0.016600647941231728, 'data_time': 0.008092459989711642, 'model_time': 0.4825653210282326, 'learning_rate': 3.74181495165436e-07, 'epoch': 69.46})
283
+ Step 28300, Loss: {'mse_loss': 0.015348079614341259, 'totoal_loss': 0.015348079614341259, 'data_time': 0.009462472051382065, 'model_time': 0.46639563515782356, 'learning_rate': 3.608178976050568e-07, 'epoch': 69.7})
284
+ Step 28400, Loss: {'mse_loss': 0.02236408367753029, 'totoal_loss': 0.02236408367753029, 'data_time': 0.007415721891447902, 'model_time': 0.5120020241010934, 'learning_rate': 3.482066196267966e-07, 'epoch': 69.95})
285
+ Step 28500, Loss: {'mse_loss': 0.015928838402032852, 'totoal_loss': 0.015928838402032852, 'data_time': 0.016220611985772848, 'model_time': 0.5247125460300595, 'learning_rate': 3.36349652697643e-07, 'epoch': 70.2})
286
+ Step 28600, Loss: {'mse_loss': 0.015134547837078571, 'totoal_loss': 0.015134547837078571, 'data_time': 0.019161339150741696, 'model_time': 0.49423215817660093, 'learning_rate': 3.2524886917012403e-07, 'epoch': 70.44})
287
+ Step 28700, Loss: {'mse_loss': 0.016525421291589737, 'totoal_loss': 0.016525421291589737, 'data_time': 0.015205158153548837, 'model_time': 0.48497444204986095, 'learning_rate': 3.149060219866433e-07, 'epoch': 70.69})
288
+ Step 28800, Loss: {'mse_loss': 0.013464095070958138, 'totoal_loss': 0.013464095070958138, 'data_time': 0.01383840013295412, 'model_time': 0.7229538941755891, 'learning_rate': 3.053227444026695e-07, 'epoch': 70.94})
289
+ Step 28900, Loss: {'mse_loss': 0.012277142144739628, 'totoal_loss': 0.012277142144739628, 'data_time': 0.01231924700550735, 'model_time': 0.461991427000612, 'learning_rate': 2.9650054972882544e-07, 'epoch': 71.18})
290
+ Step 29000, Loss: {'mse_loss': 0.015765007585287094, 'totoal_loss': 0.015765007585287094, 'data_time': 0.008238764945417643, 'model_time': 0.48248541611246765, 'learning_rate': 2.884408310919209e-07, 'epoch': 71.43})
291
+ Step 29100, Loss: {'mse_loss': 0.012370245531201363, 'totoal_loss': 0.012370245531201363, 'data_time': 0.008550958940759301, 'model_time': 0.4867025089915842, 'learning_rate': 2.8114486121495906e-07, 'epoch': 71.67})
292
+ Step 29200, Loss: {'mse_loss': 0.014824260957539082, 'totoal_loss': 0.014824260957539082, 'data_time': 0.008042959030717611, 'model_time': 0.5855508279055357, 'learning_rate': 2.746137922161617e-07, 'epoch': 71.92})
293
+ Step 29300, Loss: {'mse_loss': 0.016710352152585983, 'totoal_loss': 0.016710352152585983, 'data_time': 0.00994597701355815, 'model_time': 0.48620689008384943, 'learning_rate': 2.68848655427034e-07, 'epoch': 72.17})
294
+ Step 29400, Loss: {'mse_loss': 0.014003530144691467, 'totoal_loss': 0.014003530144691467, 'data_time': 0.00878029502928257, 'model_time': 0.5763413980603218, 'learning_rate': 2.638503612295071e-07, 'epoch': 72.41})
295
+ Step 29500, Loss: {'mse_loss': 0.02300952561199665, 'totoal_loss': 0.02300952561199665, 'data_time': 0.010487091029062867, 'model_time': 0.5450110149104148, 'learning_rate': 2.5961969891217614e-07, 'epoch': 72.66})
296
+ Step 29600, Loss: {'mse_loss': 0.011858238838613033, 'totoal_loss': 0.011858238838613033, 'data_time': 0.008833682164549828, 'model_time': 0.4686801661737263, 'learning_rate': 2.5615733654566483e-07, 'epoch': 72.91})
297
+ Step 29700, Loss: {'mse_loss': 0.01499770674854517, 'totoal_loss': 0.01499770674854517, 'data_time': 0.008900426095351577, 'model_time': 0.5080107511021197, 'learning_rate': 2.5346382087712764e-07, 'epoch': 73.15})
298
+ Step 29800, Loss: {'mse_loss': 0.01369466632604599, 'totoal_loss': 0.01369466632604599, 'data_time': 0.02238923287950456, 'model_time': 0.5360898389481008, 'learning_rate': 2.515395772439128e-07, 'epoch': 73.4})
299
+ Step 29900, Loss: {'mse_loss': 0.020433329045772552, 'totoal_loss': 0.020433329045772552, 'data_time': 0.018868778832256794, 'model_time': 0.5515624978579581, 'learning_rate': 2.5038490950639644e-07, 'epoch': 73.65})
300
+ Step 30000, Loss: {'mse_loss': 0.017936671152710915, 'totoal_loss': 0.017936671152710915, 'mse_score': 0.0008106755891016551, 'data_time': 0.018127498915418983, 'model_time': 0.47329161409288645, 'learning_rate': 2.5e-07, 'epoch': 73.89})
libero_object_2B/starvla_qwen_oft/config.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "starvla_qwen_oft",
3
+ "run_root_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models_3/libero_object_2B_mee0e-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.0,
13
+ "framework": {
14
+ "name": "QwenOFT",
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_mee0e-2/starvla_qwen_oft"
129
+ }
libero_object_2B/starvla_qwen_oft/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/starvla_qwen_oft/final_model/pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d97974dea76c6cfc75a13e8608bf2de76e864d325cea6444c757e21248c5527
3
+ size 4961646354
libero_object_2B/starvla_qwen_oft/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: True
115
+ # episodes completed so far: 23
116
+ # successes: 23 (100.0%)
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: 24 (100.0%)
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: 25 (100.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: 26 (100.0%)
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: 27 (100.0%)
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: 28 (100.0%)
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: 29 (100.0%)
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: 30 (100.0%)
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: 31 (100.0%)
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: 32 (100.0%)
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: 33 (100.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: 34 (100.0%)
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: 35 (100.0%)
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: 36 (100.0%)
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: 37 (100.0%)
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: 38 (100.0%)
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: 39 (100.0%)
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: 40 (100.0%)
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: 41 (100.0%)
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: 42 (100.0%)
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: 43 (100.0%)
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: 44 (100.0%)
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: 45 (100.0%)
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: 46 (100.0%)
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: 47 (100.0%)
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: 48 (100.0%)
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: 49 (100.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: 50 (100.0%)
252
+ Current task success rate: 1.0
253
+ Current total success rate: 1.0
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: 51 (100.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: 52 (100.0%)
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: 53 (100.0%)
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: 54 (100.0%)
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: 55 (100.0%)
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: 56 (100.0%)
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: 57 (100.0%)
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: 58 (100.0%)
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: 59 (100.0%)
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: 60 (100.0%)
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: 61 (100.0%)
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: 62 (100.0%)
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: 63 (100.0%)
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: 64 (100.0%)
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: 65 (100.0%)
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: 66 (100.0%)
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: 67 (100.0%)
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: 68 (100.0%)
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: 69 (100.0%)
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: 70 (100.0%)
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: 71 (100.0%)
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: 72 (100.0%)
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: 73 (100.0%)
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: 74 (100.0%)
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: 75 (100.0%)
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: 76 (100.0%)
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: 77 (100.0%)
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: 78 (100.0%)
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: 79 (100.0%)
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: 80 (100.0%)
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: 81 (100.0%)
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: 82 (100.0%)
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: 83 (100.0%)
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: 84 (100.0%)
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: 85 (100.0%)
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: 86 (100.0%)
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: 87 (100.0%)
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: 88 (100.0%)
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: 89 (100.0%)
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: 90 (100.0%)
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: 91 (100.0%)
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: 92 (100.0%)
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: 93 (100.0%)
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: 94 (100.0%)
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: 95 (100.0%)
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: 96 (100.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: 97 (100.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: 98 (100.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: 99 (100.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: 100 (100.0%)
504
+ Current task success rate: 1.0
505
+ Current total success rate: 1.0
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: 101 (100.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: 102 (100.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: 103 (100.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: 104 (100.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: 105 (100.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: 106 (100.0%)
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: 107 (100.0%)
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: 108 (100.0%)
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: 109 (100.0%)
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: 110 (100.0%)
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: 111 (100.0%)
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: 112 (100.0%)
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: 113 (100.0%)
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: 114 (100.0%)
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: 115 (100.0%)
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: 116 (100.0%)
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: 117 (100.0%)
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: 118 (100.0%)
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: 119 (100.0%)
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: 120 (100.0%)
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: 121 (100.0%)
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: 122 (100.0%)
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: 123 (100.0%)
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: 124 (100.0%)
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: 125 (100.0%)
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: 126 (100.0%)
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: 127 (100.0%)
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: 128 (100.0%)
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: 129 (100.0%)
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: 130 (100.0%)
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: 131 (100.0%)
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: 132 (100.0%)
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: 133 (100.0%)
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: 134 (100.0%)
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: 135 (100.0%)
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: 136 (100.0%)
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: 137 (100.0%)
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: 138 (100.0%)
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: 139 (100.0%)
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: 140 (100.0%)
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: 141 (100.0%)
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: 142 (100.0%)
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: 143 (100.0%)
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: 144 (100.0%)
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: 145 (100.0%)
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: 146 (100.0%)
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: 147 (100.0%)
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: 148 (100.0%)
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: 149 (100.0%)
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: 150 (100.0%)
756
+ Current task success rate: 1.0
757
+ Current total success rate: 1.0
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: 151 (100.0%)
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: 152 (100.0%)
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: 153 (100.0%)
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: 154 (100.0%)
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: 155 (100.0%)
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: 156 (100.0%)
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: 157 (100.0%)
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: 158 (100.0%)
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: 159 (100.0%)
803
+
804
+ Task: pick up the bbq sauce and place it in the basket
805
+ Success: False
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: 0.98
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: False
1537
+ # episodes completed so far: 305
1538
+ # successes: 303 (99.3%)
1539
+
1540
+ Task: pick up the butter and place it in the basket
1541
+ Success: True
1542
+ # episodes completed so far: 306
1543
+ # successes: 304 (99.3%)
1544
+
1545
+ Task: pick up the butter and place it in the basket
1546
+ Success: True
1547
+ # episodes completed so far: 307
1548
+ # successes: 305 (99.3%)
1549
+
1550
+ Task: pick up the butter and place it in the basket
1551
+ Success: True
1552
+ # episodes completed so far: 308
1553
+ # successes: 306 (99.4%)
1554
+
1555
+ Task: pick up the butter and place it in the basket
1556
+ Success: True
1557
+ # episodes completed so far: 309
1558
+ # successes: 307 (99.4%)
1559
+
1560
+ Task: pick up the butter and place it in the basket
1561
+ Success: True
1562
+ # episodes completed so far: 310
1563
+ # successes: 308 (99.4%)
1564
+
1565
+ Task: pick up the butter and place it in the basket
1566
+ Success: True
1567
+ # episodes completed so far: 311
1568
+ # successes: 309 (99.4%)
1569
+
1570
+ Task: pick up the butter and place it in the basket
1571
+ Success: True
1572
+ # episodes completed so far: 312
1573
+ # successes: 310 (99.4%)
1574
+
1575
+ Task: pick up the butter and place it in the basket
1576
+ Success: True
1577
+ # episodes completed so far: 313
1578
+ # successes: 311 (99.4%)
1579
+
1580
+ Task: pick up the butter and place it in the basket
1581
+ Success: True
1582
+ # episodes completed so far: 314
1583
+ # successes: 312 (99.4%)
1584
+
1585
+ Task: pick up the butter and place it in the basket
1586
+ Success: True
1587
+ # episodes completed so far: 315
1588
+ # successes: 313 (99.4%)
1589
+
1590
+ Task: pick up the butter and place it in the basket
1591
+ Success: True
1592
+ # episodes completed so far: 316
1593
+ # successes: 314 (99.4%)
1594
+
1595
+ Task: pick up the butter and place it in the basket
1596
+ Success: False
1597
+ # episodes completed so far: 317
1598
+ # successes: 314 (99.1%)
1599
+
1600
+ Task: pick up the butter and place it in the basket
1601
+ Success: True
1602
+ # episodes completed so far: 318
1603
+ # successes: 315 (99.1%)
1604
+
1605
+ Task: pick up the butter and place it in the basket
1606
+ Success: True
1607
+ # episodes completed so far: 319
1608
+ # successes: 316 (99.1%)
1609
+
1610
+ Task: pick up the butter and place it in the basket
1611
+ Success: True
1612
+ # episodes completed so far: 320
1613
+ # successes: 317 (99.1%)
1614
+
1615
+ Task: pick up the butter and place it in the basket
1616
+ Success: True
1617
+ # episodes completed so far: 321
1618
+ # successes: 318 (99.1%)
1619
+
1620
+ Task: pick up the butter and place it in the basket
1621
+ Success: True
1622
+ # episodes completed so far: 322
1623
+ # successes: 319 (99.1%)
1624
+
1625
+ Task: pick up the butter and place it in the basket
1626
+ Success: True
1627
+ # episodes completed so far: 323
1628
+ # successes: 320 (99.1%)
1629
+
1630
+ Task: pick up the butter and place it in the basket
1631
+ Success: True
1632
+ # episodes completed so far: 324
1633
+ # successes: 321 (99.1%)
1634
+
1635
+ Task: pick up the butter and place it in the basket
1636
+ Success: True
1637
+ # episodes completed so far: 325
1638
+ # successes: 322 (99.1%)
1639
+
1640
+ Task: pick up the butter and place it in the basket
1641
+ Success: True
1642
+ # episodes completed so far: 326
1643
+ # successes: 323 (99.1%)
1644
+
1645
+ Task: pick up the butter and place it in the basket
1646
+ Success: True
1647
+ # episodes completed so far: 327
1648
+ # successes: 324 (99.1%)
1649
+
1650
+ Task: pick up the butter and place it in the basket
1651
+ Success: True
1652
+ # episodes completed so far: 328
1653
+ # successes: 325 (99.1%)
1654
+
1655
+ Task: pick up the butter and place it in the basket
1656
+ Success: True
1657
+ # episodes completed so far: 329
1658
+ # successes: 326 (99.1%)
1659
+
1660
+ Task: pick up the butter and place it in the basket
1661
+ Success: True
1662
+ # episodes completed so far: 330
1663
+ # successes: 327 (99.1%)
1664
+
1665
+ Task: pick up the butter and place it in the basket
1666
+ Success: True
1667
+ # episodes completed so far: 331
1668
+ # successes: 328 (99.1%)
1669
+
1670
+ Task: pick up the butter and place it in the basket
1671
+ Success: True
1672
+ # episodes completed so far: 332
1673
+ # successes: 329 (99.1%)
1674
+
1675
+ Task: pick up the butter and place it in the basket
1676
+ Success: True
1677
+ # episodes completed so far: 333
1678
+ # successes: 330 (99.1%)
1679
+
1680
+ Task: pick up the butter and place it in the basket
1681
+ Success: True
1682
+ # episodes completed so far: 334
1683
+ # successes: 331 (99.1%)
1684
+
1685
+ Task: pick up the butter and place it in the basket
1686
+ Success: False
1687
+ # episodes completed so far: 335
1688
+ # successes: 331 (98.8%)
1689
+
1690
+ Task: pick up the butter and place it in the basket
1691
+ Success: True
1692
+ # episodes completed so far: 336
1693
+ # successes: 332 (98.8%)
1694
+
1695
+ Task: pick up the butter and place it in the basket
1696
+ Success: True
1697
+ # episodes completed so far: 337
1698
+ # successes: 333 (98.8%)
1699
+
1700
+ Task: pick up the butter and place it in the basket
1701
+ Success: True
1702
+ # episodes completed so far: 338
1703
+ # successes: 334 (98.8%)
1704
+
1705
+ Task: pick up the butter and place it in the basket
1706
+ Success: True
1707
+ # episodes completed so far: 339
1708
+ # successes: 335 (98.8%)
1709
+
1710
+ Task: pick up the butter and place it in the basket
1711
+ Success: True
1712
+ # episodes completed so far: 340
1713
+ # successes: 336 (98.8%)
1714
+
1715
+ Task: pick up the butter and place it in the basket
1716
+ Success: True
1717
+ # episodes completed so far: 341
1718
+ # successes: 337 (98.8%)
1719
+
1720
+ Task: pick up the butter and place it in the basket
1721
+ Success: True
1722
+ # episodes completed so far: 342
1723
+ # successes: 338 (98.8%)
1724
+
1725
+ Task: pick up the butter and place it in the basket
1726
+ Success: True
1727
+ # episodes completed so far: 343
1728
+ # successes: 339 (98.8%)
1729
+
1730
+ Task: pick up the butter and place it in the basket
1731
+ Success: True
1732
+ # episodes completed so far: 344
1733
+ # successes: 340 (98.8%)
1734
+
1735
+ Task: pick up the butter and place it in the basket
1736
+ Success: True
1737
+ # episodes completed so far: 345
1738
+ # successes: 341 (98.8%)
1739
+
1740
+ Task: pick up the butter and place it in the basket
1741
+ Success: True
1742
+ # episodes completed so far: 346
1743
+ # successes: 342 (98.8%)
1744
+
1745
+ Task: pick up the butter and place it in the basket
1746
+ Success: True
1747
+ # episodes completed so far: 347
1748
+ # successes: 343 (98.8%)
1749
+
1750
+ Task: pick up the butter and place it in the basket
1751
+ Success: True
1752
+ # episodes completed so far: 348
1753
+ # successes: 344 (98.9%)
1754
+
1755
+ Task: pick up the butter and place it in the basket
1756
+ Success: True
1757
+ # episodes completed so far: 349
1758
+ # successes: 345 (98.9%)
1759
+
1760
+ Task: pick up the butter and place it in the basket
1761
+ Success: True
1762
+ # episodes completed so far: 350
1763
+ # successes: 346 (98.9%)
1764
+ Current task success rate: 0.94
1765
+ Current total success rate: 0.9885714285714285
1766
+
1767
+ Task: pick up the milk and place it in the basket
1768
+ Success: True
1769
+ # episodes completed so far: 351
1770
+ # successes: 347 (98.9%)
1771
+
1772
+ Task: pick up the milk and place it in the basket
1773
+ Success: True
1774
+ # episodes completed so far: 352
1775
+ # successes: 348 (98.9%)
1776
+
1777
+ Task: pick up the milk and place it in the basket
1778
+ Success: True
1779
+ # episodes completed so far: 353
1780
+ # successes: 349 (98.9%)
1781
+
1782
+ Task: pick up the milk and place it in the basket
1783
+ Success: True
1784
+ # episodes completed so far: 354
1785
+ # successes: 350 (98.9%)
1786
+
1787
+ Task: pick up the milk and place it in the basket
1788
+ Success: True
1789
+ # episodes completed so far: 355
1790
+ # successes: 351 (98.9%)
1791
+
1792
+ Task: pick up the milk and place it in the basket
1793
+ Success: True
1794
+ # episodes completed so far: 356
1795
+ # successes: 352 (98.9%)
1796
+
1797
+ Task: pick up the milk and place it in the basket
1798
+ Success: True
1799
+ # episodes completed so far: 357
1800
+ # successes: 353 (98.9%)
1801
+
1802
+ Task: pick up the milk and place it in the basket
1803
+ Success: True
1804
+ # episodes completed so far: 358
1805
+ # successes: 354 (98.9%)
1806
+
1807
+ Task: pick up the milk and place it in the basket
1808
+ Success: True
1809
+ # episodes completed so far: 359
1810
+ # successes: 355 (98.9%)
1811
+
1812
+ Task: pick up the milk and place it in the basket
1813
+ Success: True
1814
+ # episodes completed so far: 360
1815
+ # successes: 356 (98.9%)
1816
+
1817
+ Task: pick up the milk and place it in the basket
1818
+ Success: True
1819
+ # episodes completed so far: 361
1820
+ # successes: 357 (98.9%)
1821
+
1822
+ Task: pick up the milk and place it in the basket
1823
+ Success: True
1824
+ # episodes completed so far: 362
1825
+ # successes: 358 (98.9%)
1826
+
1827
+ Task: pick up the milk and place it in the basket
1828
+ Success: True
1829
+ # episodes completed so far: 363
1830
+ # successes: 359 (98.9%)
1831
+
1832
+ Task: pick up the milk and place it in the basket
1833
+ Success: True
1834
+ # episodes completed so far: 364
1835
+ # successes: 360 (98.9%)
1836
+
1837
+ Task: pick up the milk and place it in the basket
1838
+ Success: True
1839
+ # episodes completed so far: 365
1840
+ # successes: 361 (98.9%)
1841
+
1842
+ Task: pick up the milk and place it in the basket
1843
+ Success: True
1844
+ # episodes completed so far: 366
1845
+ # successes: 362 (98.9%)
1846
+
1847
+ Task: pick up the milk and place it in the basket
1848
+ Success: True
1849
+ # episodes completed so far: 367
1850
+ # successes: 363 (98.9%)
1851
+
1852
+ Task: pick up the milk and place it in the basket
1853
+ Success: True
1854
+ # episodes completed so far: 368
1855
+ # successes: 364 (98.9%)
1856
+
1857
+ Task: pick up the milk and place it in the basket
1858
+ Success: True
1859
+ # episodes completed so far: 369
1860
+ # successes: 365 (98.9%)
1861
+
1862
+ Task: pick up the milk and place it in the basket
1863
+ Success: True
1864
+ # episodes completed so far: 370
1865
+ # successes: 366 (98.9%)
1866
+
1867
+ Task: pick up the milk and place it in the basket
1868
+ Success: True
1869
+ # episodes completed so far: 371
1870
+ # successes: 367 (98.9%)
1871
+
1872
+ Task: pick up the milk and place it in the basket
1873
+ Success: True
1874
+ # episodes completed so far: 372
1875
+ # successes: 368 (98.9%)
1876
+
1877
+ Task: pick up the milk and place it in the basket
1878
+ Success: True
1879
+ # episodes completed so far: 373
1880
+ # successes: 369 (98.9%)
1881
+
1882
+ Task: pick up the milk and place it in the basket
1883
+ Success: True
1884
+ # episodes completed so far: 374
1885
+ # successes: 370 (98.9%)
1886
+
1887
+ Task: pick up the milk and place it in the basket
1888
+ Success: True
1889
+ # episodes completed so far: 375
1890
+ # successes: 371 (98.9%)
1891
+
1892
+ Task: pick up the milk and place it in the basket
1893
+ Success: True
1894
+ # episodes completed so far: 376
1895
+ # successes: 372 (98.9%)
1896
+
1897
+ Task: pick up the milk and place it in the basket
1898
+ Success: True
1899
+ # episodes completed so far: 377
1900
+ # successes: 373 (98.9%)
1901
+
1902
+ Task: pick up the milk and place it in the basket
1903
+ Success: True
1904
+ # episodes completed so far: 378
1905
+ # successes: 374 (98.9%)
1906
+
1907
+ Task: pick up the milk and place it in the basket
1908
+ Success: True
1909
+ # episodes completed so far: 379
1910
+ # successes: 375 (98.9%)
1911
+
1912
+ Task: pick up the milk and place it in the basket
1913
+ Success: True
1914
+ # episodes completed so far: 380
1915
+ # successes: 376 (98.9%)
1916
+
1917
+ Task: pick up the milk and place it in the basket
1918
+ Success: True
1919
+ # episodes completed so far: 381
1920
+ # successes: 377 (99.0%)
1921
+
1922
+ Task: pick up the milk and place it in the basket
1923
+ Success: True
1924
+ # episodes completed so far: 382
1925
+ # successes: 378 (99.0%)
1926
+
1927
+ Task: pick up the milk and place it in the basket
1928
+ Success: True
1929
+ # episodes completed so far: 383
1930
+ # successes: 379 (99.0%)
1931
+
1932
+ Task: pick up the milk and place it in the basket
1933
+ Success: True
1934
+ # episodes completed so far: 384
1935
+ # successes: 380 (99.0%)
1936
+
1937
+ Task: pick up the milk and place it in the basket
1938
+ Success: True
1939
+ # episodes completed so far: 385
1940
+ # successes: 381 (99.0%)
1941
+
1942
+ Task: pick up the milk and place it in the basket
1943
+ Success: True
1944
+ # episodes completed so far: 386
1945
+ # successes: 382 (99.0%)
1946
+
1947
+ Task: pick up the milk and place it in the basket
1948
+ Success: True
1949
+ # episodes completed so far: 387
1950
+ # successes: 383 (99.0%)
1951
+
1952
+ Task: pick up the milk and place it in the basket
1953
+ Success: True
1954
+ # episodes completed so far: 388
1955
+ # successes: 384 (99.0%)
1956
+
1957
+ Task: pick up the milk and place it in the basket
1958
+ Success: True
1959
+ # episodes completed so far: 389
1960
+ # successes: 385 (99.0%)
1961
+
1962
+ Task: pick up the milk and place it in the basket
1963
+ Success: True
1964
+ # episodes completed so far: 390
1965
+ # successes: 386 (99.0%)
1966
+
1967
+ Task: pick up the milk and place it in the basket
1968
+ Success: True
1969
+ # episodes completed so far: 391
1970
+ # successes: 387 (99.0%)
1971
+
1972
+ Task: pick up the milk and place it in the basket
1973
+ Success: True
1974
+ # episodes completed so far: 392
1975
+ # successes: 388 (99.0%)
1976
+
1977
+ Task: pick up the milk and place it in the basket
1978
+ Success: True
1979
+ # episodes completed so far: 393
1980
+ # successes: 389 (99.0%)
1981
+
1982
+ Task: pick up the milk and place it in the basket
1983
+ Success: True
1984
+ # episodes completed so far: 394
1985
+ # successes: 390 (99.0%)
1986
+
1987
+ Task: pick up the milk and place it in the basket
1988
+ Success: True
1989
+ # episodes completed so far: 395
1990
+ # successes: 391 (99.0%)
1991
+
1992
+ Task: pick up the milk and place it in the basket
1993
+ Success: True
1994
+ # episodes completed so far: 396
1995
+ # successes: 392 (99.0%)
1996
+
1997
+ Task: pick up the milk and place it in the basket
1998
+ Success: True
1999
+ # episodes completed so far: 397
2000
+ # successes: 393 (99.0%)
2001
+
2002
+ Task: pick up the milk and place it in the basket
2003
+ Success: True
2004
+ # episodes completed so far: 398
2005
+ # successes: 394 (99.0%)
2006
+
2007
+ Task: pick up the milk and place it in the basket
2008
+ Success: True
2009
+ # episodes completed so far: 399
2010
+ # successes: 395 (99.0%)
2011
+
2012
+ Task: pick up the milk and place it in the basket
2013
+ Success: True
2014
+ # episodes completed so far: 400
2015
+ # successes: 396 (99.0%)
2016
+ Current task success rate: 1.0
2017
+ Current total success rate: 0.99
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: 397 (99.0%)
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: 398 (99.0%)
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: 399 (99.0%)
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: 400 (99.0%)
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: 401 (99.0%)
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: 402 (99.0%)
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: 403 (99.0%)
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: 404 (99.0%)
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: 405 (99.0%)
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: 406 (99.0%)
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: 407 (99.0%)
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: 408 (99.0%)
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: 409 (99.0%)
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: 410 (99.0%)
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: 411 (99.0%)
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: 412 (99.0%)
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: 413 (99.0%)
2103
+
2104
+ Task: pick up the chocolate pudding and place it in the basket
2105
+ Success: False
2106
+ # episodes completed so far: 418
2107
+ # successes: 413 (98.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: 414 (98.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: 415 (98.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: 416 (98.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: 417 (98.8%)
2128
+
2129
+ Task: pick up the chocolate pudding and place it in the basket
2130
+ Success: False
2131
+ # episodes completed so far: 423
2132
+ # successes: 417 (98.6%)
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: 418 (98.6%)
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: 419 (98.6%)
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: 420 (98.6%)
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: 421 (98.6%)
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: 422 (98.6%)
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: 423 (98.6%)
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: 424 (98.6%)
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: 425 (98.6%)
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: 426 (98.6%)
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: 427 (98.6%)
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: 428 (98.6%)
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: 429 (98.6%)
2193
+
2194
+ Task: pick up the chocolate pudding and place it in the basket
2195
+ Success: False
2196
+ # episodes completed so far: 436
2197
+ # successes: 429 (98.4%)
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: 430 (98.4%)
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: 431 (98.4%)
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: 432 (98.4%)
2213
+
2214
+ Task: pick up the chocolate pudding and place it in the basket
2215
+ Success: False
2216
+ # episodes completed so far: 440
2217
+ # successes: 432 (98.2%)
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: 433 (98.2%)
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: 434 (98.2%)
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: 435 (98.2%)
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: 436 (98.2%)
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: 437 (98.2%)
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: 438 (98.2%)
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: 439 (98.2%)
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: 440 (98.2%)
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: 441 (98.2%)
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: 442 (98.2%)
2268
+ Current task success rate: 0.92
2269
+ Current total success rate: 0.9822222222222222
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: 443 (98.2%)
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: 444 (98.2%)
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: 445 (98.2%)
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: 446 (98.2%)
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: 447 (98.2%)
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: 448 (98.2%)
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: 449 (98.2%)
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: 450 (98.3%)
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: 451 (98.3%)
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: 452 (98.3%)
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: 453 (98.3%)
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: 454 (98.3%)
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: 455 (98.3%)
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: 456 (98.3%)
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: 457 (98.3%)
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: 458 (98.3%)
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: 459 (98.3%)
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: 460 (98.3%)
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: 461 (98.3%)
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: 462 (98.3%)
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: 463 (98.3%)
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: 464 (98.3%)
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: 465 (98.3%)
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: 466 (98.3%)
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: 467 (98.3%)
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: 468 (98.3%)
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: 469 (98.3%)
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: 470 (98.3%)
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: 471 (98.3%)
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: 472 (98.3%)
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: 473 (98.3%)
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: 474 (98.3%)
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: 475 (98.3%)
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: 476 (98.3%)
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: 477 (98.4%)
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: 478 (98.4%)
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: 479 (98.4%)
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: 480 (98.4%)
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: 481 (98.4%)
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: 482 (98.4%)
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: 483 (98.4%)
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: 484 (98.4%)
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: 485 (98.4%)
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: 486 (98.4%)
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: 487 (98.4%)
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: 488 (98.4%)
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: 489 (98.4%)
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: 490 (98.4%)
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: 491 (98.4%)
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: 492 (98.4%)
2520
+ Current task success rate: 1.0
2521
+ Current total success rate: 0.984
libero_object_2B/starvla_qwen_oft/libero_object.log ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Step 100, Loss: {'mse_loss': 0.22103580832481384, 'mee_loss': 1.660862922668457, 'totoal_loss': 0.22103580832481384, 'data_time': 0.010678338934667408, 'model_time': 0.5707858459791169, 'learning_rate': 2.0000000000000002e-07, 'epoch': 0.19})
2
+ Step 200, Loss: {'mse_loss': 0.2541014552116394, 'mee_loss': 1.7239726781845093, 'totoal_loss': 0.2541014552116394, 'data_time': 0.011903414037078619, 'model_time': 0.5335479839704931, 'learning_rate': 4.0000000000000003e-07, 'epoch': 0.38})
3
+ Step 300, Loss: {'mse_loss': 0.16425688564777374, 'mee_loss': 1.0493085384368896, 'totoal_loss': 0.16425688564777374, 'data_time': 0.012030326062813401, 'model_time': 0.5760171790607274, 'learning_rate': 6.000000000000001e-07, 'epoch': 0.58})
4
+ Step 400, Loss: {'mse_loss': 0.12328965961933136, 'mee_loss': 0.632136344909668, 'totoal_loss': 0.12328965961933136, 'data_time': 0.010049926000647247, 'model_time': 0.49720819399226457, 'learning_rate': 8.000000000000001e-07, 'epoch': 0.77})
5
+ Step 500, Loss: {'mse_loss': 0.1266581118106842, 'mee_loss': 0.5437271595001221, 'totoal_loss': 0.1266581118106842, 'data_time': 0.011771133984439075, 'model_time': 0.5747179740574211, 'learning_rate': 1.0000000000000002e-06, 'epoch': 0.96})
6
+ Step 600, Loss: {'mse_loss': 0.12322817742824554, 'mee_loss': 0.6875162124633789, 'totoal_loss': 0.12322817742824554, 'data_time': 0.012597515946254134, 'model_time': 0.48380678496323526, 'learning_rate': 1.2000000000000002e-06, 'epoch': 1.15})
7
+ Step 700, Loss: {'mse_loss': 0.11831958591938019, 'mee_loss': 0.5632323622703552, 'totoal_loss': 0.11831958591938019, 'data_time': 0.00846004392951727, 'model_time': 0.5043661530362442, 'learning_rate': 1.4000000000000001e-06, 'epoch': 1.34})
8
+ Step 800, Loss: {'mse_loss': 0.13340938091278076, 'mee_loss': 0.7283512949943542, 'totoal_loss': 0.13340938091278076, 'data_time': 0.011044580955058336, 'model_time': 0.4750434570014477, 'learning_rate': 1.6000000000000001e-06, 'epoch': 1.54})
9
+ Step 900, Loss: {'mse_loss': 0.12649494409561157, 'mee_loss': 0.4889901280403137, 'totoal_loss': 0.12649494409561157, 'data_time': 0.011652858927845955, 'model_time': 0.4670148919103667, 'learning_rate': 1.8000000000000001e-06, 'epoch': 1.73})
10
+ Step 1000, Loss: {'mse_loss': 0.13181422650814056, 'mee_loss': 0.6155457496643066, 'totoal_loss': 0.13181422650814056, 'data_time': 0.011608976987190545, 'model_time': 0.5567816189723089, 'learning_rate': 2.0000000000000003e-06, 'epoch': 1.92})
11
+ Step 1100, Loss: {'mse_loss': 0.11054237186908722, 'mee_loss': 0.39580240845680237, 'totoal_loss': 0.11054237186908722, 'data_time': 0.011683311080560088, 'model_time': 0.4909163019619882, 'learning_rate': 2.2e-06, 'epoch': 2.11})
12
+ Step 1200, Loss: {'mse_loss': 0.11598105728626251, 'mee_loss': 0.5470889806747437, 'totoal_loss': 0.11598105728626251, 'data_time': 0.009279730031266809, 'model_time': 0.4829104619566351, 'learning_rate': 2.4000000000000003e-06, 'epoch': 2.3})
13
+ Step 1300, Loss: {'mse_loss': 0.12290249764919281, 'mee_loss': 0.4822445511817932, 'totoal_loss': 0.12290249764919281, 'data_time': 0.011311259004287422, 'model_time': 0.49114136898424476, 'learning_rate': 2.6e-06, 'epoch': 2.5})
14
+ Step 1400, Loss: {'mse_loss': 0.1438666135072708, 'mee_loss': 0.4098350703716278, 'totoal_loss': 0.1438666135072708, 'data_time': 0.008580697001889348, 'model_time': 0.7824127220083028, 'learning_rate': 2.8000000000000003e-06, 'epoch': 2.69})
15
+ Step 1500, Loss: {'mse_loss': 0.10904081910848618, 'mee_loss': 0.45482027530670166, 'totoal_loss': 0.10904081910848618, 'data_time': 0.009100825991481543, 'model_time': 0.5621517429826781, 'learning_rate': 3e-06, 'epoch': 2.88})
16
+ Step 1600, Loss: {'mse_loss': 0.10825921595096588, 'mee_loss': 0.49389779567718506, 'totoal_loss': 0.10825921595096588, 'data_time': 0.02493639593012631, 'model_time': 0.4868961729807779, 'learning_rate': 3.2000000000000003e-06, 'epoch': 3.07})
17
+ Step 1700, Loss: {'mse_loss': 0.11083796620368958, 'mee_loss': 0.5209843516349792, 'totoal_loss': 0.11083796620368958, 'data_time': 0.02560169098433107, 'model_time': 0.5209739360725507, 'learning_rate': 3.4000000000000005e-06, 'epoch': 3.26})
18
+ Step 1800, Loss: {'mse_loss': 0.1026039645075798, 'mee_loss': 0.47567468881607056, 'totoal_loss': 0.1026039645075798, 'data_time': 0.024716868996620178, 'model_time': 0.4799138340167701, 'learning_rate': 3.6000000000000003e-06, 'epoch': 3.45})
19
+ Step 1900, Loss: {'mse_loss': 0.09959933161735535, 'mee_loss': 0.40152260661125183, 'totoal_loss': 0.09959933161735535, 'data_time': 0.02070368907880038, 'model_time': 0.464025583001785, 'learning_rate': 3.8000000000000005e-06, 'epoch': 3.65})
20
+ Step 2000, Loss: {'mse_loss': 0.10288211703300476, 'mee_loss': 0.47122278809547424, 'totoal_loss': 0.10288211703300476, 'data_time': 0.01669704494997859, 'model_time': 0.48114637297112495, 'learning_rate': 4.000000000000001e-06, 'epoch': 3.84})
21
+ Step 2100, Loss: {'mse_loss': 0.1077178418636322, 'mee_loss': 0.39091020822525024, 'totoal_loss': 0.1077178418636322, 'data_time': 0.013271773001179099, 'model_time': 0.482725023990497, 'learning_rate': 4.2000000000000004e-06, 'epoch': 4.03})
22
+ Step 2200, Loss: {'mse_loss': 0.09547200798988342, 'mee_loss': 0.36939501762390137, 'totoal_loss': 0.09547200798988342, 'data_time': 0.009299533092416823, 'model_time': 0.48143928591161966, 'learning_rate': 4.4e-06, 'epoch': 4.22})
23
+ Step 2300, Loss: {'mse_loss': 0.09351621568202972, 'mee_loss': 0.38372308015823364, 'totoal_loss': 0.09351621568202972, 'data_time': 0.00838310900144279, 'model_time': 0.5175543300574645, 'learning_rate': 4.600000000000001e-06, 'epoch': 4.41})
24
+ Step 2400, Loss: {'mse_loss': 0.10094006359577179, 'mee_loss': 0.39578506350517273, 'totoal_loss': 0.10094006359577179, 'data_time': 0.009456005063839257, 'model_time': 0.5124548139283434, 'learning_rate': 4.800000000000001e-06, 'epoch': 4.61})
25
+ Step 2500, Loss: {'mse_loss': 0.08993778377771378, 'mee_loss': 0.3492323160171509, 'totoal_loss': 0.08993778377771378, 'data_time': 0.009088798076845706, 'model_time': 0.4889529899228364, 'learning_rate': 5e-06, 'epoch': 4.8})
26
+ Step 2600, Loss: {'mse_loss': 0.08342494070529938, 'mee_loss': 0.29271453619003296, 'totoal_loss': 0.08342494070529938, 'data_time': 0.00900855497457087, 'model_time': 0.42370164999738336, 'learning_rate': 5.2e-06, 'epoch': 4.99})
27
+ Step 2700, Loss: {'mse_loss': 0.07359303534030914, 'mee_loss': 0.238482266664505, 'totoal_loss': 0.07359303534030914, 'data_time': 0.010242837015539408, 'model_time': 0.5840340140275657, 'learning_rate': 5.400000000000001e-06, 'epoch': 5.18})
28
+ Step 2800, Loss: {'mse_loss': 0.08481579273939133, 'mee_loss': 0.2981436550617218, 'totoal_loss': 0.08481579273939133, 'data_time': 0.012389524024911225, 'model_time': 0.560887572937645, 'learning_rate': 5.600000000000001e-06, 'epoch': 5.37})
29
+ Step 2900, Loss: {'mse_loss': 0.08015486598014832, 'mee_loss': 0.29198434948921204, 'totoal_loss': 0.08015486598014832, 'data_time': 0.00872144103050232, 'model_time': 0.5697552569909021, 'learning_rate': 5.8e-06, 'epoch': 5.57})
30
+ Step 3000, Loss: {'mse_loss': 0.10806888341903687, 'mee_loss': 0.510853111743927, 'totoal_loss': 0.10806888341903687, 'data_time': 0.008543969946913421, 'model_time': 0.5127479269867763, 'learning_rate': 6e-06, 'epoch': 5.76})
31
+ Step 3100, Loss: {'mse_loss': 0.08706454187631607, 'mee_loss': 0.4125366508960724, 'totoal_loss': 0.08706454187631607, 'data_time': 0.008532862993888557, 'model_time': 0.5563058820553124, 'learning_rate': 6.200000000000001e-06, 'epoch': 5.95})
32
+ Step 3200, Loss: {'mse_loss': 0.08684257417917252, 'mee_loss': 0.3958175480365753, 'totoal_loss': 0.08684257417917252, 'data_time': 0.00044414191506803036, 'model_time': 0.48216238897293806, 'learning_rate': 6.4000000000000006e-06, 'epoch': 6.14})
33
+ Step 3300, Loss: {'mse_loss': 0.0678066834807396, 'mee_loss': 0.21022407710552216, 'totoal_loss': 0.0678066834807396, 'data_time': 0.00038756895810365677, 'model_time': 0.47138296999037266, 'learning_rate': 6.600000000000001e-06, 'epoch': 6.33})
34
+ Step 3400, Loss: {'mse_loss': 0.0956898182630539, 'mee_loss': 0.4462190270423889, 'totoal_loss': 0.0956898182630539, 'data_time': 0.0005097320536151528, 'model_time': 0.5852154600434005, 'learning_rate': 6.800000000000001e-06, 'epoch': 6.53})
35
+ Step 3500, Loss: {'mse_loss': 0.07128877937793732, 'mee_loss': 0.265878289937973, 'totoal_loss': 0.07128877937793732, 'data_time': 0.0006683298852294683, 'model_time': 0.48295366601087153, 'learning_rate': 7e-06, 'epoch': 6.72})
36
+ Step 3600, Loss: {'mse_loss': 0.06864033639431, 'mee_loss': 0.2228153944015503, 'totoal_loss': 0.06864033639431, 'data_time': 0.008430381072685122, 'model_time': 0.5813505109399557, 'learning_rate': 7.2000000000000005e-06, 'epoch': 6.91})
37
+ Step 3700, Loss: {'mse_loss': 0.07846735417842865, 'mee_loss': 0.35466814041137695, 'totoal_loss': 0.07846735417842865, 'data_time': 0.017379302065819502, 'model_time': 0.48585627996362746, 'learning_rate': 7.4e-06, 'epoch': 7.1})
38
+ Step 3800, Loss: {'mse_loss': 0.07822701334953308, 'mee_loss': 0.2452048808336258, 'totoal_loss': 0.07822701334953308, 'data_time': 0.015240628970786929, 'model_time': 0.48535657895263284, 'learning_rate': 7.600000000000001e-06, 'epoch': 7.29})
39
+ Step 3900, Loss: {'mse_loss': 0.0650847926735878, 'mee_loss': 0.24479137361049652, 'totoal_loss': 0.0650847926735878, 'data_time': 0.021114476025104523, 'model_time': 0.44786792097147554, 'learning_rate': 7.800000000000002e-06, 'epoch': 7.49})
40
+ Step 4000, Loss: {'mse_loss': 0.07371465116739273, 'mee_loss': 0.26168060302734375, 'totoal_loss': 0.07371465116739273, 'data_time': 0.017040899023413658, 'model_time': 0.48534609691705555, 'learning_rate': 8.000000000000001e-06, 'epoch': 7.68})
41
+ Step 4100, Loss: {'mse_loss': 0.07372670620679855, 'mee_loss': 0.21224357187747955, 'totoal_loss': 0.07372670620679855, 'data_time': 0.014164766063913703, 'model_time': 0.4802863720105961, 'learning_rate': 8.2e-06, 'epoch': 7.87})
42
+ Step 4200, Loss: {'mse_loss': 0.07656310498714447, 'mee_loss': 0.3232932686805725, 'totoal_loss': 0.07656310498714447, 'data_time': 0.014167926972731948, 'model_time': 0.4988361920695752, 'learning_rate': 8.400000000000001e-06, 'epoch': 8.06})
43
+ Step 4300, Loss: {'mse_loss': 0.06072977930307388, 'mee_loss': 0.22818124294281006, 'totoal_loss': 0.06072977930307388, 'data_time': 0.009894507005810738, 'model_time': 0.5002402610844001, 'learning_rate': 8.6e-06, 'epoch': 8.25})
44
+ Step 4400, Loss: {'mse_loss': 0.06789009273052216, 'mee_loss': 0.22772832214832306, 'totoal_loss': 0.06789009273052216, 'data_time': 0.008363208966329694, 'model_time': 0.5038460029754788, 'learning_rate': 8.8e-06, 'epoch': 8.45})
45
+ Step 4500, Loss: {'mse_loss': 0.08092599362134933, 'mee_loss': 0.3142160475254059, 'totoal_loss': 0.08092599362134933, 'data_time': 0.010960560059174895, 'model_time': 0.4817231099586934, 'learning_rate': 9e-06, 'epoch': 8.64})
46
+ Step 4600, Loss: {'mse_loss': 0.06419926136732101, 'mee_loss': 0.24709738790988922, 'totoal_loss': 0.06419926136732101, 'data_time': 0.010053694946691394, 'model_time': 0.4791861070552841, 'learning_rate': 9.200000000000002e-06, 'epoch': 8.83})
47
+ Step 4700, Loss: {'mse_loss': 0.0816379114985466, 'mee_loss': 0.39110276103019714, 'totoal_loss': 0.0816379114985466, 'data_time': 0.012461783015169203, 'model_time': 0.49818769400008023, 'learning_rate': 9.4e-06, 'epoch': 9.02})
48
+ Step 4800, Loss: {'mse_loss': 0.047887273132801056, 'mee_loss': 0.1416158527135849, 'totoal_loss': 0.047887273132801056, 'data_time': 0.009786417009308934, 'model_time': 0.45289823703933507, 'learning_rate': 9.600000000000001e-06, 'epoch': 9.21})
49
+ Step 4900, Loss: {'mse_loss': 0.05853164568543434, 'mee_loss': 0.21937492489814758, 'totoal_loss': 0.05853164568543434, 'data_time': 0.011688714032061398, 'model_time': 0.45831694605294615, 'learning_rate': 9.800000000000001e-06, 'epoch': 9.4})
50
+ Step 5000, Loss: {'mse_loss': 0.06901463866233826, 'mee_loss': 0.3027537763118744, 'totoal_loss': 0.06901463866233826, 'data_time': 0.010432273033075035, 'model_time': 0.5415067449212074, 'learning_rate': 1e-05, 'epoch': 9.6})
51
+ Step 5100, Loss: {'mse_loss': 0.05796324461698532, 'mee_loss': 0.18439359962940216, 'totoal_loss': 0.05796324461698532, 'data_time': 0.01332121598534286, 'model_time': 0.4769449570449069, 'learning_rate': 9.999615090493604e-06, 'epoch': 9.79})
52
+ Step 5200, Loss: {'mse_loss': 0.0610334686934948, 'mee_loss': 0.2815920412540436, 'totoal_loss': 0.0610334686934948, 'data_time': 0.009266218985430896, 'model_time': 0.4622833139728755, 'learning_rate': 9.998460422756089e-06, 'epoch': 9.98})
53
+ Step 5300, Loss: {'mse_loss': 0.06182320788502693, 'mee_loss': 0.26002171635627747, 'totoal_loss': 0.06182320788502693, 'data_time': 0.011372964014299214, 'model_time': 0.494425964076072, 'learning_rate': 9.996536179122874e-06, 'epoch': 10.17})
54
+ Step 5400, Loss: {'mse_loss': 0.05690779164433479, 'mee_loss': 0.19308243691921234, 'totoal_loss': 0.05690779164433479, 'data_time': 0.009262036997824907, 'model_time': 0.4820607380243018, 'learning_rate': 9.993842663454337e-06, 'epoch': 10.36})
55
+ Step 5500, Loss: {'mse_loss': 0.06364317983388901, 'mee_loss': 0.2515930235385895, 'totoal_loss': 0.06364317983388901, 'data_time': 0.009573215967975557, 'model_time': 0.48447667609434575, 'learning_rate': 9.990380301087824e-06, 'epoch': 10.56})
56
+ Step 5600, Loss: {'mse_loss': 0.06964518874883652, 'mee_loss': 0.32082194089889526, 'totoal_loss': 0.06964518874883652, 'data_time': 0.009883017046377063, 'model_time': 0.5197876879246905, 'learning_rate': 9.986149638770493e-06, 'epoch': 10.75})
57
+ Step 5700, Loss: {'mse_loss': 0.07304152101278305, 'mee_loss': 0.3211263418197632, 'totoal_loss': 0.07304152101278305, 'data_time': 0.00818647095002234, 'model_time': 0.5005077599780634, 'learning_rate': 9.981151344572967e-06, 'epoch': 10.94})
58
+ Step 5800, Loss: {'mse_loss': 0.06523063778877258, 'mee_loss': 0.2912932336330414, 'totoal_loss': 0.06523063778877258, 'data_time': 0.0004769879160448909, 'model_time': 0.5178014100529253, 'learning_rate': 9.975386207783839e-06, 'epoch': 11.13})
59
+ Step 5900, Loss: {'mse_loss': 0.0586857870221138, 'mee_loss': 0.199309840798378, 'totoal_loss': 0.0586857870221138, 'data_time': 0.0004518090281635523, 'model_time': 0.481976410956122, 'learning_rate': 9.968855138785041e-06, 'epoch': 11.32})
60
+ Step 6000, Loss: {'mse_loss': 0.06605290621519089, 'mee_loss': 0.2950112223625183, 'totoal_loss': 0.06605290621519089, 'data_time': 0.0003788640024140477, 'model_time': 0.5230483609484509, 'learning_rate': 9.961559168908081e-06, 'epoch': 11.52})
61
+ Step 6100, Loss: {'mse_loss': 0.05105004459619522, 'mee_loss': 0.18345053493976593, 'totoal_loss': 0.05105004459619522, 'data_time': 0.0003828579792752862, 'model_time': 0.48699531599413604, 'learning_rate': 9.953499450271174e-06, 'epoch': 11.71})
62
+ Step 6200, Loss: {'mse_loss': 0.05715901032090187, 'mee_loss': 0.18941865861415863, 'totoal_loss': 0.05715901032090187, 'data_time': 0.000373536953702569, 'model_time': 0.5120263020507991, 'learning_rate': 9.944677255597332e-06, 'epoch': 11.9})
63
+ Step 6300, Loss: {'mse_loss': 0.07208742201328278, 'mee_loss': 0.3420224189758301, 'totoal_loss': 0.07208742201328278, 'data_time': 0.009015798917971551, 'model_time': 0.48191713902633637, 'learning_rate': 9.935093978013357e-06, 'epoch': 12.09})
64
+ Step 6400, Loss: {'mse_loss': 0.03974354267120361, 'mee_loss': 0.08154958486557007, 'totoal_loss': 0.03974354267120361, 'data_time': 0.01022027200087905, 'model_time': 0.47074614197481424, 'learning_rate': 9.924751130829878e-06, 'epoch': 12.28})
65
+ Step 6500, Loss: {'mse_loss': 0.0531417541205883, 'mee_loss': 0.2176608145236969, 'totoal_loss': 0.0531417541205883, 'data_time': 0.009588742977939546, 'model_time': 0.459691310999915, 'learning_rate': 9.91365034730236e-06, 'epoch': 12.48})
66
+ Step 6600, Loss: {'mse_loss': 0.03869681805372238, 'mee_loss': 0.10876299440860748, 'totoal_loss': 0.03869681805372238, 'data_time': 0.008331403019838035, 'model_time': 0.47005032398737967, 'learning_rate': 9.901793380373204e-06, 'epoch': 12.67})
67
+ Step 6700, Loss: {'mse_loss': 0.0430607907474041, 'mee_loss': 0.14563818275928497, 'totoal_loss': 0.0430607907474041, 'data_time': 0.00840420601889491, 'model_time': 0.4837257000617683, 'learning_rate': 9.889182102394944e-06, 'epoch': 12.86})
68
+ Step 6800, Loss: {'mse_loss': 0.03499322012066841, 'mee_loss': 0.1009199321269989, 'totoal_loss': 0.03499322012066841, 'data_time': 0.011268635047599673, 'model_time': 0.48697269801050425, 'learning_rate': 9.875818504834564e-06, 'epoch': 13.05})
69
+ Step 6900, Loss: {'mse_loss': 0.04097052291035652, 'mee_loss': 0.11257988959550858, 'totoal_loss': 0.04097052291035652, 'data_time': 0.008388564921915531, 'model_time': 0.5034961159108207, 'learning_rate': 9.861704697959036e-06, 'epoch': 13.24})
70
+ Step 7000, Loss: {'mse_loss': 0.0367409810423851, 'mee_loss': 0.10024236142635345, 'totoal_loss': 0.0367409810423851, 'data_time': 0.008833136060275137, 'model_time': 0.46518931607715786, 'learning_rate': 9.846842910502077e-06, 'epoch': 13.44})
71
+ Step 7100, Loss: {'mse_loss': 0.0426289327442646, 'mee_loss': 0.13986198604106903, 'totoal_loss': 0.0426289327442646, 'data_time': 0.013189768069423735, 'model_time': 0.4692733030533418, 'learning_rate': 9.831235489312212e-06, 'epoch': 13.63})
72
+ Step 7200, Loss: {'mse_loss': 0.03563350811600685, 'mee_loss': 0.06025338172912598, 'totoal_loss': 0.03563350811600685, 'data_time': 0.0005326769314706326, 'model_time': 0.497869849903509, 'learning_rate': 9.814884898982168e-06, 'epoch': 13.82})
73
+ Step 7300, Loss: {'mse_loss': 0.036734819412231445, 'mee_loss': 0.098279669880867, 'totoal_loss': 0.036734819412231445, 'data_time': 0.00038536498323082924, 'model_time': 0.555071528069675, 'learning_rate': 9.797793721459709e-06, 'epoch': 14.01})
74
+ Step 7400, Loss: {'mse_loss': 0.035011231899261475, 'mee_loss': 0.06906196475028992, 'totoal_loss': 0.035011231899261475, 'data_time': 0.009825191926211119, 'model_time': 0.4703100029146299, 'learning_rate': 9.779964655639886e-06, 'epoch': 14.2})
75
+ Step 7500, Loss: {'mse_loss': 0.04326554387807846, 'mee_loss': 0.1473572552204132, 'totoal_loss': 0.04326554387807846, 'data_time': 0.009729655925184488, 'model_time': 0.4795557779725641, 'learning_rate': 9.761400516938874e-06, 'epoch': 14.4})
76
+ Step 7600, Loss: {'mse_loss': 0.03679734468460083, 'mee_loss': 0.08589507639408112, 'totoal_loss': 0.03679734468460083, 'data_time': 0.010736959986388683, 'model_time': 0.4639621468959376, 'learning_rate': 9.74210423684938e-06, 'epoch': 14.59})
77
+ Step 7700, Loss: {'mse_loss': 0.03813272714614868, 'mee_loss': 0.09994524717330933, 'totoal_loss': 0.03813272714614868, 'data_time': 0.008800377952866256, 'model_time': 0.49414636206347495, 'learning_rate': 9.722078862477715e-06, 'epoch': 14.78})
78
+ Step 7800, Loss: {'mse_loss': 0.033773817121982574, 'mee_loss': 0.10915102064609528, 'totoal_loss': 0.033773817121982574, 'data_time': 0.013657581992447376, 'model_time': 0.5003207090776414, 'learning_rate': 9.701327556062637e-06, 'epoch': 14.97})
79
+ Step 7900, Loss: {'mse_loss': 0.044443752616643906, 'mee_loss': 0.13717198371887207, 'totoal_loss': 0.044443752616643906, 'data_time': 0.0005227180663496256, 'model_time': 0.49916366895195097, 'learning_rate': 9.679853594475985e-06, 'epoch': 15.16})
80
+ Step 8000, Loss: {'mse_loss': 0.027736077085137367, 'mee_loss': 0.059647027403116226, 'totoal_loss': 0.027736077085137367, 'data_time': 0.00047127995640039444, 'model_time': 0.48739260307047516, 'learning_rate': 9.657660368705225e-06, 'epoch': 15.36})
81
+ Step 8100, Loss: {'mse_loss': 0.046306680887937546, 'mee_loss': 0.19916078448295593, 'totoal_loss': 0.046306680887937546, 'data_time': 0.0005332219880074263, 'model_time': 0.48672777391038835, 'learning_rate': 9.634751383317983e-06, 'epoch': 15.55})
82
+ Step 8200, Loss: {'mse_loss': 0.03732534125447273, 'mee_loss': 0.0855855643749237, 'totoal_loss': 0.03732534125447273, 'data_time': 0.00038647500332444906, 'model_time': 0.4980686519993469, 'learning_rate': 9.611130255908619e-06, 'epoch': 15.74})
83
+ Step 8300, Loss: {'mse_loss': 0.030331017449498177, 'mee_loss': 0.059883616864681244, 'totoal_loss': 0.030331017449498177, 'data_time': 0.00048785493709146976, 'model_time': 0.5788335929391906, 'learning_rate': 9.586800716526974e-06, 'epoch': 15.93})
84
+ Step 8400, Loss: {'mse_loss': 0.03773381561040878, 'mee_loss': 0.12658090889453888, 'totoal_loss': 0.03773381561040878, 'data_time': 0.017048371024429798, 'model_time': 0.4818331829737872, 'learning_rate': 9.561766607089355e-06, 'epoch': 16.12})
85
+ Step 8500, Loss: {'mse_loss': 0.03405483067035675, 'mee_loss': 0.0891050174832344, 'totoal_loss': 0.03405483067035675, 'data_time': 0.016690659103915095, 'model_time': 0.5033710870193318, 'learning_rate': 9.536031880771846e-06, 'epoch': 16.31})
86
+ Step 8600, Loss: {'mse_loss': 0.041926346719264984, 'mee_loss': 0.18382875621318817, 'totoal_loss': 0.041926346719264984, 'data_time': 0.01631664903834462, 'model_time': 0.48499661998357624, 'learning_rate': 9.50960060138606e-06, 'epoch': 16.51})
87
+ Step 8700, Loss: {'mse_loss': 0.03401646018028259, 'mee_loss': 0.08660399913787842, 'totoal_loss': 0.03401646018028259, 'data_time': 0.01645906292833388, 'model_time': 0.48610226600430906, 'learning_rate': 9.482476942737411e-06, 'epoch': 16.7})
88
+ Step 8800, Loss: {'mse_loss': 0.04087136313319206, 'mee_loss': 0.11595068126916885, 'totoal_loss': 0.04087136313319206, 'data_time': 0.020422293921001256, 'model_time': 0.46507565793581307, 'learning_rate': 9.45466518796603e-06, 'epoch': 16.89})
89
+ Step 8900, Loss: {'mse_loss': 0.03141803294420242, 'mee_loss': 0.08061400055885315, 'totoal_loss': 0.03141803294420242, 'data_time': 0.00036313803866505623, 'model_time': 0.5008937439415604, 'learning_rate': 9.426169728870399e-06, 'epoch': 17.08})
90
+ Step 9000, Loss: {'mse_loss': 0.03470805287361145, 'mee_loss': 0.08157894760370255, 'totoal_loss': 0.03470805287361145, 'data_time': 0.0004492689622566104, 'model_time': 0.5512169630965218, 'learning_rate': 9.396995065213835e-06, 'epoch': 17.27})
91
+ Step 9100, Loss: {'mse_loss': 0.039122506976127625, 'mee_loss': 0.12862196564674377, 'totoal_loss': 0.039122506976127625, 'data_time': 0.00036899594124406576, 'model_time': 0.5068940509809181, 'learning_rate': 9.367145804013938e-06, 'epoch': 17.47})
92
+ Step 9200, Loss: {'mse_loss': 0.02189932018518448, 'mee_loss': 0.028054963797330856, 'totoal_loss': 0.02189932018518448, 'data_time': 0.0003945030039176345, 'model_time': 0.5194782939506695, 'learning_rate': 9.336626658815071e-06, 'epoch': 17.66})
93
+ Step 9300, Loss: {'mse_loss': 0.031765151768922806, 'mee_loss': 0.08075641095638275, 'totoal_loss': 0.031765151768922806, 'data_time': 0.0004405810032039881, 'model_time': 0.5000795660307631, 'learning_rate': 9.305442448944056e-06, 'epoch': 17.85})
94
+ Step 9400, Loss: {'mse_loss': 0.03540939465165138, 'mee_loss': 0.13343030214309692, 'totoal_loss': 0.03540939465165138, 'data_time': 0.007835929980501533, 'model_time': 0.5025430319365114, 'learning_rate': 9.273598098749124e-06, 'epoch': 18.04})
95
+ Step 9500, Loss: {'mse_loss': 0.02774954028427601, 'mee_loss': 0.07688689976930618, 'totoal_loss': 0.02774954028427601, 'data_time': 0.01065618998836726, 'model_time': 0.4986797330202535, 'learning_rate': 9.241098636822324e-06, 'epoch': 18.23})
96
+ Step 9600, Loss: {'mse_loss': 0.03364407643675804, 'mee_loss': 0.11268756538629532, 'totoal_loss': 0.03364407643675804, 'data_time': 0.007945251069031656, 'model_time': 0.48361497395671904, 'learning_rate': 9.207949195205442e-06, 'epoch': 18.43})
97
+ Step 9700, Loss: {'mse_loss': 0.02792639099061489, 'mee_loss': 0.05197610706090927, 'totoal_loss': 0.02792639099061489, 'data_time': 0.009287778986617923, 'model_time': 0.4933757259277627, 'learning_rate': 9.174155008579588e-06, 'epoch': 18.62})
98
+ Step 9800, Loss: {'mse_loss': 0.031279273331165314, 'mee_loss': 0.07000188529491425, 'totoal_loss': 0.031279273331165314, 'data_time': 0.008606922929175198, 'model_time': 0.480027942918241, 'learning_rate': 9.139721413438583e-06, 'epoch': 18.81})
99
+ Step 9900, Loss: {'mse_loss': 0.03084014356136322, 'mee_loss': 0.06915349513292313, 'totoal_loss': 0.03084014356136322, 'data_time': 1.9487271460238844, 'model_time': 0.8205386729678139, 'learning_rate': 9.104653847246273e-06, 'epoch': 19.0})
100
+ Step 10000, Loss: {'mse_loss': 0.025732925161719322, 'mee_loss': 0.040653277188539505, 'totoal_loss': 0.025732925161719322, 'data_time': 0.00041666801553219557, 'model_time': 0.524865934974514, 'learning_rate': 9.068957847577869e-06, 'epoch': 19.19})
101
+ Step 10100, Loss: {'mse_loss': 0.026037516072392464, 'mee_loss': 0.061844274401664734, 'totoal_loss': 0.026037516072392464, 'data_time': 0.00040329492185264826, 'model_time': 0.48521152895409614, 'learning_rate': 9.032639051245524e-06, 'epoch': 19.39})
102
+ Step 10200, Loss: {'mse_loss': 0.032597921788692474, 'mee_loss': 0.09974917024374008, 'totoal_loss': 0.032597921788692474, 'data_time': 0.0003891709493473172, 'model_time': 0.4769648250658065, 'learning_rate': 8.995703193408199e-06, 'epoch': 19.58})
103
+ Step 10300, Loss: {'mse_loss': 0.03909611701965332, 'mee_loss': 0.12883232533931732, 'totoal_loss': 0.03909611701965332, 'data_time': 0.00038279301952570677, 'model_time': 0.4910648169461638, 'learning_rate': 8.958156106666017e-06, 'epoch': 19.77})
104
+ Step 10400, Loss: {'mse_loss': 0.025193501263856888, 'mee_loss': 0.047576311975717545, 'totoal_loss': 0.025193501263856888, 'data_time': 0.0003861009608954191, 'model_time': 0.5585343230050057, 'learning_rate': 8.92000372013924e-06, 'epoch': 19.96})
105
+ Step 10500, Loss: {'mse_loss': 0.02622235380113125, 'mee_loss': 0.047408051788806915, 'totoal_loss': 0.02622235380113125, 'data_time': 0.01854943099897355, 'model_time': 0.5758272350067273, 'learning_rate': 8.881252058531973e-06, 'epoch': 20.15})
106
+ Step 10600, Loss: {'mse_loss': 0.028104165568947792, 'mee_loss': 0.08720956742763519, 'totoal_loss': 0.028104165568947792, 'data_time': 0.020577034098096192, 'model_time': 0.47945568698924035, 'learning_rate': 8.841907241180809e-06, 'epoch': 20.35})
107
+ Step 10700, Loss: {'mse_loss': 0.03157546743750572, 'mee_loss': 0.09366915374994278, 'totoal_loss': 0.03157546743750572, 'data_time': 0.017836433951742947, 'model_time': 0.46905643108766526, 'learning_rate': 8.801975481088507e-06, 'epoch': 20.54})
108
+ Step 10800, Loss: {'mse_loss': 0.03351866081357002, 'mee_loss': 0.1076006069779396, 'totoal_loss': 0.03351866081357002, 'data_time': 0.01739050296600908, 'model_time': 0.4542514110216871, 'learning_rate': 8.761463083942889e-06, 'epoch': 20.73})
109
+ Step 10900, Loss: {'mse_loss': 0.031620245426893234, 'mee_loss': 0.1079602986574173, 'totoal_loss': 0.031620245426893234, 'data_time': 0.01664683106355369, 'model_time': 0.47528505593072623, 'learning_rate': 8.720376447121098e-06, 'epoch': 20.92})
110
+ Step 11000, Loss: {'mse_loss': 0.02751043811440468, 'mee_loss': 0.0804973915219307, 'totoal_loss': 0.02751043811440468, 'data_time': 0.012751062982715666, 'model_time': 0.47269402199890465, 'learning_rate': 8.678722058679382e-06, 'epoch': 21.11})
111
+ Step 11100, Loss: {'mse_loss': 0.032703205943107605, 'mee_loss': 0.13752345740795135, 'totoal_loss': 0.032703205943107605, 'data_time': 0.016251529101282358, 'model_time': 0.5345636749407277, 'learning_rate': 8.636506496328546e-06, 'epoch': 21.31})
112
+ Step 11200, Loss: {'mse_loss': 0.023809203878045082, 'mee_loss': 0.05045448988676071, 'totoal_loss': 0.023809203878045082, 'data_time': 0.008282380993478, 'model_time': 0.49101925699505955, 'learning_rate': 8.593736426395268e-06, 'epoch': 21.5})
113
+ Step 11300, Loss: {'mse_loss': 0.031258780509233475, 'mee_loss': 0.07497140020132065, 'totoal_loss': 0.031258780509233475, 'data_time': 0.009339361917227507, 'model_time': 0.48900141392368823, 'learning_rate': 8.550418602769392e-06, 'epoch': 21.69})
114
+ Step 11400, Loss: {'mse_loss': 0.03146164119243622, 'mee_loss': 0.12176281958818436, 'totoal_loss': 0.03146164119243622, 'data_time': 0.013083287049084902, 'model_time': 0.49732539895921946, 'learning_rate': 8.506559865837425e-06, 'epoch': 21.88})
115
+ Step 11500, Loss: {'mse_loss': 0.03580903634428978, 'mee_loss': 0.1211295798420906, 'totoal_loss': 0.03580903634428978, 'data_time': 0.009858589037321508, 'model_time': 0.4610913769574836, 'learning_rate': 8.462167141402359e-06, 'epoch': 22.07})
116
+ Step 11600, Loss: {'mse_loss': 0.03523264452815056, 'mee_loss': 0.10238606482744217, 'totoal_loss': 0.03523264452815056, 'data_time': 0.008176155970431864, 'model_time': 0.4701302560279146, 'learning_rate': 8.417247439589994e-06, 'epoch': 22.26})
117
+ Step 11700, Loss: {'mse_loss': 0.0233283881098032, 'mee_loss': 0.0312290508300066, 'totoal_loss': 0.0233283881098032, 'data_time': 0.008007803931832314, 'model_time': 0.5597198300529271, 'learning_rate': 8.371807853741978e-06, 'epoch': 22.46})
118
+ Step 11800, Loss: {'mse_loss': 0.031899042427539825, 'mee_loss': 0.130262091755867, 'totoal_loss': 0.031899042427539825, 'data_time': 0.009037883020937443, 'model_time': 0.4858656119322404, 'learning_rate': 8.325855559295663e-06, 'epoch': 22.65})
119
+ Step 11900, Loss: {'mse_loss': 0.02937813475728035, 'mee_loss': 0.10439720004796982, 'totoal_loss': 0.02937813475728035, 'data_time': 0.010531128966249526, 'model_time': 0.47328183602076024, 'learning_rate': 8.279397812651042e-06, 'epoch': 22.84})
120
+ Step 12000, Loss: {'mse_loss': 0.030225005000829697, 'mee_loss': 0.1080419048666954, 'totoal_loss': 0.030225005000829697, 'data_time': 0.017417768016457558, 'model_time': 0.4917763590347022, 'learning_rate': 8.232441950024864e-06, 'epoch': 23.03})
121
+ Step 12100, Loss: {'mse_loss': 0.02907314896583557, 'mee_loss': 0.1090146154165268, 'totoal_loss': 0.02907314896583557, 'data_time': 0.017860103049315512, 'model_time': 0.46016780100762844, 'learning_rate': 8.184995386292166e-06, 'epoch': 23.22})
122
+ Step 12200, Loss: {'mse_loss': 0.01811952330172062, 'mee_loss': 0.02012021839618683, 'totoal_loss': 0.01811952330172062, 'data_time': 0.020584832993336022, 'model_time': 0.48198523302562535, 'learning_rate': 8.137065613815381e-06, 'epoch': 23.42})
123
+ Step 12300, Loss: {'mse_loss': 0.02717151865363121, 'mee_loss': 0.07020653784275055, 'totoal_loss': 0.02717151865363121, 'data_time': 0.016195988981053233, 'model_time': 0.4651644240366295, 'learning_rate': 8.088660201261203e-06, 'epoch': 23.61})
124
+ Step 12400, Loss: {'mse_loss': 0.02069484069943428, 'mee_loss': 0.03741873800754547, 'totoal_loss': 0.02069484069943428, 'data_time': 0.018168556969612837, 'model_time': 0.5655482360161841, 'learning_rate': 8.039786792405404e-06, 'epoch': 23.8})
125
+ Step 12500, Loss: {'mse_loss': 0.022371254861354828, 'mee_loss': 0.03826756030321121, 'totoal_loss': 0.022371254861354828, 'data_time': 0.014610310085117817, 'model_time': 0.425923255039379, 'learning_rate': 7.990453104925807e-06, 'epoch': 23.99})
126
+ Step 12600, Loss: {'mse_loss': 0.020487627014517784, 'mee_loss': 0.03509492054581642, 'totoal_loss': 0.020487627014517784, 'data_time': 0.00989082409068942, 'model_time': 0.4829864390194416, 'learning_rate': 7.940666929183554e-06, 'epoch': 24.18})
127
+ Step 12700, Loss: {'mse_loss': 0.02626318670809269, 'mee_loss': 0.049912624061107635, 'totoal_loss': 0.02626318670809269, 'data_time': 0.008911969023756683, 'model_time': 0.4862732000183314, 'learning_rate': 7.89043612699294e-06, 'epoch': 24.38})
128
+ Step 12800, Loss: {'mse_loss': 0.032020874321460724, 'mee_loss': 0.10471873730421066, 'totoal_loss': 0.032020874321460724, 'data_time': 0.011018984951078892, 'model_time': 0.48012660804670304, 'learning_rate': 7.839768630379917e-06, 'epoch': 24.57})
129
+ Step 12900, Loss: {'mse_loss': 0.02551078423857689, 'mee_loss': 0.08144353330135345, 'totoal_loss': 0.02551078423857689, 'data_time': 0.012583254021592438, 'model_time': 0.5153102229814976, 'learning_rate': 7.788672440329562e-06, 'epoch': 24.76})
130
+ Step 13000, Loss: {'mse_loss': 0.01947178691625595, 'mee_loss': 0.03241175413131714, 'totoal_loss': 0.01947178691625595, 'data_time': 0.009838055935688317, 'model_time': 0.5128632379928604, 'learning_rate': 7.737155625522608e-06, 'epoch': 24.95})
131
+ Step 13100, Loss: {'mse_loss': 0.01949174329638481, 'mee_loss': 0.02680264413356781, 'totoal_loss': 0.01949174329638481, 'data_time': 0.008612486999481916, 'model_time': 0.49090515600983053, 'learning_rate': 7.685226321061318e-06, 'epoch': 25.14})
132
+ Step 13200, Loss: {'mse_loss': 0.023631567135453224, 'mee_loss': 0.04766695573925972, 'totoal_loss': 0.023631567135453224, 'data_time': 0.013105423073284328, 'model_time': 0.48441354709211737, 'learning_rate': 7.632892727184844e-06, 'epoch': 25.34})
133
+ Step 13300, Loss: {'mse_loss': 0.02389254793524742, 'mee_loss': 0.06105351820588112, 'totoal_loss': 0.02389254793524742, 'data_time': 0.007863544975407422, 'model_time': 0.48580303497146815, 'learning_rate': 7.580163107974335e-06, 'epoch': 25.53})
134
+ Step 13400, Loss: {'mse_loss': 0.023755593225359917, 'mee_loss': 0.05919697880744934, 'totoal_loss': 0.023755593225359917, 'data_time': 0.013792398036457598, 'model_time': 0.4746637300122529, 'learning_rate': 7.527045790047922e-06, 'epoch': 25.72})
135
+ Step 13500, Loss: {'mse_loss': 0.02359464392066002, 'mee_loss': 0.04241292551159859, 'totoal_loss': 0.02359464392066002, 'data_time': 0.00858013506513089, 'model_time': 0.4812441859394312, 'learning_rate': 7.473549161245862e-06, 'epoch': 25.91})
136
+ Step 13600, Loss: {'mse_loss': 0.03055344894528389, 'mee_loss': 0.13020315766334534, 'totoal_loss': 0.03055344894528389, 'data_time': 0.008624820969998837, 'model_time': 0.48565123206935823, 'learning_rate': 7.419681669305998e-06, 'epoch': 26.1})
137
+ Step 13700, Loss: {'mse_loss': 0.02567468024790287, 'mee_loss': 0.0905318558216095, 'totoal_loss': 0.02567468024790287, 'data_time': 0.00947644398547709, 'model_time': 0.4921902749920264, 'learning_rate': 7.365451820529756e-06, 'epoch': 26.3})
138
+ Step 13800, Loss: {'mse_loss': 0.021263888105750084, 'mee_loss': 0.044175613671541214, 'totoal_loss': 0.021263888105750084, 'data_time': 0.009014445939101279, 'model_time': 0.5526065210578963, 'learning_rate': 7.310868178438909e-06, 'epoch': 26.49})
139
+ Step 13900, Loss: {'mse_loss': 0.02708686888217926, 'mee_loss': 0.06474116444587708, 'totoal_loss': 0.02708686888217926, 'data_time': 0.007463903049938381, 'model_time': 0.47674918395932764, 'learning_rate': 7.2559393624232985e-06, 'epoch': 26.68})
140
+ Step 14000, Loss: {'mse_loss': 0.028121218085289, 'mee_loss': 0.09087397158145905, 'totoal_loss': 0.028121218085289, 'data_time': 0.011406488949432969, 'model_time': 0.47618267592042685, 'learning_rate': 7.2006740463797296e-06, 'epoch': 26.87})
141
+ Step 14100, Loss: {'mse_loss': 0.029350537806749344, 'mee_loss': 0.09832622855901718, 'totoal_loss': 0.029350537806749344, 'data_time': 0.022439869004301727, 'model_time': 0.48482785001397133, 'learning_rate': 7.145080957342262e-06, 'epoch': 27.06})
142
+ Step 14200, Loss: {'mse_loss': 0.028081052005290985, 'mee_loss': 0.08872442692518234, 'totoal_loss': 0.028081052005290985, 'data_time': 0.01652348297648132, 'model_time': 0.46692737902048975, 'learning_rate': 7.0891688741041065e-06, 'epoch': 27.26})
143
+ Step 14300, Loss: {'mse_loss': 0.019527554512023926, 'mee_loss': 0.038104698061943054, 'totoal_loss': 0.019527554512023926, 'data_time': 0.023614174919202924, 'model_time': 0.45429609389975667, 'learning_rate': 7.032946625831363e-06, 'epoch': 27.45})
144
+ Step 14400, Loss: {'mse_loss': 0.026903780177235603, 'mee_loss': 0.07720280438661575, 'totoal_loss': 0.026903780177235603, 'data_time': 0.017174990032799542, 'model_time': 0.5455875130137429, 'learning_rate': 6.976423090668781e-06, 'epoch': 27.64})
145
+ Step 14500, Loss: {'mse_loss': 0.026772359386086464, 'mee_loss': 0.07884335517883301, 'totoal_loss': 0.026772359386086464, 'data_time': 0.017406458035111427, 'model_time': 0.565958772902377, 'learning_rate': 6.919607194337806e-06, 'epoch': 27.83})
146
+ Step 14600, Loss: {'mse_loss': 0.024235552176833153, 'mee_loss': 0.10206586122512817, 'totoal_loss': 0.024235552176833153, 'data_time': 0.019461104995571077, 'model_time': 0.4788809879682958, 'learning_rate': 6.8625079087270976e-06, 'epoch': 28.02})
147
+ Step 14700, Loss: {'mse_loss': 0.022954246029257774, 'mee_loss': 0.06542621552944183, 'totoal_loss': 0.022954246029257774, 'data_time': 0.015057840966619551, 'model_time': 0.49452956102322787, 'learning_rate': 6.8051342504757714e-06, 'epoch': 28.21})
148
+ Step 14800, Loss: {'mse_loss': 0.02094322070479393, 'mee_loss': 0.04321732744574547, 'totoal_loss': 0.02094322070479393, 'data_time': 0.0170378889888525, 'model_time': 0.4866849660174921, 'learning_rate': 6.747495279549561e-06, 'epoch': 28.41})
149
+ Step 14900, Loss: {'mse_loss': 0.023788459599018097, 'mee_loss': 0.0649772435426712, 'totoal_loss': 0.023788459599018097, 'data_time': 0.015782174072228372, 'model_time': 0.4831204100046307, 'learning_rate': 6.6896000978101465e-06, 'epoch': 28.6})
150
+ Step 15000, Loss: {'mse_loss': 0.02472800202667713, 'mee_loss': 0.07076098024845123, 'totoal_loss': 0.02472800202667713, 'data_time': 0.017770365928299725, 'model_time': 0.4711044189753011, 'learning_rate': 6.631457847577869e-06, 'epoch': 28.79})
151
+ Step 15100, Loss: {'mse_loss': 0.020422732457518578, 'mee_loss': 0.08482804894447327, 'totoal_loss': 0.020422732457518578, 'data_time': 0.018497936078347266, 'model_time': 0.4834598689340055, 'learning_rate': 6.573077710188046e-06, 'epoch': 28.98})
152
+ Step 15200, Loss: {'mse_loss': 0.02281314879655838, 'mee_loss': 0.04727181792259216, 'totoal_loss': 0.02281314879655838, 'data_time': 0.008563227951526642, 'model_time': 0.470053247991018, 'learning_rate': 6.5144689045411345e-06, 'epoch': 29.17})
153
+ Step 15300, Loss: {'mse_loss': 0.022974414750933647, 'mee_loss': 0.06288837641477585, 'totoal_loss': 0.022974414750933647, 'data_time': 0.010334848891943693, 'model_time': 0.5504904380068183, 'learning_rate': 6.455640685646961e-06, 'epoch': 29.37})
154
+ Step 15400, Loss: {'mse_loss': 0.017871685326099396, 'mee_loss': 0.027947204187512398, 'totoal_loss': 0.017871685326099396, 'data_time': 0.011792035074904561, 'model_time': 0.47723485797178, 'learning_rate': 6.396602343163248e-06, 'epoch': 29.56})
155
+ Step 15500, Loss: {'mse_loss': 0.02059691771864891, 'mee_loss': 0.05044201388955116, 'totoal_loss': 0.02059691771864891, 'data_time': 0.0006490669911727309, 'model_time': 0.5173307580407709, 'learning_rate': 6.337363199928669e-06, 'epoch': 29.75})
156
+ Step 15600, Loss: {'mse_loss': 0.020324690267443657, 'mee_loss': 0.06817500293254852, 'totoal_loss': 0.020324690267443657, 'data_time': 0.027594969025813043, 'model_time': 0.47906379494816065, 'learning_rate': 6.277932610490659e-06, 'epoch': 29.94})
157
+ Step 15700, Loss: {'mse_loss': 0.020294515416026115, 'mee_loss': 0.06004614010453224, 'totoal_loss': 0.020294515416026115, 'data_time': 0.00922861706931144, 'model_time': 0.4926210748963058, 'learning_rate': 6.218319959628234e-06, 'epoch': 30.13})
158
+ Step 15800, Loss: {'mse_loss': 0.018183551728725433, 'mee_loss': 0.03258785232901573, 'totoal_loss': 0.018183551728725433, 'data_time': 0.008611702942289412, 'model_time': 0.4774791590170935, 'learning_rate': 6.158534660870018e-06, 'epoch': 30.33})
159
+ Step 15900, Loss: {'mse_loss': 0.02154693752527237, 'mee_loss': 0.0563356876373291, 'totoal_loss': 0.02154693752527237, 'data_time': 0.009200829081237316, 'model_time': 0.45942945510614663, 'learning_rate': 6.0985861550077345e-06, 'epoch': 30.52})
160
+ Step 16000, Loss: {'mse_loss': 0.023977020755410194, 'mee_loss': 0.08774501830339432, 'totoal_loss': 0.023977020755410194, 'data_time': 0.012080902000889182, 'model_time': 0.4827745909569785, 'learning_rate': 6.0384839086054095e-06, 'epoch': 30.71})
161
+ Step 16100, Loss: {'mse_loss': 0.017735052853822708, 'mee_loss': 0.04364673048257828, 'totoal_loss': 0.017735052853822708, 'data_time': 0.00946764403488487, 'model_time': 0.5118286130018532, 'learning_rate': 5.978237412504472e-06, 'epoch': 30.9})
162
+ Step 16200, Loss: {'mse_loss': 0.021545352414250374, 'mee_loss': 0.053998686373233795, 'totoal_loss': 0.021545352414250374, 'data_time': 0.016661479021422565, 'model_time': 0.493977666948922, 'learning_rate': 5.917856180325059e-06, 'epoch': 31.09})
163
+ Step 16300, Loss: {'mse_loss': 0.01710779219865799, 'mee_loss': 0.017899129539728165, 'totoal_loss': 0.01710779219865799, 'data_time': 0.01891958701889962, 'model_time': 0.46540862298570573, 'learning_rate': 5.857349746963692e-06, 'epoch': 31.29})
164
+ Step 16400, Loss: {'mse_loss': 0.015392224304378033, 'mee_loss': 0.027906015515327454, 'totoal_loss': 0.015392224304378033, 'data_time': 0.017025258974172175, 'model_time': 0.47719271294772625, 'learning_rate': 5.796727667087611e-06, 'epoch': 31.48})
165
+ Step 16500, Loss: {'mse_loss': 0.018715988844633102, 'mee_loss': 0.03332793712615967, 'totoal_loss': 0.018715988844633102, 'data_time': 0.015313962940126657, 'model_time': 0.49166355398483574, 'learning_rate': 5.735999513625984e-06, 'epoch': 31.67})
166
+ Step 16600, Loss: {'mse_loss': 0.01714044064283371, 'mee_loss': 0.04345285892486572, 'totoal_loss': 0.01714044064283371, 'data_time': 0.01646898000035435, 'model_time': 0.46192538901232183, 'learning_rate': 5.675174876258223e-06, 'epoch': 31.86})
167
+ Step 16700, Loss: {'mse_loss': 0.01823171228170395, 'mee_loss': 0.03531607240438461, 'totoal_loss': 0.01823171228170395, 'data_time': 0.019128472893498838, 'model_time': 0.4940579030662775, 'learning_rate': 5.614263359899673e-06, 'epoch': 32.05})
168
+ Step 16800, Loss: {'mse_loss': 0.020394662395119667, 'mee_loss': 0.05958736687898636, 'totoal_loss': 0.020394662395119667, 'data_time': 0.017035733093507588, 'model_time': 0.46978603093884885, 'learning_rate': 5.553274583184875e-06, 'epoch': 32.25})
169
+ Step 16900, Loss: {'mse_loss': 0.027249865233898163, 'mee_loss': 0.08615685999393463, 'totoal_loss': 0.027249865233898163, 'data_time': 0.01787405798677355, 'model_time': 0.46612468105740845, 'learning_rate': 5.492218176948673e-06, 'epoch': 32.44})
170
+ Step 17000, Loss: {'mse_loss': 0.02620171196758747, 'mee_loss': 0.11052901297807693, 'totoal_loss': 0.02620171196758747, 'data_time': 0.019427191000431776, 'model_time': 0.4940977960359305, 'learning_rate': 5.431103782705404e-06, 'epoch': 32.63})
171
+ Step 17100, Loss: {'mse_loss': 0.014884312637150288, 'mee_loss': 0.03219320997595787, 'totoal_loss': 0.014884312637150288, 'data_time': 0.027396460063755512, 'model_time': 0.7032959170173854, 'learning_rate': 5.369941051126377e-06, 'epoch': 32.82})
172
+ Step 17200, Loss: {'mse_loss': 0.02364204451441765, 'mee_loss': 0.07390113919973373, 'totoal_loss': 0.02364204451441765, 'data_time': 0.00806825200561434, 'model_time': 0.5169160619843751, 'learning_rate': 5.308739640515932e-06, 'epoch': 33.01})
173
+ Step 17300, Loss: {'mse_loss': 0.01582956686615944, 'mee_loss': 0.021648475900292397, 'totoal_loss': 0.01582956686615944, 'data_time': 0.010299279005266726, 'model_time': 0.47546051803510636, 'learning_rate': 5.24750921528627e-06, 'epoch': 33.21})
174
+ Step 17400, Loss: {'mse_loss': 0.01840454898774624, 'mee_loss': 0.0562262237071991, 'totoal_loss': 0.01840454898774624, 'data_time': 0.007822147919796407, 'model_time': 0.48095112398732454, 'learning_rate': 5.186259444431344e-06, 'epoch': 33.4})
175
+ Step 17500, Loss: {'mse_loss': 0.022812576964497566, 'mee_loss': 0.0707157552242279, 'totoal_loss': 0.022812576964497566, 'data_time': 0.011068267980590463, 'model_time': 0.5009643560042605, 'learning_rate': 5.125e-06, 'epoch': 33.59})
176
+ Step 17600, Loss: {'mse_loss': 0.019241372123360634, 'mee_loss': 0.03905840590596199, 'totoal_loss': 0.019241372123360634, 'data_time': 0.011217007064260542, 'model_time': 0.49553536798339337, 'learning_rate': 5.063740555568656e-06, 'epoch': 33.78})
177
+ Step 17700, Loss: {'mse_loss': 0.0208224318921566, 'mee_loss': 0.07597643882036209, 'totoal_loss': 0.0208224318921566, 'data_time': 0.00764601503033191, 'model_time': 0.47331212495919317, 'learning_rate': 5.002490784713731e-06, 'epoch': 33.97})
178
+ Step 17800, Loss: {'mse_loss': 0.02437174879014492, 'mee_loss': 0.07029029726982117, 'totoal_loss': 0.02437174879014492, 'data_time': 0.008492927998304367, 'model_time': 0.4917505868943408, 'learning_rate': 4.9412603594840695e-06, 'epoch': 34.17})
179
+ Step 17900, Loss: {'mse_loss': 0.01817294955253601, 'mee_loss': 0.036708764731884, 'totoal_loss': 0.01817294955253601, 'data_time': 0.011749802040867507, 'model_time': 0.4674680159660056, 'learning_rate': 4.8800589488736245e-06, 'epoch': 34.36})
180
+ Step 18000, Loss: {'mse_loss': 0.018274899572134018, 'mee_loss': 0.0372367762029171, 'totoal_loss': 0.018274899572134018, 'data_time': 0.009589629014953971, 'model_time': 0.47578321408946067, 'learning_rate': 4.818896217294598e-06, 'epoch': 34.55})
181
+ Step 18100, Loss: {'mse_loss': 0.017229489982128143, 'mee_loss': 0.04311258718371391, 'totoal_loss': 0.017229489982128143, 'data_time': 0.008692495990544558, 'model_time': 0.48546482098754495, 'learning_rate': 4.757781823051329e-06, 'epoch': 34.74})
182
+ Step 18200, Loss: {'mse_loss': 0.018887903541326523, 'mee_loss': 0.03223519027233124, 'totoal_loss': 0.018887903541326523, 'data_time': 0.0091112379450351, 'model_time': 0.4784048299770802, 'learning_rate': 4.696725416815128e-06, 'epoch': 34.93})
183
+ Step 18300, Loss: {'mse_loss': 0.02132924646139145, 'mee_loss': 0.06487242877483368, 'totoal_loss': 0.02132924646139145, 'data_time': 0.0005331010324880481, 'model_time': 0.4801768589532003, 'learning_rate': 4.635736640100327e-06, 'epoch': 35.12})
184
+ Step 18400, Loss: {'mse_loss': 0.019533967599272728, 'mee_loss': 0.036111507564783096, 'totoal_loss': 0.019533967599272728, 'data_time': 0.0006496200803667307, 'model_time': 0.5723382610594854, 'learning_rate': 4.574825123741778e-06, 'epoch': 35.32})
185
+ Step 18500, Loss: {'mse_loss': 0.022603042423725128, 'mee_loss': 0.07011549174785614, 'totoal_loss': 0.022603042423725128, 'data_time': 0.00036204990465193987, 'model_time': 0.48289972194470465, 'learning_rate': 4.5140004863740165e-06, 'epoch': 35.51})
186
+ Step 18600, Loss: {'mse_loss': 0.016963886097073555, 'mee_loss': 0.07713906466960907, 'totoal_loss': 0.016963886097073555, 'data_time': 0.00036201602779328823, 'model_time': 0.4977987529709935, 'learning_rate': 4.45327233291239e-06, 'epoch': 35.7})
187
+ Step 18700, Loss: {'mse_loss': 0.019475005567073822, 'mee_loss': 0.039921894669532776, 'totoal_loss': 0.019475005567073822, 'data_time': 0.0006485050544142723, 'model_time': 0.57718899496831, 'learning_rate': 4.39265025303631e-06, 'epoch': 35.89})
188
+ Step 18800, Loss: {'mse_loss': 0.016841502860188484, 'mee_loss': 0.032422587275505066, 'totoal_loss': 0.016841502860188484, 'data_time': 0.010973048047162592, 'model_time': 0.5592130970908329, 'learning_rate': 4.332143819674943e-06, 'epoch': 36.08})
189
+ Step 18900, Loss: {'mse_loss': 0.01884934864938259, 'mee_loss': 0.04520915448665619, 'totoal_loss': 0.01884934864938259, 'data_time': 0.014803786063566804, 'model_time': 0.49117623805068433, 'learning_rate': 4.271762587495529e-06, 'epoch': 36.28})
190
+ Step 19000, Loss: {'mse_loss': 0.019405176863074303, 'mee_loss': 0.07375764846801758, 'totoal_loss': 0.019405176863074303, 'data_time': 0.009429280064068735, 'model_time': 0.5157804349437356, 'learning_rate': 4.2115160913945914e-06, 'epoch': 36.47})
191
+ Step 19100, Loss: {'mse_loss': 0.013809850439429283, 'mee_loss': 0.01762325130403042, 'totoal_loss': 0.013809850439429283, 'data_time': 0.010221014963462949, 'model_time': 0.4838178410427645, 'learning_rate': 4.151413844992267e-06, 'epoch': 36.66})
192
+ Step 19200, Loss: {'mse_loss': 0.012825023382902145, 'mee_loss': 0.026102609932422638, 'totoal_loss': 0.012825023382902145, 'data_time': 0.0003967609954997897, 'model_time': 0.4710835579317063, 'learning_rate': 4.091465339129985e-06, 'epoch': 36.85})
193
+ Step 19300, Loss: {'mse_loss': 0.016265995800495148, 'mee_loss': 0.02389989234507084, 'totoal_loss': 0.016265995800495148, 'data_time': 0.008593600010499358, 'model_time': 0.5385362909873948, 'learning_rate': 4.031680040371768e-06, 'epoch': 37.04})
194
+ Step 19400, Loss: {'mse_loss': 0.01667364314198494, 'mee_loss': 0.032401472330093384, 'totoal_loss': 0.01667364314198494, 'data_time': 0.01211757492274046, 'model_time': 0.5437846349086612, 'learning_rate': 3.972067389509344e-06, 'epoch': 37.24})
195
+ Step 19500, Loss: {'mse_loss': 0.016421813517808914, 'mee_loss': 0.02232052944600582, 'totoal_loss': 0.016421813517808914, 'data_time': 0.009393231943249702, 'model_time': 0.565233324887231, 'learning_rate': 3.912636800071335e-06, 'epoch': 37.43})
196
+ Step 19600, Loss: {'mse_loss': 0.018219798803329468, 'mee_loss': 0.037829380482435226, 'totoal_loss': 0.018219798803329468, 'data_time': 0.013117441907525063, 'model_time': 0.48092858598101884, 'learning_rate': 3.853397656836754e-06, 'epoch': 37.62})
197
+ Step 19700, Loss: {'mse_loss': 0.014545688405632973, 'mee_loss': 0.015547833405435085, 'totoal_loss': 0.014545688405632973, 'data_time': 0.009209536015987396, 'model_time': 0.4829072570428252, 'learning_rate': 3.7943593143530404e-06, 'epoch': 37.81})
198
+ Step 19800, Loss: {'mse_loss': 0.015749046579003334, 'mee_loss': 0.031183790415525436, 'totoal_loss': 0.015749046579003334, 'data_time': 0.0005715140141546726, 'model_time': 0.8141992199234664, 'learning_rate': 3.735531095458867e-06, 'epoch': 38.0})
199
+ Step 19900, Loss: {'mse_loss': 0.01679588481783867, 'mee_loss': 0.05620592087507248, 'totoal_loss': 0.01679588481783867, 'data_time': 0.008587151998654008, 'model_time': 0.47786740108858794, 'learning_rate': 3.6769222898119562e-06, 'epoch': 38.2})
200
+ Step 20000, Loss: {'mse_loss': 0.014874769374728203, 'mee_loss': 0.039386387914419174, 'totoal_loss': 0.014874769374728203, 'data_time': 0.008780522970482707, 'model_time': 0.4660936059663072, 'learning_rate': 3.618542152422132e-06, 'epoch': 38.39})
201
+ Step 20100, Loss: {'mse_loss': 0.019033199176192284, 'mee_loss': 0.06122903153300285, 'totoal_loss': 0.019033199176192284, 'data_time': 0.008593127015046775, 'model_time': 0.46965291094966233, 'learning_rate': 3.560399902189855e-06, 'epoch': 38.58})
202
+ Step 20200, Loss: {'mse_loss': 0.010902594774961472, 'mee_loss': 0.021826650947332382, 'totoal_loss': 0.010902594774961472, 'data_time': 0.012049678014591336, 'model_time': 0.502175635076128, 'learning_rate': 3.502504720450441e-06, 'epoch': 38.77})
203
+ Step 20300, Loss: {'mse_loss': 0.013741196133196354, 'mee_loss': 0.01856769435107708, 'totoal_loss': 0.013741196133196354, 'data_time': 0.027112387004308403, 'model_time': 0.458556059980765, 'learning_rate': 3.4448657495242304e-06, 'epoch': 38.96})
204
+ Step 20400, Loss: {'mse_loss': 0.016308501362800598, 'mee_loss': 0.032162800431251526, 'totoal_loss': 0.016308501362800598, 'data_time': 0.0004902048967778683, 'model_time': 0.4884132070001215, 'learning_rate': 3.387492091272904e-06, 'epoch': 39.16})
205
+ Step 20500, Loss: {'mse_loss': 0.018981516361236572, 'mee_loss': 0.04645197093486786, 'totoal_loss': 0.018981516361236572, 'data_time': 0.0005467659793794155, 'model_time': 0.5065184059785679, 'learning_rate': 3.3303928056621955e-06, 'epoch': 39.35})
206
+ Step 20600, Loss: {'mse_loss': 0.013223591260612011, 'mee_loss': 0.02549801953136921, 'totoal_loss': 0.013223591260612011, 'data_time': 0.0005881439428776503, 'model_time': 0.481333568925038, 'learning_rate': 3.2735769093312202e-06, 'epoch': 39.54})
207
+ Step 20700, Loss: {'mse_loss': 0.011811676435172558, 'mee_loss': 0.010109450668096542, 'totoal_loss': 0.011811676435172558, 'data_time': 0.0003778759855777025, 'model_time': 0.5103197240969166, 'learning_rate': 3.217053374168639e-06, 'epoch': 39.73})
208
+ Step 20800, Loss: {'mse_loss': 0.016846831887960434, 'mee_loss': 0.05365071818232536, 'totoal_loss': 0.016846831887960434, 'data_time': 0.00047159206587821245, 'model_time': 0.5889132939046249, 'learning_rate': 3.1608311258958953e-06, 'epoch': 39.92})
209
+ Step 20900, Loss: {'mse_loss': 0.02289406582713127, 'mee_loss': 0.07116884738206863, 'totoal_loss': 0.02289406582713127, 'data_time': 0.01525493897497654, 'model_time': 0.48576565098483115, 'learning_rate': 3.10491904265774e-06, 'epoch': 40.12})
210
+ Step 21000, Loss: {'mse_loss': 0.016321830451488495, 'mee_loss': 0.02039715088903904, 'totoal_loss': 0.016321830451488495, 'data_time': 0.01708972593769431, 'model_time': 0.4815116679528728, 'learning_rate': 3.0493259536202714e-06, 'epoch': 40.31})
211
+ Step 21100, Loss: {'mse_loss': 0.013505352661013603, 'mee_loss': 0.026236973702907562, 'totoal_loss': 0.013505352661013603, 'data_time': 0.01745162403676659, 'model_time': 0.5062413460109383, 'learning_rate': 2.9940606375767038e-06, 'epoch': 40.5})
212
+ Step 21200, Loss: {'mse_loss': 0.01633191853761673, 'mee_loss': 0.0324719063937664, 'totoal_loss': 0.01633191853761673, 'data_time': 0.017757477005943656, 'model_time': 0.5470061589730904, 'learning_rate': 2.939131821561094e-06, 'epoch': 40.69})
213
+ Step 21300, Loss: {'mse_loss': 0.028540421277284622, 'mee_loss': 0.12248976528644562, 'totoal_loss': 0.028540421277284622, 'data_time': 0.0003563340287655592, 'model_time': 0.5316285439766943, 'learning_rate': 2.8845481794702473e-06, 'epoch': 40.88})
214
+ Step 21400, Loss: {'mse_loss': 0.021182242780923843, 'mee_loss': 0.05051291733980179, 'totoal_loss': 0.021182242780923843, 'data_time': 0.008638669038191438, 'model_time': 0.48429447901435196, 'learning_rate': 2.830318330694004e-06, 'epoch': 41.07})
215
+ Step 21500, Loss: {'mse_loss': 0.017068376764655113, 'mee_loss': 0.05219675600528717, 'totoal_loss': 0.017068376764655113, 'data_time': 0.00960243004374206, 'model_time': 0.47874466492794454, 'learning_rate': 2.7764508387541378e-06, 'epoch': 41.27})
216
+ Step 21600, Loss: {'mse_loss': 0.01642211340367794, 'mee_loss': 0.0554228238761425, 'totoal_loss': 0.01642211340367794, 'data_time': 0.008775928057730198, 'model_time': 0.49145942798350006, 'learning_rate': 2.7229542099520797e-06, 'epoch': 41.46})
217
+ Step 21700, Loss: {'mse_loss': 0.019726291298866272, 'mee_loss': 0.06418655067682266, 'totoal_loss': 0.019726291298866272, 'data_time': 0.008326495997607708, 'model_time': 0.7756014410406351, 'learning_rate': 2.669836892025666e-06, 'epoch': 41.65})
218
+ Step 21800, Loss: {'mse_loss': 0.013736557215452194, 'mee_loss': 0.01984786055982113, 'totoal_loss': 0.013736557215452194, 'data_time': 0.014175483956933022, 'model_time': 0.4976499140029773, 'learning_rate': 2.6171072728151557e-06, 'epoch': 41.84})
219
+ Step 21900, Loss: {'mse_loss': 0.018838614225387573, 'mee_loss': 0.04839032515883446, 'totoal_loss': 0.018838614225387573, 'data_time': 0.0005164240719750524, 'model_time': 0.5080213670153171, 'learning_rate': 2.5647736789386828e-06, 'epoch': 42.03})
220
+ Step 22000, Loss: {'mse_loss': 0.01844557747244835, 'mee_loss': 0.05630958452820778, 'totoal_loss': 0.01844557747244835, 'data_time': 0.0003722710534930229, 'model_time': 0.47084268601611257, 'learning_rate': 2.5128443744773904e-06, 'epoch': 42.23})
221
+ Step 22100, Loss: {'mse_loss': 0.016203096136450768, 'mee_loss': 0.0226004496216774, 'totoal_loss': 0.016203096136450768, 'data_time': 0.0004261370049789548, 'model_time': 0.5121241569286212, 'learning_rate': 2.4613275596704386e-06, 'epoch': 42.42})
222
+ Step 22200, Loss: {'mse_loss': 0.01616392470896244, 'mee_loss': 0.030792344361543655, 'totoal_loss': 0.01616392470896244, 'data_time': 0.0005093739600852132, 'model_time': 0.4992407440440729, 'learning_rate': 2.4102313696200853e-06, 'epoch': 42.61})
223
+ Step 22300, Loss: {'mse_loss': 0.0195864699780941, 'mee_loss': 0.0645967572927475, 'totoal_loss': 0.0195864699780941, 'data_time': 0.00040474801789969206, 'model_time': 0.4831758700311184, 'learning_rate': 2.359563873007063e-06, 'epoch': 42.8})
224
+ Step 22400, Loss: {'mse_loss': 0.014772512018680573, 'mee_loss': 0.04057375714182854, 'totoal_loss': 0.014772512018680573, 'data_time': 0.00027992704417556524, 'model_time': 0.4566731440136209, 'learning_rate': 2.3093330708164465e-06, 'epoch': 42.99})
225
+ Step 22500, Loss: {'mse_loss': 0.015181394293904305, 'mee_loss': 0.020142050459980965, 'totoal_loss': 0.015181394293904305, 'data_time': 0.00038900203071534634, 'model_time': 0.48283463797997683, 'learning_rate': 2.2595468950741943e-06, 'epoch': 43.19})
226
+ Step 22600, Loss: {'mse_loss': 0.016395203769207, 'mee_loss': 0.042619407176971436, 'totoal_loss': 0.016395203769207, 'data_time': 0.0003954460844397545, 'model_time': 0.5000122650526464, 'learning_rate': 2.2102132075945974e-06, 'epoch': 43.38})
227
+ Step 22700, Loss: {'mse_loss': 0.014484072104096413, 'mee_loss': 0.040081143379211426, 'totoal_loss': 0.014484072104096413, 'data_time': 0.00037107698153704405, 'model_time': 0.5010541450465098, 'learning_rate': 2.1613397987388e-06, 'epoch': 43.57})
228
+ Step 22800, Loss: {'mse_loss': 0.01577640324831009, 'mee_loss': 0.04259813576936722, 'totoal_loss': 0.01577640324831009, 'data_time': 0.00038828107062727213, 'model_time': 0.4834927750052884, 'learning_rate': 2.1129343861846207e-06, 'epoch': 43.76})
229
+ Step 22900, Loss: {'mse_loss': 0.013948006555438042, 'mee_loss': 0.01636519655585289, 'totoal_loss': 0.013948006555438042, 'data_time': 0.0003987500676885247, 'model_time': 0.4775062380358577, 'learning_rate': 2.065004613707836e-06, 'epoch': 43.95})
230
+ Step 23000, Loss: {'mse_loss': 0.013719066977500916, 'mee_loss': 0.0142027223482728, 'totoal_loss': 0.013719066977500916, 'data_time': 0.011173569946549833, 'model_time': 0.5021144859492779, 'learning_rate': 2.0175580499751375e-06, 'epoch': 44.15})
231
+ Step 23100, Loss: {'mse_loss': 0.012429703958332539, 'mee_loss': 0.02957569994032383, 'totoal_loss': 0.012429703958332539, 'data_time': 0.008636980084702373, 'model_time': 0.4835434720152989, 'learning_rate': 1.9706021873489604e-06, 'epoch': 44.34})
232
+ Step 23200, Loss: {'mse_loss': 0.014168644323945045, 'mee_loss': 0.029192551970481873, 'totoal_loss': 0.014168644323945045, 'data_time': 0.016253850073553622, 'model_time': 0.4932052280055359, 'learning_rate': 1.924144440704338e-06, 'epoch': 44.53})
233
+ Step 23300, Loss: {'mse_loss': 0.015757903456687927, 'mee_loss': 0.029635006561875343, 'totoal_loss': 0.015757903456687927, 'data_time': 0.01019759092014283, 'model_time': 0.5732169130351394, 'learning_rate': 1.8781921462580238e-06, 'epoch': 44.72})
234
+ Step 23400, Loss: {'mse_loss': 0.012507728300988674, 'mee_loss': 0.013249282725155354, 'totoal_loss': 0.012507728300988674, 'data_time': 0.012372008059173822, 'model_time': 0.5010179480304942, 'learning_rate': 1.8327525604100058e-06, 'epoch': 44.91})
235
+ Step 23500, Loss: {'mse_loss': 0.016066573560237885, 'mee_loss': 0.03249819949269295, 'totoal_loss': 0.016066573560237885, 'data_time': 0.009871623944491148, 'model_time': 0.49184278794564307, 'learning_rate': 1.7878328585976426e-06, 'epoch': 45.11})
236
+ Step 23600, Loss: {'mse_loss': 0.01657421700656414, 'mee_loss': 0.0555318221449852, 'totoal_loss': 0.01657421700656414, 'data_time': 0.008409793023020029, 'model_time': 0.4562821720028296, 'learning_rate': 1.7434401341625765e-06, 'epoch': 45.3})
237
+ Step 23700, Loss: {'mse_loss': 0.018887463957071304, 'mee_loss': 0.05951157957315445, 'totoal_loss': 0.018887463957071304, 'data_time': 0.007715523010119796, 'model_time': 0.4625048979651183, 'learning_rate': 1.6995813972306108e-06, 'epoch': 45.49})
238
+ Step 23800, Loss: {'mse_loss': 0.0160024743527174, 'mee_loss': 0.044039443135261536, 'totoal_loss': 0.0160024743527174, 'data_time': 0.009870621026493609, 'model_time': 0.47071542404592037, 'learning_rate': 1.656263573604734e-06, 'epoch': 45.68})
239
+ Step 23900, Loss: {'mse_loss': 0.011977274902164936, 'mee_loss': 0.015211899764835835, 'totoal_loss': 0.011977274902164936, 'data_time': 0.016138008097186685, 'model_time': 0.5762804700061679, 'learning_rate': 1.613493503671454e-06, 'epoch': 45.87})
240
+ Step 24000, Loss: {'mse_loss': 0.011795295402407646, 'mee_loss': 0.01230308786034584, 'totoal_loss': 0.011795295402407646, 'data_time': 0.020158802974037826, 'model_time': 0.49749576998874545, 'learning_rate': 1.5712779413206198e-06, 'epoch': 46.07})
241
+ Step 24100, Loss: {'mse_loss': 0.017991119995713234, 'mee_loss': 0.046838730573654175, 'totoal_loss': 0.017991119995713234, 'data_time': 0.022005631937645376, 'model_time': 0.537227638065815, 'learning_rate': 1.5296235528789028e-06, 'epoch': 46.26})
242
+ Step 24200, Loss: {'mse_loss': 0.016794322058558464, 'mee_loss': 0.05082022026181221, 'totoal_loss': 0.016794322058558464, 'data_time': 0.02747456799261272, 'model_time': 0.5092471740208566, 'learning_rate': 1.4885369160571124e-06, 'epoch': 46.45})
243
+ Step 24300, Loss: {'mse_loss': 0.013813383877277374, 'mee_loss': 0.0285464096814394, 'totoal_loss': 0.013813383877277374, 'data_time': 0.01663622190244496, 'model_time': 0.4731943990336731, 'learning_rate': 1.4480245189114938e-06, 'epoch': 46.64})
244
+ Step 24400, Loss: {'mse_loss': 0.015328695066273212, 'mee_loss': 0.03035564348101616, 'totoal_loss': 0.015328695066273212, 'data_time': 0.017462947056628764, 'model_time': 0.5083710870239884, 'learning_rate': 1.408092758819191e-06, 'epoch': 46.83})
245
+ Step 24500, Loss: {'mse_loss': 0.010776976123452187, 'mee_loss': 0.009857322089374065, 'totoal_loss': 0.010776976123452187, 'data_time': 0.0004016950260847807, 'model_time': 0.4861771030118689, 'learning_rate': 1.368747941468028e-06, 'epoch': 47.02})
246
+ Step 24600, Loss: {'mse_loss': 0.011353714391589165, 'mee_loss': 0.01187348086386919, 'totoal_loss': 0.011353714391589165, 'data_time': 0.0003752190386876464, 'model_time': 0.4848472689045593, 'learning_rate': 1.3299962798607614e-06, 'epoch': 47.22})
247
+ Step 24700, Loss: {'mse_loss': 0.017197709530591965, 'mee_loss': 0.04604127258062363, 'totoal_loss': 0.017197709530591965, 'data_time': 0.00037222402170300484, 'model_time': 0.5118181940633804, 'learning_rate': 1.2918438933339827e-06, 'epoch': 47.41})
248
+ Step 24800, Loss: {'mse_loss': 0.019529098644852638, 'mee_loss': 0.06509575247764587, 'totoal_loss': 0.019529098644852638, 'data_time': 0.0004475190071389079, 'model_time': 0.5012579059693962, 'learning_rate': 1.2542968065918027e-06, 'epoch': 47.6})
249
+ Step 24900, Loss: {'mse_loss': 0.015240790322422981, 'mee_loss': 0.01722591742873192, 'totoal_loss': 0.015240790322422981, 'data_time': 0.000507791992276907, 'model_time': 0.49593197100330144, 'learning_rate': 1.217360948754476e-06, 'epoch': 47.79})
250
+ Step 25000, Loss: {'mse_loss': 0.017758185043931007, 'mee_loss': 0.07196380198001862, 'totoal_loss': 0.017758185043931007, 'data_time': 0.00033595203422009945, 'model_time': 0.467232107068412, 'learning_rate': 1.1810421524221318e-06, 'epoch': 47.98})
251
+ Step 25100, Loss: {'mse_loss': 0.011278989724814892, 'mee_loss': 0.010186403058469296, 'totoal_loss': 0.011278989724814892, 'data_time': 0.017148153041489422, 'model_time': 0.5570348870242015, 'learning_rate': 1.1453461527537284e-06, 'epoch': 48.18})
252
+ Step 25200, Loss: {'mse_loss': 0.01534994039684534, 'mee_loss': 0.03974821791052818, 'totoal_loss': 0.01534994039684534, 'data_time': 0.01569273101631552, 'model_time': 0.5039239999605343, 'learning_rate': 1.1102785865614162e-06, 'epoch': 48.37})
253
+ Step 25300, Loss: {'mse_loss': 0.013288128189742565, 'mee_loss': 0.01553554367274046, 'totoal_loss': 0.013288128189742565, 'data_time': 0.017923004925251007, 'model_time': 0.4719519939972088, 'learning_rate': 1.0758449914204127e-06, 'epoch': 48.56})
254
+ Step 25400, Loss: {'mse_loss': 0.011922398582100868, 'mee_loss': 0.024896422401070595, 'totoal_loss': 0.011922398582100868, 'data_time': 0.016063429997302592, 'model_time': 0.5853567719459534, 'learning_rate': 1.0420508047945595e-06, 'epoch': 48.75})
255
+ Step 25500, Loss: {'mse_loss': 0.011832167394459248, 'mee_loss': 0.015085304155945778, 'totoal_loss': 0.011832167394459248, 'data_time': 0.019186615012586117, 'model_time': 0.5735580209875479, 'learning_rate': 1.0089013631776776e-06, 'epoch': 48.94})
256
+ Step 25600, Loss: {'mse_loss': 0.017105458304286003, 'mee_loss': 0.04335799068212509, 'totoal_loss': 0.017105458304286003, 'data_time': 0.000405938015319407, 'model_time': 0.5906960499705747, 'learning_rate': 9.76401901250878e-07, 'epoch': 49.14})
257
+ Step 25700, Loss: {'mse_loss': 0.017923861742019653, 'mee_loss': 0.04542401060461998, 'totoal_loss': 0.017923861742019653, 'data_time': 0.000466878991574049, 'model_time': 0.4920655250316486, 'learning_rate': 9.44557551055946e-07, 'epoch': 49.33})
258
+ Step 25800, Loss: {'mse_loss': 0.013837721198797226, 'mee_loss': 0.01806686632335186, 'totoal_loss': 0.013837721198797226, 'data_time': 0.0004986790008842945, 'model_time': 0.48304698592983186, 'learning_rate': 9.13373341184928e-07, 'epoch': 49.52})
259
+ Step 25900, Loss: {'mse_loss': 0.009779021143913269, 'mee_loss': 0.01037808507680893, 'totoal_loss': 0.009779021143913269, 'data_time': 0.0003840989666059613, 'model_time': 0.5118771679699421, 'learning_rate': 8.828541959860623e-07, 'epoch': 49.71})
260
+ Step 26000, Loss: {'mse_loss': 0.013592429459095001, 'mee_loss': 0.03824575990438461, 'totoal_loss': 0.013592429459095001, 'data_time': 0.0005252331029623747, 'model_time': 0.5826218549627811, 'learning_rate': 8.530049347861661e-07, 'epoch': 49.9})
261
+ Step 26100, Loss: {'mse_loss': 0.015405950136482716, 'mee_loss': 0.06234341114759445, 'totoal_loss': 0.015405950136482716, 'data_time': 0.00036852096673101187, 'model_time': 0.47503583400975913, 'learning_rate': 8.238302711296034e-07, 'epoch': 50.1})
262
+ Step 26200, Loss: {'mse_loss': 0.014467396773397923, 'mee_loss': 0.0516168549656868, 'totoal_loss': 0.014467396773397923, 'data_time': 0.0005121499998494983, 'model_time': 0.49176332901697606, 'learning_rate': 7.953348120339707e-07, 'epoch': 50.29})
263
+ Step 26300, Loss: {'mse_loss': 0.017469925805926323, 'mee_loss': 0.059820715337991714, 'totoal_loss': 0.017469925805926323, 'data_time': 0.0004566899733617902, 'model_time': 0.4832121829967946, 'learning_rate': 7.675230572625892e-07, 'epoch': 50.48})
264
+ Step 26400, Loss: {'mse_loss': 0.01664760708808899, 'mee_loss': 0.05776865780353546, 'totoal_loss': 0.01664760708808899, 'data_time': 0.0003795579541474581, 'model_time': 0.7661028590518981, 'learning_rate': 7.40399398613941e-07, 'epoch': 50.67})
265
+ Step 26500, Loss: {'mse_loss': 0.01030404306948185, 'mee_loss': 0.01390803698450327, 'totoal_loss': 0.01030404306948185, 'data_time': 0.000404503894969821, 'model_time': 0.5576532230479643, 'learning_rate': 7.139681192281557e-07, 'epoch': 50.86})
266
+ Step 26600, Loss: {'mse_loss': 0.01060008816421032, 'mee_loss': 0.022113807499408722, 'totoal_loss': 0.01060008816421032, 'data_time': 0.019613355048932135, 'model_time': 0.45351054600905627, 'learning_rate': 6.882333929106462e-07, 'epoch': 51.06})
267
+ Step 26700, Loss: {'mse_loss': 0.015135491266846657, 'mee_loss': 0.05097086727619171, 'totoal_loss': 0.015135491266846657, 'data_time': 0.015900593949481845, 'model_time': 0.45988666906487197, 'learning_rate': 6.63199283473027e-07, 'epoch': 51.25})
268
+ Step 26800, Loss: {'mse_loss': 0.01539367251098156, 'mee_loss': 0.046535518020391464, 'totoal_loss': 0.01539367251098156, 'data_time': 0.016811290057376027, 'model_time': 0.4985980929341167, 'learning_rate': 6.388697440913819e-07, 'epoch': 51.44})
269
+ Step 26900, Loss: {'mse_loss': 0.011525731533765793, 'mee_loss': 0.024837210774421692, 'totoal_loss': 0.011525731533765793, 'data_time': 0.0184572049183771, 'model_time': 0.46430613298434764, 'learning_rate': 6.152486166820176e-07, 'epoch': 51.63})
270
+ Step 27000, Loss: {'mse_loss': 0.013273799791932106, 'mee_loss': 0.026617703959345818, 'totoal_loss': 0.013273799791932106, 'data_time': 0.01791829604189843, 'model_time': 0.46346992906183004, 'learning_rate': 5.923396312947748e-07, 'epoch': 51.82})
271
+ Step 27100, Loss: {'mse_loss': 0.014225238934159279, 'mee_loss': 0.02877838909626007, 'totoal_loss': 0.014225238934159279, 'data_time': 0.009608046966604888, 'model_time': 0.532710878062062, 'learning_rate': 5.701464055240163e-07, 'epoch': 52.02})
272
+ Step 27200, Loss: {'mse_loss': 0.011488476768136024, 'mee_loss': 0.023546375334262848, 'totoal_loss': 0.011488476768136024, 'data_time': 0.009624926024116576, 'model_time': 0.46655310806818306, 'learning_rate': 5.48672443937364e-07, 'epoch': 52.21})
273
+ Step 27300, Loss: {'mse_loss': 0.008944354020059109, 'mee_loss': 0.006678421050310135, 'totoal_loss': 0.008944354020059109, 'data_time': 0.007925268029794097, 'model_time': 0.48575095599517226, 'learning_rate': 5.279211375222855e-07, 'epoch': 52.4})
274
+ Step 27400, Loss: {'mse_loss': 0.015221454203128815, 'mee_loss': 0.043449871242046356, 'totoal_loss': 0.015221454203128815, 'data_time': 0.00832564802840352, 'model_time': 0.47244917799253017, 'learning_rate': 5.07895763150622e-07, 'epoch': 52.59})
275
+ Step 27500, Loss: {'mse_loss': 0.015351865440607071, 'mee_loss': 0.04311414435505867, 'totoal_loss': 0.015351865440607071, 'data_time': 0.008365608053281903, 'model_time': 0.4894727119244635, 'learning_rate': 4.885994830611266e-07, 'epoch': 52.78})
276
+ Step 27600, Loss: {'mse_loss': 0.01598457619547844, 'mee_loss': 0.04517865926027298, 'totoal_loss': 0.01598457619547844, 'data_time': 0.00894582411274314, 'model_time': 0.5627849349984899, 'learning_rate': 4.700353443601156e-07, 'epoch': 52.98})
277
+ Step 27700, Loss: {'mse_loss': 0.013289394788444042, 'mee_loss': 0.026736829429864883, 'totoal_loss': 0.013289394788444042, 'data_time': 0.0004786079516634345, 'model_time': 0.4928409329149872, 'learning_rate': 4.5220627854029224e-07, 'epoch': 53.17})
278
+ Step 27800, Loss: {'mse_loss': 0.00844864547252655, 'mee_loss': 0.006095951423048973, 'totoal_loss': 0.00844864547252655, 'data_time': 0.0003858580021187663, 'model_time': 0.5072867879644036, 'learning_rate': 4.351151010178311e-07, 'epoch': 53.36})
279
+ Step 27900, Loss: {'mse_loss': 0.011692722328007221, 'mee_loss': 0.02511044219136238, 'totoal_loss': 0.011692722328007221, 'data_time': 0.0003692689351737499, 'model_time': 0.5763569390401244, 'learning_rate': 4.1876451068778983e-07, 'epoch': 53.55})
280
+ Step 28000, Loss: {'mse_loss': 0.013834081590175629, 'mee_loss': 0.027840925380587578, 'totoal_loss': 0.013834081590175629, 'data_time': 0.011005367035977542, 'model_time': 0.5263686219695956, 'learning_rate': 4.031570894979235e-07, 'epoch': 53.74})
281
+ Step 28100, Loss: {'mse_loss': 0.010491385124623775, 'mee_loss': 0.021493474021553993, 'totoal_loss': 0.010491385124623775, 'data_time': 0.0078036090126261115, 'model_time': 0.49445469700731337, 'learning_rate': 3.882953020409644e-07, 'epoch': 53.93})
282
+ Step 28200, Loss: {'mse_loss': 0.015007607638835907, 'mee_loss': 0.05329853296279907, 'totoal_loss': 0.015007607638835907, 'data_time': 0.010710648959502578, 'model_time': 0.5600280510261655, 'learning_rate': 3.74181495165436e-07, 'epoch': 54.13})
283
+ Step 28300, Loss: {'mse_loss': 0.011057578958570957, 'mee_loss': 0.03399315103888512, 'totoal_loss': 0.011057578958570957, 'data_time': 0.012318702996708453, 'model_time': 0.5330442909616977, 'learning_rate': 3.608178976050568e-07, 'epoch': 54.32})
284
+ Step 28400, Loss: {'mse_loss': 0.018059205263853073, 'mee_loss': 0.06811469793319702, 'totoal_loss': 0.018059205263853073, 'data_time': 0.00797080504707992, 'model_time': 0.5000653970055282, 'learning_rate': 3.482066196267966e-07, 'epoch': 54.51})
285
+ Step 28500, Loss: {'mse_loss': 0.018876591697335243, 'mee_loss': 0.06131179258227348, 'totoal_loss': 0.018876591697335243, 'data_time': 0.009282601997256279, 'model_time': 0.47447857505176216, 'learning_rate': 3.36349652697643e-07, 'epoch': 54.7})
286
+ Step 28600, Loss: {'mse_loss': 0.012622230686247349, 'mee_loss': 0.025322673842310905, 'totoal_loss': 0.012622230686247349, 'data_time': 0.008330823970027268, 'model_time': 0.4693290980067104, 'learning_rate': 3.2524886917012403e-07, 'epoch': 54.89})
287
+ Step 28700, Loss: {'mse_loss': 0.012096759863197803, 'mee_loss': 0.011702618561685085, 'totoal_loss': 0.012096759863197803, 'data_time': 0.008582701906561852, 'model_time': 0.4693333610193804, 'learning_rate': 3.149060219866433e-07, 'epoch': 55.09})
288
+ Step 28800, Loss: {'mse_loss': 0.01335898507386446, 'mee_loss': 0.029096942394971848, 'totoal_loss': 0.01335898507386446, 'data_time': 0.009325588936917484, 'model_time': 0.4940447090193629, 'learning_rate': 3.053227444026695e-07, 'epoch': 55.28})
289
+ Step 28900, Loss: {'mse_loss': 0.013418207876384258, 'mee_loss': 0.050896670669317245, 'totoal_loss': 0.013418207876384258, 'data_time': 0.011264048982411623, 'model_time': 0.46762890205718577, 'learning_rate': 2.9650054972882544e-07, 'epoch': 55.47})
290
+ Step 29000, Loss: {'mse_loss': 0.015650931745767593, 'mee_loss': 0.034530896693468094, 'totoal_loss': 0.015650931745767593, 'data_time': 0.007079883012920618, 'model_time': 0.4816992050036788, 'learning_rate': 2.884408310919209e-07, 'epoch': 55.66})
291
+ Step 29100, Loss: {'mse_loss': 0.016602693125605583, 'mee_loss': 0.04620855301618576, 'totoal_loss': 0.016602693125605583, 'data_time': 0.00841405091341585, 'model_time': 0.47109781100880355, 'learning_rate': 2.8114486121495906e-07, 'epoch': 55.85})
292
+ Step 29200, Loss: {'mse_loss': 0.01352661196142435, 'mee_loss': 0.03688259422779083, 'totoal_loss': 0.01352661196142435, 'data_time': 0.009068529005162418, 'model_time': 0.48121823102701455, 'learning_rate': 2.746137922161617e-07, 'epoch': 56.05})
293
+ Step 29300, Loss: {'mse_loss': 0.010817503556609154, 'mee_loss': 0.012246065773069859, 'totoal_loss': 0.010817503556609154, 'data_time': 0.013608790934085846, 'model_time': 0.5082463980652392, 'learning_rate': 2.68848655427034e-07, 'epoch': 56.24})
294
+ Step 29400, Loss: {'mse_loss': 0.017604762688279152, 'mee_loss': 0.048377625644207, 'totoal_loss': 0.017604762688279152, 'data_time': 0.010708085028454661, 'model_time': 0.5898570769932121, 'learning_rate': 2.638503612295071e-07, 'epoch': 56.43})
295
+ Step 29500, Loss: {'mse_loss': 0.012950297445058823, 'mee_loss': 0.026358501985669136, 'totoal_loss': 0.012950297445058823, 'data_time': 0.01156617107335478, 'model_time': 0.49671988806221634, 'learning_rate': 2.5961969891217614e-07, 'epoch': 56.62})
296
+ Step 29600, Loss: {'mse_loss': 0.012375478632748127, 'mee_loss': 0.014286217279732227, 'totoal_loss': 0.012375478632748127, 'data_time': 0.00849150400608778, 'model_time': 0.48182900599204004, 'learning_rate': 2.5615733654566483e-07, 'epoch': 56.81})
297
+ Step 29700, Loss: {'mse_loss': 0.019583310931921005, 'mee_loss': 0.082424096763134, 'totoal_loss': 0.019583310931921005, 'data_time': 0.009816247969865799, 'model_time': 0.529294545063749, 'learning_rate': 2.5346382087712764e-07, 'epoch': 57.01})
298
+ Step 29800, Loss: {'mse_loss': 0.012890134938061237, 'mee_loss': 0.031020356342196465, 'totoal_loss': 0.012890134938061237, 'data_time': 0.010737866978161037, 'model_time': 0.4728698499966413, 'learning_rate': 2.515395772439128e-07, 'epoch': 57.2})
299
+ Step 29900, Loss: {'mse_loss': 0.010430811904370785, 'mee_loss': 0.024196378886699677, 'totoal_loss': 0.010430811904370785, 'data_time': 0.008801764925010502, 'model_time': 0.5082956759724766, 'learning_rate': 2.5038490950639644e-07, 'epoch': 57.39})
300
+ Step 30000, Loss: {'mse_loss': 0.013087553903460503, 'mee_loss': 0.014373589307069778, 'totoal_loss': 0.013087553903460503, 'data_time': 0.011086403974331915, 'model_time': 0.5211821029661223, 'learning_rate': 2.5e-07, 'epoch': 57.58})
libero_spatial_2B/starvla_qwen_oft/config.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "starvla_qwen_oft",
3
+ "run_root_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models_2/libero_spatial_2B",
4
+ "seed": 42,
5
+ "trackers": [
6
+ "jsonl",
7
+ "wandb"
8
+ ],
9
+ "wandb_project": "starVLA",
10
+ "is_debug": false,
11
+ "enable_mee": false,
12
+ "mee_weight": 0.01,
13
+ "framework": {
14
+ "name": "QwenOFT",
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": 30000,
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/starvla_qwen_oft"
129
+ }
libero_spatial_2B/starvla_qwen_oft/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/starvla_qwen_oft/final_model/pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9982099c0efcd19b8a61b2bc04a27695548bb4a014852b2ecb1a968d696bb685
3
+ size 4961646354
libero_spatial_2B/starvla_qwen_oft/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: True
554
+ # episodes completed so far: 110
555
+ # successes: 110 (100.0%)
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: 111 (100.0%)
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: 112 (100.0%)
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: 113 (100.0%)
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: 114 (100.0%)
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: 115 (100.0%)
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: 116 (100.0%)
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: 117 (100.0%)
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: 118 (100.0%)
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: 119 (100.0%)
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: 120 (100.0%)
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: 121 (100.0%)
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: 122 (100.0%)
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: 123 (100.0%)
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: 124 (100.0%)
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: 125 (100.0%)
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: 126 (100.0%)
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: 127 (100.0%)
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: 128 (100.0%)
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: 129 (100.0%)
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: 130 (100.0%)
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: 131 (100.0%)
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: 132 (100.0%)
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: 133 (100.0%)
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: 134 (100.0%)
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: 135 (100.0%)
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: 136 (100.0%)
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: 137 (100.0%)
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: 138 (100.0%)
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: 139 (100.0%)
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: 140 (100.0%)
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: 141 (100.0%)
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: 142 (100.0%)
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: 143 (100.0%)
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: 144 (100.0%)
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: 145 (100.0%)
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: 146 (100.0%)
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: 147 (100.0%)
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: 148 (100.0%)
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: 149 (100.0%)
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: 150 (100.0%)
756
+ Current task success rate: 1.0
757
+ Current total success rate: 1.0
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: 151 (100.0%)
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: 152 (100.0%)
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: 153 (100.0%)
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: 154 (100.0%)
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: 155 (100.0%)
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: 156 (100.0%)
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: 157 (100.0%)
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: 158 (100.0%)
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: 159 (100.0%)
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: 160 (100.0%)
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: 161 (100.0%)
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: 162 (100.0%)
818
+
819
+ Task: pick up the black bowl on the cookie box and place it on the plate
820
+ Success: True
821
+ # episodes completed so far: 163
822
+ # successes: 163 (100.0%)
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: 164 (100.0%)
828
+
829
+ Task: pick up the black bowl on the cookie box and place it on the plate
830
+ Success: True
831
+ # episodes completed so far: 165
832
+ # successes: 165 (100.0%)
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: 166 (100.0%)
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: 167 (100.0%)
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: 168 (100.0%)
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: 169 (100.0%)
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: 170 (100.0%)
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: 171 (100.0%)
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: 172 (100.0%)
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: 173 (100.0%)
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: 174 (100.0%)
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: 175 (100.0%)
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: 176 (100.0%)
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: 177 (100.0%)
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: 178 (100.0%)
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: 179 (100.0%)
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: 180 (100.0%)
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: 181 (100.0%)
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: 182 (100.0%)
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: 183 (100.0%)
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: 184 (100.0%)
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: 185 (100.0%)
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: 186 (100.0%)
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: 187 (100.0%)
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: 188 (100.0%)
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: 189 (100.0%)
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: 190 (100.0%)
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: 191 (100.0%)
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: 192 (100.0%)
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: 193 (100.0%)
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: 194 (100.0%)
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: 195 (100.0%)
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: 196 (100.0%)
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: 197 (100.0%)
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: 198 (100.0%)
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: 199 (100.0%)
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: 200 (100.0%)
1008
+ Current task success rate: 1.0
1009
+ Current total success rate: 1.0
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: 201 (100.0%)
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: 202 (100.0%)
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: 203 (100.0%)
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: 204 (100.0%)
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: 205 (100.0%)
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: 206 (100.0%)
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: 207 (100.0%)
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: 208 (100.0%)
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: 209 (100.0%)
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: 210 (100.0%)
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: 211 (100.0%)
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: 212 (100.0%)
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: 213 (100.0%)
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: 214 (100.0%)
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: 215 (100.0%)
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: 216 (100.0%)
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: 217 (100.0%)
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: 218 (100.0%)
1100
+
1101
+ Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
1102
+ Success: False
1103
+ # episodes completed so far: 219
1104
+ # successes: 218 (99.5%)
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: 219 (99.5%)
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: 219 (99.1%)
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: 220 (99.1%)
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: 221 (99.1%)
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: 222 (99.1%)
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: 223 (99.1%)
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: 224 (99.1%)
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: 225 (99.1%)
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: 226 (99.1%)
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: 227 (99.1%)
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: 228 (99.1%)
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: 229 (99.1%)
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: 230 (99.1%)
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: 231 (99.1%)
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: 232 (99.1%)
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: 233 (99.1%)
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: 234 (99.2%)
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: 235 (99.2%)
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: 236 (99.2%)
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: 237 (99.2%)
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: 238 (99.2%)
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: 239 (99.2%)
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: 240 (99.2%)
1220
+
1221
+ Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
1222
+ Success: False
1223
+ # episodes completed so far: 243
1224
+ # successes: 240 (98.8%)
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: 241 (98.8%)
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: 242 (98.8%)
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: 243 (98.8%)
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: 244 (98.8%)
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: 245 (98.8%)
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: 246 (98.8%)
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: 247 (98.8%)
1260
+ Current task success rate: 0.94
1261
+ Current total success rate: 0.988
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: 248 (98.8%)
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: 249 (98.8%)
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: 250 (98.8%)
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: 251 (98.8%)
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: 252 (98.8%)
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: 253 (98.8%)
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: 254 (98.8%)
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: 255 (98.8%)
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: 256 (98.8%)
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: 257 (98.8%)
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: 258 (98.9%)
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: 259 (98.9%)
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: 260 (98.9%)
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: 261 (98.9%)
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: 262 (98.9%)
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: 263 (98.9%)
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: 264 (98.9%)
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: 265 (98.9%)
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: 266 (98.9%)
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: 267 (98.9%)
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: 268 (98.9%)
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: 269 (98.9%)
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: 270 (98.9%)
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: 271 (98.9%)
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: 272 (98.9%)
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: 273 (98.9%)
1392
+
1393
+ Task: pick up the black bowl on the ramekin and place it on the plate
1394
+ Success: True
1395
+ # episodes completed so far: 277
1396
+ # successes: 274 (98.9%)
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: 275 (98.9%)
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: 276 (98.9%)
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: 277 (98.9%)
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: 278 (98.9%)
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: 279 (98.9%)
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: 280 (98.9%)
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: 281 (98.9%)
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: 282 (98.9%)
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: 283 (99.0%)
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: 284 (99.0%)
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: 285 (99.0%)
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: 286 (99.0%)
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: 287 (99.0%)
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: 288 (99.0%)
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: 289 (99.0%)
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: 290 (99.0%)
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: 291 (99.0%)
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: 292 (99.0%)
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: 293 (99.0%)
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: 294 (99.0%)
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: 295 (99.0%)
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: 296 (99.0%)
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: 297 (99.0%)
1512
+ Current task success rate: 1.0
1513
+ Current total success rate: 0.99
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: 298 (99.0%)
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: 299 (99.0%)
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: 300 (99.0%)
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: 301 (99.0%)
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: 302 (99.0%)
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: 303 (99.0%)
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: 304 (99.0%)
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: 305 (99.0%)
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: 306 (99.0%)
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: 307 (99.0%)
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: 308 (99.0%)
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: 309 (99.0%)
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: 310 (99.0%)
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: 311 (99.0%)
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: 312 (99.0%)
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: 313 (99.1%)
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: 314 (99.1%)
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: 315 (99.1%)
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: 316 (99.1%)
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: 317 (99.1%)
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: 318 (99.1%)
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: 319 (99.1%)
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: 320 (99.1%)
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: 321 (99.1%)
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: 322 (99.1%)
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: 323 (99.1%)
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: 324 (99.1%)
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: 325 (99.1%)
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: 326 (99.1%)
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: 327 (99.1%)
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: 328 (99.1%)
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: 329 (99.1%)
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: 330 (99.1%)
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: 331 (99.1%)
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: 332 (99.1%)
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: 333 (99.1%)
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: 334 (99.1%)
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: 335 (99.1%)
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: 336 (99.1%)
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: 337 (99.1%)
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: 338 (99.1%)
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: 339 (99.1%)
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: 340 (99.1%)
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: 341 (99.1%)
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: 342 (99.1%)
1739
+
1740
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1741
+ Success: False
1742
+ # episodes completed so far: 346
1743
+ # successes: 342 (98.8%)
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: 343 (98.8%)
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: 344 (98.9%)
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: 345 (98.9%)
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: 346 (98.9%)
1764
+ Current task success rate: 0.98
1765
+ Current total success rate: 0.9885714285714285
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: 347 (98.9%)
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: 348 (98.9%)
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: 349 (98.9%)
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: 350 (98.9%)
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: 351 (98.9%)
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: 352 (98.9%)
1796
+
1797
+ Task: pick up the black bowl on the stove and place it on the plate
1798
+ Success: True
1799
+ # episodes completed so far: 357
1800
+ # successes: 353 (98.9%)
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: 354 (98.9%)
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: 355 (98.9%)
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: 356 (98.9%)
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: 357 (98.9%)
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: 358 (98.9%)
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: 359 (98.9%)
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: 360 (98.9%)
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: 361 (98.9%)
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: 362 (98.9%)
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: 363 (98.9%)
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: 364 (98.9%)
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: 365 (98.9%)
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: 366 (98.9%)
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: 367 (98.9%)
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: 368 (98.9%)
1876
+
1877
+ Task: pick up the black bowl on the stove and place it on the plate
1878
+ Success: True
1879
+ # episodes completed so far: 373
1880
+ # successes: 369 (98.9%)
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: 370 (98.9%)
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: 371 (98.9%)
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: 372 (98.9%)
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: 373 (98.9%)
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: 374 (98.9%)
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: 375 (98.9%)
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: 376 (98.9%)
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: 377 (99.0%)
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: 378 (99.0%)
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: 379 (99.0%)
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: 380 (99.0%)
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: 381 (99.0%)
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: 382 (99.0%)
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: 383 (99.0%)
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: 384 (99.0%)
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: 385 (99.0%)
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: 386 (99.0%)
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: 387 (99.0%)
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: 388 (99.0%)
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: 389 (99.0%)
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: 390 (99.0%)
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: 391 (99.0%)
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: 392 (99.0%)
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: 393 (99.0%)
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: 394 (99.0%)
2006
+
2007
+ Task: pick up the black bowl on the stove and place it on the plate
2008
+ Success: False
2009
+ # episodes completed so far: 399
2010
+ # successes: 394 (98.7%)
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: 395 (98.8%)
2016
+ Current task success rate: 0.98
2017
+ Current total success rate: 0.9875
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: 396 (98.8%)
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: 397 (98.8%)
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: 398 (98.8%)
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: 399 (98.8%)
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: 400 (98.8%)
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: 401 (98.8%)
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: 402 (98.8%)
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: 403 (98.8%)
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: 404 (98.8%)
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: 405 (98.8%)
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: 406 (98.8%)
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: 407 (98.8%)
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: 408 (98.8%)
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: 409 (98.8%)
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: 410 (98.8%)
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: 411 (98.8%)
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: 412 (98.8%)
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: 413 (98.8%)
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: 414 (98.8%)
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: 415 (98.8%)
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: 416 (98.8%)
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: 417 (98.8%)
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: 418 (98.8%)
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: 419 (98.8%)
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: 420 (98.8%)
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: 421 (98.8%)
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: 422 (98.8%)
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: 423 (98.8%)
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: 424 (98.8%)
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: 425 (98.8%)
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: 426 (98.8%)
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: 427 (98.8%)
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: 428 (98.8%)
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: 429 (98.8%)
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: 430 (98.9%)
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: 431 (98.9%)
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: 432 (98.9%)
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: 433 (98.9%)
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: 434 (98.9%)
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: 435 (98.9%)
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: 436 (98.9%)
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: 437 (98.9%)
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: 438 (98.9%)
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: 439 (98.9%)
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: 440 (98.9%)
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: 441 (98.9%)
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: 442 (98.9%)
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: 443 (98.9%)
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: 444 (98.9%)
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: 445 (98.9%)
2268
+ Current task success rate: 1.0
2269
+ Current total success rate: 0.9888888888888889
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: 446 (98.9%)
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: 447 (98.9%)
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: 448 (98.9%)
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: 449 (98.9%)
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: 450 (98.9%)
2295
+
2296
+ Task: pick up the black bowl on the wooden cabinet and place it on the plate
2297
+ Success: False
2298
+ # episodes completed so far: 456
2299
+ # successes: 450 (98.7%)
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: 451 (98.7%)
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: 452 (98.7%)
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: 453 (98.7%)
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: 454 (98.7%)
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: 455 (98.7%)
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: 456 (98.7%)
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: 457 (98.7%)
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: 458 (98.7%)
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: 459 (98.7%)
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: 460 (98.7%)
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: 461 (98.7%)
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: 462 (98.7%)
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: 463 (98.7%)
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: 464 (98.7%)
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: 465 (98.7%)
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: 466 (98.7%)
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: 467 (98.7%)
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: 468 (98.7%)
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: 469 (98.7%)
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: 470 (98.7%)
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: 471 (98.7%)
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: 472 (98.7%)
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: 473 (98.7%)
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: 474 (98.8%)
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: 475 (98.8%)
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: 476 (98.8%)
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: 477 (98.8%)
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: 478 (98.8%)
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: 479 (98.8%)
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: 480 (98.8%)
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: 481 (98.8%)
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: 482 (98.8%)
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: 483 (98.8%)
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: 484 (98.8%)
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: 485 (98.8%)
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: 486 (98.8%)
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: 487 (98.8%)
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: 488 (98.8%)
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: 489 (98.8%)
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: 490 (98.8%)
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: 491 (98.8%)
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: 492 (98.8%)
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: 493 (98.8%)
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: 494 (98.8%)
2520
+ Current task success rate: 0.98
2521
+ Current total success rate: 0.988
libero_spatial_2B/starvla_qwen_oft/libero_spatial.log ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Step 100, Loss: {'mse_loss': 0.2382444441318512, 'totoal_loss': 0.2382444441318512, 'data_time': 0.0221776379912626, 'model_time': 0.5585181669739541, 'learning_rate': 2.0000000000000002e-07, 'epoch': 0.24})
2
+ Step 200, Loss: {'mse_loss': 0.26238954067230225, 'totoal_loss': 0.26238954067230225, 'data_time': 0.015474483981961384, 'model_time': 0.49512813601177186, 'learning_rate': 4.0000000000000003e-07, 'epoch': 0.48})
3
+ Step 300, Loss: {'mse_loss': 0.24994036555290222, 'totoal_loss': 0.24994036555290222, 'data_time': 0.015446945006260648, 'model_time': 0.5146308800030965, 'learning_rate': 6.000000000000001e-07, 'epoch': 0.73})
4
+ Step 400, Loss: {'mse_loss': 0.16682107746601105, 'totoal_loss': 0.16682107746601105, 'data_time': 0.015978664014255628, 'model_time': 0.49777544700191356, 'learning_rate': 8.000000000000001e-07, 'epoch': 0.97})
5
+ Step 500, Loss: {'mse_loss': 0.2003437727689743, 'totoal_loss': 0.2003437727689743, 'data_time': 0.009267102985177189, 'model_time': 0.5238971509970725, 'learning_rate': 1.0000000000000002e-06, 'epoch': 1.21})
6
+ Step 600, Loss: {'mse_loss': 0.15193337202072144, 'totoal_loss': 0.15193337202072144, 'data_time': 0.008384526998270303, 'model_time': 0.4832815140252933, 'learning_rate': 1.2000000000000002e-06, 'epoch': 1.45})
7
+ Step 700, Loss: {'mse_loss': 0.1445343941450119, 'totoal_loss': 0.1445343941450119, 'data_time': 0.008468425017781556, 'model_time': 0.49322060198755935, 'learning_rate': 1.4000000000000001e-06, 'epoch': 1.69})
8
+ Step 800, Loss: {'mse_loss': 0.1301582306623459, 'totoal_loss': 0.1301582306623459, 'data_time': 0.010346841998398304, 'model_time': 0.495975833007833, 'learning_rate': 1.6000000000000001e-06, 'epoch': 1.94})
9
+ Step 900, Loss: {'mse_loss': 0.12694954872131348, 'totoal_loss': 0.12694954872131348, 'data_time': 0.00035154001670889556, 'model_time': 0.5112765890080482, 'learning_rate': 1.8000000000000001e-06, 'epoch': 2.18})
10
+ Step 1000, Loss: {'mse_loss': 0.1595316380262375, 'totoal_loss': 0.1595316380262375, 'data_time': 0.00035516900243237615, 'model_time': 0.5212726500176359, 'learning_rate': 2.0000000000000003e-06, 'epoch': 2.42})
11
+ Step 1100, Loss: {'mse_loss': 0.15323185920715332, 'totoal_loss': 0.15323185920715332, 'data_time': 0.0003660120128188282, 'model_time': 0.5114492090069689, 'learning_rate': 2.2e-06, 'epoch': 2.66})
12
+ Step 1200, Loss: {'mse_loss': 0.14099328219890594, 'totoal_loss': 0.14099328219890594, 'data_time': 0.000329671980580315, 'model_time': 0.5380500970059074, 'learning_rate': 2.4000000000000003e-06, 'epoch': 2.91})
13
+ Step 1300, Loss: {'mse_loss': 0.12326706200838089, 'totoal_loss': 0.12326706200838089, 'data_time': 0.014738320984179154, 'model_time': 0.5050110920274165, 'learning_rate': 2.6e-06, 'epoch': 3.15})
14
+ Step 1400, Loss: {'mse_loss': 0.13693764805793762, 'totoal_loss': 0.13693764805793762, 'data_time': 0.017977879993850365, 'model_time': 0.558738922001794, 'learning_rate': 2.8000000000000003e-06, 'epoch': 3.39})
15
+ Step 1500, Loss: {'mse_loss': 0.14197880029678345, 'totoal_loss': 0.14197880029678345, 'data_time': 0.01408401201479137, 'model_time': 0.5638809879892506, 'learning_rate': 3e-06, 'epoch': 3.63})
16
+ Step 1600, Loss: {'mse_loss': 0.11420644074678421, 'totoal_loss': 0.11420644074678421, 'data_time': 0.018649970006663352, 'model_time': 0.5418230590003077, 'learning_rate': 3.2000000000000003e-06, 'epoch': 3.87})
17
+ Step 1700, Loss: {'mse_loss': 0.12415269017219543, 'totoal_loss': 0.12415269017219543, 'data_time': 0.010504126985324547, 'model_time': 0.5696392700192519, 'learning_rate': 3.4000000000000005e-06, 'epoch': 4.12})
18
+ Step 1800, Loss: {'mse_loss': 0.13624051213264465, 'totoal_loss': 0.13624051213264465, 'data_time': 0.007296717987628654, 'model_time': 0.4923688260023482, 'learning_rate': 3.6000000000000003e-06, 'epoch': 4.36})
19
+ Step 1900, Loss: {'mse_loss': 0.15446682274341583, 'totoal_loss': 0.15446682274341583, 'data_time': 0.00909497300744988, 'model_time': 0.4988624039979186, 'learning_rate': 3.8000000000000005e-06, 'epoch': 4.6})
20
+ Step 2000, Loss: {'mse_loss': 0.12596532702445984, 'totoal_loss': 0.12596532702445984, 'data_time': 0.008307607000460848, 'model_time': 0.5155390689906199, 'learning_rate': 4.000000000000001e-06, 'epoch': 4.84})
21
+ Step 2100, Loss: {'mse_loss': 0.1101999506354332, 'totoal_loss': 0.1101999506354332, 'data_time': 0.0076382279803510755, 'model_time': 0.4725402740004938, 'learning_rate': 4.2000000000000004e-06, 'epoch': 5.08})
22
+ Step 2200, Loss: {'mse_loss': 0.13146734237670898, 'totoal_loss': 0.13146734237670898, 'data_time': 0.012068764015566558, 'model_time': 0.49719808899681084, 'learning_rate': 4.4e-06, 'epoch': 5.33})
23
+ Step 2300, Loss: {'mse_loss': 0.10562070459127426, 'totoal_loss': 0.10562070459127426, 'data_time': 0.008538972004316747, 'model_time': 0.5100718240137212, 'learning_rate': 4.600000000000001e-06, 'epoch': 5.57})
24
+ Step 2400, Loss: {'mse_loss': 0.09235821664333344, 'totoal_loss': 0.09235821664333344, 'data_time': 0.009006769018014893, 'model_time': 0.4887880280148238, 'learning_rate': 4.800000000000001e-06, 'epoch': 5.81})
25
+ Step 2500, Loss: {'mse_loss': 0.10473708808422089, 'totoal_loss': 0.10473708808422089, 'data_time': 0.00035333397681824863, 'model_time': 0.49177128600422293, 'learning_rate': 5e-06, 'epoch': 6.05})
26
+ Step 2600, Loss: {'mse_loss': 0.08916785567998886, 'totoal_loss': 0.08916785567998886, 'data_time': 0.0004903169756289572, 'model_time': 0.4875072540016845, 'learning_rate': 5.2e-06, 'epoch': 6.3})
27
+ Step 2700, Loss: {'mse_loss': 0.09592653065919876, 'totoal_loss': 0.09592653065919876, 'data_time': 0.0003560009936336428, 'model_time': 0.5820640760066453, 'learning_rate': 5.400000000000001e-06, 'epoch': 6.54})
28
+ Step 2800, Loss: {'mse_loss': 0.100914366543293, 'totoal_loss': 0.100914366543293, 'data_time': 0.00034597201738506556, 'model_time': 0.49770544000784867, 'learning_rate': 5.600000000000001e-06, 'epoch': 6.78})
29
+ Step 2900, Loss: {'mse_loss': 0.08805327862501144, 'totoal_loss': 0.08805327862501144, 'data_time': 0.00033819599775597453, 'model_time': 0.5198887190199457, 'learning_rate': 5.8e-06, 'epoch': 7.02})
30
+ Step 3000, Loss: {'mse_loss': 0.09206632524728775, 'totoal_loss': 0.09206632524728775, 'data_time': 0.0005195199919398874, 'model_time': 0.475420597998891, 'learning_rate': 6e-06, 'epoch': 7.26})
31
+ Step 3100, Loss: {'mse_loss': 0.09038905054330826, 'totoal_loss': 0.09038905054330826, 'data_time': 0.00035807499079965055, 'model_time': 0.48907462297938764, 'learning_rate': 6.200000000000001e-06, 'epoch': 7.51})
32
+ Step 3200, Loss: {'mse_loss': 0.08560236543416977, 'totoal_loss': 0.08560236543416977, 'data_time': 0.00035204700543545187, 'model_time': 0.4953452250047121, 'learning_rate': 6.4000000000000006e-06, 'epoch': 7.75})
33
+ Step 3300, Loss: {'mse_loss': 0.10022950917482376, 'totoal_loss': 0.10022950917482376, 'data_time': 0.0002473299973644316, 'model_time': 0.44526675299857743, 'learning_rate': 6.600000000000001e-06, 'epoch': 7.99})
34
+ Step 3400, Loss: {'mse_loss': 0.0889354795217514, 'totoal_loss': 0.0889354795217514, 'data_time': 0.014514451991999522, 'model_time': 0.493085833004443, 'learning_rate': 6.800000000000001e-06, 'epoch': 8.23})
35
+ Step 3500, Loss: {'mse_loss': 0.10193528234958649, 'totoal_loss': 0.10193528234958649, 'data_time': 0.017938142991624773, 'model_time': 0.5627689019893296, 'learning_rate': 7e-06, 'epoch': 8.47})
36
+ Step 3600, Loss: {'mse_loss': 0.07893189787864685, 'totoal_loss': 0.07893189787864685, 'data_time': 0.018602481024572626, 'model_time': 0.5110062689927872, 'learning_rate': 7.2000000000000005e-06, 'epoch': 8.72})
37
+ Step 3700, Loss: {'mse_loss': 0.08563893288373947, 'totoal_loss': 0.08563893288373947, 'data_time': 0.017895214987220243, 'model_time': 0.48541035698144697, 'learning_rate': 7.4e-06, 'epoch': 8.96})
38
+ Step 3800, Loss: {'mse_loss': 0.0878850594162941, 'totoal_loss': 0.0878850594162941, 'data_time': 0.007526014989707619, 'model_time': 0.4870561519928742, 'learning_rate': 7.600000000000001e-06, 'epoch': 9.2})
39
+ Step 3900, Loss: {'mse_loss': 0.07566502690315247, 'totoal_loss': 0.07566502690315247, 'data_time': 0.007827348017599434, 'model_time': 0.5094022789853625, 'learning_rate': 7.800000000000002e-06, 'epoch': 9.44})
40
+ Step 4000, Loss: {'mse_loss': 0.09421775490045547, 'totoal_loss': 0.09421775490045547, 'data_time': 0.009116186993196607, 'model_time': 0.5157575480116066, 'learning_rate': 8.000000000000001e-06, 'epoch': 9.69})
41
+ Step 4100, Loss: {'mse_loss': 0.0758579671382904, 'totoal_loss': 0.0758579671382904, 'data_time': 0.009922647994244471, 'model_time': 0.4779635749873705, 'learning_rate': 8.2e-06, 'epoch': 9.93})
42
+ Step 4200, Loss: {'mse_loss': 0.08939482271671295, 'totoal_loss': 0.08939482271671295, 'data_time': 0.0003575200098566711, 'model_time': 0.48691338699427433, 'learning_rate': 8.400000000000001e-06, 'epoch': 10.17})
43
+ Step 4300, Loss: {'mse_loss': 0.07810172438621521, 'totoal_loss': 0.07810172438621521, 'data_time': 0.0003760879917535931, 'model_time': 0.48514776199590415, 'learning_rate': 8.6e-06, 'epoch': 10.41})
44
+ Step 4400, Loss: {'mse_loss': 0.06359501928091049, 'totoal_loss': 0.06359501928091049, 'data_time': 0.00036481799907051027, 'model_time': 0.5736423490161542, 'learning_rate': 8.8e-06, 'epoch': 10.65})
45
+ Step 4500, Loss: {'mse_loss': 0.08252911269664764, 'totoal_loss': 0.08252911269664764, 'data_time': 0.0004491230065468699, 'model_time': 0.4919576690008398, 'learning_rate': 9e-06, 'epoch': 10.9})
46
+ Step 4600, Loss: {'mse_loss': 0.07557651400566101, 'totoal_loss': 0.07557651400566101, 'data_time': 0.019748769991565496, 'model_time': 0.4906129000009969, 'learning_rate': 9.200000000000002e-06, 'epoch': 11.14})
47
+ Step 4700, Loss: {'mse_loss': 0.0774991512298584, 'totoal_loss': 0.0774991512298584, 'data_time': 0.017051812988938764, 'model_time': 0.5624860700045247, 'learning_rate': 9.4e-06, 'epoch': 11.38})
48
+ Step 4800, Loss: {'mse_loss': 0.06984172761440277, 'totoal_loss': 0.06984172761440277, 'data_time': 0.020832131995121017, 'model_time': 0.5655213150021154, 'learning_rate': 9.600000000000001e-06, 'epoch': 11.62})
49
+ Step 4900, Loss: {'mse_loss': 0.07174168527126312, 'totoal_loss': 0.07174168527126312, 'data_time': 0.01702575699891895, 'model_time': 0.5084267189959064, 'learning_rate': 9.800000000000001e-06, 'epoch': 11.86})
50
+ Step 5000, Loss: {'mse_loss': 0.06754056364297867, 'totoal_loss': 0.06754056364297867, 'data_time': 0.008471362991258502, 'model_time': 0.4916091310151387, 'learning_rate': 1e-05, 'epoch': 12.11})
51
+ Step 5100, Loss: {'mse_loss': 0.06341017782688141, 'totoal_loss': 0.06341017782688141, 'data_time': 0.013125273020705208, 'model_time': 0.4859031509840861, 'learning_rate': 9.999615090493604e-06, 'epoch': 12.35})
52
+ Step 5200, Loss: {'mse_loss': 0.0658232569694519, 'totoal_loss': 0.0658232569694519, 'data_time': 0.00805698600015603, 'model_time': 0.4976049519900698, 'learning_rate': 9.998460422756089e-06, 'epoch': 12.59})
53
+ Step 5300, Loss: {'mse_loss': 0.06347377598285675, 'totoal_loss': 0.06347377598285675, 'data_time': 0.008275150001281872, 'model_time': 0.540492957981769, 'learning_rate': 9.996536179122874e-06, 'epoch': 12.83})
54
+ Step 5400, Loss: {'mse_loss': 0.06899268925189972, 'totoal_loss': 0.06899268925189972, 'data_time': 0.0088998909923248, 'model_time': 0.515671642991947, 'learning_rate': 9.993842663454337e-06, 'epoch': 13.08})
55
+ Step 5500, Loss: {'mse_loss': 0.06462815403938293, 'totoal_loss': 0.06462815403938293, 'data_time': 0.006644343986408785, 'model_time': 0.4829117300105281, 'learning_rate': 9.990380301087824e-06, 'epoch': 13.32})
56
+ Step 5600, Loss: {'mse_loss': 0.05937297269701958, 'totoal_loss': 0.05937297269701958, 'data_time': 0.010138962010387331, 'model_time': 0.803613308002241, 'learning_rate': 9.986149638770493e-06, 'epoch': 13.56})
57
+ Step 5700, Loss: {'mse_loss': 0.05369550734758377, 'totoal_loss': 0.05369550734758377, 'data_time': 0.0003550680121406913, 'model_time': 0.512927698000567, 'learning_rate': 9.981151344572967e-06, 'epoch': 13.8})
58
+ Step 5800, Loss: {'mse_loss': 0.06165424734354019, 'totoal_loss': 0.06165424734354019, 'data_time': 0.0004252759972587228, 'model_time': 0.603442402993096, 'learning_rate': 9.975386207783839e-06, 'epoch': 14.04})
59
+ Step 5900, Loss: {'mse_loss': 0.06387976557016373, 'totoal_loss': 0.06387976557016373, 'data_time': 0.0004517239867709577, 'model_time': 0.4991640069929417, 'learning_rate': 9.968855138785041e-06, 'epoch': 14.29})
60
+ Step 6000, Loss: {'mse_loss': 0.060104623436927795, 'totoal_loss': 0.060104623436927795, 'data_time': 0.0004642050189431757, 'model_time': 0.48274582298472524, 'learning_rate': 9.961559168908081e-06, 'epoch': 14.53})
61
+ Step 6100, Loss: {'mse_loss': 0.04545135423541069, 'totoal_loss': 0.04545135423541069, 'data_time': 0.0004279700224287808, 'model_time': 0.5016201280232053, 'learning_rate': 9.953499450271174e-06, 'epoch': 14.77})
62
+ Step 6200, Loss: {'mse_loss': 0.05718092620372772, 'totoal_loss': 0.05718092620372772, 'data_time': 0.00037286998121999204, 'model_time': 0.5006215820030775, 'learning_rate': 9.944677255597332e-06, 'epoch': 15.01})
63
+ Step 6300, Loss: {'mse_loss': 0.058992840349674225, 'totoal_loss': 0.058992840349674225, 'data_time': 0.00965810302295722, 'model_time': 0.49008552700979635, 'learning_rate': 9.935093978013357e-06, 'epoch': 15.25})
64
+ Step 6400, Loss: {'mse_loss': 0.05459240451455116, 'totoal_loss': 0.05459240451455116, 'data_time': 0.009990901977289468, 'model_time': 0.5645170510106254, 'learning_rate': 9.924751130829878e-06, 'epoch': 15.5})
65
+ Step 6500, Loss: {'mse_loss': 0.05297056585550308, 'totoal_loss': 0.05297056585550308, 'data_time': 0.007949052000185475, 'model_time': 0.5696314829983748, 'learning_rate': 9.91365034730236e-06, 'epoch': 15.74})
66
+ Step 6600, Loss: {'mse_loss': 0.047268155962228775, 'totoal_loss': 0.047268155962228775, 'data_time': 0.013387473998591304, 'model_time': 0.4478003369877115, 'learning_rate': 9.901793380373204e-06, 'epoch': 15.98})
67
+ Step 6700, Loss: {'mse_loss': 0.041782330721616745, 'totoal_loss': 0.041782330721616745, 'data_time': 0.008908616990083829, 'model_time': 0.5789018630166538, 'learning_rate': 9.889182102394944e-06, 'epoch': 16.22})
68
+ Step 6800, Loss: {'mse_loss': 0.052929479628801346, 'totoal_loss': 0.052929479628801346, 'data_time': 0.014962629997171462, 'model_time': 0.5522240139835048, 'learning_rate': 9.875818504834564e-06, 'epoch': 16.46})
69
+ Step 6900, Loss: {'mse_loss': 0.04002567008137703, 'totoal_loss': 0.04002567008137703, 'data_time': 0.00819777199649252, 'model_time': 0.5894202039926313, 'learning_rate': 9.861704697959036e-06, 'epoch': 16.71})
70
+ Step 7000, Loss: {'mse_loss': 0.04284142702817917, 'totoal_loss': 0.04284142702817917, 'data_time': 0.007926341990241781, 'model_time': 0.5095807180041447, 'learning_rate': 9.846842910502077e-06, 'epoch': 16.95})
71
+ Step 7100, Loss: {'mse_loss': 0.04171169549226761, 'totoal_loss': 0.04171169549226761, 'data_time': 0.008087305002845824, 'model_time': 0.482291627995437, 'learning_rate': 9.831235489312212e-06, 'epoch': 17.19})
72
+ Step 7200, Loss: {'mse_loss': 0.046698275953531265, 'totoal_loss': 0.046698275953531265, 'data_time': 0.011404507007682696, 'model_time': 0.49405359002412297, 'learning_rate': 9.814884898982168e-06, 'epoch': 17.43})
73
+ Step 7300, Loss: {'mse_loss': 0.04955541342496872, 'totoal_loss': 0.04955541342496872, 'data_time': 0.007616967981448397, 'model_time': 0.528854358009994, 'learning_rate': 9.797793721459709e-06, 'epoch': 17.68})
74
+ Step 7400, Loss: {'mse_loss': 0.0417366698384285, 'totoal_loss': 0.0417366698384285, 'data_time': 0.00784557600854896, 'model_time': 0.5492744730145205, 'learning_rate': 9.779964655639886e-06, 'epoch': 17.92})
75
+ Step 7500, Loss: {'mse_loss': 0.046311069279909134, 'totoal_loss': 0.046311069279909134, 'data_time': 0.008685854991199449, 'model_time': 0.4592840629920829, 'learning_rate': 9.761400516938874e-06, 'epoch': 18.16})
76
+ Step 7600, Loss: {'mse_loss': 0.04963405802845955, 'totoal_loss': 0.04963405802845955, 'data_time': 0.00899417299660854, 'model_time': 0.5437215069832746, 'learning_rate': 9.74210423684938e-06, 'epoch': 18.4})
77
+ Step 7700, Loss: {'mse_loss': 0.046268101781606674, 'totoal_loss': 0.046268101781606674, 'data_time': 0.009313638001913205, 'model_time': 0.48924938100390136, 'learning_rate': 9.722078862477715e-06, 'epoch': 18.64})
78
+ Step 7800, Loss: {'mse_loss': 0.04082675650715828, 'totoal_loss': 0.04082675650715828, 'data_time': 0.012140733015257865, 'model_time': 0.5633410699956585, 'learning_rate': 9.701327556062637e-06, 'epoch': 18.89})
79
+ Step 7900, Loss: {'mse_loss': 0.04019802063703537, 'totoal_loss': 0.04019802063703537, 'data_time': 0.008155056013492867, 'model_time': 0.508532068983186, 'learning_rate': 9.679853594475985e-06, 'epoch': 19.13})
80
+ Step 8000, Loss: {'mse_loss': 0.05357641354203224, 'totoal_loss': 0.05357641354203224, 'data_time': 0.009094506007386371, 'model_time': 0.4836308329831809, 'learning_rate': 9.657660368705225e-06, 'epoch': 19.37})
81
+ Step 8100, Loss: {'mse_loss': 0.04082968458533287, 'totoal_loss': 0.04082968458533287, 'data_time': 0.006863903981866315, 'model_time': 0.4734933940053452, 'learning_rate': 9.634751383317983e-06, 'epoch': 19.61})
82
+ Step 8200, Loss: {'mse_loss': 0.029634293168783188, 'totoal_loss': 0.029634293168783188, 'data_time': 0.007608443003846332, 'model_time': 0.568559634994017, 'learning_rate': 9.611130255908619e-06, 'epoch': 19.85})
83
+ Step 8300, Loss: {'mse_loss': 0.03824305161833763, 'totoal_loss': 0.03824305161833763, 'data_time': 0.023396709992084652, 'model_time': 0.4871577509911731, 'learning_rate': 9.586800716526974e-06, 'epoch': 20.1})
84
+ Step 8400, Loss: {'mse_loss': 0.03842119127511978, 'totoal_loss': 0.03842119127511978, 'data_time': 0.02116849197773263, 'model_time': 0.5550571669882629, 'learning_rate': 9.561766607089355e-06, 'epoch': 20.34})
85
+ Step 8500, Loss: {'mse_loss': 0.047470949590206146, 'totoal_loss': 0.047470949590206146, 'data_time': 0.025756368995644152, 'model_time': 0.49395471200114116, 'learning_rate': 9.536031880771846e-06, 'epoch': 20.58})
86
+ Step 8600, Loss: {'mse_loss': 0.042046912014484406, 'totoal_loss': 0.042046912014484406, 'data_time': 0.02282237500185147, 'model_time': 0.4746389909996651, 'learning_rate': 9.50960060138606e-06, 'epoch': 20.82})
87
+ Step 8700, Loss: {'mse_loss': 0.03698090836405754, 'totoal_loss': 0.03698090836405754, 'data_time': 0.011088820989243686, 'model_time': 0.5098585579835344, 'learning_rate': 9.482476942737411e-06, 'epoch': 21.07})
88
+ Step 8800, Loss: {'mse_loss': 0.039335448294878006, 'totoal_loss': 0.039335448294878006, 'data_time': 0.00817296898458153, 'model_time': 0.4971552210045047, 'learning_rate': 9.45466518796603e-06, 'epoch': 21.31})
89
+ Step 8900, Loss: {'mse_loss': 0.042628154158592224, 'totoal_loss': 0.042628154158592224, 'data_time': 0.010969609982566908, 'model_time': 0.47598672899766825, 'learning_rate': 9.426169728870399e-06, 'epoch': 21.55})
90
+ Step 9000, Loss: {'mse_loss': 0.037105076014995575, 'totoal_loss': 0.037105076014995575, 'data_time': 0.011177116015460342, 'model_time': 0.5709016159817111, 'learning_rate': 9.396995065213835e-06, 'epoch': 21.79})
91
+ Step 9100, Loss: {'mse_loss': 0.03886474296450615, 'totoal_loss': 0.03886474296450615, 'data_time': 0.011231730983126909, 'model_time': 0.500236207008129, 'learning_rate': 9.367145804013938e-06, 'epoch': 22.03})
92
+ Step 9200, Loss: {'mse_loss': 0.05640203133225441, 'totoal_loss': 0.05640203133225441, 'data_time': 0.011607203021412715, 'model_time': 0.4759810099785682, 'learning_rate': 9.336626658815071e-06, 'epoch': 22.28})
93
+ Step 9300, Loss: {'mse_loss': 0.043388430029153824, 'totoal_loss': 0.043388430029153824, 'data_time': 0.014762350008822978, 'model_time': 0.5550951629993506, 'learning_rate': 9.305442448944056e-06, 'epoch': 22.52})
94
+ Step 9400, Loss: {'mse_loss': 0.05086614564061165, 'totoal_loss': 0.05086614564061165, 'data_time': 0.011614584014751017, 'model_time': 0.5177899090049323, 'learning_rate': 9.273598098749124e-06, 'epoch': 22.76})
95
+ Step 9500, Loss: {'mse_loss': 0.05087390914559364, 'totoal_loss': 0.05087390914559364, 'data_time': 1.9743642800021917, 'model_time': 0.8596203869965393, 'learning_rate': 9.241098636822324e-06, 'epoch': 23.0})
96
+ Step 9600, Loss: {'mse_loss': 0.04588234797120094, 'totoal_loss': 0.04588234797120094, 'data_time': 0.00037391300429590046, 'model_time': 0.49506350900628604, 'learning_rate': 9.207949195205442e-06, 'epoch': 23.24})
97
+ Step 9700, Loss: {'mse_loss': 0.03166478872299194, 'totoal_loss': 0.03166478872299194, 'data_time': 0.0003624150122050196, 'model_time': 0.499317420006264, 'learning_rate': 9.174155008579588e-06, 'epoch': 23.49})
98
+ Step 9800, Loss: {'mse_loss': 0.0533587709069252, 'totoal_loss': 0.0533587709069252, 'data_time': 0.000432503002230078, 'model_time': 0.48916188700241037, 'learning_rate': 9.139721413438583e-06, 'epoch': 23.73})
99
+ Step 9900, Loss: {'mse_loss': 0.04729577153921127, 'totoal_loss': 0.04729577153921127, 'data_time': 0.0003705230192281306, 'model_time': 0.48130147298797965, 'learning_rate': 9.104653847246273e-06, 'epoch': 23.97})
100
+ Step 10000, Loss: {'mse_loss': 0.03937990590929985, 'totoal_loss': 0.03937990590929985, 'data_time': 0.0003757090016733855, 'model_time': 0.5187104959913995, 'learning_rate': 9.068957847577869e-06, 'epoch': 24.21})
101
+ Step 10100, Loss: {'mse_loss': 0.03825657069683075, 'totoal_loss': 0.03825657069683075, 'data_time': 0.00036789101432077587, 'model_time': 0.5129066100053024, 'learning_rate': 9.032639051245524e-06, 'epoch': 24.46})
102
+ Step 10200, Loss: {'mse_loss': 0.02956380322575569, 'totoal_loss': 0.02956380322575569, 'data_time': 0.00046775900409556925, 'model_time': 0.5274859209894203, 'learning_rate': 8.995703193408199e-06, 'epoch': 24.7})
103
+ Step 10300, Loss: {'mse_loss': 0.03060077130794525, 'totoal_loss': 0.03060077130794525, 'data_time': 0.00039756199112161994, 'model_time': 0.5570204730029218, 'learning_rate': 8.958156106666017e-06, 'epoch': 24.94})
104
+ Step 10400, Loss: {'mse_loss': 0.033995602279901505, 'totoal_loss': 0.033995602279901505, 'data_time': 0.007750003016553819, 'model_time': 0.47092969401273876, 'learning_rate': 8.92000372013924e-06, 'epoch': 25.18})
105
+ Step 10500, Loss: {'mse_loss': 0.03376161679625511, 'totoal_loss': 0.03376161679625511, 'data_time': 0.00852475399733521, 'model_time': 0.48533595199114643, 'learning_rate': 8.881252058531973e-06, 'epoch': 25.42})
106
+ Step 10600, Loss: {'mse_loss': 0.033435504883527756, 'totoal_loss': 0.033435504883527756, 'data_time': 0.008451606991002336, 'model_time': 0.45990837601129897, 'learning_rate': 8.841907241180809e-06, 'epoch': 25.67})
107
+ Step 10700, Loss: {'mse_loss': 0.03707481548190117, 'totoal_loss': 0.03707481548190117, 'data_time': 0.012461986014386639, 'model_time': 0.4972266080148984, 'learning_rate': 8.801975481088507e-06, 'epoch': 25.91})
108
+ Step 10800, Loss: {'mse_loss': 0.031053902581334114, 'totoal_loss': 0.031053902581334114, 'data_time': 0.010289914003806189, 'model_time': 0.4732384490198456, 'learning_rate': 8.761463083942889e-06, 'epoch': 26.15})
109
+ Step 10900, Loss: {'mse_loss': 0.03139340505003929, 'totoal_loss': 0.03139340505003929, 'data_time': 0.007715761981671676, 'model_time': 0.47082826698897406, 'learning_rate': 8.720376447121098e-06, 'epoch': 26.39})
110
+ Step 11000, Loss: {'mse_loss': 0.028946498408913612, 'totoal_loss': 0.028946498408913612, 'data_time': 0.00829474299098365, 'model_time': 0.4718798149842769, 'learning_rate': 8.678722058679382e-06, 'epoch': 26.63})
111
+ Step 11100, Loss: {'mse_loss': 0.036761343479156494, 'totoal_loss': 0.036761343479156494, 'data_time': 0.008602246991358697, 'model_time': 0.45803017300204374, 'learning_rate': 8.636506496328546e-06, 'epoch': 26.88})
112
+ Step 11200, Loss: {'mse_loss': 0.03413796052336693, 'totoal_loss': 0.03413796052336693, 'data_time': 0.00040358799742534757, 'model_time': 0.496640639990801, 'learning_rate': 8.593736426395268e-06, 'epoch': 27.12})
113
+ Step 11300, Loss: {'mse_loss': 0.04285086318850517, 'totoal_loss': 0.04285086318850517, 'data_time': 0.0003800150007009506, 'model_time': 0.5468521860020701, 'learning_rate': 8.550418602769392e-06, 'epoch': 27.36})
114
+ Step 11400, Loss: {'mse_loss': 0.03177275508642197, 'totoal_loss': 0.03177275508642197, 'data_time': 0.0004728670173790306, 'model_time': 0.49332425399916247, 'learning_rate': 8.506559865837425e-06, 'epoch': 27.6})
115
+ Step 11500, Loss: {'mse_loss': 0.03433884680271149, 'totoal_loss': 0.03433884680271149, 'data_time': 0.00039105999167077243, 'model_time': 0.5184408310160507, 'learning_rate': 8.462167141402359e-06, 'epoch': 27.85})
116
+ Step 11600, Loss: {'mse_loss': 0.02828148566186428, 'totoal_loss': 0.02828148566186428, 'data_time': 0.014903364994097501, 'model_time': 0.4811669860209804, 'learning_rate': 8.417247439589994e-06, 'epoch': 28.09})
117
+ Step 11700, Loss: {'mse_loss': 0.029920952394604683, 'totoal_loss': 0.029920952394604683, 'data_time': 0.01791950297774747, 'model_time': 0.485047025984386, 'learning_rate': 8.371807853741978e-06, 'epoch': 28.33})
118
+ Step 11800, Loss: {'mse_loss': 0.03879716619849205, 'totoal_loss': 0.03879716619849205, 'data_time': 0.01678647700464353, 'model_time': 0.468271617020946, 'learning_rate': 8.325855559295663e-06, 'epoch': 28.57})
119
+ Step 11900, Loss: {'mse_loss': 0.026926551014184952, 'totoal_loss': 0.026926551014184952, 'data_time': 0.015316541015636176, 'model_time': 0.4916601100121625, 'learning_rate': 8.279397812651042e-06, 'epoch': 28.81})
120
+ Step 12000, Loss: {'mse_loss': 0.03523330017924309, 'totoal_loss': 0.03523330017924309, 'data_time': 0.00040369899943470955, 'model_time': 0.5175421759777237, 'learning_rate': 8.232441950024864e-06, 'epoch': 29.06})
121
+ Step 12100, Loss: {'mse_loss': 0.04075297713279724, 'totoal_loss': 0.04075297713279724, 'data_time': 0.012231653003254905, 'model_time': 0.5297687650017906, 'learning_rate': 8.184995386292166e-06, 'epoch': 29.3})
122
+ Step 12200, Loss: {'mse_loss': 0.033024001866579056, 'totoal_loss': 0.033024001866579056, 'data_time': 0.008183876983821392, 'model_time': 0.48927038098918274, 'learning_rate': 8.137065613815381e-06, 'epoch': 29.54})
123
+ Step 12300, Loss: {'mse_loss': 0.039513733237981796, 'totoal_loss': 0.039513733237981796, 'data_time': 0.008114235999528319, 'model_time': 0.4780553369782865, 'learning_rate': 8.088660201261203e-06, 'epoch': 29.78})
124
+ Step 12400, Loss: {'mse_loss': 0.03310113772749901, 'totoal_loss': 0.03310113772749901, 'data_time': 0.00036202798946760595, 'model_time': 0.48389004199998453, 'learning_rate': 8.039786792405404e-06, 'epoch': 30.02})
125
+ Step 12500, Loss: {'mse_loss': 0.029356181621551514, 'totoal_loss': 0.029356181621551514, 'data_time': 0.00840675798826851, 'model_time': 0.46562590199755505, 'learning_rate': 7.990453104925807e-06, 'epoch': 30.27})
126
+ Step 12600, Loss: {'mse_loss': 0.03285602107644081, 'totoal_loss': 0.03285602107644081, 'data_time': 0.010708749992772937, 'model_time': 0.4774499830091372, 'learning_rate': 7.940666929183554e-06, 'epoch': 30.51})
127
+ Step 12700, Loss: {'mse_loss': 0.03200964629650116, 'totoal_loss': 0.03200964629650116, 'data_time': 0.011788906005676836, 'model_time': 0.48812090200954117, 'learning_rate': 7.89043612699294e-06, 'epoch': 30.75})
128
+ Step 12800, Loss: {'mse_loss': 0.0252311360090971, 'totoal_loss': 0.0252311360090971, 'data_time': 0.007104552001692355, 'model_time': 0.42761282800347544, 'learning_rate': 7.839768630379917e-06, 'epoch': 30.99})
129
+ Step 12900, Loss: {'mse_loss': 0.031399164348840714, 'totoal_loss': 0.031399164348840714, 'data_time': 0.00035608100006356835, 'model_time': 0.49265670200111344, 'learning_rate': 7.788672440329562e-06, 'epoch': 31.23})
130
+ Step 13000, Loss: {'mse_loss': 0.024733135476708412, 'totoal_loss': 0.024733135476708412, 'data_time': 0.0003780120168812573, 'model_time': 0.484651082981145, 'learning_rate': 7.737155625522608e-06, 'epoch': 31.48})
131
+ Step 13100, Loss: {'mse_loss': 0.028827985748648643, 'totoal_loss': 0.028827985748648643, 'data_time': 0.00036138802533969283, 'model_time': 0.51719446000061, 'learning_rate': 7.685226321061318e-06, 'epoch': 31.72})
132
+ Step 13200, Loss: {'mse_loss': 0.03229765221476555, 'totoal_loss': 0.03229765221476555, 'data_time': 0.0005092830106150359, 'model_time': 0.5102983520191628, 'learning_rate': 7.632892727184844e-06, 'epoch': 31.96})
133
+ Step 13300, Loss: {'mse_loss': 0.030056968331336975, 'totoal_loss': 0.030056968331336975, 'data_time': 0.010513734014239162, 'model_time': 0.5297856200195383, 'learning_rate': 7.580163107974335e-06, 'epoch': 32.2})
134
+ Step 13400, Loss: {'mse_loss': 0.024132167920470238, 'totoal_loss': 0.024132167920470238, 'data_time': 0.007727279997197911, 'model_time': 0.5116723550017923, 'learning_rate': 7.527045790047922e-06, 'epoch': 32.45})
135
+ Step 13500, Loss: {'mse_loss': 0.02900770865380764, 'totoal_loss': 0.02900770865380764, 'data_time': 0.012085213995305821, 'model_time': 0.4959313700092025, 'learning_rate': 7.473549161245862e-06, 'epoch': 32.69})
136
+ Step 13600, Loss: {'mse_loss': 0.027220990508794785, 'totoal_loss': 0.027220990508794785, 'data_time': 0.008546455996111035, 'model_time': 0.5025421890022699, 'learning_rate': 7.419681669305998e-06, 'epoch': 32.93})
137
+ Step 13700, Loss: {'mse_loss': 0.03729448840022087, 'totoal_loss': 0.03729448840022087, 'data_time': 0.008445700979791582, 'model_time': 0.47205144801409915, 'learning_rate': 7.365451820529756e-06, 'epoch': 33.17})
138
+ Step 13800, Loss: {'mse_loss': 0.021483996883034706, 'totoal_loss': 0.021483996883034706, 'data_time': 0.009291728987591341, 'model_time': 0.46738074702443555, 'learning_rate': 7.310868178438909e-06, 'epoch': 33.41})
139
+ Step 13900, Loss: {'mse_loss': 0.03398166224360466, 'totoal_loss': 0.03398166224360466, 'data_time': 0.010585734999040142, 'model_time': 0.4931848849810194, 'learning_rate': 7.2559393624232985e-06, 'epoch': 33.66})
140
+ Step 14000, Loss: {'mse_loss': 0.027328595519065857, 'totoal_loss': 0.027328595519065857, 'data_time': 0.008296426007291302, 'model_time': 0.4754626250069123, 'learning_rate': 7.2006740463797296e-06, 'epoch': 33.9})
141
+ Step 14100, Loss: {'mse_loss': 0.027402810752391815, 'totoal_loss': 0.027402810752391815, 'data_time': 0.00040229500154964626, 'model_time': 0.5503392700047698, 'learning_rate': 7.145080957342262e-06, 'epoch': 34.14})
142
+ Step 14200, Loss: {'mse_loss': 0.03256368264555931, 'totoal_loss': 0.03256368264555931, 'data_time': 0.00039656899753026664, 'model_time': 0.5471874439972453, 'learning_rate': 7.0891688741041065e-06, 'epoch': 34.38})
143
+ Step 14300, Loss: {'mse_loss': 0.024440202862024307, 'totoal_loss': 0.024440202862024307, 'data_time': 0.007758037012536079, 'model_time': 0.47102420098963194, 'learning_rate': 7.032946625831363e-06, 'epoch': 34.62})
144
+ Step 14400, Loss: {'mse_loss': 0.021432315930724144, 'totoal_loss': 0.021432315930724144, 'data_time': 0.011179178021848202, 'model_time': 0.47720583199406974, 'learning_rate': 6.976423090668781e-06, 'epoch': 34.87})
145
+ Step 14500, Loss: {'mse_loss': 0.028125682845711708, 'totoal_loss': 0.028125682845711708, 'data_time': 0.00037921397597528994, 'model_time': 0.5306959949957673, 'learning_rate': 6.919607194337806e-06, 'epoch': 35.11})
146
+ Step 14600, Loss: {'mse_loss': 0.02214290015399456, 'totoal_loss': 0.02214290015399456, 'data_time': 0.00034803099697455764, 'model_time': 0.49097352800890803, 'learning_rate': 6.8625079087270976e-06, 'epoch': 35.35})
147
+ Step 14700, Loss: {'mse_loss': 0.025281978771090508, 'totoal_loss': 0.025281978771090508, 'data_time': 0.00038578399107791483, 'model_time': 0.4972229519917164, 'learning_rate': 6.8051342504757714e-06, 'epoch': 35.59})
148
+ Step 14800, Loss: {'mse_loss': 0.0393662229180336, 'totoal_loss': 0.0393662229180336, 'data_time': 0.0003778309910558164, 'model_time': 0.5205681980005465, 'learning_rate': 6.747495279549561e-06, 'epoch': 35.84})
149
+ Step 14900, Loss: {'mse_loss': 0.027206100523471832, 'totoal_loss': 0.027206100523471832, 'data_time': 0.01939207498799078, 'model_time': 0.5154994370241184, 'learning_rate': 6.6896000978101465e-06, 'epoch': 36.08})
150
+ Step 15000, Loss: {'mse_loss': 0.03142641857266426, 'totoal_loss': 0.03142641857266426, 'data_time': 0.014704742992762476, 'model_time': 0.5762113440141547, 'learning_rate': 6.631457847577869e-06, 'epoch': 36.32})
151
+ Step 15100, Loss: {'mse_loss': 0.020694321021437645, 'totoal_loss': 0.020694321021437645, 'data_time': 0.01845687601598911, 'model_time': 0.4910055329964962, 'learning_rate': 6.573077710188046e-06, 'epoch': 36.56})
152
+ Step 15200, Loss: {'mse_loss': 0.028524374589323997, 'totoal_loss': 0.028524374589323997, 'data_time': 0.007384791009826586, 'model_time': 0.567366929986747, 'learning_rate': 6.5144689045411345e-06, 'epoch': 36.8})
153
+ Step 15300, Loss: {'mse_loss': 0.02784261293709278, 'totoal_loss': 0.02784261293709278, 'data_time': 0.01145582800381817, 'model_time': 0.5254166090162471, 'learning_rate': 6.455640685646961e-06, 'epoch': 37.05})
154
+ Step 15400, Loss: {'mse_loss': 0.027100753039121628, 'totoal_loss': 0.027100753039121628, 'data_time': 0.009120881994022056, 'model_time': 0.49064549000468105, 'learning_rate': 6.396602343163248e-06, 'epoch': 37.29})
155
+ Step 15500, Loss: {'mse_loss': 0.026990791782736778, 'totoal_loss': 0.026990791782736778, 'data_time': 0.01079626102000475, 'model_time': 0.5282010039954912, 'learning_rate': 6.337363199928669e-06, 'epoch': 37.53})
156
+ Step 15600, Loss: {'mse_loss': 0.02839106321334839, 'totoal_loss': 0.02839106321334839, 'data_time': 0.010655441001290455, 'model_time': 0.5455637090199161, 'learning_rate': 6.277932610490659e-06, 'epoch': 37.77})
157
+ Step 15700, Loss: {'mse_loss': 0.029463596642017365, 'totoal_loss': 0.029463596642017365, 'data_time': 0.0003819399862550199, 'model_time': 0.7974777809868101, 'learning_rate': 6.218319959628234e-06, 'epoch': 38.01})
158
+ Step 15800, Loss: {'mse_loss': 0.02165169268846512, 'totoal_loss': 0.02165169268846512, 'data_time': 0.0004855539882555604, 'model_time': 0.5002258759923279, 'learning_rate': 6.158534660870018e-06, 'epoch': 38.26})
159
+ Step 15900, Loss: {'mse_loss': 0.02323082461953163, 'totoal_loss': 0.02323082461953163, 'data_time': 0.00048278699978254735, 'model_time': 0.4938753359892871, 'learning_rate': 6.0985861550077345e-06, 'epoch': 38.5})
160
+ Step 16000, Loss: {'mse_loss': 0.022906865924596786, 'totoal_loss': 0.022906865924596786, 'data_time': 0.0003885870100930333, 'model_time': 0.5047159820096567, 'learning_rate': 6.0384839086054095e-06, 'epoch': 38.74})
161
+ Step 16100, Loss: {'mse_loss': 0.029358170926570892, 'totoal_loss': 0.029358170926570892, 'data_time': 0.00028696400113403797, 'model_time': 0.43889352001133375, 'learning_rate': 5.978237412504472e-06, 'epoch': 38.98})
162
+ Step 16200, Loss: {'mse_loss': 0.03337481617927551, 'totoal_loss': 0.03337481617927551, 'data_time': 0.0006439349963329732, 'model_time': 0.48124490899499506, 'learning_rate': 5.917856180325059e-06, 'epoch': 39.23})
163
+ Step 16300, Loss: {'mse_loss': 0.019375352188944817, 'totoal_loss': 0.019375352188944817, 'data_time': 0.00038494900218211114, 'model_time': 0.4993290239945054, 'learning_rate': 5.857349746963692e-06, 'epoch': 39.47})
164
+ Step 16400, Loss: {'mse_loss': 0.02179328165948391, 'totoal_loss': 0.02179328165948391, 'data_time': 0.00037747100577689707, 'model_time': 0.4866851190163288, 'learning_rate': 5.796727667087611e-06, 'epoch': 39.71})
165
+ Step 16500, Loss: {'mse_loss': 0.024242738261818886, 'totoal_loss': 0.024242738261818886, 'data_time': 0.0003994430007878691, 'model_time': 0.5027880139823537, 'learning_rate': 5.735999513625984e-06, 'epoch': 39.95})
166
+ Step 16600, Loss: {'mse_loss': 0.02549601159989834, 'totoal_loss': 0.02549601159989834, 'data_time': 0.010647104994859546, 'model_time': 0.5711534779984504, 'learning_rate': 5.675174876258223e-06, 'epoch': 40.19})
167
+ Step 16700, Loss: {'mse_loss': 0.027738073840737343, 'totoal_loss': 0.027738073840737343, 'data_time': 0.008593823004048318, 'model_time': 0.5167516319779679, 'learning_rate': 5.614263359899673e-06, 'epoch': 40.44})
168
+ Step 16800, Loss: {'mse_loss': 0.022846080362796783, 'totoal_loss': 0.022846080362796783, 'data_time': 0.008273771003587171, 'model_time': 0.4720957149984315, 'learning_rate': 5.553274583184875e-06, 'epoch': 40.68})
169
+ Step 16900, Loss: {'mse_loss': 0.028145987540483475, 'totoal_loss': 0.028145987540483475, 'data_time': 0.009642307995818555, 'model_time': 0.5513598959951196, 'learning_rate': 5.492218176948673e-06, 'epoch': 40.92})
170
+ Step 17000, Loss: {'mse_loss': 0.027337010949850082, 'totoal_loss': 0.027337010949850082, 'data_time': 0.006839718000264838, 'model_time': 0.4890395980037283, 'learning_rate': 5.431103782705404e-06, 'epoch': 41.16})
171
+ Step 17100, Loss: {'mse_loss': 0.02329019270837307, 'totoal_loss': 0.02329019270837307, 'data_time': 0.00990305800223723, 'model_time': 0.47694686401518993, 'learning_rate': 5.369941051126377e-06, 'epoch': 41.4})
172
+ Step 17200, Loss: {'mse_loss': 0.02545330487191677, 'totoal_loss': 0.02545330487191677, 'data_time': 0.007326852006372064, 'model_time': 0.4900274369865656, 'learning_rate': 5.308739640515932e-06, 'epoch': 41.65})
173
+ Step 17300, Loss: {'mse_loss': 0.02334607020020485, 'totoal_loss': 0.02334607020020485, 'data_time': 0.011516555998241529, 'model_time': 0.4862825259915553, 'learning_rate': 5.24750921528627e-06, 'epoch': 41.89})
174
+ Step 17400, Loss: {'mse_loss': 0.027994992211461067, 'totoal_loss': 0.027994992211461067, 'data_time': 0.007813586009433493, 'model_time': 0.500093233975349, 'learning_rate': 5.186259444431344e-06, 'epoch': 42.13})
175
+ Step 17500, Loss: {'mse_loss': 0.02145260199904442, 'totoal_loss': 0.02145260199904442, 'data_time': 0.007657445006771013, 'model_time': 0.48577157899853773, 'learning_rate': 5.125e-06, 'epoch': 42.37})
176
+ Step 17600, Loss: {'mse_loss': 0.026462355628609657, 'totoal_loss': 0.026462355628609657, 'data_time': 0.011154280975461006, 'model_time': 0.4828277930209879, 'learning_rate': 5.063740555568656e-06, 'epoch': 42.62})
177
+ Step 17700, Loss: {'mse_loss': 0.02098250947892666, 'totoal_loss': 0.02098250947892666, 'data_time': 0.01100411798688583, 'model_time': 0.5070158379967324, 'learning_rate': 5.002490784713731e-06, 'epoch': 42.86})
178
+ Step 17800, Loss: {'mse_loss': 0.021065985783934593, 'totoal_loss': 0.021065985783934593, 'data_time': 0.015659764991141856, 'model_time': 0.4673889449913986, 'learning_rate': 4.9412603594840695e-06, 'epoch': 43.1})
179
+ Step 17900, Loss: {'mse_loss': 0.03288213908672333, 'totoal_loss': 0.03288213908672333, 'data_time': 0.012334322993410751, 'model_time': 0.4741279640002176, 'learning_rate': 4.8800589488736245e-06, 'epoch': 43.34})
180
+ Step 18000, Loss: {'mse_loss': 0.020093152299523354, 'totoal_loss': 0.020093152299523354, 'data_time': 0.007790861011017114, 'model_time': 0.4706994180160109, 'learning_rate': 4.818896217294598e-06, 'epoch': 43.58})
181
+ Step 18100, Loss: {'mse_loss': 0.02629571408033371, 'totoal_loss': 0.02629571408033371, 'data_time': 0.00779151899041608, 'model_time': 0.4642143929959275, 'learning_rate': 4.757781823051329e-06, 'epoch': 43.83})
182
+ Step 18200, Loss: {'mse_loss': 0.021975312381982803, 'totoal_loss': 0.021975312381982803, 'data_time': 0.014611256978241727, 'model_time': 0.4868945359776262, 'learning_rate': 4.696725416815128e-06, 'epoch': 44.07})
183
+ Step 18300, Loss: {'mse_loss': 0.025353144854307175, 'totoal_loss': 0.025353144854307175, 'data_time': 0.016881252988241613, 'model_time': 0.4807871720113326, 'learning_rate': 4.635736640100327e-06, 'epoch': 44.31})
184
+ Step 18400, Loss: {'mse_loss': 0.02722274884581566, 'totoal_loss': 0.02722274884581566, 'data_time': 0.013862213992979378, 'model_time': 0.49021278400323354, 'learning_rate': 4.574825123741778e-06, 'epoch': 44.55})
185
+ Step 18500, Loss: {'mse_loss': 0.019547799602150917, 'totoal_loss': 0.019547799602150917, 'data_time': 0.01724894199287519, 'model_time': 0.5009051139932126, 'learning_rate': 4.5140004863740165e-06, 'epoch': 44.79})
186
+ Step 18600, Loss: {'mse_loss': 0.029098205268383026, 'totoal_loss': 0.029098205268383026, 'data_time': 0.00036472498322837055, 'model_time': 0.48675449698930606, 'learning_rate': 4.45327233291239e-06, 'epoch': 45.04})
187
+ Step 18700, Loss: {'mse_loss': 0.022373205050826073, 'totoal_loss': 0.022373205050826073, 'data_time': 0.0003424219903536141, 'model_time': 0.49974886199925095, 'learning_rate': 4.39265025303631e-06, 'epoch': 45.28})
188
+ Step 18800, Loss: {'mse_loss': 0.02022606134414673, 'totoal_loss': 0.02022606134414673, 'data_time': 0.00034544599475339055, 'model_time': 0.49278534299810417, 'learning_rate': 4.332143819674943e-06, 'epoch': 45.52})
189
+ Step 18900, Loss: {'mse_loss': 0.021277446299791336, 'totoal_loss': 0.021277446299791336, 'data_time': 0.00041883400990627706, 'model_time': 0.49026672801119275, 'learning_rate': 4.271762587495529e-06, 'epoch': 45.76})
190
+ Step 19000, Loss: {'mse_loss': 0.02003103494644165, 'totoal_loss': 0.02003103494644165, 'data_time': 0.0006294809863902628, 'model_time': 0.9655875309836119, 'learning_rate': 4.2115160913945914e-06, 'epoch': 46.0})
191
+ Step 19100, Loss: {'mse_loss': 0.03240486979484558, 'totoal_loss': 0.03240486979484558, 'data_time': 0.009207839000737295, 'model_time': 0.500387342995964, 'learning_rate': 4.151413844992267e-06, 'epoch': 46.25})
192
+ Step 19200, Loss: {'mse_loss': 0.01907055638730526, 'totoal_loss': 0.01907055638730526, 'data_time': 0.007879137003328651, 'model_time': 0.503317294002045, 'learning_rate': 4.091465339129985e-06, 'epoch': 46.49})
193
+ Step 19300, Loss: {'mse_loss': 0.01880607008934021, 'totoal_loss': 0.01880607008934021, 'data_time': 0.01040310101234354, 'model_time': 0.508816364017548, 'learning_rate': 4.031680040371768e-06, 'epoch': 46.73})
194
+ Step 19400, Loss: {'mse_loss': 0.022290712222456932, 'totoal_loss': 0.022290712222456932, 'data_time': 0.009246851986972615, 'model_time': 0.4873965419828892, 'learning_rate': 3.972067389509344e-06, 'epoch': 46.97})
195
+ Step 19500, Loss: {'mse_loss': 0.02852235920727253, 'totoal_loss': 0.02852235920727253, 'data_time': 0.0004679099947679788, 'model_time': 0.5098174980084877, 'learning_rate': 3.912636800071335e-06, 'epoch': 47.22})
196
+ Step 19600, Loss: {'mse_loss': 0.020438743755221367, 'totoal_loss': 0.020438743755221367, 'data_time': 0.0003663609968498349, 'model_time': 0.5619997570174746, 'learning_rate': 3.853397656836754e-06, 'epoch': 47.46})
197
+ Step 19700, Loss: {'mse_loss': 0.019237957894802094, 'totoal_loss': 0.019237957894802094, 'data_time': 0.00046305498108267784, 'model_time': 0.5183670970145613, 'learning_rate': 3.7943593143530404e-06, 'epoch': 47.7})
198
+ Step 19800, Loss: {'mse_loss': 0.023593027144670486, 'totoal_loss': 0.023593027144670486, 'data_time': 0.0003700339875649661, 'model_time': 0.49573060299735516, 'learning_rate': 3.735531095458867e-06, 'epoch': 47.94})
199
+ Step 19900, Loss: {'mse_loss': 0.019941437989473343, 'totoal_loss': 0.019941437989473343, 'data_time': 0.010562484996626154, 'model_time': 0.5045611190143973, 'learning_rate': 3.6769222898119562e-06, 'epoch': 48.18})
200
+ Step 20000, Loss: {'mse_loss': 0.020751213654875755, 'totoal_loss': 0.020751213654875755, 'data_time': 0.007506905996706337, 'model_time': 0.4948230290028732, 'learning_rate': 3.618542152422132e-06, 'epoch': 48.43})
201
+ Step 20100, Loss: {'mse_loss': 0.020610641688108444, 'totoal_loss': 0.020610641688108444, 'data_time': 0.008262215997092426, 'model_time': 0.49938865000149235, 'learning_rate': 3.560399902189855e-06, 'epoch': 48.67})
202
+ Step 20200, Loss: {'mse_loss': 0.021843915805220604, 'totoal_loss': 0.021843915805220604, 'data_time': 0.009944407996954396, 'model_time': 0.4980786119995173, 'learning_rate': 3.502504720450441e-06, 'epoch': 48.91})
203
+ Step 20300, Loss: {'mse_loss': 0.01958473026752472, 'totoal_loss': 0.01958473026752472, 'data_time': 0.007432501995936036, 'model_time': 0.47975288098677993, 'learning_rate': 3.4448657495242304e-06, 'epoch': 49.15})
204
+ Step 20400, Loss: {'mse_loss': 0.016976824030280113, 'totoal_loss': 0.016976824030280113, 'data_time': 0.010157885000808164, 'model_time': 0.5280690609943122, 'learning_rate': 3.387492091272904e-06, 'epoch': 49.39})
205
+ Step 20500, Loss: {'mse_loss': 0.018973253667354584, 'totoal_loss': 0.018973253667354584, 'data_time': 0.008859535009833053, 'model_time': 0.5645834910101257, 'learning_rate': 3.3303928056621955e-06, 'epoch': 49.64})
206
+ Step 20600, Loss: {'mse_loss': 0.019864926114678383, 'totoal_loss': 0.019864926114678383, 'data_time': 0.007838676014216617, 'model_time': 0.48357276199385524, 'learning_rate': 3.2735769093312202e-06, 'epoch': 49.88})
207
+ Step 20700, Loss: {'mse_loss': 0.020676519721746445, 'totoal_loss': 0.020676519721746445, 'data_time': 0.018232542992336676, 'model_time': 0.5493466249899939, 'learning_rate': 3.217053374168639e-06, 'epoch': 50.12})
208
+ Step 20800, Loss: {'mse_loss': 0.023314962163567543, 'totoal_loss': 0.023314962163567543, 'data_time': 0.01770964200841263, 'model_time': 0.4477548210124951, 'learning_rate': 3.1608311258958953e-06, 'epoch': 50.36})
209
+ Step 20900, Loss: {'mse_loss': 0.02678879164159298, 'totoal_loss': 0.02678879164159298, 'data_time': 0.018642816983629018, 'model_time': 0.4581019089964684, 'learning_rate': 3.10491904265774e-06, 'epoch': 50.61})
210
+ Step 21000, Loss: {'mse_loss': 0.022152019664645195, 'totoal_loss': 0.022152019664645195, 'data_time': 0.017150765022961423, 'model_time': 0.4817946969997138, 'learning_rate': 3.0493259536202714e-06, 'epoch': 50.85})
211
+ Step 21100, Loss: {'mse_loss': 0.025526348501443863, 'totoal_loss': 0.025526348501443863, 'data_time': 0.00036839599488303065, 'model_time': 0.5051065209845547, 'learning_rate': 2.9940606375767038e-06, 'epoch': 51.09})
212
+ Step 21200, Loss: {'mse_loss': 0.026946747675538063, 'totoal_loss': 0.026946747675538063, 'data_time': 0.00045952899381518364, 'model_time': 0.5050926260009874, 'learning_rate': 2.939131821561094e-06, 'epoch': 51.33})
213
+ Step 21300, Loss: {'mse_loss': 0.02453434281051159, 'totoal_loss': 0.02453434281051159, 'data_time': 0.0005519789992831647, 'model_time': 0.4875640540267341, 'learning_rate': 2.8845481794702473e-06, 'epoch': 51.57})
214
+ Step 21400, Loss: {'mse_loss': 0.019706344231963158, 'totoal_loss': 0.019706344231963158, 'data_time': 0.00037216400960460305, 'model_time': 0.4992930750013329, 'learning_rate': 2.830318330694004e-06, 'epoch': 51.82})
215
+ Step 21500, Loss: {'mse_loss': 0.021497385576367378, 'totoal_loss': 0.021497385576367378, 'data_time': 0.019300530024338514, 'model_time': 0.5068306880129967, 'learning_rate': 2.7764508387541378e-06, 'epoch': 52.06})
216
+ Step 21600, Loss: {'mse_loss': 0.02582739107310772, 'totoal_loss': 0.02582739107310772, 'data_time': 0.01624455300043337, 'model_time': 0.7967640830029268, 'learning_rate': 2.7229542099520797e-06, 'epoch': 52.3})
217
+ Step 21700, Loss: {'mse_loss': 0.016075722873210907, 'totoal_loss': 0.016075722873210907, 'data_time': 0.017310560011537746, 'model_time': 0.5148490520077758, 'learning_rate': 2.669836892025666e-06, 'epoch': 52.54})
218
+ Step 21800, Loss: {'mse_loss': 0.025254929438233376, 'totoal_loss': 0.025254929438233376, 'data_time': 0.01632441399851814, 'model_time': 0.46969504200387746, 'learning_rate': 2.6171072728151557e-06, 'epoch': 52.78})
219
+ Step 21900, Loss: {'mse_loss': 0.022126508876681328, 'totoal_loss': 0.022126508876681328, 'data_time': 0.010305152012733743, 'model_time': 0.4813588169927243, 'learning_rate': 2.5647736789386828e-06, 'epoch': 53.03})
220
+ Step 22000, Loss: {'mse_loss': 0.022502196952700615, 'totoal_loss': 0.022502196952700615, 'data_time': 0.007968516991240904, 'model_time': 0.507015737995971, 'learning_rate': 2.5128443744773904e-06, 'epoch': 53.27})
221
+ Step 22100, Loss: {'mse_loss': 0.017719468101859093, 'totoal_loss': 0.017719468101859093, 'data_time': 0.015453886007890105, 'model_time': 0.47247103200061247, 'learning_rate': 2.4613275596704386e-06, 'epoch': 53.51})
222
+ Step 22200, Loss: {'mse_loss': 0.025030817836523056, 'totoal_loss': 0.025030817836523056, 'data_time': 0.011011598020559177, 'model_time': 0.4817580649978481, 'learning_rate': 2.4102313696200853e-06, 'epoch': 53.75})
223
+ Step 22300, Loss: {'mse_loss': 0.02656029351055622, 'totoal_loss': 0.02656029351055622, 'data_time': 0.008383976994082332, 'model_time': 0.4213713690114673, 'learning_rate': 2.359563873007063e-06, 'epoch': 54.0})
224
+ Step 22400, Loss: {'mse_loss': 0.01841282844543457, 'totoal_loss': 0.01841282844543457, 'data_time': 0.008618597988970578, 'model_time': 0.47803408099571243, 'learning_rate': 2.3093330708164465e-06, 'epoch': 54.24})
225
+ Step 22500, Loss: {'mse_loss': 0.02230064384639263, 'totoal_loss': 0.02230064384639263, 'data_time': 0.010235144989565015, 'model_time': 0.5018138680025004, 'learning_rate': 2.2595468950741943e-06, 'epoch': 54.48})
226
+ Step 22600, Loss: {'mse_loss': 0.01929282769560814, 'totoal_loss': 0.01929282769560814, 'data_time': 0.009972191008273512, 'model_time': 0.49223139899550006, 'learning_rate': 2.2102132075945974e-06, 'epoch': 54.72})
227
+ Step 22700, Loss: {'mse_loss': 0.017366722226142883, 'totoal_loss': 0.017366722226142883, 'data_time': 0.008102699997834861, 'model_time': 0.5088765109831002, 'learning_rate': 2.1613397987388e-06, 'epoch': 54.96})
228
+ Step 22800, Loss: {'mse_loss': 0.018151666969060898, 'totoal_loss': 0.018151666969060898, 'data_time': 0.0003566750092431903, 'model_time': 0.48998610698617995, 'learning_rate': 2.1129343861846207e-06, 'epoch': 55.21})
229
+ Step 22900, Loss: {'mse_loss': 0.016840914264321327, 'totoal_loss': 0.016840914264321327, 'data_time': 0.00043666097917594016, 'model_time': 0.5009126750228461, 'learning_rate': 2.065004613707836e-06, 'epoch': 55.45})
230
+ Step 23000, Loss: {'mse_loss': 0.02651931159198284, 'totoal_loss': 0.02651931159198284, 'data_time': 0.00038736299029551446, 'model_time': 0.4800919870031066, 'learning_rate': 2.0175580499751375e-06, 'epoch': 55.69})
231
+ Step 23100, Loss: {'mse_loss': 0.018210016191005707, 'totoal_loss': 0.018210016191005707, 'data_time': 0.0004310650110710412, 'model_time': 0.5079679150076117, 'learning_rate': 1.9706021873489604e-06, 'epoch': 55.93})
232
+ Step 23200, Loss: {'mse_loss': 0.022598322480916977, 'totoal_loss': 0.022598322480916977, 'data_time': 0.008596886997111142, 'model_time': 0.4984699309861753, 'learning_rate': 1.924144440704338e-06, 'epoch': 56.17})
233
+ Step 23300, Loss: {'mse_loss': 0.024740850552916527, 'totoal_loss': 0.024740850552916527, 'data_time': 0.009131733007961884, 'model_time': 0.4668084419972729, 'learning_rate': 1.8781921462580238e-06, 'epoch': 56.42})
234
+ Step 23400, Loss: {'mse_loss': 0.019447341561317444, 'totoal_loss': 0.019447341561317444, 'data_time': 0.008514007000485435, 'model_time': 0.48699758501606993, 'learning_rate': 1.8327525604100058e-06, 'epoch': 56.66})
235
+ Step 23500, Loss: {'mse_loss': 0.017487186938524246, 'totoal_loss': 0.017487186938524246, 'data_time': 0.007986391021404415, 'model_time': 0.47974024299765006, 'learning_rate': 1.7878328585976426e-06, 'epoch': 56.9})
236
+ Step 23600, Loss: {'mse_loss': 0.019120045006275177, 'totoal_loss': 0.019120045006275177, 'data_time': 0.00858961301855743, 'model_time': 0.5392312379844952, 'learning_rate': 1.7434401341625765e-06, 'epoch': 57.14})
237
+ Step 23700, Loss: {'mse_loss': 0.020865850150585175, 'totoal_loss': 0.020865850150585175, 'data_time': 0.008231738989707083, 'model_time': 0.49363540098420344, 'learning_rate': 1.6995813972306108e-06, 'epoch': 57.38})
238
+ Step 23800, Loss: {'mse_loss': 0.022587411105632782, 'totoal_loss': 0.022587411105632782, 'data_time': 0.008616210019681603, 'model_time': 0.47541514597833157, 'learning_rate': 1.656263573604734e-06, 'epoch': 57.63})
239
+ Step 23900, Loss: {'mse_loss': 0.02206246927380562, 'totoal_loss': 0.02206246927380562, 'data_time': 0.00797409299411811, 'model_time': 0.48108935001073405, 'learning_rate': 1.613493503671454e-06, 'epoch': 57.87})
240
+ Step 24000, Loss: {'mse_loss': 0.0191021915525198, 'totoal_loss': 0.0191021915525198, 'data_time': 0.00036148299113847315, 'model_time': 0.5477911070047412, 'learning_rate': 1.5712779413206198e-06, 'epoch': 58.11})
241
+ Step 24100, Loss: {'mse_loss': 0.017742833122611046, 'totoal_loss': 0.017742833122611046, 'data_time': 0.00036204102798365057, 'model_time': 0.49084594298619777, 'learning_rate': 1.5296235528789028e-06, 'epoch': 58.35})
242
+ Step 24200, Loss: {'mse_loss': 0.0254215095192194, 'totoal_loss': 0.0254215095192194, 'data_time': 0.000351835013134405, 'model_time': 0.4925180610152893, 'learning_rate': 1.4885369160571124e-06, 'epoch': 58.6})
243
+ Step 24300, Loss: {'mse_loss': 0.01871347986161709, 'totoal_loss': 0.01871347986161709, 'data_time': 0.00035726200439967215, 'model_time': 0.508053925994318, 'learning_rate': 1.4480245189114938e-06, 'epoch': 58.84})
244
+ Step 24400, Loss: {'mse_loss': 0.021213212981820107, 'totoal_loss': 0.021213212981820107, 'data_time': 0.00037493399577215314, 'model_time': 0.8445312390103936, 'learning_rate': 1.408092758819191e-06, 'epoch': 59.08})
245
+ Step 24500, Loss: {'mse_loss': 0.023382030427455902, 'totoal_loss': 0.023382030427455902, 'data_time': 0.0005013420013710856, 'model_time': 0.4746669009909965, 'learning_rate': 1.368747941468028e-06, 'epoch': 59.32})
246
+ Step 24600, Loss: {'mse_loss': 0.015729736536741257, 'totoal_loss': 0.015729736536741257, 'data_time': 0.0005698669992852956, 'model_time': 0.49983129699830897, 'learning_rate': 1.3299962798607614e-06, 'epoch': 59.56})
247
+ Step 24700, Loss: {'mse_loss': 0.019126301631331444, 'totoal_loss': 0.019126301631331444, 'data_time': 0.00035123899579048157, 'model_time': 0.48552184700383805, 'learning_rate': 1.2918438933339827e-06, 'epoch': 59.81})
248
+ Step 24800, Loss: {'mse_loss': 0.02139868214726448, 'totoal_loss': 0.02139868214726448, 'data_time': 0.022133772989036515, 'model_time': 0.5053031330171507, 'learning_rate': 1.2542968065918027e-06, 'epoch': 60.05})
249
+ Step 24900, Loss: {'mse_loss': 0.015492122620344162, 'totoal_loss': 0.015492122620344162, 'data_time': 0.01782318201730959, 'model_time': 0.5105546950071584, 'learning_rate': 1.217360948754476e-06, 'epoch': 60.29})
250
+ Step 25000, Loss: {'mse_loss': 0.01654236763715744, 'totoal_loss': 0.01654236763715744, 'data_time': 0.014887731987982988, 'model_time': 0.47686760302167386, 'learning_rate': 1.1810421524221318e-06, 'epoch': 60.53})
251
+ Step 25100, Loss: {'mse_loss': 0.02028411254286766, 'totoal_loss': 0.02028411254286766, 'data_time': 0.018046070006676018, 'model_time': 0.4756837769818958, 'learning_rate': 1.1453461527537284e-06, 'epoch': 60.77})
252
+ Step 25200, Loss: {'mse_loss': 0.018125740811228752, 'totoal_loss': 0.018125740811228752, 'data_time': 0.00880690201302059, 'model_time': 0.5170288039953448, 'learning_rate': 1.1102785865614162e-06, 'epoch': 61.02})
253
+ Step 25300, Loss: {'mse_loss': 0.021618923172354698, 'totoal_loss': 0.021618923172354698, 'data_time': 0.0003913120017386973, 'model_time': 0.4975597739976365, 'learning_rate': 1.0758449914204127e-06, 'epoch': 61.26})
254
+ Step 25400, Loss: {'mse_loss': 0.019462650641798973, 'totoal_loss': 0.019462650641798973, 'data_time': 0.0007174990023486316, 'model_time': 0.4706649300060235, 'learning_rate': 1.0420508047945595e-06, 'epoch': 61.5})
255
+ Step 25500, Loss: {'mse_loss': 0.019389856606721878, 'totoal_loss': 0.019389856606721878, 'data_time': 0.0004899420018773526, 'model_time': 0.49324958099168725, 'learning_rate': 1.0089013631776776e-06, 'epoch': 61.74})
256
+ Step 25600, Loss: {'mse_loss': 0.024770112708210945, 'totoal_loss': 0.024770112708210945, 'data_time': 0.00024378299713134766, 'model_time': 0.4316703439981211, 'learning_rate': 9.76401901250878e-07, 'epoch': 61.99})
257
+ Step 25700, Loss: {'mse_loss': 0.025561179965734482, 'totoal_loss': 0.025561179965734482, 'data_time': 0.0003713600162882358, 'model_time': 0.5171622350171674, 'learning_rate': 9.44557551055946e-07, 'epoch': 62.23})
258
+ Step 25800, Loss: {'mse_loss': 0.011988925747573376, 'totoal_loss': 0.011988925747573376, 'data_time': 0.0004338420112617314, 'model_time': 0.4895914229855407, 'learning_rate': 9.13373341184928e-07, 'epoch': 62.47})
259
+ Step 25900, Loss: {'mse_loss': 0.01758122257888317, 'totoal_loss': 0.01758122257888317, 'data_time': 0.000379630975658074, 'model_time': 0.49360260399407707, 'learning_rate': 8.828541959860623e-07, 'epoch': 62.71})
260
+ Step 26000, Loss: {'mse_loss': 0.020883312448859215, 'totoal_loss': 0.020883312448859215, 'data_time': 0.00048434900236316025, 'model_time': 0.4763430300226901, 'learning_rate': 8.530049347861661e-07, 'epoch': 62.95})
261
+ Step 26100, Loss: {'mse_loss': 0.01579819992184639, 'totoal_loss': 0.01579819992184639, 'data_time': 0.0003611049905885011, 'model_time': 0.5013742640148848, 'learning_rate': 8.238302711296034e-07, 'epoch': 63.2})
262
+ Step 26200, Loss: {'mse_loss': 0.013484187424182892, 'totoal_loss': 0.013484187424182892, 'data_time': 0.00039063498843461275, 'model_time': 0.5538979039993137, 'learning_rate': 7.953348120339707e-07, 'epoch': 63.44})
263
+ Step 26300, Loss: {'mse_loss': 0.018955832347273827, 'totoal_loss': 0.018955832347273827, 'data_time': 0.0003582159988582134, 'model_time': 0.47995653000543825, 'learning_rate': 7.675230572625892e-07, 'epoch': 63.68})
264
+ Step 26400, Loss: {'mse_loss': 0.014403142035007477, 'totoal_loss': 0.014403142035007477, 'data_time': 0.02496585197513923, 'model_time': 0.4852540720021352, 'learning_rate': 7.40399398613941e-07, 'epoch': 63.92})
265
+ Step 26500, Loss: {'mse_loss': 0.015360560268163681, 'totoal_loss': 0.015360560268163681, 'data_time': 0.007838516001356766, 'model_time': 0.4798585269891191, 'learning_rate': 7.139681192281557e-07, 'epoch': 64.16})
266
+ Step 26600, Loss: {'mse_loss': 0.02181721292436123, 'totoal_loss': 0.02181721292436123, 'data_time': 0.008910366013878956, 'model_time': 0.5701376329816412, 'learning_rate': 6.882333929106462e-07, 'epoch': 64.41})
267
+ Step 26700, Loss: {'mse_loss': 0.01832512393593788, 'totoal_loss': 0.01832512393593788, 'data_time': 0.007382709998637438, 'model_time': 0.5638813549885526, 'learning_rate': 6.63199283473027e-07, 'epoch': 64.65})
268
+ Step 26800, Loss: {'mse_loss': 0.016258738934993744, 'totoal_loss': 0.016258738934993744, 'data_time': 0.010268304002238438, 'model_time': 0.5430821290065069, 'learning_rate': 6.388697440913819e-07, 'epoch': 64.89})
269
+ Step 26900, Loss: {'mse_loss': 0.018079036846756935, 'totoal_loss': 0.018079036846756935, 'data_time': 0.00861599700874649, 'model_time': 0.49869973500608467, 'learning_rate': 6.152486166820176e-07, 'epoch': 65.13})
270
+ Step 27000, Loss: {'mse_loss': 0.017551599070429802, 'totoal_loss': 0.017551599070429802, 'data_time': 0.007799245999194682, 'model_time': 0.4984243329963647, 'learning_rate': 5.923396312947748e-07, 'epoch': 65.38})
271
+ Step 27100, Loss: {'mse_loss': 0.023796092718839645, 'totoal_loss': 0.023796092718839645, 'data_time': 0.0068705139856319875, 'model_time': 0.4718718570074998, 'learning_rate': 5.701464055240163e-07, 'epoch': 65.62})
272
+ Step 27200, Loss: {'mse_loss': 0.01663990505039692, 'totoal_loss': 0.01663990505039692, 'data_time': 0.007839683996280655, 'model_time': 0.4824203150055837, 'learning_rate': 5.48672443937364e-07, 'epoch': 65.86})
273
+ Step 27300, Loss: {'mse_loss': 0.014518129639327526, 'totoal_loss': 0.014518129639327526, 'data_time': 0.0003515519783832133, 'model_time': 0.5505177179875318, 'learning_rate': 5.279211375222855e-07, 'epoch': 66.1})
274
+ Step 27400, Loss: {'mse_loss': 0.019000772386789322, 'totoal_loss': 0.019000772386789322, 'data_time': 0.008326581009896472, 'model_time': 0.5474403029948007, 'learning_rate': 5.07895763150622e-07, 'epoch': 66.34})
275
+ Step 27500, Loss: {'mse_loss': 0.021594692021608353, 'totoal_loss': 0.021594692021608353, 'data_time': 0.008696087985299528, 'model_time': 0.5074536990141496, 'learning_rate': 4.885994830611266e-07, 'epoch': 66.59})
276
+ Step 27600, Loss: {'mse_loss': 0.018391642719507217, 'totoal_loss': 0.018391642719507217, 'data_time': 0.009612812980776653, 'model_time': 0.4716023619985208, 'learning_rate': 4.700353443601156e-07, 'epoch': 66.83})
277
+ Step 27700, Loss: {'mse_loss': 0.021534530445933342, 'totoal_loss': 0.021534530445933342, 'data_time': 0.000378286000341177, 'model_time': 0.4934160319971852, 'learning_rate': 4.5220627854029224e-07, 'epoch': 67.07})
278
+ Step 27800, Loss: {'mse_loss': 0.02146264538168907, 'totoal_loss': 0.02146264538168907, 'data_time': 0.0003522469778545201, 'model_time': 0.5037766330060549, 'learning_rate': 4.351151010178311e-07, 'epoch': 67.31})
279
+ Step 27900, Loss: {'mse_loss': 0.0163568127900362, 'totoal_loss': 0.0163568127900362, 'data_time': 0.0003663740062620491, 'model_time': 0.4913621720043011, 'learning_rate': 4.1876451068778983e-07, 'epoch': 67.55})
280
+ Step 28000, Loss: {'mse_loss': 0.02191132679581642, 'totoal_loss': 0.02191132679581642, 'data_time': 0.0007294020033441484, 'model_time': 0.611027514009038, 'learning_rate': 4.031570894979235e-07, 'epoch': 67.8})
281
+ Step 28100, Loss: {'mse_loss': 0.02465066872537136, 'totoal_loss': 0.02465066872537136, 'data_time': 0.015793113998370245, 'model_time': 0.5064240420178976, 'learning_rate': 3.882953020409644e-07, 'epoch': 68.04})
282
+ Step 28200, Loss: {'mse_loss': 0.016988521441817284, 'totoal_loss': 0.016988521441817284, 'data_time': 0.015539782005362213, 'model_time': 0.4729158859991003, 'learning_rate': 3.74181495165436e-07, 'epoch': 68.28})
283
+ Step 28300, Loss: {'mse_loss': 0.01707773655653, 'totoal_loss': 0.01707773655653, 'data_time': 0.01484551199246198, 'model_time': 0.49064087599981576, 'learning_rate': 3.608178976050568e-07, 'epoch': 68.52})
284
+ Step 28400, Loss: {'mse_loss': 0.021989980712532997, 'totoal_loss': 0.021989980712532997, 'data_time': 0.017381133016897365, 'model_time': 0.5098275810014457, 'learning_rate': 3.482066196267966e-07, 'epoch': 68.77})
285
+ Step 28500, Loss: {'mse_loss': 0.019916722550988197, 'totoal_loss': 0.019916722550988197, 'data_time': 0.00939355799346231, 'model_time': 0.5241884450078942, 'learning_rate': 3.36349652697643e-07, 'epoch': 69.01})
286
+ Step 28600, Loss: {'mse_loss': 0.024045858532190323, 'totoal_loss': 0.024045858532190323, 'data_time': 0.007947131001856178, 'model_time': 0.5597613499849103, 'learning_rate': 3.2524886917012403e-07, 'epoch': 69.25})
287
+ Step 28700, Loss: {'mse_loss': 0.014488891698420048, 'totoal_loss': 0.014488891698420048, 'data_time': 0.01015760499285534, 'model_time': 0.4886136019777041, 'learning_rate': 3.149060219866433e-07, 'epoch': 69.49})
288
+ Step 28800, Loss: {'mse_loss': 0.021589186042547226, 'totoal_loss': 0.021589186042547226, 'data_time': 0.008234049018938094, 'model_time': 0.52216277300613, 'learning_rate': 3.053227444026695e-07, 'epoch': 69.73})
289
+ Step 28900, Loss: {'mse_loss': 0.012406335212290287, 'totoal_loss': 0.012406335212290287, 'data_time': 0.009550070011755452, 'model_time': 0.47271204201388173, 'learning_rate': 2.9650054972882544e-07, 'epoch': 69.98})
290
+ Step 29000, Loss: {'mse_loss': 0.02305644378066063, 'totoal_loss': 0.02305644378066063, 'data_time': 0.011086319980677217, 'model_time': 0.49885717799770646, 'learning_rate': 2.884408310919209e-07, 'epoch': 70.22})
291
+ Step 29100, Loss: {'mse_loss': 0.02056068554520607, 'totoal_loss': 0.02056068554520607, 'data_time': 0.009152001002803445, 'model_time': 0.5485857680032495, 'learning_rate': 2.8114486121495906e-07, 'epoch': 70.46})
292
+ Step 29200, Loss: {'mse_loss': 0.018514417111873627, 'totoal_loss': 0.018514417111873627, 'data_time': 0.007912007014965639, 'model_time': 0.48753824800951406, 'learning_rate': 2.746137922161617e-07, 'epoch': 70.7})
293
+ Step 29300, Loss: {'mse_loss': 0.01913280040025711, 'totoal_loss': 0.01913280040025711, 'data_time': 0.00982154201483354, 'model_time': 0.5528742629976477, 'learning_rate': 2.68848655427034e-07, 'epoch': 70.94})
294
+ Step 29400, Loss: {'mse_loss': 0.015812518075108528, 'totoal_loss': 0.015812518075108528, 'data_time': 0.00038136699004098773, 'model_time': 0.5121269709779881, 'learning_rate': 2.638503612295071e-07, 'epoch': 71.19})
295
+ Step 29500, Loss: {'mse_loss': 0.014691898599267006, 'totoal_loss': 0.014691898599267006, 'data_time': 0.000614401011262089, 'model_time': 0.4991788410115987, 'learning_rate': 2.5961969891217614e-07, 'epoch': 71.43})
296
+ Step 29600, Loss: {'mse_loss': 0.02071564830839634, 'totoal_loss': 0.02071564830839634, 'data_time': 0.0005727029929403216, 'model_time': 0.5627547540061641, 'learning_rate': 2.5615733654566483e-07, 'epoch': 71.67})
297
+ Step 29700, Loss: {'mse_loss': 0.01451098546385765, 'totoal_loss': 0.01451098546385765, 'data_time': 0.0004118710057809949, 'model_time': 0.4740596210176591, 'learning_rate': 2.5346382087712764e-07, 'epoch': 71.91})
298
+ Step 29800, Loss: {'mse_loss': 0.01803823560476303, 'totoal_loss': 0.01803823560476303, 'data_time': 0.007828898000298068, 'model_time': 0.49271443401812576, 'learning_rate': 2.515395772439128e-07, 'epoch': 72.15})
299
+ Step 29900, Loss: {'mse_loss': 0.019600583240389824, 'totoal_loss': 0.019600583240389824, 'data_time': 0.010007982986280695, 'model_time': 0.5027895140228793, 'learning_rate': 2.5038490950639644e-07, 'epoch': 72.4})
300
+ Step 30000, Loss: {'mse_loss': 0.01818872056901455, 'totoal_loss': 0.01818872056901455, 'mse_score': 0.0014435815225754464, 'data_time': 0.0078105909924488515, 'model_time': 0.5132662760152016, 'learning_rate': 2.5e-07, 'epoch': 72.64})