Cognition2ActionLab commited on
Commit
9d09ad4
·
verified ·
1 Parent(s): 1f9d0bf

Upload folder using huggingface_hub

Browse files
libero_10_2B/starvla_qwen_gr00t/config.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "starvla_qwen_gr00t",
3
+ "run_root_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models/libero_10",
4
+ "seed": 42,
5
+ "trackers": [
6
+ "jsonl",
7
+ "wandb"
8
+ ],
9
+ "wandb_project": "starVLA",
10
+ "is_debug": false,
11
+ "framework": {
12
+ "name": "QwenGR00T",
13
+ "qwenvl": {
14
+ "base_vlm": "/share/project/baishuanghao/code/HLM-VLA/models/Qwen3-VL-2B-Instruct",
15
+ "attn_implementation": "flash_attention_2",
16
+ "vl_hidden_dim": 2048
17
+ },
18
+ "dino": {
19
+ "dino_backbone": "dinov2_vits14"
20
+ },
21
+ "action_model": {
22
+ "action_model_type": "DiT-B",
23
+ "action_hidden_dim": 2,
24
+ "hidden_size": 1024,
25
+ "add_pos_embed": true,
26
+ "max_seq_len": 1024,
27
+ "action_dim": 7,
28
+ "state_dim": 7,
29
+ "future_action_window_size": 7,
30
+ "action_horizon": 8,
31
+ "past_action_window_size": 0,
32
+ "repeated_diffusion_steps": 8,
33
+ "noise_beta_alpha": 1.5,
34
+ "noise_beta_beta": 1.0,
35
+ "noise_s": 0.999,
36
+ "num_timestep_buckets": 1000,
37
+ "num_inference_timesteps": 4,
38
+ "num_target_vision_tokens": 32,
39
+ "diffusion_model_cfg": {
40
+ "cross_attention_dim": 2048,
41
+ "dropout": 0.2,
42
+ "final_dropout": true,
43
+ "interleave_self_attention": true,
44
+ "norm_type": "ada_norm",
45
+ "num_layers": 16,
46
+ "output_dim": 1024,
47
+ "positional_embeddings": null
48
+ }
49
+ },
50
+ "reduce_in_full_precision": true
51
+ },
52
+ "datasets": {
53
+ "vlm_data": {
54
+ "dataset_py": "vlm_datasets",
55
+ "dataformat": "llava_json",
56
+ "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",
57
+ "eval_dataset": "aokvqa_cauldron_llava_format",
58
+ "data_flatten": false,
59
+ "base_interval": 2,
60
+ "max_pixels": 12845056,
61
+ "min_pixels": 3136,
62
+ "model_max_length": 2048,
63
+ "model_type": "qwen2.5vl",
64
+ "per_device_batch_size": 4
65
+ },
66
+ "vla_data": {
67
+ "dataset_py": "lerobot_datasets",
68
+ "data_root_dir": "/share/project/baishuanghao/data/libero_lerobot",
69
+ "data_mix": "libero_10",
70
+ "action_type": "delta_qpos",
71
+ "CoT_prompt": "Your task is {instruction}. To identify the key objects for your task. Locate their bounding boxes in [x1,y1,x2,y2] format.",
72
+ "CoT_answer": "bbox",
73
+ "default_image_resolution": [
74
+ 3,
75
+ 224,
76
+ 224
77
+ ],
78
+ "per_device_batch_size": 16,
79
+ "load_all_data_for_training": true,
80
+ "obs": [
81
+ "image_0"
82
+ ]
83
+ }
84
+ },
85
+ "trainer": {
86
+ "epochs": 100,
87
+ "max_train_steps": 30000,
88
+ "num_warmup_steps": 5000,
89
+ "save_interval": 30000,
90
+ "eval_interval": 30000,
91
+ "learning_rate": {
92
+ "base": 4e-05,
93
+ "qwen_vl_interface": 1e-05,
94
+ "action_model": 0.0001
95
+ },
96
+ "lr_scheduler_type": "cosine_with_min_lr",
97
+ "scheduler_specific_kwargs": {
98
+ "min_lr": 1e-06
99
+ },
100
+ "freeze_modules": null,
101
+ "loss_scale": {
102
+ "vla": 1.0,
103
+ "vlm": 0.1
104
+ },
105
+ "max_grad_norm": 1.0,
106
+ "warmup_ratio": 0.1,
107
+ "weight_decay": 0.0,
108
+ "logging_frequency": 100,
109
+ "gradient_clipping": 1.0,
110
+ "gradient_accumulation_steps": 1,
111
+ "optimizer": {
112
+ "name": "AdamW",
113
+ "betas": [
114
+ 0.9,
115
+ 0.95
116
+ ],
117
+ "eps": 1e-08,
118
+ "weight_decay": 1e-08
119
+ },
120
+ "is_resume": false,
121
+ "resume_epoch": null,
122
+ "resume_step": null,
123
+ "enable_gradient_checkpointing": true,
124
+ "enable_mixed_precision_training": true
125
+ },
126
+ "output_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models/libero_10/starvla_qwen_gr00t"
127
+ }
libero_10_2B/starvla_qwen_gr00t/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_gr00t/final_model/pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95ae857e6117194cdb90b6dbeb749d709c2502b6cab831cf8d79480d79edcfde
3
+ size 5188065554
libero_10_2B/starvla_qwen_gr00t/libero_eval_libero_10.log ADDED
@@ -0,0 +1,2521 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Task suite: libero_10
2
+
3
+ Task: put both the alphabet soup and the tomato sauce in the basket
4
+ Success: True
5
+ # episodes completed so far: 1
6
+ # successes: 1 (100.0%)
7
+
8
+ Task: put both the alphabet soup and the tomato sauce in the basket
9
+ Success: True
10
+ # episodes completed so far: 2
11
+ # successes: 2 (100.0%)
12
+
13
+ Task: put both the alphabet soup and the tomato sauce in the basket
14
+ Success: True
15
+ # episodes completed so far: 3
16
+ # successes: 3 (100.0%)
17
+
18
+ Task: put both the alphabet soup and the tomato sauce in the basket
19
+ Success: True
20
+ # episodes completed so far: 4
21
+ # successes: 4 (100.0%)
22
+
23
+ Task: put both the alphabet soup and the tomato sauce in the basket
24
+ Success: True
25
+ # episodes completed so far: 5
26
+ # successes: 5 (100.0%)
27
+
28
+ Task: put both the alphabet soup and the tomato sauce in the basket
29
+ Success: True
30
+ # episodes completed so far: 6
31
+ # successes: 6 (100.0%)
32
+
33
+ Task: put both the alphabet soup and the tomato sauce in the basket
34
+ Success: True
35
+ # episodes completed so far: 7
36
+ # successes: 7 (100.0%)
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: 8 (100.0%)
42
+
43
+ Task: put both the alphabet soup and the tomato sauce in the basket
44
+ Success: False
45
+ # episodes completed so far: 9
46
+ # successes: 8 (88.9%)
47
+
48
+ Task: put both the alphabet soup and the tomato sauce in the basket
49
+ Success: True
50
+ # episodes completed so far: 10
51
+ # successes: 9 (90.0%)
52
+
53
+ Task: put both the alphabet soup and the tomato sauce in the basket
54
+ Success: True
55
+ # episodes completed so far: 11
56
+ # successes: 10 (90.9%)
57
+
58
+ Task: put both the alphabet soup and the tomato sauce in the basket
59
+ Success: True
60
+ # episodes completed so far: 12
61
+ # successes: 11 (91.7%)
62
+
63
+ Task: put both the alphabet soup and the tomato sauce in the basket
64
+ Success: True
65
+ # episodes completed so far: 13
66
+ # successes: 12 (92.3%)
67
+
68
+ Task: put both the alphabet soup and the tomato sauce in the basket
69
+ Success: True
70
+ # episodes completed so far: 14
71
+ # successes: 13 (92.9%)
72
+
73
+ Task: put both the alphabet soup and the tomato sauce in the basket
74
+ Success: False
75
+ # episodes completed so far: 15
76
+ # successes: 13 (86.7%)
77
+
78
+ Task: put both the alphabet soup and the tomato sauce in the basket
79
+ Success: True
80
+ # episodes completed so far: 16
81
+ # successes: 14 (87.5%)
82
+
83
+ Task: put both the alphabet soup and the tomato sauce in the basket
84
+ Success: True
85
+ # episodes completed so far: 17
86
+ # successes: 15 (88.2%)
87
+
88
+ Task: put both the alphabet soup and the tomato sauce in the basket
89
+ Success: True
90
+ # episodes completed so far: 18
91
+ # successes: 16 (88.9%)
92
+
93
+ Task: put both the alphabet soup and the tomato sauce in the basket
94
+ Success: False
95
+ # episodes completed so far: 19
96
+ # successes: 16 (84.2%)
97
+
98
+ Task: put both the alphabet soup and the tomato sauce in the basket
99
+ Success: True
100
+ # episodes completed so far: 20
101
+ # successes: 17 (85.0%)
102
+
103
+ Task: put both the alphabet soup and the tomato sauce in the basket
104
+ Success: False
105
+ # episodes completed so far: 21
106
+ # successes: 17 (81.0%)
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: 18 (81.8%)
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: 19 (82.6%)
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: 20 (83.3%)
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: 21 (84.0%)
127
+
128
+ Task: put both the alphabet soup and the tomato sauce in the basket
129
+ Success: True
130
+ # episodes completed so far: 26
131
+ # successes: 22 (84.6%)
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: 23 (85.2%)
137
+
138
+ Task: put both the alphabet soup and the tomato sauce in the basket
139
+ Success: False
140
+ # episodes completed so far: 28
141
+ # successes: 23 (82.1%)
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: 24 (82.8%)
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: 25 (83.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: 26 (83.9%)
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: 27 (84.4%)
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: 28 (84.8%)
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: 29 (85.3%)
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: 30 (85.7%)
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: 31 (86.1%)
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: 31 (83.8%)
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: 32 (84.2%)
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: 33 (84.6%)
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: 34 (85.0%)
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: 35 (85.4%)
207
+
208
+ Task: put both the alphabet soup and the tomato sauce in the basket
209
+ Success: False
210
+ # episodes completed so far: 42
211
+ # successes: 35 (83.3%)
212
+
213
+ Task: put both the alphabet soup and the tomato sauce in the basket
214
+ Success: False
215
+ # episodes completed so far: 43
216
+ # successes: 35 (81.4%)
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: 36 (81.8%)
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: 37 (82.2%)
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: 38 (82.6%)
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: 39 (83.0%)
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: 40 (83.3%)
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: 41 (83.7%)
247
+
248
+ Task: put both the alphabet soup and the tomato sauce in the basket
249
+ Success: False
250
+ # episodes completed so far: 50
251
+ # successes: 41 (82.0%)
252
+ Current task success rate: 0.82
253
+ Current total success rate: 0.82
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: 42 (82.4%)
259
+
260
+ Task: put both the cream cheese box and the butter in the basket
261
+ Success: True
262
+ # episodes completed so far: 52
263
+ # successes: 43 (82.7%)
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: 44 (83.0%)
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: 45 (83.3%)
274
+
275
+ Task: put both the cream cheese box and the butter in the basket
276
+ Success: False
277
+ # episodes completed so far: 55
278
+ # successes: 45 (81.8%)
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: 46 (82.1%)
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: 47 (82.5%)
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: 48 (82.8%)
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: 49 (83.1%)
299
+
300
+ Task: put both the cream cheese box and the butter in the basket
301
+ Success: True
302
+ # episodes completed so far: 60
303
+ # successes: 50 (83.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: 51 (83.6%)
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: 52 (83.9%)
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: 53 (84.1%)
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: 54 (84.4%)
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: 55 (84.6%)
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: 56 (84.8%)
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: 57 (85.1%)
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: 58 (85.3%)
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: 59 (85.5%)
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: 60 (85.7%)
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: 61 (85.9%)
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: 62 (86.1%)
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: 63 (86.3%)
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: 64 (86.5%)
374
+
375
+ Task: put both the cream cheese box and the butter in the basket
376
+ Success: True
377
+ # episodes completed so far: 75
378
+ # successes: 65 (86.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: 66 (86.8%)
384
+
385
+ Task: put both the cream cheese box and the butter in the basket
386
+ Success: True
387
+ # episodes completed so far: 77
388
+ # successes: 67 (87.0%)
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: 68 (87.2%)
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: 69 (87.3%)
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: 70 (87.5%)
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: 71 (87.7%)
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: 72 (87.8%)
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: 73 (88.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: 74 (88.1%)
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: 75 (88.2%)
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: 76 (88.4%)
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: 77 (88.5%)
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: 78 (88.6%)
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: 79 (88.8%)
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: 80 (88.9%)
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: 81 (89.0%)
459
+
460
+ Task: put both the cream cheese box and the butter in the basket
461
+ Success: True
462
+ # episodes completed so far: 92
463
+ # successes: 82 (89.1%)
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: 83 (89.2%)
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: 84 (89.4%)
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: 85 (89.5%)
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: 86 (89.6%)
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: 87 (89.7%)
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: 88 (89.8%)
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: 89 (89.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: 90 (90.0%)
504
+ Current task success rate: 0.98
505
+ Current total success rate: 0.9
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: 91 (90.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: 92 (90.2%)
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: 93 (90.3%)
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: 94 (90.4%)
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: 95 (90.5%)
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: 95 (89.6%)
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: 96 (89.7%)
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: 97 (89.8%)
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: 98 (89.9%)
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: 99 (90.0%)
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: 100 (90.1%)
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: 101 (90.2%)
566
+
567
+ Task: turn on the stove and put the moka pot on it
568
+ Success: False
569
+ # episodes completed so far: 113
570
+ # successes: 101 (89.4%)
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: 102 (89.5%)
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: 103 (89.6%)
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: 104 (89.7%)
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: 105 (89.7%)
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: 106 (89.8%)
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: 107 (89.9%)
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: 108 (90.0%)
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: 109 (90.1%)
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: 110 (90.2%)
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: 111 (90.2%)
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: 112 (90.3%)
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: 113 (90.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: 114 (90.5%)
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: 115 (90.6%)
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: 116 (90.6%)
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: 117 (90.7%)
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: 118 (90.8%)
656
+
657
+ Task: turn on the stove and put the moka pot on it
658
+ Success: True
659
+ # episodes completed so far: 131
660
+ # successes: 119 (90.8%)
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: 120 (90.9%)
666
+
667
+ Task: turn on the stove and put the moka pot on it
668
+ Success: True
669
+ # episodes completed so far: 133
670
+ # successes: 121 (91.0%)
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: 121 (90.3%)
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: 122 (90.4%)
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: 123 (90.4%)
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: 124 (90.5%)
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: 125 (90.6%)
696
+
697
+ Task: turn on the stove and put the moka pot on it
698
+ Success: True
699
+ # episodes completed so far: 139
700
+ # successes: 126 (90.6%)
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: 127 (90.7%)
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: 128 (90.8%)
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: 129 (90.8%)
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: 130 (90.9%)
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: 131 (91.0%)
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: 132 (91.0%)
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: 133 (91.1%)
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: 134 (91.2%)
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: 135 (91.2%)
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: 136 (91.3%)
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: 137 (91.3%)
756
+ Current task success rate: 0.94
757
+ Current total success rate: 0.9133333333333333
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: 138 (91.4%)
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: 139 (91.4%)
768
+
769
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
770
+ Success: True
771
+ # episodes completed so far: 153
772
+ # successes: 140 (91.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: 141 (91.6%)
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: 142 (91.6%)
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: 143 (91.7%)
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: 144 (91.7%)
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: 145 (91.8%)
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: 146 (91.8%)
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: 147 (91.9%)
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: 148 (91.9%)
813
+
814
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
815
+ Success: True
816
+ # episodes completed so far: 162
817
+ # successes: 149 (92.0%)
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: 150 (92.0%)
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: 151 (92.1%)
828
+
829
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
830
+ Success: True
831
+ # episodes completed so far: 165
832
+ # successes: 152 (92.1%)
833
+
834
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
835
+ Success: True
836
+ # episodes completed so far: 166
837
+ # successes: 153 (92.2%)
838
+
839
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
840
+ Success: True
841
+ # episodes completed so far: 167
842
+ # successes: 154 (92.2%)
843
+
844
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
845
+ Success: True
846
+ # episodes completed so far: 168
847
+ # successes: 155 (92.3%)
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: 156 (92.3%)
853
+
854
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
855
+ Success: True
856
+ # episodes completed so far: 170
857
+ # successes: 157 (92.4%)
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: 158 (92.4%)
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: 159 (92.4%)
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: 160 (92.5%)
873
+
874
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
875
+ Success: True
876
+ # episodes completed so far: 174
877
+ # successes: 161 (92.5%)
878
+
879
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
880
+ Success: True
881
+ # episodes completed so far: 175
882
+ # successes: 162 (92.6%)
883
+
884
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
885
+ Success: True
886
+ # episodes completed so far: 176
887
+ # successes: 163 (92.6%)
888
+
889
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
890
+ Success: True
891
+ # episodes completed so far: 177
892
+ # successes: 164 (92.7%)
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: 165 (92.7%)
898
+
899
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
900
+ Success: True
901
+ # episodes completed so far: 179
902
+ # successes: 166 (92.7%)
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: 167 (92.8%)
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: 168 (92.8%)
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: 169 (92.9%)
918
+
919
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
920
+ Success: True
921
+ # episodes completed so far: 183
922
+ # successes: 170 (92.9%)
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: 171 (92.9%)
928
+
929
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
930
+ Success: True
931
+ # episodes completed so far: 185
932
+ # successes: 172 (93.0%)
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: 173 (93.0%)
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: 174 (93.0%)
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: 175 (93.1%)
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: 176 (93.1%)
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: 177 (93.2%)
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: 178 (93.2%)
963
+
964
+ Task: put the black bowl in the bottom drawer of the cabinet and close it
965
+ Success: True
966
+ # episodes completed so far: 192
967
+ # successes: 179 (93.2%)
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: 180 (93.3%)
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: 181 (93.3%)
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: 182 (93.3%)
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: 183 (93.4%)
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: 184 (93.4%)
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: 185 (93.4%)
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: 186 (93.5%)
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: 187 (93.5%)
1008
+ Current task success rate: 1.0
1009
+ Current total success rate: 0.935
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: 188 (93.5%)
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: 189 (93.6%)
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: 190 (93.6%)
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: 191 (93.6%)
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: 192 (93.7%)
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: 193 (93.7%)
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: 194 (93.7%)
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: 194 (93.3%)
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: 195 (93.3%)
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: 195 (92.9%)
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: 196 (92.9%)
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: 197 (92.9%)
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: 198 (93.0%)
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: 199 (93.0%)
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: 200 (93.0%)
1085
+
1086
+ Task: put the white mug on the left plate and put the yellow and white mug on the right plate
1087
+ Success: True
1088
+ # episodes completed so far: 216
1089
+ # successes: 201 (93.1%)
1090
+
1091
+ Task: put the white mug on the left plate and put the yellow and white mug on the right plate
1092
+ Success: False
1093
+ # episodes completed so far: 217
1094
+ # successes: 201 (92.6%)
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: 202 (92.7%)
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: 203 (92.7%)
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: 204 (92.7%)
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: 205 (92.8%)
1115
+
1116
+ Task: put the white mug on the left plate and put the yellow and white mug on the right plate
1117
+ Success: False
1118
+ # episodes completed so far: 222
1119
+ # successes: 205 (92.3%)
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: 206 (92.4%)
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: 207 (92.4%)
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: 208 (92.4%)
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: 209 (92.5%)
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: 210 (92.5%)
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: 211 (92.5%)
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: 212 (92.6%)
1155
+
1156
+ Task: put the white mug on the left plate and put the yellow and white mug on the right plate
1157
+ Success: True
1158
+ # episodes completed so far: 230
1159
+ # successes: 213 (92.6%)
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: 214 (92.6%)
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: 215 (92.7%)
1170
+
1171
+ Task: put the white mug on the left plate and put the yellow and white mug on the right plate
1172
+ Success: True
1173
+ # episodes completed so far: 233
1174
+ # successes: 216 (92.7%)
1175
+
1176
+ Task: put the white mug on the left plate and put the yellow and white mug on the right plate
1177
+ Success: True
1178
+ # episodes completed so far: 234
1179
+ # successes: 217 (92.7%)
1180
+
1181
+ Task: put the white mug on the left plate and put the yellow and white mug on the right plate
1182
+ Success: True
1183
+ # episodes completed so far: 235
1184
+ # successes: 218 (92.8%)
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: 219 (92.8%)
1190
+
1191
+ Task: put the white mug on the left plate and put the yellow and white mug on the right plate
1192
+ Success: True
1193
+ # episodes completed so far: 237
1194
+ # successes: 220 (92.8%)
1195
+
1196
+ Task: put the white mug on the left plate and put the yellow and white mug on the right plate
1197
+ Success: True
1198
+ # episodes completed so far: 238
1199
+ # successes: 221 (92.9%)
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: 222 (92.9%)
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: 223 (92.9%)
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: 224 (92.9%)
1215
+
1216
+ Task: put the white mug on the left plate and put the yellow and white mug on the right plate
1217
+ Success: False
1218
+ # episodes completed so far: 242
1219
+ # successes: 224 (92.6%)
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: 225 (92.6%)
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: 226 (92.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: 227 (92.7%)
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: 228 (92.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: 229 (92.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: 230 (92.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: 231 (92.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: True
1258
+ # episodes completed so far: 250
1259
+ # successes: 232 (92.8%)
1260
+ Current task success rate: 0.9
1261
+ Current total success rate: 0.928
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: 233 (92.8%)
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: 234 (92.9%)
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: 235 (92.9%)
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: 236 (92.9%)
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: 237 (92.9%)
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: 238 (93.0%)
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: 239 (93.0%)
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: 240 (93.0%)
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: 241 (93.1%)
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: 242 (93.1%)
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: 243 (93.1%)
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: 244 (93.1%)
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: 245 (93.2%)
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: 246 (93.2%)
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: 247 (93.2%)
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: 248 (93.2%)
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: 249 (93.3%)
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: 250 (93.3%)
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: 251 (93.3%)
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: 252 (93.3%)
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: 253 (93.4%)
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: 254 (93.4%)
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: 255 (93.4%)
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: 256 (93.4%)
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: 257 (93.5%)
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: 258 (93.5%)
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: 259 (93.5%)
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: 260 (93.5%)
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: 261 (93.5%)
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: 262 (93.6%)
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: 263 (93.6%)
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: 264 (93.6%)
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: 265 (93.6%)
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: 266 (93.7%)
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: 267 (93.7%)
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: 268 (93.7%)
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: 269 (93.7%)
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: 270 (93.8%)
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: 271 (93.8%)
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: 272 (93.8%)
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: 273 (93.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: 274 (93.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: 275 (93.9%)
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: 276 (93.9%)
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: 277 (93.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: 278 (93.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: 279 (93.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: 280 (94.0%)
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: 281 (94.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: 282 (94.0%)
1512
+ Current task success rate: 1.0
1513
+ Current total success rate: 0.94
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: 283 (94.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: 284 (94.0%)
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: 285 (94.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: 286 (94.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: 287 (94.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: 288 (94.1%)
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: 289 (94.1%)
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: 290 (94.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: 291 (94.2%)
1559
+
1560
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1561
+ Success: False
1562
+ # episodes completed so far: 310
1563
+ # successes: 291 (93.9%)
1564
+
1565
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1566
+ Success: False
1567
+ # episodes completed so far: 311
1568
+ # successes: 291 (93.6%)
1569
+
1570
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1571
+ Success: True
1572
+ # episodes completed so far: 312
1573
+ # successes: 292 (93.6%)
1574
+
1575
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1576
+ Success: True
1577
+ # episodes completed so far: 313
1578
+ # successes: 293 (93.6%)
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: 294 (93.6%)
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: 295 (93.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: 296 (93.7%)
1594
+
1595
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1596
+ Success: True
1597
+ # episodes completed so far: 317
1598
+ # successes: 297 (93.7%)
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: 298 (93.7%)
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: 299 (93.7%)
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: 300 (93.8%)
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: 301 (93.8%)
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: 302 (93.8%)
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: 303 (93.8%)
1629
+
1630
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1631
+ Success: True
1632
+ # episodes completed so far: 324
1633
+ # successes: 304 (93.8%)
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: 305 (93.8%)
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: 306 (93.9%)
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: 307 (93.9%)
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: 307 (93.6%)
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: 308 (93.6%)
1659
+
1660
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1661
+ Success: True
1662
+ # episodes completed so far: 330
1663
+ # successes: 309 (93.6%)
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: 309 (93.4%)
1669
+
1670
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1671
+ Success: True
1672
+ # episodes completed so far: 332
1673
+ # successes: 310 (93.4%)
1674
+
1675
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1676
+ Success: True
1677
+ # episodes completed so far: 333
1678
+ # successes: 311 (93.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: 312 (93.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: 313 (93.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: 314 (93.5%)
1694
+
1695
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1696
+ Success: True
1697
+ # episodes completed so far: 337
1698
+ # successes: 315 (93.5%)
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: 316 (93.5%)
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: 317 (93.5%)
1709
+
1710
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1711
+ Success: True
1712
+ # episodes completed so far: 340
1713
+ # successes: 318 (93.5%)
1714
+
1715
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1716
+ Success: True
1717
+ # episodes completed so far: 341
1718
+ # successes: 319 (93.5%)
1719
+
1720
+ Task: put the white mug on the plate and put the chocolate pudding to the right of the plate
1721
+ Success: True
1722
+ # episodes completed so far: 342
1723
+ # successes: 320 (93.6%)
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: 321 (93.6%)
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: 322 (93.6%)
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: 323 (93.6%)
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: 324 (93.6%)
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: 325 (93.7%)
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: 326 (93.7%)
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: 327 (93.7%)
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: 328 (93.7%)
1764
+ Current task success rate: 0.92
1765
+ Current total success rate: 0.9371428571428572
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: 329 (93.7%)
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: 330 (93.8%)
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: 331 (93.8%)
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: 332 (93.8%)
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: 333 (93.8%)
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: 334 (93.8%)
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: 335 (93.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: 336 (93.9%)
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: 337 (93.9%)
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: 338 (93.9%)
1816
+
1817
+ Task: put both the alphabet soup and the cream cheese box in the basket
1818
+ Success: False
1819
+ # episodes completed so far: 361
1820
+ # successes: 338 (93.6%)
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: 339 (93.6%)
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: 340 (93.7%)
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: 341 (93.7%)
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: 342 (93.7%)
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: 343 (93.7%)
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: 344 (93.7%)
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: 345 (93.8%)
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: 346 (93.8%)
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: 347 (93.8%)
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: 348 (93.8%)
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: 349 (93.8%)
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: 350 (93.8%)
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: 351 (93.9%)
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: 352 (93.9%)
1891
+
1892
+ Task: put both the alphabet soup and the cream cheese box in the basket
1893
+ Success: True
1894
+ # episodes completed so far: 376
1895
+ # successes: 353 (93.9%)
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: 354 (93.9%)
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: 355 (93.9%)
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: 356 (93.9%)
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: 357 (93.9%)
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: 358 (94.0%)
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: 359 (94.0%)
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: 360 (94.0%)
1931
+
1932
+ Task: put both the alphabet soup and the cream cheese box in the basket
1933
+ Success: False
1934
+ # episodes completed so far: 384
1935
+ # successes: 360 (93.8%)
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: 361 (93.8%)
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: 362 (93.8%)
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: 363 (93.8%)
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: 364 (93.8%)
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: 365 (93.8%)
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: 366 (93.8%)
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: 367 (93.9%)
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: 368 (93.9%)
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: 369 (93.9%)
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: 370 (93.9%)
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: 370 (93.7%)
1991
+
1992
+ Task: put both the alphabet soup and the cream cheese box in the basket
1993
+ Success: True
1994
+ # episodes completed so far: 396
1995
+ # successes: 371 (93.7%)
1996
+
1997
+ Task: put both the alphabet soup and the cream cheese box in the basket
1998
+ Success: True
1999
+ # episodes completed so far: 397
2000
+ # successes: 372 (93.7%)
2001
+
2002
+ Task: put both the alphabet soup and the cream cheese box in the basket
2003
+ Success: True
2004
+ # episodes completed so far: 398
2005
+ # successes: 373 (93.7%)
2006
+
2007
+ Task: put both the alphabet soup and the cream cheese box in the basket
2008
+ Success: True
2009
+ # episodes completed so far: 399
2010
+ # successes: 374 (93.7%)
2011
+
2012
+ Task: put both the alphabet soup and the cream cheese box in the basket
2013
+ Success: True
2014
+ # episodes completed so far: 400
2015
+ # successes: 375 (93.8%)
2016
+ Current task success rate: 0.94
2017
+ Current total success rate: 0.9375
2018
+
2019
+ Task: put both moka pots on the stove
2020
+ Success: True
2021
+ # episodes completed so far: 401
2022
+ # successes: 376 (93.8%)
2023
+
2024
+ Task: put both moka pots on the stove
2025
+ Success: False
2026
+ # episodes completed so far: 402
2027
+ # successes: 376 (93.5%)
2028
+
2029
+ Task: put both moka pots on the stove
2030
+ Success: False
2031
+ # episodes completed so far: 403
2032
+ # successes: 376 (93.3%)
2033
+
2034
+ Task: put both moka pots on the stove
2035
+ Success: False
2036
+ # episodes completed so far: 404
2037
+ # successes: 376 (93.1%)
2038
+
2039
+ Task: put both moka pots on the stove
2040
+ Success: True
2041
+ # episodes completed so far: 405
2042
+ # successes: 377 (93.1%)
2043
+
2044
+ Task: put both moka pots on the stove
2045
+ Success: False
2046
+ # episodes completed so far: 406
2047
+ # successes: 377 (92.9%)
2048
+
2049
+ Task: put both moka pots on the stove
2050
+ Success: True
2051
+ # episodes completed so far: 407
2052
+ # successes: 378 (92.9%)
2053
+
2054
+ Task: put both moka pots on the stove
2055
+ Success: True
2056
+ # episodes completed so far: 408
2057
+ # successes: 379 (92.9%)
2058
+
2059
+ Task: put both moka pots on the stove
2060
+ Success: False
2061
+ # episodes completed so far: 409
2062
+ # successes: 379 (92.7%)
2063
+
2064
+ Task: put both moka pots on the stove
2065
+ Success: False
2066
+ # episodes completed so far: 410
2067
+ # successes: 379 (92.4%)
2068
+
2069
+ Task: put both moka pots on the stove
2070
+ Success: False
2071
+ # episodes completed so far: 411
2072
+ # successes: 379 (92.2%)
2073
+
2074
+ Task: put both moka pots on the stove
2075
+ Success: True
2076
+ # episodes completed so far: 412
2077
+ # successes: 380 (92.2%)
2078
+
2079
+ Task: put both moka pots on the stove
2080
+ Success: True
2081
+ # episodes completed so far: 413
2082
+ # successes: 381 (92.3%)
2083
+
2084
+ Task: put both moka pots on the stove
2085
+ Success: True
2086
+ # episodes completed so far: 414
2087
+ # successes: 382 (92.3%)
2088
+
2089
+ Task: put both moka pots on the stove
2090
+ Success: True
2091
+ # episodes completed so far: 415
2092
+ # successes: 383 (92.3%)
2093
+
2094
+ Task: put both moka pots on the stove
2095
+ Success: True
2096
+ # episodes completed so far: 416
2097
+ # successes: 384 (92.3%)
2098
+
2099
+ Task: put both moka pots on the stove
2100
+ Success: True
2101
+ # episodes completed so far: 417
2102
+ # successes: 385 (92.3%)
2103
+
2104
+ Task: put both moka pots on the stove
2105
+ Success: True
2106
+ # episodes completed so far: 418
2107
+ # successes: 386 (92.3%)
2108
+
2109
+ Task: put both moka pots on the stove
2110
+ Success: True
2111
+ # episodes completed so far: 419
2112
+ # successes: 387 (92.4%)
2113
+
2114
+ Task: put both moka pots on the stove
2115
+ Success: True
2116
+ # episodes completed so far: 420
2117
+ # successes: 388 (92.4%)
2118
+
2119
+ Task: put both moka pots on the stove
2120
+ Success: True
2121
+ # episodes completed so far: 421
2122
+ # successes: 389 (92.4%)
2123
+
2124
+ Task: put both moka pots on the stove
2125
+ Success: True
2126
+ # episodes completed so far: 422
2127
+ # successes: 390 (92.4%)
2128
+
2129
+ Task: put both moka pots on the stove
2130
+ Success: True
2131
+ # episodes completed so far: 423
2132
+ # successes: 391 (92.4%)
2133
+
2134
+ Task: put both moka pots on the stove
2135
+ Success: True
2136
+ # episodes completed so far: 424
2137
+ # successes: 392 (92.5%)
2138
+
2139
+ Task: put both moka pots on the stove
2140
+ Success: True
2141
+ # episodes completed so far: 425
2142
+ # successes: 393 (92.5%)
2143
+
2144
+ Task: put both moka pots on the stove
2145
+ Success: True
2146
+ # episodes completed so far: 426
2147
+ # successes: 394 (92.5%)
2148
+
2149
+ Task: put both moka pots on the stove
2150
+ Success: True
2151
+ # episodes completed so far: 427
2152
+ # successes: 395 (92.5%)
2153
+
2154
+ Task: put both moka pots on the stove
2155
+ Success: True
2156
+ # episodes completed so far: 428
2157
+ # successes: 396 (92.5%)
2158
+
2159
+ Task: put both moka pots on the stove
2160
+ Success: True
2161
+ # episodes completed so far: 429
2162
+ # successes: 397 (92.5%)
2163
+
2164
+ Task: put both moka pots on the stove
2165
+ Success: True
2166
+ # episodes completed so far: 430
2167
+ # successes: 398 (92.6%)
2168
+
2169
+ Task: put both moka pots on the stove
2170
+ Success: True
2171
+ # episodes completed so far: 431
2172
+ # successes: 399 (92.6%)
2173
+
2174
+ Task: put both moka pots on the stove
2175
+ Success: True
2176
+ # episodes completed so far: 432
2177
+ # successes: 400 (92.6%)
2178
+
2179
+ Task: put both moka pots on the stove
2180
+ Success: True
2181
+ # episodes completed so far: 433
2182
+ # successes: 401 (92.6%)
2183
+
2184
+ Task: put both moka pots on the stove
2185
+ Success: True
2186
+ # episodes completed so far: 434
2187
+ # successes: 402 (92.6%)
2188
+
2189
+ Task: put both moka pots on the stove
2190
+ Success: True
2191
+ # episodes completed so far: 435
2192
+ # successes: 403 (92.6%)
2193
+
2194
+ Task: put both moka pots on the stove
2195
+ Success: True
2196
+ # episodes completed so far: 436
2197
+ # successes: 404 (92.7%)
2198
+
2199
+ Task: put both moka pots on the stove
2200
+ Success: False
2201
+ # episodes completed so far: 437
2202
+ # successes: 404 (92.4%)
2203
+
2204
+ Task: put both moka pots on the stove
2205
+ Success: True
2206
+ # episodes completed so far: 438
2207
+ # successes: 405 (92.5%)
2208
+
2209
+ Task: put both moka pots on the stove
2210
+ Success: True
2211
+ # episodes completed so far: 439
2212
+ # successes: 406 (92.5%)
2213
+
2214
+ Task: put both moka pots on the stove
2215
+ Success: True
2216
+ # episodes completed so far: 440
2217
+ # successes: 407 (92.5%)
2218
+
2219
+ Task: put both moka pots on the stove
2220
+ Success: True
2221
+ # episodes completed so far: 441
2222
+ # successes: 408 (92.5%)
2223
+
2224
+ Task: put both moka pots on the stove
2225
+ Success: True
2226
+ # episodes completed so far: 442
2227
+ # successes: 409 (92.5%)
2228
+
2229
+ Task: put both moka pots on the stove
2230
+ Success: True
2231
+ # episodes completed so far: 443
2232
+ # successes: 410 (92.6%)
2233
+
2234
+ Task: put both moka pots on the stove
2235
+ Success: True
2236
+ # episodes completed so far: 444
2237
+ # successes: 411 (92.6%)
2238
+
2239
+ Task: put both moka pots on the stove
2240
+ Success: True
2241
+ # episodes completed so far: 445
2242
+ # successes: 412 (92.6%)
2243
+
2244
+ Task: put both moka pots on the stove
2245
+ Success: False
2246
+ # episodes completed so far: 446
2247
+ # successes: 412 (92.4%)
2248
+
2249
+ Task: put both moka pots on the stove
2250
+ Success: False
2251
+ # episodes completed so far: 447
2252
+ # successes: 412 (92.2%)
2253
+
2254
+ Task: put both moka pots on the stove
2255
+ Success: True
2256
+ # episodes completed so far: 448
2257
+ # successes: 413 (92.2%)
2258
+
2259
+ Task: put both moka pots on the stove
2260
+ Success: True
2261
+ # episodes completed so far: 449
2262
+ # successes: 414 (92.2%)
2263
+
2264
+ Task: put both moka pots on the stove
2265
+ Success: True
2266
+ # episodes completed so far: 450
2267
+ # successes: 415 (92.2%)
2268
+ Current task success rate: 0.8
2269
+ Current total success rate: 0.9222222222222223
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: 416 (92.2%)
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: 417 (92.3%)
2280
+
2281
+ Task: put the yellow and white mug in the microwave and close it
2282
+ Success: False
2283
+ # episodes completed so far: 453
2284
+ # successes: 417 (92.1%)
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: 418 (92.1%)
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: 419 (92.1%)
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: 420 (92.1%)
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: 421 (92.1%)
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: 422 (92.1%)
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: 423 (92.2%)
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: 424 (92.2%)
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: 425 (92.2%)
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: 426 (92.2%)
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: 427 (92.2%)
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: 428 (92.2%)
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: 429 (92.3%)
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: 430 (92.3%)
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: 431 (92.3%)
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: 432 (92.3%)
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: 433 (92.3%)
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: 434 (92.3%)
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: 435 (92.4%)
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: 436 (92.4%)
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: 437 (92.4%)
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: 438 (92.4%)
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: 439 (92.4%)
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: 440 (92.4%)
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: 441 (92.5%)
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: 442 (92.5%)
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: 443 (92.5%)
2415
+
2416
+ Task: put the yellow and white mug in the microwave and close it
2417
+ Success: True
2418
+ # episodes completed so far: 480
2419
+ # successes: 444 (92.5%)
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: 445 (92.5%)
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: 446 (92.5%)
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: 447 (92.5%)
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: 448 (92.6%)
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: 449 (92.6%)
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: 450 (92.6%)
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: 451 (92.6%)
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: 452 (92.6%)
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: 453 (92.6%)
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: 454 (92.7%)
2470
+
2471
+ Task: put the yellow and white mug in the microwave and close it
2472
+ Success: True
2473
+ # episodes completed so far: 491
2474
+ # successes: 455 (92.7%)
2475
+
2476
+ Task: put the yellow and white mug in the microwave and close it
2477
+ Success: True
2478
+ # episodes completed so far: 492
2479
+ # successes: 456 (92.7%)
2480
+
2481
+ Task: put the yellow and white mug in the microwave and close it
2482
+ Success: True
2483
+ # episodes completed so far: 493
2484
+ # successes: 457 (92.7%)
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: 458 (92.7%)
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: 459 (92.7%)
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: 460 (92.7%)
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: 461 (92.8%)
2505
+
2506
+ Task: put the yellow and white mug in the microwave and close it
2507
+ Success: True
2508
+ # episodes completed so far: 498
2509
+ # successes: 462 (92.8%)
2510
+
2511
+ Task: put the yellow and white mug in the microwave and close it
2512
+ Success: True
2513
+ # episodes completed so far: 499
2514
+ # successes: 463 (92.8%)
2515
+
2516
+ Task: put the yellow and white mug in the microwave and close it
2517
+ Success: True
2518
+ # episodes completed so far: 500
2519
+ # successes: 464 (92.8%)
2520
+ Current task success rate: 0.98
2521
+ Current total success rate: 0.928
libero_goal_2B/starvla_qwen_gr00t/config.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "starvla_qwen_gr00t",
3
+ "run_root_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models/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": "QwenGR00T",
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/libero_10_2B/starvla_qwen_gr00t"
129
+ }
libero_goal_2B/starvla_qwen_gr00t/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_gr00t/final_model/pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:952fd4636e29296fc7bbc6ddc668c6b116094b2fb3b7bc693cb5e014a433a22f
3
+ size 5188065554
libero_goal_2B/starvla_qwen_gr00t/libero_eval_libero_goal.log ADDED
@@ -0,0 +1,2521 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Task suite: libero_goal
2
+
3
+ Task: open the middle drawer of the cabinet
4
+ Success: True
5
+ # episodes completed so far: 1
6
+ # successes: 1 (100.0%)
7
+
8
+ Task: open the middle drawer of the cabinet
9
+ Success: True
10
+ # episodes completed so far: 2
11
+ # successes: 2 (100.0%)
12
+
13
+ Task: open the middle drawer of the cabinet
14
+ Success: True
15
+ # episodes completed so far: 3
16
+ # successes: 3 (100.0%)
17
+
18
+ Task: open the middle drawer of the cabinet
19
+ Success: True
20
+ # episodes completed so far: 4
21
+ # successes: 4 (100.0%)
22
+
23
+ Task: open the middle drawer of the cabinet
24
+ Success: True
25
+ # episodes completed so far: 5
26
+ # successes: 5 (100.0%)
27
+
28
+ Task: open the middle drawer of the cabinet
29
+ Success: True
30
+ # episodes completed so far: 6
31
+ # successes: 6 (100.0%)
32
+
33
+ Task: open the middle drawer of the cabinet
34
+ Success: True
35
+ # episodes completed so far: 7
36
+ # successes: 7 (100.0%)
37
+
38
+ Task: open the middle drawer of the cabinet
39
+ Success: True
40
+ # episodes completed so far: 8
41
+ # successes: 8 (100.0%)
42
+
43
+ Task: open the middle drawer of the cabinet
44
+ Success: True
45
+ # episodes completed so far: 9
46
+ # successes: 9 (100.0%)
47
+
48
+ Task: open the middle drawer of the cabinet
49
+ Success: True
50
+ # episodes completed so far: 10
51
+ # successes: 10 (100.0%)
52
+
53
+ Task: open the middle drawer of the cabinet
54
+ Success: True
55
+ # episodes completed so far: 11
56
+ # successes: 11 (100.0%)
57
+
58
+ Task: open the middle drawer of the cabinet
59
+ Success: True
60
+ # episodes completed so far: 12
61
+ # successes: 12 (100.0%)
62
+
63
+ Task: open the middle drawer of the cabinet
64
+ Success: True
65
+ # episodes completed so far: 13
66
+ # successes: 13 (100.0%)
67
+
68
+ Task: open the middle drawer of the cabinet
69
+ Success: True
70
+ # episodes completed so far: 14
71
+ # successes: 14 (100.0%)
72
+
73
+ Task: open the middle drawer of the cabinet
74
+ Success: True
75
+ # episodes completed so far: 15
76
+ # successes: 15 (100.0%)
77
+
78
+ Task: open the middle drawer of the cabinet
79
+ Success: True
80
+ # episodes completed so far: 16
81
+ # successes: 16 (100.0%)
82
+
83
+ Task: open the middle drawer of the cabinet
84
+ Success: True
85
+ # episodes completed so far: 17
86
+ # successes: 17 (100.0%)
87
+
88
+ Task: open the middle drawer of the cabinet
89
+ Success: True
90
+ # episodes completed so far: 18
91
+ # successes: 18 (100.0%)
92
+
93
+ Task: open the middle drawer of the cabinet
94
+ Success: True
95
+ # episodes completed so far: 19
96
+ # successes: 19 (100.0%)
97
+
98
+ Task: open the middle drawer of the cabinet
99
+ Success: True
100
+ # episodes completed so far: 20
101
+ # successes: 20 (100.0%)
102
+
103
+ Task: open the middle drawer of the cabinet
104
+ Success: True
105
+ # episodes completed so far: 21
106
+ # successes: 21 (100.0%)
107
+
108
+ Task: open the middle drawer of the cabinet
109
+ Success: True
110
+ # episodes completed so far: 22
111
+ # successes: 22 (100.0%)
112
+
113
+ Task: open the middle drawer of the cabinet
114
+ Success: True
115
+ # episodes completed so far: 23
116
+ # successes: 23 (100.0%)
117
+
118
+ Task: open the middle drawer of the cabinet
119
+ Success: True
120
+ # episodes completed so far: 24
121
+ # successes: 24 (100.0%)
122
+
123
+ Task: open the middle drawer of the cabinet
124
+ Success: True
125
+ # episodes completed so far: 25
126
+ # successes: 25 (100.0%)
127
+
128
+ Task: open the middle drawer of the cabinet
129
+ Success: True
130
+ # episodes completed so far: 26
131
+ # successes: 26 (100.0%)
132
+
133
+ Task: open the middle drawer of the cabinet
134
+ Success: True
135
+ # episodes completed so far: 27
136
+ # successes: 27 (100.0%)
137
+
138
+ Task: open the middle drawer of the cabinet
139
+ Success: True
140
+ # episodes completed so far: 28
141
+ # successes: 28 (100.0%)
142
+
143
+ Task: open the middle drawer of the cabinet
144
+ Success: True
145
+ # episodes completed so far: 29
146
+ # successes: 29 (100.0%)
147
+
148
+ Task: open the middle drawer of the cabinet
149
+ Success: True
150
+ # episodes completed so far: 30
151
+ # successes: 30 (100.0%)
152
+
153
+ Task: open the middle drawer of the cabinet
154
+ Success: True
155
+ # episodes completed so far: 31
156
+ # successes: 31 (100.0%)
157
+
158
+ Task: open the middle drawer of the cabinet
159
+ Success: True
160
+ # episodes completed so far: 32
161
+ # successes: 32 (100.0%)
162
+
163
+ Task: open the middle drawer of the cabinet
164
+ Success: True
165
+ # episodes completed so far: 33
166
+ # successes: 33 (100.0%)
167
+
168
+ Task: open the middle drawer of the cabinet
169
+ Success: True
170
+ # episodes completed so far: 34
171
+ # successes: 34 (100.0%)
172
+
173
+ Task: open the middle drawer of the cabinet
174
+ Success: True
175
+ # episodes completed so far: 35
176
+ # successes: 35 (100.0%)
177
+
178
+ Task: open the middle drawer of the cabinet
179
+ Success: True
180
+ # episodes completed so far: 36
181
+ # successes: 36 (100.0%)
182
+
183
+ Task: open the middle drawer of the cabinet
184
+ Success: True
185
+ # episodes completed so far: 37
186
+ # successes: 37 (100.0%)
187
+
188
+ Task: open the middle drawer of the cabinet
189
+ Success: True
190
+ # episodes completed so far: 38
191
+ # successes: 38 (100.0%)
192
+
193
+ Task: open the middle drawer of the cabinet
194
+ Success: True
195
+ # episodes completed so far: 39
196
+ # successes: 39 (100.0%)
197
+
198
+ Task: open the middle drawer of the cabinet
199
+ Success: True
200
+ # episodes completed so far: 40
201
+ # successes: 40 (100.0%)
202
+
203
+ Task: open the middle drawer of the cabinet
204
+ Success: True
205
+ # episodes completed so far: 41
206
+ # successes: 41 (100.0%)
207
+
208
+ Task: open the middle drawer of the cabinet
209
+ Success: True
210
+ # episodes completed so far: 42
211
+ # successes: 42 (100.0%)
212
+
213
+ Task: open the middle drawer of the cabinet
214
+ Success: True
215
+ # episodes completed so far: 43
216
+ # successes: 43 (100.0%)
217
+
218
+ Task: open the middle drawer of the cabinet
219
+ Success: True
220
+ # episodes completed so far: 44
221
+ # successes: 44 (100.0%)
222
+
223
+ Task: open the middle drawer of the cabinet
224
+ Success: True
225
+ # episodes completed so far: 45
226
+ # successes: 45 (100.0%)
227
+
228
+ Task: open the middle drawer of the cabinet
229
+ Success: True
230
+ # episodes completed so far: 46
231
+ # successes: 46 (100.0%)
232
+
233
+ Task: open the middle drawer of the cabinet
234
+ Success: True
235
+ # episodes completed so far: 47
236
+ # successes: 47 (100.0%)
237
+
238
+ Task: open the middle drawer of the cabinet
239
+ Success: True
240
+ # episodes completed so far: 48
241
+ # successes: 48 (100.0%)
242
+
243
+ Task: open the middle drawer of the cabinet
244
+ Success: True
245
+ # episodes completed so far: 49
246
+ # successes: 49 (100.0%)
247
+
248
+ Task: open the middle drawer of the cabinet
249
+ Success: True
250
+ # episodes completed so far: 50
251
+ # successes: 50 (100.0%)
252
+ Current task success rate: 1.0
253
+ Current total success rate: 1.0
254
+
255
+ Task: put the bowl on the stove
256
+ Success: True
257
+ # episodes completed so far: 51
258
+ # successes: 51 (100.0%)
259
+
260
+ Task: put the bowl on the stove
261
+ Success: True
262
+ # episodes completed so far: 52
263
+ # successes: 52 (100.0%)
264
+
265
+ Task: put the bowl on the stove
266
+ Success: True
267
+ # episodes completed so far: 53
268
+ # successes: 53 (100.0%)
269
+
270
+ Task: put the bowl on the stove
271
+ Success: False
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: True
392
+ # episodes completed so far: 78
393
+ # successes: 77 (98.7%)
394
+
395
+ Task: put the bowl on the stove
396
+ Success: True
397
+ # episodes completed so far: 79
398
+ # successes: 78 (98.7%)
399
+
400
+ Task: put the bowl on the stove
401
+ Success: True
402
+ # episodes completed so far: 80
403
+ # successes: 79 (98.8%)
404
+
405
+ Task: put the bowl on the stove
406
+ Success: True
407
+ # episodes completed so far: 81
408
+ # successes: 80 (98.8%)
409
+
410
+ Task: put the bowl on the stove
411
+ Success: True
412
+ # episodes completed so far: 82
413
+ # successes: 81 (98.8%)
414
+
415
+ Task: put the bowl on the stove
416
+ Success: True
417
+ # episodes completed so far: 83
418
+ # successes: 82 (98.8%)
419
+
420
+ Task: put the bowl on the stove
421
+ Success: True
422
+ # episodes completed so far: 84
423
+ # successes: 83 (98.8%)
424
+
425
+ Task: put the bowl on the stove
426
+ Success: True
427
+ # episodes completed so far: 85
428
+ # successes: 84 (98.8%)
429
+
430
+ Task: put the bowl on the stove
431
+ Success: True
432
+ # episodes completed so far: 86
433
+ # successes: 85 (98.8%)
434
+
435
+ Task: put the bowl on the stove
436
+ Success: True
437
+ # episodes completed so far: 87
438
+ # successes: 86 (98.9%)
439
+
440
+ Task: put the bowl on the stove
441
+ Success: True
442
+ # episodes completed so far: 88
443
+ # successes: 87 (98.9%)
444
+
445
+ Task: put the bowl on the stove
446
+ Success: True
447
+ # episodes completed so far: 89
448
+ # successes: 88 (98.9%)
449
+
450
+ Task: put the bowl on the stove
451
+ Success: True
452
+ # episodes completed so far: 90
453
+ # successes: 89 (98.9%)
454
+
455
+ Task: put the bowl on the stove
456
+ Success: True
457
+ # episodes completed so far: 91
458
+ # successes: 90 (98.9%)
459
+
460
+ Task: put the bowl on the stove
461
+ Success: False
462
+ # episodes completed so far: 92
463
+ # successes: 90 (97.8%)
464
+
465
+ Task: put the bowl on the stove
466
+ Success: False
467
+ # episodes completed so far: 93
468
+ # successes: 90 (96.8%)
469
+
470
+ Task: put the bowl on the stove
471
+ Success: True
472
+ # episodes completed so far: 94
473
+ # successes: 91 (96.8%)
474
+
475
+ Task: put the bowl on the stove
476
+ Success: True
477
+ # episodes completed so far: 95
478
+ # successes: 92 (96.8%)
479
+
480
+ Task: put the bowl on the stove
481
+ Success: True
482
+ # episodes completed so far: 96
483
+ # successes: 93 (96.9%)
484
+
485
+ Task: put the bowl on the stove
486
+ Success: True
487
+ # episodes completed so far: 97
488
+ # successes: 94 (96.9%)
489
+
490
+ Task: put the bowl on the stove
491
+ Success: True
492
+ # episodes completed so far: 98
493
+ # successes: 95 (96.9%)
494
+
495
+ Task: put the bowl on the stove
496
+ Success: True
497
+ # episodes completed so far: 99
498
+ # successes: 96 (97.0%)
499
+
500
+ Task: put the bowl on the stove
501
+ Success: True
502
+ # episodes completed so far: 100
503
+ # successes: 97 (97.0%)
504
+ Current task success rate: 0.94
505
+ Current total success rate: 0.97
506
+
507
+ Task: put the wine bottle on top of the cabinet
508
+ Success: True
509
+ # episodes completed so far: 101
510
+ # successes: 98 (97.0%)
511
+
512
+ Task: put the wine bottle on top of the cabinet
513
+ Success: True
514
+ # episodes completed so far: 102
515
+ # successes: 99 (97.1%)
516
+
517
+ Task: put the wine bottle on top of the cabinet
518
+ Success: True
519
+ # episodes completed so far: 103
520
+ # successes: 100 (97.1%)
521
+
522
+ Task: put the wine bottle on top of the cabinet
523
+ Success: True
524
+ # episodes completed so far: 104
525
+ # successes: 101 (97.1%)
526
+
527
+ Task: put the wine bottle on top of the cabinet
528
+ Success: True
529
+ # episodes completed so far: 105
530
+ # successes: 102 (97.1%)
531
+
532
+ Task: put the wine bottle on top of the cabinet
533
+ Success: True
534
+ # episodes completed so far: 106
535
+ # successes: 103 (97.2%)
536
+
537
+ Task: put the wine bottle on top of the cabinet
538
+ Success: True
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: True
569
+ # episodes completed so far: 113
570
+ # successes: 110 (97.3%)
571
+
572
+ Task: put the wine bottle on top of the cabinet
573
+ Success: True
574
+ # episodes completed so far: 114
575
+ # successes: 111 (97.4%)
576
+
577
+ Task: put the wine bottle on top of the cabinet
578
+ Success: True
579
+ # episodes completed so far: 115
580
+ # successes: 112 (97.4%)
581
+
582
+ Task: put the wine bottle on top of the cabinet
583
+ Success: True
584
+ # episodes completed so far: 116
585
+ # successes: 113 (97.4%)
586
+
587
+ Task: put the wine bottle on top of the cabinet
588
+ Success: True
589
+ # episodes completed so far: 117
590
+ # successes: 114 (97.4%)
591
+
592
+ Task: put the wine bottle on top of the cabinet
593
+ Success: True
594
+ # episodes completed so far: 118
595
+ # successes: 115 (97.5%)
596
+
597
+ Task: put the wine bottle on top of the cabinet
598
+ Success: True
599
+ # episodes completed so far: 119
600
+ # successes: 116 (97.5%)
601
+
602
+ Task: put the wine bottle on top of the cabinet
603
+ Success: True
604
+ # episodes completed so far: 120
605
+ # successes: 117 (97.5%)
606
+
607
+ Task: put the wine bottle on top of the cabinet
608
+ Success: True
609
+ # episodes completed so far: 121
610
+ # successes: 118 (97.5%)
611
+
612
+ Task: put the wine bottle on top of the cabinet
613
+ Success: False
614
+ # episodes completed so far: 122
615
+ # successes: 118 (96.7%)
616
+
617
+ Task: put the wine bottle on top of the cabinet
618
+ Success: True
619
+ # episodes completed so far: 123
620
+ # successes: 119 (96.7%)
621
+
622
+ Task: put the wine bottle on top of the cabinet
623
+ Success: True
624
+ # episodes completed so far: 124
625
+ # successes: 120 (96.8%)
626
+
627
+ Task: put the wine bottle on top of the cabinet
628
+ Success: True
629
+ # episodes completed so far: 125
630
+ # successes: 121 (96.8%)
631
+
632
+ Task: put the wine bottle on top of the cabinet
633
+ Success: True
634
+ # episodes completed so far: 126
635
+ # successes: 122 (96.8%)
636
+
637
+ Task: put the wine bottle on top of the cabinet
638
+ Success: True
639
+ # episodes completed so far: 127
640
+ # successes: 123 (96.9%)
641
+
642
+ Task: put the wine bottle on top of the cabinet
643
+ Success: True
644
+ # episodes completed so far: 128
645
+ # successes: 124 (96.9%)
646
+
647
+ Task: put the wine bottle on top of the cabinet
648
+ Success: True
649
+ # episodes completed so far: 129
650
+ # successes: 125 (96.9%)
651
+
652
+ Task: put the wine bottle on top of the cabinet
653
+ Success: True
654
+ # episodes completed so far: 130
655
+ # successes: 126 (96.9%)
656
+
657
+ Task: put the wine bottle on top of the cabinet
658
+ Success: True
659
+ # episodes completed so far: 131
660
+ # successes: 127 (96.9%)
661
+
662
+ Task: put the wine bottle on top of the cabinet
663
+ Success: True
664
+ # episodes completed so far: 132
665
+ # successes: 128 (97.0%)
666
+
667
+ Task: put the wine bottle on top of the cabinet
668
+ Success: True
669
+ # episodes completed so far: 133
670
+ # successes: 129 (97.0%)
671
+
672
+ Task: put the wine bottle on top of the cabinet
673
+ Success: True
674
+ # episodes completed so far: 134
675
+ # successes: 130 (97.0%)
676
+
677
+ Task: put the wine bottle on top of the cabinet
678
+ Success: True
679
+ # episodes completed so far: 135
680
+ # successes: 131 (97.0%)
681
+
682
+ Task: put the wine bottle on top of the cabinet
683
+ Success: True
684
+ # episodes completed so far: 136
685
+ # successes: 132 (97.1%)
686
+
687
+ Task: put the wine bottle on top of the cabinet
688
+ Success: True
689
+ # episodes completed so far: 137
690
+ # successes: 133 (97.1%)
691
+
692
+ Task: put the wine bottle on top of the cabinet
693
+ Success: True
694
+ # episodes completed so far: 138
695
+ # successes: 134 (97.1%)
696
+
697
+ Task: put the wine bottle on top of the cabinet
698
+ Success: True
699
+ # episodes completed so far: 139
700
+ # successes: 135 (97.1%)
701
+
702
+ Task: put the wine bottle on top of the cabinet
703
+ Success: True
704
+ # episodes completed so far: 140
705
+ # successes: 136 (97.1%)
706
+
707
+ Task: put the wine bottle on top of the cabinet
708
+ Success: True
709
+ # episodes completed so far: 141
710
+ # successes: 137 (97.2%)
711
+
712
+ Task: put the wine bottle on top of the cabinet
713
+ Success: True
714
+ # episodes completed so far: 142
715
+ # successes: 138 (97.2%)
716
+
717
+ Task: put the wine bottle on top of the cabinet
718
+ Success: True
719
+ # episodes completed so far: 143
720
+ # successes: 139 (97.2%)
721
+
722
+ Task: put the wine bottle on top of the cabinet
723
+ Success: True
724
+ # episodes completed so far: 144
725
+ # successes: 140 (97.2%)
726
+
727
+ Task: put the wine bottle on top of the cabinet
728
+ Success: True
729
+ # episodes completed so far: 145
730
+ # successes: 141 (97.2%)
731
+
732
+ Task: put the wine bottle on top of the cabinet
733
+ Success: False
734
+ # episodes completed so far: 146
735
+ # successes: 141 (96.6%)
736
+
737
+ Task: put the wine bottle on top of the cabinet
738
+ Success: True
739
+ # episodes completed so far: 147
740
+ # successes: 142 (96.6%)
741
+
742
+ Task: put the wine bottle on top of the cabinet
743
+ Success: True
744
+ # episodes completed so far: 148
745
+ # successes: 143 (96.6%)
746
+
747
+ Task: put the wine bottle on top of the cabinet
748
+ Success: True
749
+ # episodes completed so far: 149
750
+ # successes: 144 (96.6%)
751
+
752
+ Task: put the wine bottle on top of the cabinet
753
+ Success: True
754
+ # episodes completed so far: 150
755
+ # successes: 145 (96.7%)
756
+ Current task success rate: 0.96
757
+ Current total success rate: 0.9666666666666667
758
+
759
+ Task: open the top drawer and put the bowl inside
760
+ Success: True
761
+ # episodes completed so far: 151
762
+ # successes: 146 (96.7%)
763
+
764
+ Task: open the top drawer and put the bowl inside
765
+ Success: True
766
+ # episodes completed so far: 152
767
+ # successes: 147 (96.7%)
768
+
769
+ Task: open the top drawer and put the bowl inside
770
+ Success: True
771
+ # episodes completed so far: 153
772
+ # successes: 148 (96.7%)
773
+
774
+ Task: open the top drawer and put the bowl inside
775
+ Success: False
776
+ # episodes completed so far: 154
777
+ # successes: 148 (96.1%)
778
+
779
+ Task: open the top drawer and put the bowl inside
780
+ Success: True
781
+ # episodes completed so far: 155
782
+ # successes: 149 (96.1%)
783
+
784
+ Task: open the top drawer and put the bowl inside
785
+ Success: True
786
+ # episodes completed so far: 156
787
+ # successes: 150 (96.2%)
788
+
789
+ Task: open the top drawer and put the bowl inside
790
+ Success: True
791
+ # episodes completed so far: 157
792
+ # successes: 151 (96.2%)
793
+
794
+ Task: open the top drawer and put the bowl inside
795
+ Success: True
796
+ # episodes completed so far: 158
797
+ # successes: 152 (96.2%)
798
+
799
+ Task: open the top drawer and put the bowl inside
800
+ Success: True
801
+ # episodes completed so far: 159
802
+ # successes: 153 (96.2%)
803
+
804
+ Task: open the top drawer and put the bowl inside
805
+ Success: True
806
+ # episodes completed so far: 160
807
+ # successes: 154 (96.2%)
808
+
809
+ Task: open the top drawer and put the bowl inside
810
+ Success: True
811
+ # episodes completed so far: 161
812
+ # successes: 155 (96.3%)
813
+
814
+ Task: open the top drawer and put the bowl inside
815
+ Success: True
816
+ # episodes completed so far: 162
817
+ # successes: 156 (96.3%)
818
+
819
+ Task: open the top drawer and put the bowl inside
820
+ Success: False
821
+ # episodes completed so far: 163
822
+ # successes: 156 (95.7%)
823
+
824
+ Task: open the top drawer and put the bowl inside
825
+ Success: True
826
+ # episodes completed so far: 164
827
+ # successes: 157 (95.7%)
828
+
829
+ Task: open the top drawer and put the bowl inside
830
+ Success: True
831
+ # episodes completed so far: 165
832
+ # successes: 158 (95.8%)
833
+
834
+ Task: open the top drawer and put the bowl inside
835
+ Success: False
836
+ # episodes completed so far: 166
837
+ # successes: 158 (95.2%)
838
+
839
+ Task: open the top drawer and put the bowl inside
840
+ Success: True
841
+ # episodes completed so far: 167
842
+ # successes: 159 (95.2%)
843
+
844
+ Task: open the top drawer and put the bowl inside
845
+ Success: False
846
+ # episodes completed so far: 168
847
+ # successes: 159 (94.6%)
848
+
849
+ Task: open the top drawer and put the bowl inside
850
+ Success: True
851
+ # episodes completed so far: 169
852
+ # successes: 160 (94.7%)
853
+
854
+ Task: open the top drawer and put the bowl inside
855
+ Success: True
856
+ # episodes completed so far: 170
857
+ # successes: 161 (94.7%)
858
+
859
+ Task: open the top drawer and put the bowl inside
860
+ Success: True
861
+ # episodes completed so far: 171
862
+ # successes: 162 (94.7%)
863
+
864
+ Task: open the top drawer and put the bowl inside
865
+ Success: True
866
+ # episodes completed so far: 172
867
+ # successes: 163 (94.8%)
868
+
869
+ Task: open the top drawer and put the bowl inside
870
+ Success: True
871
+ # episodes completed so far: 173
872
+ # successes: 164 (94.8%)
873
+
874
+ Task: open the top drawer and put the bowl inside
875
+ Success: True
876
+ # episodes completed so far: 174
877
+ # successes: 165 (94.8%)
878
+
879
+ Task: open the top drawer and put the bowl inside
880
+ Success: True
881
+ # episodes completed so far: 175
882
+ # successes: 166 (94.9%)
883
+
884
+ Task: open the top drawer and put the bowl inside
885
+ Success: True
886
+ # episodes completed so far: 176
887
+ # successes: 167 (94.9%)
888
+
889
+ Task: open the top drawer and put the bowl inside
890
+ Success: True
891
+ # episodes completed so far: 177
892
+ # successes: 168 (94.9%)
893
+
894
+ Task: open the top drawer and put the bowl inside
895
+ Success: True
896
+ # episodes completed so far: 178
897
+ # successes: 169 (94.9%)
898
+
899
+ Task: open the top drawer and put the bowl inside
900
+ Success: True
901
+ # episodes completed so far: 179
902
+ # successes: 170 (95.0%)
903
+
904
+ Task: open the top drawer and put the bowl inside
905
+ Success: True
906
+ # episodes completed so far: 180
907
+ # successes: 171 (95.0%)
908
+
909
+ Task: open the top drawer and put the bowl inside
910
+ Success: True
911
+ # episodes completed so far: 181
912
+ # successes: 172 (95.0%)
913
+
914
+ Task: open the top drawer and put the bowl inside
915
+ Success: True
916
+ # episodes completed so far: 182
917
+ # successes: 173 (95.1%)
918
+
919
+ Task: open the top drawer and put the bowl inside
920
+ Success: True
921
+ # episodes completed so far: 183
922
+ # successes: 174 (95.1%)
923
+
924
+ Task: open the top drawer and put the bowl inside
925
+ Success: True
926
+ # episodes completed so far: 184
927
+ # successes: 175 (95.1%)
928
+
929
+ Task: open the top drawer and put the bowl inside
930
+ Success: True
931
+ # episodes completed so far: 185
932
+ # successes: 176 (95.1%)
933
+
934
+ Task: open the top drawer and put the bowl inside
935
+ Success: True
936
+ # episodes completed so far: 186
937
+ # successes: 177 (95.2%)
938
+
939
+ Task: open the top drawer and put the bowl inside
940
+ Success: True
941
+ # episodes completed so far: 187
942
+ # successes: 178 (95.2%)
943
+
944
+ Task: open the top drawer and put the bowl inside
945
+ Success: True
946
+ # episodes completed so far: 188
947
+ # successes: 179 (95.2%)
948
+
949
+ Task: open the top drawer and put the bowl inside
950
+ Success: True
951
+ # episodes completed so far: 189
952
+ # successes: 180 (95.2%)
953
+
954
+ Task: open the top drawer and put the bowl inside
955
+ Success: True
956
+ # episodes completed so far: 190
957
+ # successes: 181 (95.3%)
958
+
959
+ Task: open the top drawer and put the bowl inside
960
+ Success: True
961
+ # episodes completed so far: 191
962
+ # successes: 182 (95.3%)
963
+
964
+ Task: open the top drawer and put the bowl inside
965
+ Success: True
966
+ # episodes completed so far: 192
967
+ # successes: 183 (95.3%)
968
+
969
+ Task: open the top drawer and put the bowl inside
970
+ Success: True
971
+ # episodes completed so far: 193
972
+ # successes: 184 (95.3%)
973
+
974
+ Task: open the top drawer and put the bowl inside
975
+ Success: True
976
+ # episodes completed so far: 194
977
+ # successes: 185 (95.4%)
978
+
979
+ Task: open the top drawer and put the bowl inside
980
+ Success: True
981
+ # episodes completed so far: 195
982
+ # successes: 186 (95.4%)
983
+
984
+ Task: open the top drawer and put the bowl inside
985
+ Success: True
986
+ # episodes completed so far: 196
987
+ # successes: 187 (95.4%)
988
+
989
+ Task: open the top drawer and put the bowl inside
990
+ Success: True
991
+ # episodes completed so far: 197
992
+ # successes: 188 (95.4%)
993
+
994
+ Task: open the top drawer and put the bowl inside
995
+ Success: True
996
+ # episodes completed so far: 198
997
+ # successes: 189 (95.5%)
998
+
999
+ Task: open the top drawer and put the bowl inside
1000
+ Success: True
1001
+ # episodes completed so far: 199
1002
+ # successes: 190 (95.5%)
1003
+
1004
+ Task: open the top drawer and put the bowl inside
1005
+ Success: True
1006
+ # episodes completed so far: 200
1007
+ # successes: 191 (95.5%)
1008
+ Current task success rate: 0.92
1009
+ Current total success rate: 0.955
1010
+
1011
+ Task: put the bowl on top of the cabinet
1012
+ Success: True
1013
+ # episodes completed so far: 201
1014
+ # successes: 192 (95.5%)
1015
+
1016
+ Task: put the bowl on top of the cabinet
1017
+ Success: True
1018
+ # episodes completed so far: 202
1019
+ # successes: 193 (95.5%)
1020
+
1021
+ Task: put the bowl on top of the cabinet
1022
+ Success: True
1023
+ # episodes completed so far: 203
1024
+ # successes: 194 (95.6%)
1025
+
1026
+ Task: put the bowl on top of the cabinet
1027
+ Success: True
1028
+ # episodes completed so far: 204
1029
+ # successes: 195 (95.6%)
1030
+
1031
+ Task: put the bowl on top of the cabinet
1032
+ Success: True
1033
+ # episodes completed so far: 205
1034
+ # successes: 196 (95.6%)
1035
+
1036
+ Task: put the bowl on top of the cabinet
1037
+ Success: True
1038
+ # episodes completed so far: 206
1039
+ # successes: 197 (95.6%)
1040
+
1041
+ Task: put the bowl on top of the cabinet
1042
+ Success: True
1043
+ # episodes completed so far: 207
1044
+ # successes: 198 (95.7%)
1045
+
1046
+ Task: put the bowl on top of the cabinet
1047
+ Success: True
1048
+ # episodes completed so far: 208
1049
+ # successes: 199 (95.7%)
1050
+
1051
+ Task: put the bowl on top of the cabinet
1052
+ Success: True
1053
+ # episodes completed so far: 209
1054
+ # successes: 200 (95.7%)
1055
+
1056
+ Task: put the bowl on top of the cabinet
1057
+ Success: True
1058
+ # episodes completed so far: 210
1059
+ # successes: 201 (95.7%)
1060
+
1061
+ Task: put the bowl on top of the cabinet
1062
+ Success: True
1063
+ # episodes completed so far: 211
1064
+ # successes: 202 (95.7%)
1065
+
1066
+ Task: put the bowl on top of the cabinet
1067
+ Success: True
1068
+ # episodes completed so far: 212
1069
+ # successes: 203 (95.8%)
1070
+
1071
+ Task: put the bowl on top of the cabinet
1072
+ Success: True
1073
+ # episodes completed so far: 213
1074
+ # successes: 204 (95.8%)
1075
+
1076
+ Task: put the bowl on top of the cabinet
1077
+ Success: True
1078
+ # episodes completed so far: 214
1079
+ # successes: 205 (95.8%)
1080
+
1081
+ Task: put the bowl on top of the cabinet
1082
+ Success: True
1083
+ # episodes completed so far: 215
1084
+ # successes: 206 (95.8%)
1085
+
1086
+ Task: put the bowl on top of the cabinet
1087
+ Success: True
1088
+ # episodes completed so far: 216
1089
+ # successes: 207 (95.8%)
1090
+
1091
+ Task: put the bowl on top of the cabinet
1092
+ Success: True
1093
+ # episodes completed so far: 217
1094
+ # successes: 208 (95.9%)
1095
+
1096
+ Task: put the bowl on top of the cabinet
1097
+ Success: True
1098
+ # episodes completed so far: 218
1099
+ # successes: 209 (95.9%)
1100
+
1101
+ Task: put the bowl on top of the cabinet
1102
+ Success: True
1103
+ # episodes completed so far: 219
1104
+ # successes: 210 (95.9%)
1105
+
1106
+ Task: put the bowl on top of the cabinet
1107
+ Success: True
1108
+ # episodes completed so far: 220
1109
+ # successes: 211 (95.9%)
1110
+
1111
+ Task: put the bowl on top of the cabinet
1112
+ Success: True
1113
+ # episodes completed so far: 221
1114
+ # successes: 212 (95.9%)
1115
+
1116
+ Task: put the bowl on top of the cabinet
1117
+ Success: True
1118
+ # episodes completed so far: 222
1119
+ # successes: 213 (95.9%)
1120
+
1121
+ Task: put the bowl on top of the cabinet
1122
+ Success: True
1123
+ # episodes completed so far: 223
1124
+ # successes: 214 (96.0%)
1125
+
1126
+ Task: put the bowl on top of the cabinet
1127
+ Success: True
1128
+ # episodes completed so far: 224
1129
+ # successes: 215 (96.0%)
1130
+
1131
+ Task: put the bowl on top of the cabinet
1132
+ Success: True
1133
+ # episodes completed so far: 225
1134
+ # successes: 216 (96.0%)
1135
+
1136
+ Task: put the bowl on top of the cabinet
1137
+ Success: True
1138
+ # episodes completed so far: 226
1139
+ # successes: 217 (96.0%)
1140
+
1141
+ Task: put the bowl on top of the cabinet
1142
+ Success: True
1143
+ # episodes completed so far: 227
1144
+ # successes: 218 (96.0%)
1145
+
1146
+ Task: put the bowl on top of the cabinet
1147
+ Success: True
1148
+ # episodes completed so far: 228
1149
+ # successes: 219 (96.1%)
1150
+
1151
+ Task: put the bowl on top of the cabinet
1152
+ Success: True
1153
+ # episodes completed so far: 229
1154
+ # successes: 220 (96.1%)
1155
+
1156
+ Task: put the bowl on top of the cabinet
1157
+ Success: True
1158
+ # episodes completed so far: 230
1159
+ # successes: 221 (96.1%)
1160
+
1161
+ Task: put the bowl on top of the cabinet
1162
+ Success: True
1163
+ # episodes completed so far: 231
1164
+ # successes: 222 (96.1%)
1165
+
1166
+ Task: put the bowl on top of the cabinet
1167
+ Success: True
1168
+ # episodes completed so far: 232
1169
+ # successes: 223 (96.1%)
1170
+
1171
+ Task: put the bowl on top of the cabinet
1172
+ Success: True
1173
+ # episodes completed so far: 233
1174
+ # successes: 224 (96.1%)
1175
+
1176
+ Task: put the bowl on top of the cabinet
1177
+ Success: True
1178
+ # episodes completed so far: 234
1179
+ # successes: 225 (96.2%)
1180
+
1181
+ Task: put the bowl on top of the cabinet
1182
+ Success: True
1183
+ # episodes completed so far: 235
1184
+ # successes: 226 (96.2%)
1185
+
1186
+ Task: put the bowl on top of the cabinet
1187
+ Success: True
1188
+ # episodes completed so far: 236
1189
+ # successes: 227 (96.2%)
1190
+
1191
+ Task: put the bowl on top of the cabinet
1192
+ Success: True
1193
+ # episodes completed so far: 237
1194
+ # successes: 228 (96.2%)
1195
+
1196
+ Task: put the bowl on top of the cabinet
1197
+ Success: True
1198
+ # episodes completed so far: 238
1199
+ # successes: 229 (96.2%)
1200
+
1201
+ Task: put the bowl on top of the cabinet
1202
+ Success: True
1203
+ # episodes completed so far: 239
1204
+ # successes: 230 (96.2%)
1205
+
1206
+ Task: put the bowl on top of the cabinet
1207
+ Success: True
1208
+ # episodes completed so far: 240
1209
+ # successes: 231 (96.2%)
1210
+
1211
+ Task: put the bowl on top of the cabinet
1212
+ Success: True
1213
+ # episodes completed so far: 241
1214
+ # successes: 232 (96.3%)
1215
+
1216
+ Task: put the bowl on top of the cabinet
1217
+ Success: True
1218
+ # episodes completed so far: 242
1219
+ # successes: 233 (96.3%)
1220
+
1221
+ Task: put the bowl on top of the cabinet
1222
+ Success: True
1223
+ # episodes completed so far: 243
1224
+ # successes: 234 (96.3%)
1225
+
1226
+ Task: put the bowl on top of the cabinet
1227
+ Success: True
1228
+ # episodes completed so far: 244
1229
+ # successes: 235 (96.3%)
1230
+
1231
+ Task: put the bowl on top of the cabinet
1232
+ Success: True
1233
+ # episodes completed so far: 245
1234
+ # successes: 236 (96.3%)
1235
+
1236
+ Task: put the bowl on top of the cabinet
1237
+ Success: True
1238
+ # episodes completed so far: 246
1239
+ # successes: 237 (96.3%)
1240
+
1241
+ Task: put the bowl on top of the cabinet
1242
+ Success: True
1243
+ # episodes completed so far: 247
1244
+ # successes: 238 (96.4%)
1245
+
1246
+ Task: put the bowl on top of the cabinet
1247
+ Success: True
1248
+ # episodes completed so far: 248
1249
+ # successes: 239 (96.4%)
1250
+
1251
+ Task: put the bowl on top of the cabinet
1252
+ Success: True
1253
+ # episodes completed so far: 249
1254
+ # successes: 240 (96.4%)
1255
+
1256
+ Task: put the bowl on top of the cabinet
1257
+ Success: True
1258
+ # episodes completed so far: 250
1259
+ # successes: 241 (96.4%)
1260
+ Current task success rate: 1.0
1261
+ Current total success rate: 0.964
1262
+
1263
+ Task: push the plate to the front of the stove
1264
+ Success: True
1265
+ # episodes completed so far: 251
1266
+ # successes: 242 (96.4%)
1267
+
1268
+ Task: push the plate to the front of the stove
1269
+ Success: True
1270
+ # episodes completed so far: 252
1271
+ # successes: 243 (96.4%)
1272
+
1273
+ Task: push the plate to the front of the stove
1274
+ Success: True
1275
+ # episodes completed so far: 253
1276
+ # successes: 244 (96.4%)
1277
+
1278
+ Task: push the plate to the front of the stove
1279
+ Success: True
1280
+ # episodes completed so far: 254
1281
+ # successes: 245 (96.5%)
1282
+
1283
+ Task: push the plate to the front of the stove
1284
+ Success: True
1285
+ # episodes completed so far: 255
1286
+ # successes: 246 (96.5%)
1287
+
1288
+ Task: push the plate to the front of the stove
1289
+ Success: True
1290
+ # episodes completed so far: 256
1291
+ # successes: 247 (96.5%)
1292
+
1293
+ Task: push the plate to the front of the stove
1294
+ Success: True
1295
+ # episodes completed so far: 257
1296
+ # successes: 248 (96.5%)
1297
+
1298
+ Task: push the plate to the front of the stove
1299
+ Success: True
1300
+ # episodes completed so far: 258
1301
+ # successes: 249 (96.5%)
1302
+
1303
+ Task: push the plate to the front of the stove
1304
+ Success: True
1305
+ # episodes completed so far: 259
1306
+ # successes: 250 (96.5%)
1307
+
1308
+ Task: push the plate to the front of the stove
1309
+ Success: True
1310
+ # episodes completed so far: 260
1311
+ # successes: 251 (96.5%)
1312
+
1313
+ Task: push the plate to the front of the stove
1314
+ Success: True
1315
+ # episodes completed so far: 261
1316
+ # successes: 252 (96.6%)
1317
+
1318
+ Task: push the plate to the front of the stove
1319
+ Success: True
1320
+ # episodes completed so far: 262
1321
+ # successes: 253 (96.6%)
1322
+
1323
+ Task: push the plate to the front of the stove
1324
+ Success: True
1325
+ # episodes completed so far: 263
1326
+ # successes: 254 (96.6%)
1327
+
1328
+ Task: push the plate to the front of the stove
1329
+ Success: True
1330
+ # episodes completed so far: 264
1331
+ # successes: 255 (96.6%)
1332
+
1333
+ Task: push the plate to the front of the stove
1334
+ Success: True
1335
+ # episodes completed so far: 265
1336
+ # successes: 256 (96.6%)
1337
+
1338
+ Task: push the plate to the front of the stove
1339
+ Success: True
1340
+ # episodes completed so far: 266
1341
+ # successes: 257 (96.6%)
1342
+
1343
+ Task: push the plate to the front of the stove
1344
+ Success: True
1345
+ # episodes completed so far: 267
1346
+ # successes: 258 (96.6%)
1347
+
1348
+ Task: push the plate to the front of the stove
1349
+ Success: True
1350
+ # episodes completed so far: 268
1351
+ # successes: 259 (96.6%)
1352
+
1353
+ Task: push the plate to the front of the stove
1354
+ Success: True
1355
+ # episodes completed so far: 269
1356
+ # successes: 260 (96.7%)
1357
+
1358
+ Task: push the plate to the front of the stove
1359
+ Success: True
1360
+ # episodes completed so far: 270
1361
+ # successes: 261 (96.7%)
1362
+
1363
+ Task: push the plate to the front of the stove
1364
+ Success: True
1365
+ # episodes completed so far: 271
1366
+ # successes: 262 (96.7%)
1367
+
1368
+ Task: push the plate to the front of the stove
1369
+ Success: True
1370
+ # episodes completed so far: 272
1371
+ # successes: 263 (96.7%)
1372
+
1373
+ Task: push the plate to the front of the stove
1374
+ Success: False
1375
+ # episodes completed so far: 273
1376
+ # successes: 263 (96.3%)
1377
+
1378
+ Task: push the plate to the front of the stove
1379
+ Success: True
1380
+ # episodes completed so far: 274
1381
+ # successes: 264 (96.4%)
1382
+
1383
+ Task: push the plate to the front of the stove
1384
+ Success: True
1385
+ # episodes completed so far: 275
1386
+ # successes: 265 (96.4%)
1387
+
1388
+ Task: push the plate to the front of the stove
1389
+ Success: True
1390
+ # episodes completed so far: 276
1391
+ # successes: 266 (96.4%)
1392
+
1393
+ Task: push the plate to the front of the stove
1394
+ Success: True
1395
+ # episodes completed so far: 277
1396
+ # successes: 267 (96.4%)
1397
+
1398
+ Task: push the plate to the front of the stove
1399
+ Success: False
1400
+ # episodes completed so far: 278
1401
+ # successes: 267 (96.0%)
1402
+
1403
+ Task: push the plate to the front of the stove
1404
+ Success: True
1405
+ # episodes completed so far: 279
1406
+ # successes: 268 (96.1%)
1407
+
1408
+ Task: push the plate to the front of the stove
1409
+ Success: True
1410
+ # episodes completed so far: 280
1411
+ # successes: 269 (96.1%)
1412
+
1413
+ Task: push the plate to the front of the stove
1414
+ Success: True
1415
+ # episodes completed so far: 281
1416
+ # successes: 270 (96.1%)
1417
+
1418
+ Task: push the plate to the front of the stove
1419
+ Success: True
1420
+ # episodes completed so far: 282
1421
+ # successes: 271 (96.1%)
1422
+
1423
+ Task: push the plate to the front of the stove
1424
+ Success: True
1425
+ # episodes completed so far: 283
1426
+ # successes: 272 (96.1%)
1427
+
1428
+ Task: push the plate to the front of the stove
1429
+ Success: True
1430
+ # episodes completed so far: 284
1431
+ # successes: 273 (96.1%)
1432
+
1433
+ Task: push the plate to the front of the stove
1434
+ Success: True
1435
+ # episodes completed so far: 285
1436
+ # successes: 274 (96.1%)
1437
+
1438
+ Task: push the plate to the front of the stove
1439
+ Success: False
1440
+ # episodes completed so far: 286
1441
+ # successes: 274 (95.8%)
1442
+
1443
+ Task: push the plate to the front of the stove
1444
+ Success: True
1445
+ # episodes completed so far: 287
1446
+ # successes: 275 (95.8%)
1447
+
1448
+ Task: push the plate to the front of the stove
1449
+ Success: True
1450
+ # episodes completed so far: 288
1451
+ # successes: 276 (95.8%)
1452
+
1453
+ Task: push the plate to the front of the stove
1454
+ Success: True
1455
+ # episodes completed so far: 289
1456
+ # successes: 277 (95.8%)
1457
+
1458
+ Task: push the plate to the front of the stove
1459
+ Success: True
1460
+ # episodes completed so far: 290
1461
+ # successes: 278 (95.9%)
1462
+
1463
+ Task: push the plate to the front of the stove
1464
+ Success: True
1465
+ # episodes completed so far: 291
1466
+ # successes: 279 (95.9%)
1467
+
1468
+ Task: push the plate to the front of the stove
1469
+ Success: True
1470
+ # episodes completed so far: 292
1471
+ # successes: 280 (95.9%)
1472
+
1473
+ Task: push the plate to the front of the stove
1474
+ Success: True
1475
+ # episodes completed so far: 293
1476
+ # successes: 281 (95.9%)
1477
+
1478
+ Task: push the plate to the front of the stove
1479
+ Success: True
1480
+ # episodes completed so far: 294
1481
+ # successes: 282 (95.9%)
1482
+
1483
+ Task: push the plate to the front of the stove
1484
+ Success: True
1485
+ # episodes completed so far: 295
1486
+ # successes: 283 (95.9%)
1487
+
1488
+ Task: push the plate to the front of the stove
1489
+ Success: True
1490
+ # episodes completed so far: 296
1491
+ # successes: 284 (95.9%)
1492
+
1493
+ Task: push the plate to the front of the stove
1494
+ Success: True
1495
+ # episodes completed so far: 297
1496
+ # successes: 285 (96.0%)
1497
+
1498
+ Task: push the plate to the front of the stove
1499
+ Success: True
1500
+ # episodes completed so far: 298
1501
+ # successes: 286 (96.0%)
1502
+
1503
+ Task: push the plate to the front of the stove
1504
+ Success: True
1505
+ # episodes completed so far: 299
1506
+ # successes: 287 (96.0%)
1507
+
1508
+ Task: push the plate to the front of the stove
1509
+ Success: True
1510
+ # episodes completed so far: 300
1511
+ # successes: 288 (96.0%)
1512
+ Current task success rate: 0.94
1513
+ Current total success rate: 0.96
1514
+
1515
+ Task: put the cream cheese in the bowl
1516
+ Success: True
1517
+ # episodes completed so far: 301
1518
+ # successes: 289 (96.0%)
1519
+
1520
+ Task: put the cream cheese in the bowl
1521
+ Success: True
1522
+ # episodes completed so far: 302
1523
+ # successes: 290 (96.0%)
1524
+
1525
+ Task: put the cream cheese in the bowl
1526
+ Success: True
1527
+ # episodes completed so far: 303
1528
+ # successes: 291 (96.0%)
1529
+
1530
+ Task: put the cream cheese in the bowl
1531
+ Success: True
1532
+ # episodes completed so far: 304
1533
+ # successes: 292 (96.1%)
1534
+
1535
+ Task: put the cream cheese in the bowl
1536
+ Success: False
1537
+ # episodes completed so far: 305
1538
+ # successes: 292 (95.7%)
1539
+
1540
+ Task: put the cream cheese in the bowl
1541
+ Success: True
1542
+ # episodes completed so far: 306
1543
+ # successes: 293 (95.8%)
1544
+
1545
+ Task: put the cream cheese in the bowl
1546
+ Success: True
1547
+ # episodes completed so far: 307
1548
+ # successes: 294 (95.8%)
1549
+
1550
+ Task: put the cream cheese in the bowl
1551
+ Success: True
1552
+ # episodes completed so far: 308
1553
+ # successes: 295 (95.8%)
1554
+
1555
+ Task: put the cream cheese in the bowl
1556
+ Success: True
1557
+ # episodes completed so far: 309
1558
+ # successes: 296 (95.8%)
1559
+
1560
+ Task: put the cream cheese in the bowl
1561
+ Success: True
1562
+ # episodes completed so far: 310
1563
+ # successes: 297 (95.8%)
1564
+
1565
+ Task: put the cream cheese in the bowl
1566
+ Success: True
1567
+ # episodes completed so far: 311
1568
+ # successes: 298 (95.8%)
1569
+
1570
+ Task: put the cream cheese in the bowl
1571
+ Success: True
1572
+ # episodes completed so far: 312
1573
+ # successes: 299 (95.8%)
1574
+
1575
+ Task: put the cream cheese in the bowl
1576
+ Success: True
1577
+ # episodes completed so far: 313
1578
+ # successes: 300 (95.8%)
1579
+
1580
+ Task: put the cream cheese in the bowl
1581
+ Success: True
1582
+ # episodes completed so far: 314
1583
+ # successes: 301 (95.9%)
1584
+
1585
+ Task: put the cream cheese in the bowl
1586
+ Success: False
1587
+ # episodes completed so far: 315
1588
+ # successes: 301 (95.6%)
1589
+
1590
+ Task: put the cream cheese in the bowl
1591
+ Success: True
1592
+ # episodes completed so far: 316
1593
+ # successes: 302 (95.6%)
1594
+
1595
+ Task: put the cream cheese in the bowl
1596
+ Success: True
1597
+ # episodes completed so far: 317
1598
+ # successes: 303 (95.6%)
1599
+
1600
+ Task: put the cream cheese in the bowl
1601
+ Success: True
1602
+ # episodes completed so far: 318
1603
+ # successes: 304 (95.6%)
1604
+
1605
+ Task: put the cream cheese in the bowl
1606
+ Success: True
1607
+ # episodes completed so far: 319
1608
+ # successes: 305 (95.6%)
1609
+
1610
+ Task: put the cream cheese in the bowl
1611
+ Success: True
1612
+ # episodes completed so far: 320
1613
+ # successes: 306 (95.6%)
1614
+
1615
+ Task: put the cream cheese in the bowl
1616
+ Success: True
1617
+ # episodes completed so far: 321
1618
+ # successes: 307 (95.6%)
1619
+
1620
+ Task: put the cream cheese in the bowl
1621
+ Success: True
1622
+ # episodes completed so far: 322
1623
+ # successes: 308 (95.7%)
1624
+
1625
+ Task: put the cream cheese in the bowl
1626
+ Success: True
1627
+ # episodes completed so far: 323
1628
+ # successes: 309 (95.7%)
1629
+
1630
+ Task: put the cream cheese in the bowl
1631
+ Success: True
1632
+ # episodes completed so far: 324
1633
+ # successes: 310 (95.7%)
1634
+
1635
+ Task: put the cream cheese in the bowl
1636
+ Success: True
1637
+ # episodes completed so far: 325
1638
+ # successes: 311 (95.7%)
1639
+
1640
+ Task: put the cream cheese in the bowl
1641
+ Success: True
1642
+ # episodes completed so far: 326
1643
+ # successes: 312 (95.7%)
1644
+
1645
+ Task: put the cream cheese in the bowl
1646
+ Success: True
1647
+ # episodes completed so far: 327
1648
+ # successes: 313 (95.7%)
1649
+
1650
+ Task: put the cream cheese in the bowl
1651
+ Success: True
1652
+ # episodes completed so far: 328
1653
+ # successes: 314 (95.7%)
1654
+
1655
+ Task: put the cream cheese in the bowl
1656
+ Success: True
1657
+ # episodes completed so far: 329
1658
+ # successes: 315 (95.7%)
1659
+
1660
+ Task: put the cream cheese in the bowl
1661
+ Success: True
1662
+ # episodes completed so far: 330
1663
+ # successes: 316 (95.8%)
1664
+
1665
+ Task: put the cream cheese in the bowl
1666
+ Success: True
1667
+ # episodes completed so far: 331
1668
+ # successes: 317 (95.8%)
1669
+
1670
+ Task: put the cream cheese in the bowl
1671
+ Success: True
1672
+ # episodes completed so far: 332
1673
+ # successes: 318 (95.8%)
1674
+
1675
+ Task: put the cream cheese in the bowl
1676
+ Success: False
1677
+ # episodes completed so far: 333
1678
+ # successes: 318 (95.5%)
1679
+
1680
+ Task: put the cream cheese in the bowl
1681
+ Success: True
1682
+ # episodes completed so far: 334
1683
+ # successes: 319 (95.5%)
1684
+
1685
+ Task: put the cream cheese in the bowl
1686
+ Success: False
1687
+ # episodes completed so far: 335
1688
+ # successes: 319 (95.2%)
1689
+
1690
+ Task: put the cream cheese in the bowl
1691
+ Success: True
1692
+ # episodes completed so far: 336
1693
+ # successes: 320 (95.2%)
1694
+
1695
+ Task: put the cream cheese in the bowl
1696
+ Success: True
1697
+ # episodes completed so far: 337
1698
+ # successes: 321 (95.3%)
1699
+
1700
+ Task: put the cream cheese in the bowl
1701
+ Success: True
1702
+ # episodes completed so far: 338
1703
+ # successes: 322 (95.3%)
1704
+
1705
+ Task: put the cream cheese in the bowl
1706
+ Success: True
1707
+ # episodes completed so far: 339
1708
+ # successes: 323 (95.3%)
1709
+
1710
+ Task: put the cream cheese in the bowl
1711
+ Success: True
1712
+ # episodes completed so far: 340
1713
+ # successes: 324 (95.3%)
1714
+
1715
+ Task: put the cream cheese in the bowl
1716
+ Success: False
1717
+ # episodes completed so far: 341
1718
+ # successes: 324 (95.0%)
1719
+
1720
+ Task: put the cream cheese in the bowl
1721
+ Success: True
1722
+ # episodes completed so far: 342
1723
+ # successes: 325 (95.0%)
1724
+
1725
+ Task: put the cream cheese in the bowl
1726
+ Success: True
1727
+ # episodes completed so far: 343
1728
+ # successes: 326 (95.0%)
1729
+
1730
+ Task: put the cream cheese in the bowl
1731
+ Success: True
1732
+ # episodes completed so far: 344
1733
+ # successes: 327 (95.1%)
1734
+
1735
+ Task: put the cream cheese in the bowl
1736
+ Success: True
1737
+ # episodes completed so far: 345
1738
+ # successes: 328 (95.1%)
1739
+
1740
+ Task: put the cream cheese in the bowl
1741
+ Success: True
1742
+ # episodes completed so far: 346
1743
+ # successes: 329 (95.1%)
1744
+
1745
+ Task: put the cream cheese in the bowl
1746
+ Success: True
1747
+ # episodes completed so far: 347
1748
+ # successes: 330 (95.1%)
1749
+
1750
+ Task: put the cream cheese in the bowl
1751
+ Success: True
1752
+ # episodes completed so far: 348
1753
+ # successes: 331 (95.1%)
1754
+
1755
+ Task: put the cream cheese in the bowl
1756
+ Success: True
1757
+ # episodes completed so far: 349
1758
+ # successes: 332 (95.1%)
1759
+
1760
+ Task: put the cream cheese in the bowl
1761
+ Success: True
1762
+ # episodes completed so far: 350
1763
+ # successes: 333 (95.1%)
1764
+ Current task success rate: 0.9
1765
+ Current total success rate: 0.9514285714285714
1766
+
1767
+ Task: turn on the stove
1768
+ Success: True
1769
+ # episodes completed so far: 351
1770
+ # successes: 334 (95.2%)
1771
+
1772
+ Task: turn on the stove
1773
+ Success: True
1774
+ # episodes completed so far: 352
1775
+ # successes: 335 (95.2%)
1776
+
1777
+ Task: turn on the stove
1778
+ Success: True
1779
+ # episodes completed so far: 353
1780
+ # successes: 336 (95.2%)
1781
+
1782
+ Task: turn on the stove
1783
+ Success: True
1784
+ # episodes completed so far: 354
1785
+ # successes: 337 (95.2%)
1786
+
1787
+ Task: turn on the stove
1788
+ Success: True
1789
+ # episodes completed so far: 355
1790
+ # successes: 338 (95.2%)
1791
+
1792
+ Task: turn on the stove
1793
+ Success: True
1794
+ # episodes completed so far: 356
1795
+ # successes: 339 (95.2%)
1796
+
1797
+ Task: turn on the stove
1798
+ Success: True
1799
+ # episodes completed so far: 357
1800
+ # successes: 340 (95.2%)
1801
+
1802
+ Task: turn on the stove
1803
+ Success: True
1804
+ # episodes completed so far: 358
1805
+ # successes: 341 (95.3%)
1806
+
1807
+ Task: turn on the stove
1808
+ Success: True
1809
+ # episodes completed so far: 359
1810
+ # successes: 342 (95.3%)
1811
+
1812
+ Task: turn on the stove
1813
+ Success: True
1814
+ # episodes completed so far: 360
1815
+ # successes: 343 (95.3%)
1816
+
1817
+ Task: turn on the stove
1818
+ Success: True
1819
+ # episodes completed so far: 361
1820
+ # successes: 344 (95.3%)
1821
+
1822
+ Task: turn on the stove
1823
+ Success: True
1824
+ # episodes completed so far: 362
1825
+ # successes: 345 (95.3%)
1826
+
1827
+ Task: turn on the stove
1828
+ Success: True
1829
+ # episodes completed so far: 363
1830
+ # successes: 346 (95.3%)
1831
+
1832
+ Task: turn on the stove
1833
+ Success: True
1834
+ # episodes completed so far: 364
1835
+ # successes: 347 (95.3%)
1836
+
1837
+ Task: turn on the stove
1838
+ Success: True
1839
+ # episodes completed so far: 365
1840
+ # successes: 348 (95.3%)
1841
+
1842
+ Task: turn on the stove
1843
+ Success: True
1844
+ # episodes completed so far: 366
1845
+ # successes: 349 (95.4%)
1846
+
1847
+ Task: turn on the stove
1848
+ Success: True
1849
+ # episodes completed so far: 367
1850
+ # successes: 350 (95.4%)
1851
+
1852
+ Task: turn on the stove
1853
+ Success: True
1854
+ # episodes completed so far: 368
1855
+ # successes: 351 (95.4%)
1856
+
1857
+ Task: turn on the stove
1858
+ Success: True
1859
+ # episodes completed so far: 369
1860
+ # successes: 352 (95.4%)
1861
+
1862
+ Task: turn on the stove
1863
+ Success: True
1864
+ # episodes completed so far: 370
1865
+ # successes: 353 (95.4%)
1866
+
1867
+ Task: turn on the stove
1868
+ Success: True
1869
+ # episodes completed so far: 371
1870
+ # successes: 354 (95.4%)
1871
+
1872
+ Task: turn on the stove
1873
+ Success: True
1874
+ # episodes completed so far: 372
1875
+ # successes: 355 (95.4%)
1876
+
1877
+ Task: turn on the stove
1878
+ Success: True
1879
+ # episodes completed so far: 373
1880
+ # successes: 356 (95.4%)
1881
+
1882
+ Task: turn on the stove
1883
+ Success: True
1884
+ # episodes completed so far: 374
1885
+ # successes: 357 (95.5%)
1886
+
1887
+ Task: turn on the stove
1888
+ Success: True
1889
+ # episodes completed so far: 375
1890
+ # successes: 358 (95.5%)
1891
+
1892
+ Task: turn on the stove
1893
+ Success: True
1894
+ # episodes completed so far: 376
1895
+ # successes: 359 (95.5%)
1896
+
1897
+ Task: turn on the stove
1898
+ Success: True
1899
+ # episodes completed so far: 377
1900
+ # successes: 360 (95.5%)
1901
+
1902
+ Task: turn on the stove
1903
+ Success: True
1904
+ # episodes completed so far: 378
1905
+ # successes: 361 (95.5%)
1906
+
1907
+ Task: turn on the stove
1908
+ Success: True
1909
+ # episodes completed so far: 379
1910
+ # successes: 362 (95.5%)
1911
+
1912
+ Task: turn on the stove
1913
+ Success: True
1914
+ # episodes completed so far: 380
1915
+ # successes: 363 (95.5%)
1916
+
1917
+ Task: turn on the stove
1918
+ Success: True
1919
+ # episodes completed so far: 381
1920
+ # successes: 364 (95.5%)
1921
+
1922
+ Task: turn on the stove
1923
+ Success: True
1924
+ # episodes completed so far: 382
1925
+ # successes: 365 (95.5%)
1926
+
1927
+ Task: turn on the stove
1928
+ Success: True
1929
+ # episodes completed so far: 383
1930
+ # successes: 366 (95.6%)
1931
+
1932
+ Task: turn on the stove
1933
+ Success: True
1934
+ # episodes completed so far: 384
1935
+ # successes: 367 (95.6%)
1936
+
1937
+ Task: turn on the stove
1938
+ Success: True
1939
+ # episodes completed so far: 385
1940
+ # successes: 368 (95.6%)
1941
+
1942
+ Task: turn on the stove
1943
+ Success: True
1944
+ # episodes completed so far: 386
1945
+ # successes: 369 (95.6%)
1946
+
1947
+ Task: turn on the stove
1948
+ Success: True
1949
+ # episodes completed so far: 387
1950
+ # successes: 370 (95.6%)
1951
+
1952
+ Task: turn on the stove
1953
+ Success: True
1954
+ # episodes completed so far: 388
1955
+ # successes: 371 (95.6%)
1956
+
1957
+ Task: turn on the stove
1958
+ Success: True
1959
+ # episodes completed so far: 389
1960
+ # successes: 372 (95.6%)
1961
+
1962
+ Task: turn on the stove
1963
+ Success: True
1964
+ # episodes completed so far: 390
1965
+ # successes: 373 (95.6%)
1966
+
1967
+ Task: turn on the stove
1968
+ Success: True
1969
+ # episodes completed so far: 391
1970
+ # successes: 374 (95.7%)
1971
+
1972
+ Task: turn on the stove
1973
+ Success: True
1974
+ # episodes completed so far: 392
1975
+ # successes: 375 (95.7%)
1976
+
1977
+ Task: turn on the stove
1978
+ Success: True
1979
+ # episodes completed so far: 393
1980
+ # successes: 376 (95.7%)
1981
+
1982
+ Task: turn on the stove
1983
+ Success: True
1984
+ # episodes completed so far: 394
1985
+ # successes: 377 (95.7%)
1986
+
1987
+ Task: turn on the stove
1988
+ Success: True
1989
+ # episodes completed so far: 395
1990
+ # successes: 378 (95.7%)
1991
+
1992
+ Task: turn on the stove
1993
+ Success: True
1994
+ # episodes completed so far: 396
1995
+ # successes: 379 (95.7%)
1996
+
1997
+ Task: turn on the stove
1998
+ Success: True
1999
+ # episodes completed so far: 397
2000
+ # successes: 380 (95.7%)
2001
+
2002
+ Task: turn on the stove
2003
+ Success: True
2004
+ # episodes completed so far: 398
2005
+ # successes: 381 (95.7%)
2006
+
2007
+ Task: turn on the stove
2008
+ Success: True
2009
+ # episodes completed so far: 399
2010
+ # successes: 382 (95.7%)
2011
+
2012
+ Task: turn on the stove
2013
+ Success: True
2014
+ # episodes completed so far: 400
2015
+ # successes: 383 (95.8%)
2016
+ Current task success rate: 1.0
2017
+ Current total success rate: 0.9575
2018
+
2019
+ Task: put the bowl on the plate
2020
+ Success: True
2021
+ # episodes completed so far: 401
2022
+ # successes: 384 (95.8%)
2023
+
2024
+ Task: put the bowl on the plate
2025
+ Success: True
2026
+ # episodes completed so far: 402
2027
+ # successes: 385 (95.8%)
2028
+
2029
+ Task: put the bowl on the plate
2030
+ Success: True
2031
+ # episodes completed so far: 403
2032
+ # successes: 386 (95.8%)
2033
+
2034
+ Task: put the bowl on the plate
2035
+ Success: True
2036
+ # episodes completed so far: 404
2037
+ # successes: 387 (95.8%)
2038
+
2039
+ Task: put the bowl on the plate
2040
+ Success: True
2041
+ # episodes completed so far: 405
2042
+ # successes: 388 (95.8%)
2043
+
2044
+ Task: put the bowl on the plate
2045
+ Success: True
2046
+ # episodes completed so far: 406
2047
+ # successes: 389 (95.8%)
2048
+
2049
+ Task: put the bowl on the plate
2050
+ Success: True
2051
+ # episodes completed so far: 407
2052
+ # successes: 390 (95.8%)
2053
+
2054
+ Task: put the bowl on the plate
2055
+ Success: True
2056
+ # episodes completed so far: 408
2057
+ # successes: 391 (95.8%)
2058
+
2059
+ Task: put the bowl on the plate
2060
+ Success: True
2061
+ # episodes completed so far: 409
2062
+ # successes: 392 (95.8%)
2063
+
2064
+ Task: put the bowl on the plate
2065
+ Success: True
2066
+ # episodes completed so far: 410
2067
+ # successes: 393 (95.9%)
2068
+
2069
+ Task: put the bowl on the plate
2070
+ Success: True
2071
+ # episodes completed so far: 411
2072
+ # successes: 394 (95.9%)
2073
+
2074
+ Task: put the bowl on the plate
2075
+ Success: True
2076
+ # episodes completed so far: 412
2077
+ # successes: 395 (95.9%)
2078
+
2079
+ Task: put the bowl on the plate
2080
+ Success: True
2081
+ # episodes completed so far: 413
2082
+ # successes: 396 (95.9%)
2083
+
2084
+ Task: put the bowl on the plate
2085
+ Success: True
2086
+ # episodes completed so far: 414
2087
+ # successes: 397 (95.9%)
2088
+
2089
+ Task: put the bowl on the plate
2090
+ Success: True
2091
+ # episodes completed so far: 415
2092
+ # successes: 398 (95.9%)
2093
+
2094
+ Task: put the bowl on the plate
2095
+ Success: True
2096
+ # episodes completed so far: 416
2097
+ # successes: 399 (95.9%)
2098
+
2099
+ Task: put the bowl on the plate
2100
+ Success: True
2101
+ # episodes completed so far: 417
2102
+ # successes: 400 (95.9%)
2103
+
2104
+ Task: put the bowl on the plate
2105
+ Success: True
2106
+ # episodes completed so far: 418
2107
+ # successes: 401 (95.9%)
2108
+
2109
+ Task: put the bowl on the plate
2110
+ Success: True
2111
+ # episodes completed so far: 419
2112
+ # successes: 402 (95.9%)
2113
+
2114
+ Task: put the bowl on the plate
2115
+ Success: True
2116
+ # episodes completed so far: 420
2117
+ # successes: 403 (96.0%)
2118
+
2119
+ Task: put the bowl on the plate
2120
+ Success: True
2121
+ # episodes completed so far: 421
2122
+ # successes: 404 (96.0%)
2123
+
2124
+ Task: put the bowl on the plate
2125
+ Success: True
2126
+ # episodes completed so far: 422
2127
+ # successes: 405 (96.0%)
2128
+
2129
+ Task: put the bowl on the plate
2130
+ Success: True
2131
+ # episodes completed so far: 423
2132
+ # successes: 406 (96.0%)
2133
+
2134
+ Task: put the bowl on the plate
2135
+ Success: True
2136
+ # episodes completed so far: 424
2137
+ # successes: 407 (96.0%)
2138
+
2139
+ Task: put the bowl on the plate
2140
+ Success: True
2141
+ # episodes completed so far: 425
2142
+ # successes: 408 (96.0%)
2143
+
2144
+ Task: put the bowl on the plate
2145
+ Success: True
2146
+ # episodes completed so far: 426
2147
+ # successes: 409 (96.0%)
2148
+
2149
+ Task: put the bowl on the plate
2150
+ Success: True
2151
+ # episodes completed so far: 427
2152
+ # successes: 410 (96.0%)
2153
+
2154
+ Task: put the bowl on the plate
2155
+ Success: True
2156
+ # episodes completed so far: 428
2157
+ # successes: 411 (96.0%)
2158
+
2159
+ Task: put the bowl on the plate
2160
+ Success: True
2161
+ # episodes completed so far: 429
2162
+ # successes: 412 (96.0%)
2163
+
2164
+ Task: put the bowl on the plate
2165
+ Success: True
2166
+ # episodes completed so far: 430
2167
+ # successes: 413 (96.0%)
2168
+
2169
+ Task: put the bowl on the plate
2170
+ Success: True
2171
+ # episodes completed so far: 431
2172
+ # successes: 414 (96.1%)
2173
+
2174
+ Task: put the bowl on the plate
2175
+ Success: True
2176
+ # episodes completed so far: 432
2177
+ # successes: 415 (96.1%)
2178
+
2179
+ Task: put the bowl on the plate
2180
+ Success: False
2181
+ # episodes completed so far: 433
2182
+ # successes: 415 (95.8%)
2183
+
2184
+ Task: put the bowl on the plate
2185
+ Success: True
2186
+ # episodes completed so far: 434
2187
+ # successes: 416 (95.9%)
2188
+
2189
+ Task: put the bowl on the plate
2190
+ Success: True
2191
+ # episodes completed so far: 435
2192
+ # successes: 417 (95.9%)
2193
+
2194
+ Task: put the bowl on the plate
2195
+ Success: True
2196
+ # episodes completed so far: 436
2197
+ # successes: 418 (95.9%)
2198
+
2199
+ Task: put the bowl on the plate
2200
+ Success: True
2201
+ # episodes completed so far: 437
2202
+ # successes: 419 (95.9%)
2203
+
2204
+ Task: put the bowl on the plate
2205
+ Success: True
2206
+ # episodes completed so far: 438
2207
+ # successes: 420 (95.9%)
2208
+
2209
+ Task: put the bowl on the plate
2210
+ Success: True
2211
+ # episodes completed so far: 439
2212
+ # successes: 421 (95.9%)
2213
+
2214
+ Task: put the bowl on the plate
2215
+ Success: True
2216
+ # episodes completed so far: 440
2217
+ # successes: 422 (95.9%)
2218
+
2219
+ Task: put the bowl on the plate
2220
+ Success: True
2221
+ # episodes completed so far: 441
2222
+ # successes: 423 (95.9%)
2223
+
2224
+ Task: put the bowl on the plate
2225
+ Success: True
2226
+ # episodes completed so far: 442
2227
+ # successes: 424 (95.9%)
2228
+
2229
+ Task: put the bowl on the plate
2230
+ Success: True
2231
+ # episodes completed so far: 443
2232
+ # successes: 425 (95.9%)
2233
+
2234
+ Task: put the bowl on the plate
2235
+ Success: True
2236
+ # episodes completed so far: 444
2237
+ # successes: 426 (95.9%)
2238
+
2239
+ Task: put the bowl on the plate
2240
+ Success: True
2241
+ # episodes completed so far: 445
2242
+ # successes: 427 (96.0%)
2243
+
2244
+ Task: put the bowl on the plate
2245
+ Success: True
2246
+ # episodes completed so far: 446
2247
+ # successes: 428 (96.0%)
2248
+
2249
+ Task: put the bowl on the plate
2250
+ Success: True
2251
+ # episodes completed so far: 447
2252
+ # successes: 429 (96.0%)
2253
+
2254
+ Task: put the bowl on the plate
2255
+ Success: True
2256
+ # episodes completed so far: 448
2257
+ # successes: 430 (96.0%)
2258
+
2259
+ Task: put the bowl on the plate
2260
+ Success: True
2261
+ # episodes completed so far: 449
2262
+ # successes: 431 (96.0%)
2263
+
2264
+ Task: put the bowl on the plate
2265
+ Success: True
2266
+ # episodes completed so far: 450
2267
+ # successes: 432 (96.0%)
2268
+ Current task success rate: 0.98
2269
+ Current total success rate: 0.96
2270
+
2271
+ Task: put the wine bottle on the rack
2272
+ Success: True
2273
+ # episodes completed so far: 451
2274
+ # successes: 433 (96.0%)
2275
+
2276
+ Task: put the wine bottle on the rack
2277
+ Success: True
2278
+ # episodes completed so far: 452
2279
+ # successes: 434 (96.0%)
2280
+
2281
+ Task: put the wine bottle on the rack
2282
+ Success: True
2283
+ # episodes completed so far: 453
2284
+ # successes: 435 (96.0%)
2285
+
2286
+ Task: put the wine bottle on the rack
2287
+ Success: True
2288
+ # episodes completed so far: 454
2289
+ # successes: 436 (96.0%)
2290
+
2291
+ Task: put the wine bottle on the rack
2292
+ Success: True
2293
+ # episodes completed so far: 455
2294
+ # successes: 437 (96.0%)
2295
+
2296
+ Task: put the wine bottle on the rack
2297
+ Success: False
2298
+ # episodes completed so far: 456
2299
+ # successes: 437 (95.8%)
2300
+
2301
+ Task: put the wine bottle on the rack
2302
+ Success: True
2303
+ # episodes completed so far: 457
2304
+ # successes: 438 (95.8%)
2305
+
2306
+ Task: put the wine bottle on the rack
2307
+ Success: True
2308
+ # episodes completed so far: 458
2309
+ # successes: 439 (95.9%)
2310
+
2311
+ Task: put the wine bottle on the rack
2312
+ Success: True
2313
+ # episodes completed so far: 459
2314
+ # successes: 440 (95.9%)
2315
+
2316
+ Task: put the wine bottle on the rack
2317
+ Success: True
2318
+ # episodes completed so far: 460
2319
+ # successes: 441 (95.9%)
2320
+
2321
+ Task: put the wine bottle on the rack
2322
+ Success: True
2323
+ # episodes completed so far: 461
2324
+ # successes: 442 (95.9%)
2325
+
2326
+ Task: put the wine bottle on the rack
2327
+ Success: True
2328
+ # episodes completed so far: 462
2329
+ # successes: 443 (95.9%)
2330
+
2331
+ Task: put the wine bottle on the rack
2332
+ Success: True
2333
+ # episodes completed so far: 463
2334
+ # successes: 444 (95.9%)
2335
+
2336
+ Task: put the wine bottle on the rack
2337
+ Success: True
2338
+ # episodes completed so far: 464
2339
+ # successes: 445 (95.9%)
2340
+
2341
+ Task: put the wine bottle on the rack
2342
+ Success: True
2343
+ # episodes completed so far: 465
2344
+ # successes: 446 (95.9%)
2345
+
2346
+ Task: put the wine bottle on the rack
2347
+ Success: True
2348
+ # episodes completed so far: 466
2349
+ # successes: 447 (95.9%)
2350
+
2351
+ Task: put the wine bottle on the rack
2352
+ Success: True
2353
+ # episodes completed so far: 467
2354
+ # successes: 448 (95.9%)
2355
+
2356
+ Task: put the wine bottle on the rack
2357
+ Success: True
2358
+ # episodes completed so far: 468
2359
+ # successes: 449 (95.9%)
2360
+
2361
+ Task: put the wine bottle on the rack
2362
+ Success: True
2363
+ # episodes completed so far: 469
2364
+ # successes: 450 (95.9%)
2365
+
2366
+ Task: put the wine bottle on the rack
2367
+ Success: True
2368
+ # episodes completed so far: 470
2369
+ # successes: 451 (96.0%)
2370
+
2371
+ Task: put the wine bottle on the rack
2372
+ Success: True
2373
+ # episodes completed so far: 471
2374
+ # successes: 452 (96.0%)
2375
+
2376
+ Task: put the wine bottle on the rack
2377
+ Success: True
2378
+ # episodes completed so far: 472
2379
+ # successes: 453 (96.0%)
2380
+
2381
+ Task: put the wine bottle on the rack
2382
+ Success: True
2383
+ # episodes completed so far: 473
2384
+ # successes: 454 (96.0%)
2385
+
2386
+ Task: put the wine bottle on the rack
2387
+ Success: False
2388
+ # episodes completed so far: 474
2389
+ # successes: 454 (95.8%)
2390
+
2391
+ Task: put the wine bottle on the rack
2392
+ Success: True
2393
+ # episodes completed so far: 475
2394
+ # successes: 455 (95.8%)
2395
+
2396
+ Task: put the wine bottle on the rack
2397
+ Success: True
2398
+ # episodes completed so far: 476
2399
+ # successes: 456 (95.8%)
2400
+
2401
+ Task: put the wine bottle on the rack
2402
+ Success: True
2403
+ # episodes completed so far: 477
2404
+ # successes: 457 (95.8%)
2405
+
2406
+ Task: put the wine bottle on the rack
2407
+ Success: True
2408
+ # episodes completed so far: 478
2409
+ # successes: 458 (95.8%)
2410
+
2411
+ Task: put the wine bottle on the rack
2412
+ Success: True
2413
+ # episodes completed so far: 479
2414
+ # successes: 459 (95.8%)
2415
+
2416
+ Task: put the wine bottle on the rack
2417
+ Success: True
2418
+ # episodes completed so far: 480
2419
+ # successes: 460 (95.8%)
2420
+
2421
+ Task: put the wine bottle on the rack
2422
+ Success: True
2423
+ # episodes completed so far: 481
2424
+ # successes: 461 (95.8%)
2425
+
2426
+ Task: put the wine bottle on the rack
2427
+ Success: True
2428
+ # episodes completed so far: 482
2429
+ # successes: 462 (95.9%)
2430
+
2431
+ Task: put the wine bottle on the rack
2432
+ Success: True
2433
+ # episodes completed so far: 483
2434
+ # successes: 463 (95.9%)
2435
+
2436
+ Task: put the wine bottle on the rack
2437
+ Success: True
2438
+ # episodes completed so far: 484
2439
+ # successes: 464 (95.9%)
2440
+
2441
+ Task: put the wine bottle on the rack
2442
+ Success: True
2443
+ # episodes completed so far: 485
2444
+ # successes: 465 (95.9%)
2445
+
2446
+ Task: put the wine bottle on the rack
2447
+ Success: False
2448
+ # episodes completed so far: 486
2449
+ # successes: 465 (95.7%)
2450
+
2451
+ Task: put the wine bottle on the rack
2452
+ Success: True
2453
+ # episodes completed so far: 487
2454
+ # successes: 466 (95.7%)
2455
+
2456
+ Task: put the wine bottle on the rack
2457
+ Success: True
2458
+ # episodes completed so far: 488
2459
+ # successes: 467 (95.7%)
2460
+
2461
+ Task: put the wine bottle on the rack
2462
+ Success: False
2463
+ # episodes completed so far: 489
2464
+ # successes: 467 (95.5%)
2465
+
2466
+ Task: put the wine bottle on the rack
2467
+ Success: True
2468
+ # episodes completed so far: 490
2469
+ # successes: 468 (95.5%)
2470
+
2471
+ Task: put the wine bottle on the rack
2472
+ Success: True
2473
+ # episodes completed so far: 491
2474
+ # successes: 469 (95.5%)
2475
+
2476
+ Task: put the wine bottle on the rack
2477
+ Success: True
2478
+ # episodes completed so far: 492
2479
+ # successes: 470 (95.5%)
2480
+
2481
+ Task: put the wine bottle on the rack
2482
+ Success: True
2483
+ # episodes completed so far: 493
2484
+ # successes: 471 (95.5%)
2485
+
2486
+ Task: put the wine bottle on the rack
2487
+ Success: True
2488
+ # episodes completed so far: 494
2489
+ # successes: 472 (95.5%)
2490
+
2491
+ Task: put the wine bottle on the rack
2492
+ Success: True
2493
+ # episodes completed so far: 495
2494
+ # successes: 473 (95.6%)
2495
+
2496
+ Task: put the wine bottle on the rack
2497
+ Success: True
2498
+ # episodes completed so far: 496
2499
+ # successes: 474 (95.6%)
2500
+
2501
+ Task: put the wine bottle on the rack
2502
+ Success: False
2503
+ # episodes completed so far: 497
2504
+ # successes: 474 (95.4%)
2505
+
2506
+ Task: put the wine bottle on the rack
2507
+ Success: True
2508
+ # episodes completed so far: 498
2509
+ # successes: 475 (95.4%)
2510
+
2511
+ Task: put the wine bottle on the rack
2512
+ Success: True
2513
+ # episodes completed so far: 499
2514
+ # successes: 476 (95.4%)
2515
+
2516
+ Task: put the wine bottle on the rack
2517
+ Success: True
2518
+ # episodes completed so far: 500
2519
+ # successes: 477 (95.4%)
2520
+ Current task success rate: 0.9
2521
+ Current total success rate: 0.954
libero_goal_2B/starvla_qwen_gr00t/libero_goal.log ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Step 100, Loss: {'mse_loss': 1.1326768398284912, 'data_time': 0.017766594999557128, 'model_time': 0.5620127220008726, 'learning_rate': 2.0000000000000002e-07, 'epoch': 0.25})
2
+ Step 200, Loss: {'mse_loss': 0.9868401288986206, 'data_time': 0.019504203999531455, 'model_time': 0.5889050469995709, 'learning_rate': 4.0000000000000003e-07, 'epoch': 0.49})
3
+ Step 300, Loss: {'mse_loss': 0.7489693760871887, 'data_time': 0.018023890001131804, 'model_time': 0.5614877909993083, 'learning_rate': 6.000000000000001e-07, 'epoch': 0.74})
4
+ Step 400, Loss: {'mse_loss': 0.577045202255249, 'data_time': 0.01600440800029901, 'model_time': 0.5403971910000109, 'learning_rate': 8.000000000000001e-07, 'epoch': 0.99})
5
+ Step 500, Loss: {'mse_loss': 0.4339142441749573, 'data_time': 0.0003739179992408026, 'model_time': 0.5928245390005031, 'learning_rate': 1.0000000000000002e-06, 'epoch': 1.23})
6
+ Step 600, Loss: {'mse_loss': 0.30471885204315186, 'data_time': 0.0004959819998475723, 'model_time': 0.5884183580001263, 'learning_rate': 1.2000000000000002e-06, 'epoch': 1.48})
7
+ Step 700, Loss: {'mse_loss': 0.28554075956344604, 'data_time': 0.0004081740007677581, 'model_time': 0.5948232029986684, 'learning_rate': 1.4000000000000001e-06, 'epoch': 1.72})
8
+ Step 800, Loss: {'mse_loss': 0.2782200574874878, 'data_time': 0.0004025609996460844, 'model_time': 0.624244335000185, 'learning_rate': 1.6000000000000001e-06, 'epoch': 1.97})
9
+ Step 900, Loss: {'mse_loss': 0.14773964881896973, 'data_time': 0.015423357001054683, 'model_time': 0.589283155000885, 'learning_rate': 1.8000000000000001e-06, 'epoch': 2.22})
10
+ Step 1000, Loss: {'mse_loss': 0.1378907561302185, 'data_time': 0.018809582999892882, 'model_time': 0.6430417110004782, 'learning_rate': 2.0000000000000003e-06, 'epoch': 2.46})
11
+ Step 1100, Loss: {'mse_loss': 0.09711750596761703, 'data_time': 0.014265943000282277, 'model_time': 0.5676808989992423, 'learning_rate': 2.2e-06, 'epoch': 2.71})
12
+ Step 1200, Loss: {'mse_loss': 0.15181240439414978, 'data_time': 0.018646116001036717, 'model_time': 0.6441465850002714, 'learning_rate': 2.4000000000000003e-06, 'epoch': 2.96})
13
+ Step 1300, Loss: {'mse_loss': 0.16593869030475616, 'data_time': 0.009602211999663268, 'model_time': 0.5464382669997576, 'learning_rate': 2.6e-06, 'epoch': 3.2})
14
+ Step 1400, Loss: {'mse_loss': 0.15285086631774902, 'data_time': 0.00799666199964122, 'model_time': 0.5734374250005203, 'learning_rate': 2.8000000000000003e-06, 'epoch': 3.45})
15
+ Step 1500, Loss: {'mse_loss': 0.18782939016819, 'data_time': 0.010286334001648356, 'model_time': 0.5942321900001843, 'learning_rate': 3e-06, 'epoch': 3.69})
16
+ Step 1600, Loss: {'mse_loss': 0.12840548157691956, 'data_time': 0.007339226000112831, 'model_time': 0.5584216280003602, 'learning_rate': 3.2000000000000003e-06, 'epoch': 3.94})
17
+ Step 1700, Loss: {'mse_loss': 0.14060384035110474, 'data_time': 0.020633021998946788, 'model_time': 0.7917825629992876, 'learning_rate': 3.4000000000000005e-06, 'epoch': 4.19})
18
+ Step 1800, Loss: {'mse_loss': 0.0982024222612381, 'data_time': 0.024113075000059325, 'model_time': 0.5621857400001318, 'learning_rate': 3.6000000000000003e-06, 'epoch': 4.43})
19
+ Step 1900, Loss: {'mse_loss': 0.11542834341526031, 'data_time': 0.02313966099973186, 'model_time': 0.5646351460000005, 'learning_rate': 3.8000000000000005e-06, 'epoch': 4.68})
20
+ Step 2000, Loss: {'mse_loss': 0.11496731638908386, 'data_time': 0.02118582500042976, 'model_time': 0.5991898070005846, 'learning_rate': 4.000000000000001e-06, 'epoch': 4.93})
21
+ Step 2100, Loss: {'mse_loss': 0.09399130195379257, 'data_time': 0.0004181220010650577, 'model_time': 0.5786580990006769, 'learning_rate': 4.2000000000000004e-06, 'epoch': 5.17})
22
+ Step 2200, Loss: {'mse_loss': 0.12302114814519882, 'data_time': 0.008907166000426514, 'model_time': 0.5990947549998964, 'learning_rate': 4.4e-06, 'epoch': 5.42})
23
+ Step 2300, Loss: {'mse_loss': 0.12788836658000946, 'data_time': 0.011048530001062318, 'model_time': 0.5741925130005257, 'learning_rate': 4.600000000000001e-06, 'epoch': 5.67})
24
+ Step 2400, Loss: {'mse_loss': 0.10853735357522964, 'data_time': 0.00796380700012378, 'model_time': 0.5976654850001069, 'learning_rate': 4.800000000000001e-06, 'epoch': 5.91})
25
+ Step 2500, Loss: {'mse_loss': 0.08452527225017548, 'data_time': 0.014526379000017187, 'model_time': 0.5798481140009244, 'learning_rate': 5e-06, 'epoch': 6.16})
26
+ Step 2600, Loss: {'mse_loss': 0.12949669361114502, 'data_time': 0.01736509199872671, 'model_time': 0.5827280339999561, 'learning_rate': 5.2e-06, 'epoch': 6.4})
27
+ Step 2700, Loss: {'mse_loss': 0.0915236622095108, 'data_time': 0.015089345000887988, 'model_time': 0.5977695950005, 'learning_rate': 5.400000000000001e-06, 'epoch': 6.65})
28
+ Step 2800, Loss: {'mse_loss': 0.08046936988830566, 'data_time': 0.013839178000125685, 'model_time': 0.5699149939991912, 'learning_rate': 5.600000000000001e-06, 'epoch': 6.9})
29
+ Step 2900, Loss: {'mse_loss': 0.09078464657068253, 'data_time': 0.008667136999065406, 'model_time': 0.5509572330010997, 'learning_rate': 5.8e-06, 'epoch': 7.14})
30
+ Step 3000, Loss: {'mse_loss': 0.07348079979419708, 'data_time': 0.02649918800125306, 'model_time': 0.5629464699995879, 'learning_rate': 6e-06, 'epoch': 7.39})
31
+ Step 3100, Loss: {'mse_loss': 0.0545089989900589, 'data_time': 0.02645329299957666, 'model_time': 0.5481173979987943, 'learning_rate': 6.200000000000001e-06, 'epoch': 7.64})
32
+ Step 3200, Loss: {'mse_loss': 0.08068104833364487, 'data_time': 0.023884501000793534, 'model_time': 0.6246019489990431, 'learning_rate': 6.4000000000000006e-06, 'epoch': 7.88})
33
+ Step 3300, Loss: {'mse_loss': 0.061328910291194916, 'data_time': 0.02222917400104052, 'model_time': 0.5622011089999432, 'learning_rate': 6.600000000000001e-06, 'epoch': 8.13})
34
+ Step 3400, Loss: {'mse_loss': 0.09819433093070984, 'data_time': 0.021400387000539922, 'model_time': 0.5673886669992498, 'learning_rate': 6.800000000000001e-06, 'epoch': 8.37})
35
+ Step 3500, Loss: {'mse_loss': 0.09062863886356354, 'data_time': 0.022992420999798924, 'model_time': 0.6403457979995437, 'learning_rate': 7e-06, 'epoch': 8.62})
36
+ Step 3600, Loss: {'mse_loss': 0.06830605119466782, 'data_time': 0.021382165999966674, 'model_time': 0.5512275639994186, 'learning_rate': 7.2000000000000005e-06, 'epoch': 8.87})
37
+ Step 3700, Loss: {'mse_loss': 0.05647776275873184, 'data_time': 0.011250322000705637, 'model_time': 0.5579131730009976, 'learning_rate': 7.4e-06, 'epoch': 9.11})
38
+ Step 3800, Loss: {'mse_loss': 0.07110543549060822, 'data_time': 0.007502513999497751, 'model_time': 0.6431761660005577, 'learning_rate': 7.600000000000001e-06, 'epoch': 9.36})
39
+ Step 3900, Loss: {'mse_loss': 0.05935972183942795, 'data_time': 0.01346394699976372, 'model_time': 0.5692222380002931, 'learning_rate': 7.800000000000002e-06, 'epoch': 9.61})
40
+ Step 4000, Loss: {'mse_loss': 0.052670735865831375, 'data_time': 0.007035055999949691, 'model_time': 0.5580317149997427, 'learning_rate': 8.000000000000001e-06, 'epoch': 9.85})
41
+ Step 4100, Loss: {'mse_loss': 0.0700938031077385, 'data_time': 0.02312405500015302, 'model_time': 0.5842547049996938, 'learning_rate': 8.2e-06, 'epoch': 10.1})
42
+ Step 4200, Loss: {'mse_loss': 0.041401155292987823, 'data_time': 0.02077799799735658, 'model_time': 0.5499813220012584, 'learning_rate': 8.400000000000001e-06, 'epoch': 10.34})
43
+ Step 4300, Loss: {'mse_loss': 0.06558016687631607, 'data_time': 0.023742642002616776, 'model_time': 0.5689683220007282, 'learning_rate': 8.6e-06, 'epoch': 10.59})
44
+ Step 4400, Loss: {'mse_loss': 0.0622837096452713, 'data_time': 0.025281878999521723, 'model_time': 0.5592018640018068, 'learning_rate': 8.8e-06, 'epoch': 10.84})
45
+ Step 4500, Loss: {'mse_loss': 0.065846748650074, 'data_time': 0.0003843220001726877, 'model_time': 0.5676511050005502, 'learning_rate': 9e-06, 'epoch': 11.08})
46
+ Step 4600, Loss: {'mse_loss': 0.05158721283078194, 'data_time': 0.00037634399996022694, 'model_time': 0.5566023370010953, 'learning_rate': 9.200000000000002e-06, 'epoch': 11.33})
47
+ Step 4700, Loss: {'mse_loss': 0.041335053741931915, 'data_time': 0.0003840060016955249, 'model_time': 0.5866930310003227, 'learning_rate': 9.4e-06, 'epoch': 11.58})
48
+ Step 4800, Loss: {'mse_loss': 0.055387530475854874, 'data_time': 0.0003824029990937561, 'model_time': 0.683504112999799, 'learning_rate': 9.600000000000001e-06, 'epoch': 11.82})
49
+ Step 4900, Loss: {'mse_loss': 0.050381023436784744, 'data_time': 0.007733443002507556, 'model_time': 0.8429238950011495, 'learning_rate': 9.800000000000001e-06, 'epoch': 12.07})
50
+ Step 5000, Loss: {'mse_loss': 0.07236318290233612, 'data_time': 0.00847807199897943, 'model_time': 0.5677525579994835, 'learning_rate': 1e-05, 'epoch': 12.32})
51
+ Step 5100, Loss: {'mse_loss': 0.04710860922932625, 'data_time': 0.008048281000810675, 'model_time': 0.5710276600002544, 'learning_rate': 9.999615090493604e-06, 'epoch': 12.56})
52
+ Step 5200, Loss: {'mse_loss': 0.04455693066120148, 'data_time': 0.007437872001901269, 'model_time': 0.5694045520031068, 'learning_rate': 9.998460422756089e-06, 'epoch': 12.81})
53
+ Step 5300, Loss: {'mse_loss': 0.04637480899691582, 'data_time': 0.0003706300012709107, 'model_time': 0.5609041179995984, 'learning_rate': 9.996536179122874e-06, 'epoch': 13.05})
54
+ Step 5400, Loss: {'mse_loss': 0.04661210626363754, 'data_time': 0.00048377199709648266, 'model_time': 0.5897853339993162, 'learning_rate': 9.993842663454337e-06, 'epoch': 13.3})
55
+ Step 5500, Loss: {'mse_loss': 0.05487091839313507, 'data_time': 0.0005373870008043014, 'model_time': 0.589203642000939, 'learning_rate': 9.990380301087824e-06, 'epoch': 13.55})
56
+ Step 5600, Loss: {'mse_loss': 0.050415005534887314, 'data_time': 0.00040474699926562607, 'model_time': 0.5664620540010219, 'learning_rate': 9.986149638770493e-06, 'epoch': 13.79})
57
+ Step 5700, Loss: {'mse_loss': 0.06063125655055046, 'data_time': 0.008608518000983167, 'model_time': 0.6143747720016108, 'learning_rate': 9.981151344572967e-06, 'epoch': 14.04})
58
+ Step 5800, Loss: {'mse_loss': 0.04261263087391853, 'data_time': 0.007879564000177197, 'model_time': 0.5825556950003374, 'learning_rate': 9.975386207783839e-06, 'epoch': 14.29})
59
+ Step 5900, Loss: {'mse_loss': 0.039116110652685165, 'data_time': 0.007857792999857338, 'model_time': 0.6062323980004294, 'learning_rate': 9.968855138785041e-06, 'epoch': 14.53})
60
+ Step 6000, Loss: {'mse_loss': 0.039471618831157684, 'data_time': 0.00834508200205164, 'model_time': 0.5571347770019202, 'learning_rate': 9.961559168908081e-06, 'epoch': 14.78})
61
+ Step 6100, Loss: {'mse_loss': 0.042013391852378845, 'data_time': 0.00037386999974842183, 'model_time': 0.6859462450011051, 'learning_rate': 9.953499450271174e-06, 'epoch': 15.02})
62
+ Step 6200, Loss: {'mse_loss': 0.04815119132399559, 'data_time': 0.00039298699994105846, 'model_time': 0.5610019960004138, 'learning_rate': 9.944677255597332e-06, 'epoch': 15.27})
63
+ Step 6300, Loss: {'mse_loss': 0.040355898439884186, 'data_time': 0.00038020399733795784, 'model_time': 0.6522605969985307, 'learning_rate': 9.935093978013357e-06, 'epoch': 15.52})
64
+ Step 6400, Loss: {'mse_loss': 0.05802339315414429, 'data_time': 0.0003721110006154049, 'model_time': 0.5808768370006874, 'learning_rate': 9.924751130829878e-06, 'epoch': 15.76})
65
+ Step 6500, Loss: {'mse_loss': 0.050512682646512985, 'data_time': 0.04786373800016008, 'model_time': 0.6670988900004886, 'learning_rate': 9.91365034730236e-06, 'epoch': 16.01})
66
+ Step 6600, Loss: {'mse_loss': 0.046191707253456116, 'data_time': 0.008507186998031102, 'model_time': 0.5460557280021021, 'learning_rate': 9.901793380373204e-06, 'epoch': 16.26})
67
+ Step 6700, Loss: {'mse_loss': 0.032306212931871414, 'data_time': 0.009437848999368725, 'model_time': 0.6064671290005208, 'learning_rate': 9.889182102394944e-06, 'epoch': 16.5})
68
+ Step 6800, Loss: {'mse_loss': 0.041555751115083694, 'data_time': 0.009667361999163404, 'model_time': 0.5452548169996589, 'learning_rate': 9.875818504834564e-06, 'epoch': 16.75})
69
+ Step 6900, Loss: {'mse_loss': 0.051011864095926285, 'data_time': 0.007205374000477605, 'model_time': 0.5171562889991037, 'learning_rate': 9.861704697959036e-06, 'epoch': 17.0})
70
+ Step 7000, Loss: {'mse_loss': 0.03520460054278374, 'data_time': 0.008345749000000069, 'model_time': 0.5376922539981024, 'learning_rate': 9.846842910502077e-06, 'epoch': 17.24})
71
+ Step 7100, Loss: {'mse_loss': 0.03742644190788269, 'data_time': 0.007624950998433633, 'model_time': 0.6085047019987542, 'learning_rate': 9.831235489312212e-06, 'epoch': 17.49})
72
+ Step 7200, Loss: {'mse_loss': 0.04032740741968155, 'data_time': 0.010308625001925975, 'model_time': 0.5586362579997513, 'learning_rate': 9.814884898982168e-06, 'epoch': 17.73})
73
+ Step 7300, Loss: {'mse_loss': 0.03977954387664795, 'data_time': 0.008521700001438148, 'model_time': 0.560456356000941, 'learning_rate': 9.797793721459709e-06, 'epoch': 17.98})
74
+ Step 7400, Loss: {'mse_loss': 0.03382708132266998, 'data_time': 0.021869878000870813, 'model_time': 0.6430518540000776, 'learning_rate': 9.779964655639886e-06, 'epoch': 18.23})
75
+ Step 7500, Loss: {'mse_loss': 0.0419614240527153, 'data_time': 0.021942405997833703, 'model_time': 0.5463801929981855, 'learning_rate': 9.761400516938874e-06, 'epoch': 18.47})
76
+ Step 7600, Loss: {'mse_loss': 0.03683601692318916, 'data_time': 0.020896345002256567, 'model_time': 0.6034568819995911, 'learning_rate': 9.74210423684938e-06, 'epoch': 18.72})
77
+ Step 7700, Loss: {'mse_loss': 0.04164080321788788, 'data_time': 0.022548618999280734, 'model_time': 0.5406357089996163, 'learning_rate': 9.722078862477715e-06, 'epoch': 18.97})
78
+ Step 7800, Loss: {'mse_loss': 0.029345696792006493, 'data_time': 0.0004000510016339831, 'model_time': 0.5804347650009731, 'learning_rate': 9.701327556062637e-06, 'epoch': 19.21})
79
+ Step 7900, Loss: {'mse_loss': 0.060661572962999344, 'data_time': 0.0005227889996604063, 'model_time': 0.6011914230002731, 'learning_rate': 9.679853594475985e-06, 'epoch': 19.46})
80
+ Step 8000, Loss: {'mse_loss': 0.04068579897284508, 'data_time': 0.00040010500015341677, 'model_time': 0.5860786769990227, 'learning_rate': 9.657660368705225e-06, 'epoch': 19.7})
81
+ Step 8100, Loss: {'mse_loss': 0.053797077387571335, 'data_time': 0.0005833469986100681, 'model_time': 0.647732150999218, 'learning_rate': 9.634751383317983e-06, 'epoch': 19.95})
82
+ Step 8200, Loss: {'mse_loss': 0.0483790822327137, 'data_time': 0.02088206099870149, 'model_time': 0.5836785860010423, 'learning_rate': 9.611130255908619e-06, 'epoch': 20.2})
83
+ Step 8300, Loss: {'mse_loss': 0.03698289394378662, 'data_time': 0.02495634600199992, 'model_time': 0.5610928690002766, 'learning_rate': 9.586800716526974e-06, 'epoch': 20.44})
84
+ Step 8400, Loss: {'mse_loss': 0.0246299896389246, 'data_time': 0.022446446000685683, 'model_time': 0.6102930820015899, 'learning_rate': 9.561766607089355e-06, 'epoch': 20.69})
85
+ Step 8500, Loss: {'mse_loss': 0.058354366570711136, 'data_time': 0.021786048000649316, 'model_time': 0.5830134589996305, 'learning_rate': 9.536031880771846e-06, 'epoch': 20.94})
86
+ Step 8600, Loss: {'mse_loss': 0.04966358840465546, 'data_time': 0.00932514400119544, 'model_time': 0.6604667210012849, 'learning_rate': 9.50960060138606e-06, 'epoch': 21.18})
87
+ Step 8700, Loss: {'mse_loss': 0.03239068388938904, 'data_time': 0.007282824000867549, 'model_time': 0.601583796000341, 'learning_rate': 9.482476942737411e-06, 'epoch': 21.43})
88
+ Step 8800, Loss: {'mse_loss': 0.026455862447619438, 'data_time': 0.0062403430019912776, 'model_time': 0.5742032279995328, 'learning_rate': 9.45466518796603e-06, 'epoch': 21.67})
89
+ Step 8900, Loss: {'mse_loss': 0.03005223721265793, 'data_time': 0.007770256001094822, 'model_time': 0.5560153759979585, 'learning_rate': 9.426169728870399e-06, 'epoch': 21.92})
90
+ Step 9000, Loss: {'mse_loss': 0.03678222373127937, 'data_time': 0.00789355899905786, 'model_time': 0.5941319719968305, 'learning_rate': 9.396995065213835e-06, 'epoch': 22.17})
91
+ Step 9100, Loss: {'mse_loss': 0.02928406186401844, 'data_time': 0.00791092700092122, 'model_time': 0.5904682889995456, 'learning_rate': 9.367145804013938e-06, 'epoch': 22.41})
92
+ Step 9200, Loss: {'mse_loss': 0.02042381837964058, 'data_time': 0.007654045999515802, 'model_time': 0.5705932719974953, 'learning_rate': 9.336626658815071e-06, 'epoch': 22.66})
93
+ Step 9300, Loss: {'mse_loss': 0.04709254205226898, 'data_time': 0.008757736002735328, 'model_time': 0.5917864289986028, 'learning_rate': 9.305442448944056e-06, 'epoch': 22.91})
94
+ Step 9400, Loss: {'mse_loss': 0.026357924565672874, 'data_time': 0.0003792910029005725, 'model_time': 0.6185087939993537, 'learning_rate': 9.273598098749124e-06, 'epoch': 23.15})
95
+ Step 9500, Loss: {'mse_loss': 0.01976807788014412, 'data_time': 0.00038577200029976666, 'model_time': 0.5548318049986847, 'learning_rate': 9.241098636822324e-06, 'epoch': 23.4})
96
+ Step 9600, Loss: {'mse_loss': 0.02733255922794342, 'data_time': 0.0004144060003454797, 'model_time': 0.6348683449978125, 'learning_rate': 9.207949195205442e-06, 'epoch': 23.65})
97
+ Step 9700, Loss: {'mse_loss': 0.02636895887553692, 'data_time': 0.0003782269996008836, 'model_time': 0.5977070289991389, 'learning_rate': 9.174155008579588e-06, 'epoch': 23.89})
98
+ Step 9800, Loss: {'mse_loss': 0.04140531271696091, 'data_time': 0.008874876999470871, 'model_time': 0.568362932997843, 'learning_rate': 9.139721413438583e-06, 'epoch': 24.14})
99
+ Step 9900, Loss: {'mse_loss': 0.03447585552930832, 'data_time': 0.007958865000546211, 'model_time': 0.5996063880011206, 'learning_rate': 9.104653847246273e-06, 'epoch': 24.38})
100
+ Step 10000, Loss: {'mse_loss': 0.018471095710992813, 'data_time': 0.009247302001313074, 'model_time': 0.5630418379987532, 'learning_rate': 9.068957847577869e-06, 'epoch': 24.63})
101
+ Step 10100, Loss: {'mse_loss': 0.03193480521440506, 'data_time': 0.007759912998153595, 'model_time': 0.5927489280002192, 'learning_rate': 9.032639051245524e-06, 'epoch': 24.88})
102
+ Step 10200, Loss: {'mse_loss': 0.029069924727082253, 'data_time': 0.00039421700057573617, 'model_time': 0.5733907510002609, 'learning_rate': 8.995703193408199e-06, 'epoch': 25.12})
103
+ Step 10300, Loss: {'mse_loss': 0.03610192984342575, 'data_time': 0.0006541850016219541, 'model_time': 0.6392769390004105, 'learning_rate': 8.958156106666017e-06, 'epoch': 25.37})
104
+ Step 10400, Loss: {'mse_loss': 0.021325478330254555, 'data_time': 0.0003939710004488006, 'model_time': 0.6087727570011339, 'learning_rate': 8.92000372013924e-06, 'epoch': 25.62})
105
+ Step 10500, Loss: {'mse_loss': 0.024564577266573906, 'data_time': 0.00036277300023357384, 'model_time': 0.5568814459984424, 'learning_rate': 8.881252058531973e-06, 'epoch': 25.86})
106
+ Step 10600, Loss: {'mse_loss': 0.026200594380497932, 'data_time': 0.007550212001660839, 'model_time': 0.577840058998845, 'learning_rate': 8.841907241180809e-06, 'epoch': 26.11})
107
+ Step 10700, Loss: {'mse_loss': 0.019686758518218994, 'data_time': 0.008591474997956539, 'model_time': 0.5826839930014103, 'learning_rate': 8.801975481088507e-06, 'epoch': 26.35})
108
+ Step 10800, Loss: {'mse_loss': 0.03622851520776749, 'data_time': 0.007065371002681786, 'model_time': 0.64064799800326, 'learning_rate': 8.761463083942889e-06, 'epoch': 26.6})
109
+ Step 10900, Loss: {'mse_loss': 0.030779162421822548, 'data_time': 0.009770794000360183, 'model_time': 0.5668743820024247, 'learning_rate': 8.720376447121098e-06, 'epoch': 26.85})
110
+ Step 11000, Loss: {'mse_loss': 0.031062262132763863, 'data_time': 0.006954815999051789, 'model_time': 0.5657584969994787, 'learning_rate': 8.678722058679382e-06, 'epoch': 27.09})
111
+ Step 11100, Loss: {'mse_loss': 0.02606731280684471, 'data_time': 0.009961966999981087, 'model_time': 0.6611614100002043, 'learning_rate': 8.636506496328546e-06, 'epoch': 27.34})
112
+ Step 11200, Loss: {'mse_loss': 0.025953596457839012, 'data_time': 0.010454798000864685, 'model_time': 0.5622360389970709, 'learning_rate': 8.593736426395268e-06, 'epoch': 27.59})
113
+ Step 11300, Loss: {'mse_loss': 0.01820012554526329, 'data_time': 0.007844440002372721, 'model_time': 0.5764431119969231, 'learning_rate': 8.550418602769392e-06, 'epoch': 27.83})
114
+ Step 11400, Loss: {'mse_loss': 0.04187608137726784, 'data_time': 0.020534856997983297, 'model_time': 0.5661572579992935, 'learning_rate': 8.506559865837425e-06, 'epoch': 28.08})
115
+ Step 11500, Loss: {'mse_loss': 0.035066526383161545, 'data_time': 0.02120271099920501, 'model_time': 0.5608077229990158, 'learning_rate': 8.462167141402359e-06, 'epoch': 28.33})
116
+ Step 11600, Loss: {'mse_loss': 0.021699678152799606, 'data_time': 0.022308026000246173, 'model_time': 0.5564000949998444, 'learning_rate': 8.417247439589994e-06, 'epoch': 28.57})
117
+ Step 11700, Loss: {'mse_loss': 0.0223828312009573, 'data_time': 0.020286471997678746, 'model_time': 0.55237279100038, 'learning_rate': 8.371807853741978e-06, 'epoch': 28.82})
118
+ Step 11800, Loss: {'mse_loss': 0.027370896190404892, 'data_time': 0.013574037002399564, 'model_time': 0.5751948990000528, 'learning_rate': 8.325855559295663e-06, 'epoch': 29.06})
119
+ Step 11900, Loss: {'mse_loss': 0.015463766641914845, 'data_time': 0.020291090997488936, 'model_time': 0.5681762610001897, 'learning_rate': 8.279397812651042e-06, 'epoch': 29.31})
120
+ Step 12000, Loss: {'mse_loss': 0.020976636558771133, 'data_time': 0.01872378400003072, 'model_time': 0.5715897610025422, 'learning_rate': 8.232441950024864e-06, 'epoch': 29.56})
121
+ Step 12100, Loss: {'mse_loss': 0.02882540412247181, 'data_time': 0.016422910000983393, 'model_time': 0.6555980689990974, 'learning_rate': 8.184995386292166e-06, 'epoch': 29.8})
122
+ Step 12200, Loss: {'mse_loss': 0.025523757562041283, 'data_time': 0.014919427998393076, 'model_time': 0.6175833599991165, 'learning_rate': 8.137065613815381e-06, 'epoch': 30.05})
123
+ Step 12300, Loss: {'mse_loss': 0.017344079911708832, 'data_time': 0.015253772002324695, 'model_time': 0.5653872450020572, 'learning_rate': 8.088660201261203e-06, 'epoch': 30.3})
124
+ Step 12400, Loss: {'mse_loss': 0.020642783492803574, 'data_time': 0.016602802003035322, 'model_time': 0.5866495530026441, 'learning_rate': 8.039786792405404e-06, 'epoch': 30.54})
125
+ Step 12500, Loss: {'mse_loss': 0.029912332072854042, 'data_time': 0.015184060997853521, 'model_time': 0.5553770660008013, 'learning_rate': 7.990453104925807e-06, 'epoch': 30.79})
126
+ Step 12600, Loss: {'mse_loss': 0.02484174445271492, 'data_time': 0.008643421999295242, 'model_time': 0.5932963480008766, 'learning_rate': 7.940666929183554e-06, 'epoch': 31.03})
127
+ Step 12700, Loss: {'mse_loss': 0.021074822172522545, 'data_time': 0.00890827600233024, 'model_time': 0.5573010400003113, 'learning_rate': 7.89043612699294e-06, 'epoch': 31.28})
128
+ Step 12800, Loss: {'mse_loss': 0.028414612635970116, 'data_time': 0.008290813999337843, 'model_time': 0.5731722189993889, 'learning_rate': 7.839768630379917e-06, 'epoch': 31.53})
129
+ Step 12900, Loss: {'mse_loss': 0.02216522954404354, 'data_time': 0.00928807099990081, 'model_time': 0.5590597959999286, 'learning_rate': 7.788672440329562e-06, 'epoch': 31.77})
130
+ Step 13000, Loss: {'mse_loss': 0.045341622084379196, 'data_time': 0.02125899300153833, 'model_time': 0.5538836980013002, 'learning_rate': 7.737155625522608e-06, 'epoch': 32.02})
131
+ Step 13100, Loss: {'mse_loss': 0.04732099547982216, 'data_time': 0.026661896001314744, 'model_time': 0.5396381110003858, 'learning_rate': 7.685226321061318e-06, 'epoch': 32.27})
132
+ Step 13200, Loss: {'mse_loss': 0.017967525869607925, 'data_time': 0.024093578998872545, 'model_time': 0.8063238190006814, 'learning_rate': 7.632892727184844e-06, 'epoch': 32.51})
133
+ Step 13300, Loss: {'mse_loss': 0.030557747930288315, 'data_time': 0.02461384299749625, 'model_time': 0.5664450699987356, 'learning_rate': 7.580163107974335e-06, 'epoch': 32.76})
134
+ Step 13400, Loss: {'mse_loss': 0.02898462489247322, 'data_time': 0.0004260320019966457, 'model_time': 0.6662932889994408, 'learning_rate': 7.527045790047922e-06, 'epoch': 33.0})
135
+ Step 13500, Loss: {'mse_loss': 0.030129533261060715, 'data_time': 0.0004981749989383388, 'model_time': 0.5703471640008502, 'learning_rate': 7.473549161245862e-06, 'epoch': 33.25})
136
+ Step 13600, Loss: {'mse_loss': 0.020023901015520096, 'data_time': 0.0005041799995524343, 'model_time': 0.6244955340007436, 'learning_rate': 7.419681669305998e-06, 'epoch': 33.5})
137
+ Step 13700, Loss: {'mse_loss': 0.024259764701128006, 'data_time': 0.0003827859982266091, 'model_time': 0.6225911930014263, 'learning_rate': 7.365451820529756e-06, 'epoch': 33.74})
138
+ Step 13800, Loss: {'mse_loss': 0.025439847260713577, 'data_time': 0.013065504001133377, 'model_time': 0.5120971159994951, 'learning_rate': 7.310868178438909e-06, 'epoch': 33.99})
139
+ Step 13900, Loss: {'mse_loss': 0.023342931643128395, 'data_time': 0.007525114000600297, 'model_time': 0.5915674339994439, 'learning_rate': 7.2559393624232985e-06, 'epoch': 34.24})
140
+ Step 14000, Loss: {'mse_loss': 0.02149726077914238, 'data_time': 0.007700561996898614, 'model_time': 0.5879643219996069, 'learning_rate': 7.2006740463797296e-06, 'epoch': 34.48})
141
+ Step 14100, Loss: {'mse_loss': 0.02732047438621521, 'data_time': 0.008763075999013381, 'model_time': 0.5763258849983686, 'learning_rate': 7.145080957342262e-06, 'epoch': 34.73})
142
+ Step 14200, Loss: {'mse_loss': 0.022084426134824753, 'data_time': 0.008054438996623503, 'model_time': 0.5686246309996932, 'learning_rate': 7.0891688741041065e-06, 'epoch': 34.98})
143
+ Step 14300, Loss: {'mse_loss': 0.016504773870110512, 'data_time': 0.00043090599865536205, 'model_time': 0.562186085000576, 'learning_rate': 7.032946625831363e-06, 'epoch': 35.22})
144
+ Step 14400, Loss: {'mse_loss': 0.01175694540143013, 'data_time': 0.0003918250004062429, 'model_time': 0.5678105719998712, 'learning_rate': 6.976423090668781e-06, 'epoch': 35.47})
145
+ Step 14500, Loss: {'mse_loss': 0.02423185668885708, 'data_time': 0.0004224210024403874, 'model_time': 0.6428324970001995, 'learning_rate': 6.919607194337806e-06, 'epoch': 35.71})
146
+ Step 14600, Loss: {'mse_loss': 0.018185805529356003, 'data_time': 0.0004716990006272681, 'model_time': 0.5662737179991382, 'learning_rate': 6.8625079087270976e-06, 'epoch': 35.96})
147
+ Step 14700, Loss: {'mse_loss': 0.025808561593294144, 'data_time': 0.021319832998415222, 'model_time': 0.5500697210009093, 'learning_rate': 6.8051342504757714e-06, 'epoch': 36.21})
148
+ Step 14800, Loss: {'mse_loss': 0.021880729123950005, 'data_time': 0.021468655002536252, 'model_time': 0.5842104789990117, 'learning_rate': 6.747495279549561e-06, 'epoch': 36.45})
149
+ Step 14900, Loss: {'mse_loss': 0.036038175225257874, 'data_time': 0.023807408000720898, 'model_time': 0.5513778530003037, 'learning_rate': 6.6896000978101465e-06, 'epoch': 36.7})
150
+ Step 15000, Loss: {'mse_loss': 0.020269542932510376, 'data_time': 0.020179949002340436, 'model_time': 0.5574761959978787, 'learning_rate': 6.631457847577869e-06, 'epoch': 36.95})
151
+ Step 15100, Loss: {'mse_loss': 0.025378428399562836, 'data_time': 0.007668643000215525, 'model_time': 0.5786789100020542, 'learning_rate': 6.573077710188046e-06, 'epoch': 37.19})
152
+ Step 15200, Loss: {'mse_loss': 0.014352844096720219, 'data_time': 0.0076622519991360605, 'model_time': 0.5637180400008219, 'learning_rate': 6.5144689045411345e-06, 'epoch': 37.44})
153
+ Step 15300, Loss: {'mse_loss': 0.014464292675256729, 'data_time': 0.0073275069989904296, 'model_time': 0.6041835739997623, 'learning_rate': 6.455640685646961e-06, 'epoch': 37.68})
154
+ Step 15400, Loss: {'mse_loss': 0.014652825891971588, 'data_time': 0.009198634001222672, 'model_time': 0.5513489459990524, 'learning_rate': 6.396602343163248e-06, 'epoch': 37.93})
155
+ Step 15500, Loss: {'mse_loss': 0.018445860594511032, 'data_time': 0.023144761002185987, 'model_time': 0.554338010999345, 'learning_rate': 6.337363199928669e-06, 'epoch': 38.18})
156
+ Step 15600, Loss: {'mse_loss': 0.0193023644387722, 'data_time': 0.01900822099923971, 'model_time': 0.6117395580004086, 'learning_rate': 6.277932610490659e-06, 'epoch': 38.42})
157
+ Step 15700, Loss: {'mse_loss': 0.017454836517572403, 'data_time': 0.022472341999673517, 'model_time': 0.6392116290007834, 'learning_rate': 6.218319959628234e-06, 'epoch': 38.67})
158
+ Step 15800, Loss: {'mse_loss': 0.02246399037539959, 'data_time': 0.02351893599916366, 'model_time': 0.6195740920011303, 'learning_rate': 6.158534660870018e-06, 'epoch': 38.92})
159
+ Step 15900, Loss: {'mse_loss': 0.028317490592598915, 'data_time': 0.00835095000002184, 'model_time': 0.5997158200007107, 'learning_rate': 6.0985861550077345e-06, 'epoch': 39.16})
160
+ Step 16000, Loss: {'mse_loss': 0.010971239767968655, 'data_time': 0.010129633999895304, 'model_time': 0.5571266260012635, 'learning_rate': 6.0384839086054095e-06, 'epoch': 39.41})
161
+ Step 16100, Loss: {'mse_loss': 0.01641884446144104, 'data_time': 0.009579307999956654, 'model_time': 0.6056488100002753, 'learning_rate': 5.978237412504472e-06, 'epoch': 39.66})
162
+ Step 16200, Loss: {'mse_loss': 0.022710615769028664, 'data_time': 0.009535821998724714, 'model_time': 0.5631325120011752, 'learning_rate': 5.917856180325059e-06, 'epoch': 39.9})
163
+ Step 16300, Loss: {'mse_loss': 0.01829821802675724, 'data_time': 0.016350772999430774, 'model_time': 0.5673552920015936, 'learning_rate': 5.857349746963692e-06, 'epoch': 40.15})
164
+ Step 16400, Loss: {'mse_loss': 0.018546929582953453, 'data_time': 0.01902508700004546, 'model_time': 0.5458190969984571, 'learning_rate': 5.796727667087611e-06, 'epoch': 40.39})
165
+ Step 16500, Loss: {'mse_loss': 0.017099402844905853, 'data_time': 0.01590272199973697, 'model_time': 0.5572287189970666, 'learning_rate': 5.735999513625984e-06, 'epoch': 40.64})
166
+ Step 16600, Loss: {'mse_loss': 0.010018146596848965, 'data_time': 0.01888561300074798, 'model_time': 0.5612045989983017, 'learning_rate': 5.675174876258223e-06, 'epoch': 40.89})
167
+ Step 16700, Loss: {'mse_loss': 0.010208137333393097, 'data_time': 0.0004761159980262164, 'model_time': 0.5785981990011351, 'learning_rate': 5.614263359899673e-06, 'epoch': 41.13})
168
+ Step 16800, Loss: {'mse_loss': 0.022982725873589516, 'data_time': 0.00037644999974872917, 'model_time': 0.626194074000523, 'learning_rate': 5.553274583184875e-06, 'epoch': 41.38})
169
+ Step 16900, Loss: {'mse_loss': 0.026691822335124016, 'data_time': 0.00040157399780582637, 'model_time': 0.5792387090004922, 'learning_rate': 5.492218176948673e-06, 'epoch': 41.63})
170
+ Step 17000, Loss: {'mse_loss': 0.026791200041770935, 'data_time': 0.0005212940013734624, 'model_time': 0.5580009920013254, 'learning_rate': 5.431103782705404e-06, 'epoch': 41.87})
171
+ Step 17100, Loss: {'mse_loss': 0.015024163760244846, 'data_time': 0.02069161399776931, 'model_time': 0.5824722280012793, 'learning_rate': 5.369941051126377e-06, 'epoch': 42.12})
172
+ Step 17200, Loss: {'mse_loss': 0.013208645395934582, 'data_time': 0.017462419000366936, 'model_time': 0.5572328630005359, 'learning_rate': 5.308739640515932e-06, 'epoch': 42.36})
173
+ Step 17300, Loss: {'mse_loss': 0.011321238242089748, 'data_time': 0.008377039001061348, 'model_time': 0.5988026880004327, 'learning_rate': 5.24750921528627e-06, 'epoch': 42.61})
174
+ Step 17400, Loss: {'mse_loss': 0.026271618902683258, 'data_time': 0.007830708000255981, 'model_time': 0.6703384620013821, 'learning_rate': 5.186259444431344e-06, 'epoch': 42.86})
175
+ Step 17500, Loss: {'mse_loss': 0.010974090546369553, 'data_time': 0.00040639199869474396, 'model_time': 0.5747502580015862, 'learning_rate': 5.125e-06, 'epoch': 43.1})
176
+ Step 17600, Loss: {'mse_loss': 0.01657973788678646, 'data_time': 0.00037167000118643045, 'model_time': 0.5607874939996691, 'learning_rate': 5.063740555568656e-06, 'epoch': 43.35})
177
+ Step 17700, Loss: {'mse_loss': 0.02780911512672901, 'data_time': 0.0003808690016740002, 'model_time': 0.5641975879989332, 'learning_rate': 5.002490784713731e-06, 'epoch': 43.6})
178
+ Step 17800, Loss: {'mse_loss': 0.0192413330078125, 'data_time': 0.00036981800076318905, 'model_time': 0.5929259709992039, 'learning_rate': 4.9412603594840695e-06, 'epoch': 43.84})
179
+ Step 17900, Loss: {'mse_loss': 0.01734759472310543, 'data_time': 0.017508853001345415, 'model_time': 0.574620182000217, 'learning_rate': 4.8800589488736245e-06, 'epoch': 44.09})
180
+ Step 18000, Loss: {'mse_loss': 0.035191167145967484, 'data_time': 0.01647121800124296, 'model_time': 0.5672831169977144, 'learning_rate': 4.818896217294598e-06, 'epoch': 44.33})
181
+ Step 18100, Loss: {'mse_loss': 0.021399911493062973, 'data_time': 0.013614469000458485, 'model_time': 0.6681736030004686, 'learning_rate': 4.757781823051329e-06, 'epoch': 44.58})
182
+ Step 18200, Loss: {'mse_loss': 0.02105855755507946, 'data_time': 0.014369996999448631, 'model_time': 0.6183985149982618, 'learning_rate': 4.696725416815128e-06, 'epoch': 44.83})
183
+ Step 18300, Loss: {'mse_loss': 0.008699910715222359, 'data_time': 0.0003780169972742442, 'model_time': 0.5577590989996679, 'learning_rate': 4.635736640100327e-06, 'epoch': 45.07})
184
+ Step 18400, Loss: {'mse_loss': 0.02326371520757675, 'data_time': 0.0005688929995812941, 'model_time': 0.5826481740004965, 'learning_rate': 4.574825123741778e-06, 'epoch': 45.32})
185
+ Step 18500, Loss: {'mse_loss': 0.012874837964773178, 'data_time': 0.0003732879995368421, 'model_time': 0.6114075189980213, 'learning_rate': 4.5140004863740165e-06, 'epoch': 45.57})
186
+ Step 18600, Loss: {'mse_loss': 0.015920070931315422, 'data_time': 0.00039905900121084414, 'model_time': 0.576504491000378, 'learning_rate': 4.45327233291239e-06, 'epoch': 45.81})
187
+ Step 18700, Loss: {'mse_loss': 0.01927737146615982, 'data_time': 0.02499200800230028, 'model_time': 0.6497371670011489, 'learning_rate': 4.39265025303631e-06, 'epoch': 46.06})
188
+ Step 18800, Loss: {'mse_loss': 0.018971767276525497, 'data_time': 0.02068290300303488, 'model_time': 0.5875871589996677, 'learning_rate': 4.332143819674943e-06, 'epoch': 46.31})
189
+ Step 18900, Loss: {'mse_loss': 0.010563869960606098, 'data_time': 0.0233606769979815, 'model_time': 0.6315100169995276, 'learning_rate': 4.271762587495529e-06, 'epoch': 46.55})
190
+ Step 19000, Loss: {'mse_loss': 0.01241570059210062, 'data_time': 0.02092060799986939, 'model_time': 0.5728982950022328, 'learning_rate': 4.2115160913945914e-06, 'epoch': 46.8})
191
+ Step 19100, Loss: {'mse_loss': 0.02334306389093399, 'data_time': 0.0076578250009333715, 'model_time': 0.6006551389982633, 'learning_rate': 4.151413844992267e-06, 'epoch': 47.04})
192
+ Step 19200, Loss: {'mse_loss': 0.012054878287017345, 'data_time': 0.008964005999587243, 'model_time': 0.5696342659975926, 'learning_rate': 4.091465339129985e-06, 'epoch': 47.29})
193
+ Step 19300, Loss: {'mse_loss': 0.012986753135919571, 'data_time': 0.007409505000396166, 'model_time': 0.677414059999137, 'learning_rate': 4.031680040371768e-06, 'epoch': 47.54})
194
+ Step 19400, Loss: {'mse_loss': 0.012314507737755775, 'data_time': 0.009905836999678286, 'model_time': 0.5870732459989085, 'learning_rate': 3.972067389509344e-06, 'epoch': 47.78})
195
+ Step 19500, Loss: {'mse_loss': 0.015425373800098896, 'data_time': 0.021054230001027463, 'model_time': 0.5609221470003831, 'learning_rate': 3.912636800071335e-06, 'epoch': 48.03})
196
+ Step 19600, Loss: {'mse_loss': 0.018733207136392593, 'data_time': 0.020416868002939736, 'model_time': 0.5590474909986369, 'learning_rate': 3.853397656836754e-06, 'epoch': 48.28})
197
+ Step 19700, Loss: {'mse_loss': 0.01280797366052866, 'data_time': 0.023546402000647504, 'model_time': 0.5581795270009025, 'learning_rate': 3.7943593143530404e-06, 'epoch': 48.52})
198
+ Step 19800, Loss: {'mse_loss': 0.017054609954357147, 'data_time': 0.024696049997146474, 'model_time': 0.5728221200006374, 'learning_rate': 3.735531095458867e-06, 'epoch': 48.77})
199
+ Step 19900, Loss: {'mse_loss': 0.02469930425286293, 'data_time': 0.00044912700104760006, 'model_time': 0.5710789789991395, 'learning_rate': 3.6769222898119562e-06, 'epoch': 49.01})
200
+ Step 20000, Loss: {'mse_loss': 0.0179122444242239, 'data_time': 0.01915904600173235, 'model_time': 0.5334423610001977, 'learning_rate': 3.618542152422132e-06, 'epoch': 49.26})
201
+ Step 20100, Loss: {'mse_loss': 0.023649221286177635, 'data_time': 0.014163487001496833, 'model_time': 0.5811160029988969, 'learning_rate': 3.560399902189855e-06, 'epoch': 49.51})
202
+ Step 20200, Loss: {'mse_loss': 0.013083149679005146, 'data_time': 0.016191054000955774, 'model_time': 0.559517962999962, 'learning_rate': 3.502504720450441e-06, 'epoch': 49.75})
203
+ Step 20300, Loss: {'mse_loss': 0.008257701992988586, 'data_time': 0.9723793230004958, 'model_time': 0.5658092619996751, 'learning_rate': 3.4448657495242304e-06, 'epoch': 50.0})
204
+ Step 20400, Loss: {'mse_loss': 0.028979651629924774, 'data_time': 0.01589501700073015, 'model_time': 0.560537896999449, 'learning_rate': 3.387492091272904e-06, 'epoch': 50.25})
205
+ Step 20500, Loss: {'mse_loss': 0.009386548772454262, 'data_time': 0.01652018200184102, 'model_time': 0.5783951349985728, 'learning_rate': 3.3303928056621955e-06, 'epoch': 50.49})
206
+ Step 20600, Loss: {'mse_loss': 0.009951144456863403, 'data_time': 0.016625147000013385, 'model_time': 0.5944912809973175, 'learning_rate': 3.2735769093312202e-06, 'epoch': 50.74})
207
+ Step 20700, Loss: {'mse_loss': 0.023007219657301903, 'data_time': 0.01406508700165432, 'model_time': 0.5144167780017597, 'learning_rate': 3.217053374168639e-06, 'epoch': 50.99})
208
+ Step 20800, Loss: {'mse_loss': 0.0065538110211491585, 'data_time': 0.007317188999877544, 'model_time': 0.5851031019992661, 'learning_rate': 3.1608311258958953e-06, 'epoch': 51.23})
209
+ Step 20900, Loss: {'mse_loss': 0.017390592023730278, 'data_time': 0.007746225001028506, 'model_time': 0.6408700059982948, 'learning_rate': 3.10491904265774e-06, 'epoch': 51.48})
210
+ Step 21000, Loss: {'mse_loss': 0.010220830328762531, 'data_time': 0.007854021998355165, 'model_time': 0.6569520610028121, 'learning_rate': 3.0493259536202714e-06, 'epoch': 51.72})
211
+ Step 21100, Loss: {'mse_loss': 0.025390567258000374, 'data_time': 0.007350402000156464, 'model_time': 0.5936741440018523, 'learning_rate': 2.9940606375767038e-06, 'epoch': 51.97})
212
+ Step 21200, Loss: {'mse_loss': 0.012700391933321953, 'data_time': 0.014904028997989371, 'model_time': 0.5516569600004004, 'learning_rate': 2.939131821561094e-06, 'epoch': 52.22})
213
+ Step 21300, Loss: {'mse_loss': 0.018699463456869125, 'data_time': 0.013919092001742683, 'model_time': 0.6598396400004276, 'learning_rate': 2.8845481794702473e-06, 'epoch': 52.46})
214
+ Step 21400, Loss: {'mse_loss': 0.020357072353363037, 'data_time': 0.014657091000117362, 'model_time': 0.5772617670008913, 'learning_rate': 2.830318330694004e-06, 'epoch': 52.71})
215
+ Step 21500, Loss: {'mse_loss': 0.013781741261482239, 'data_time': 0.016171376999409404, 'model_time': 0.6222309430013411, 'learning_rate': 2.7764508387541378e-06, 'epoch': 52.96})
216
+ Step 21600, Loss: {'mse_loss': 0.008371538482606411, 'data_time': 0.006494620000012219, 'model_time': 0.8263191639998695, 'learning_rate': 2.7229542099520797e-06, 'epoch': 53.2})
217
+ Step 21700, Loss: {'mse_loss': 0.016987133771181107, 'data_time': 0.008088831000350183, 'model_time': 0.5541134470004181, 'learning_rate': 2.669836892025666e-06, 'epoch': 53.45})
218
+ Step 21800, Loss: {'mse_loss': 0.009136534295976162, 'data_time': 0.008851788999891141, 'model_time': 0.542894130001514, 'learning_rate': 2.6171072728151557e-06, 'epoch': 53.69})
219
+ Step 21900, Loss: {'mse_loss': 0.0064152879640460014, 'data_time': 0.010593358001642628, 'model_time': 0.577243333998922, 'learning_rate': 2.5647736789386828e-06, 'epoch': 53.94})
220
+ Step 22000, Loss: {'mse_loss': 0.0197121761739254, 'data_time': 0.01479748999918229, 'model_time': 0.5679223049992288, 'learning_rate': 2.5128443744773904e-06, 'epoch': 54.19})
221
+ Step 22100, Loss: {'mse_loss': 0.012934843078255653, 'data_time': 0.015288937000150327, 'model_time': 0.5791103079973254, 'learning_rate': 2.4613275596704386e-06, 'epoch': 54.43})
222
+ Step 22200, Loss: {'mse_loss': 0.012604992836713791, 'data_time': 0.015136485002585687, 'model_time': 0.551041187998635, 'learning_rate': 2.4102313696200853e-06, 'epoch': 54.68})
223
+ Step 22300, Loss: {'mse_loss': 0.011173653416335583, 'data_time': 0.008907043000363046, 'model_time': 0.5637856600005762, 'learning_rate': 2.359563873007063e-06, 'epoch': 54.93})
224
+ Step 22400, Loss: {'mse_loss': 0.007905464619398117, 'data_time': 0.00041380499897059053, 'model_time': 0.5551412879976851, 'learning_rate': 2.3093330708164465e-06, 'epoch': 55.17})
225
+ Step 22500, Loss: {'mse_loss': 0.019009822979569435, 'data_time': 0.0003542609993019141, 'model_time': 0.5891992469987599, 'learning_rate': 2.2595468950741943e-06, 'epoch': 55.42})
226
+ Step 22600, Loss: {'mse_loss': 0.011915650218725204, 'data_time': 0.00038267199852271006, 'model_time': 0.5567736259981757, 'learning_rate': 2.2102132075945974e-06, 'epoch': 55.67})
227
+ Step 22700, Loss: {'mse_loss': 0.019584638997912407, 'data_time': 0.0004044980014441535, 'model_time': 0.5537705780006945, 'learning_rate': 2.1613397987388e-06, 'epoch': 55.91})
228
+ Step 22800, Loss: {'mse_loss': 0.01617785170674324, 'data_time': 0.007932041000458412, 'model_time': 0.5704315979965031, 'learning_rate': 2.1129343861846207e-06, 'epoch': 56.16})
229
+ Step 22900, Loss: {'mse_loss': 0.01197531446814537, 'data_time': 0.008247847999882651, 'model_time': 0.5969812339972123, 'learning_rate': 2.065004613707836e-06, 'epoch': 56.4})
230
+ Step 23000, Loss: {'mse_loss': 0.012081724591553211, 'data_time': 0.008252922998508438, 'model_time': 0.5826151379988005, 'learning_rate': 2.0175580499751375e-06, 'epoch': 56.65})
231
+ Step 23100, Loss: {'mse_loss': 0.013099584728479385, 'data_time': 0.010616206000122475, 'model_time': 0.572688565000135, 'learning_rate': 1.9706021873489604e-06, 'epoch': 56.9})
232
+ Step 23200, Loss: {'mse_loss': 0.009883498772978783, 'data_time': 0.009247229998436524, 'model_time': 0.6307998550000775, 'learning_rate': 1.924144440704338e-06, 'epoch': 57.14})
233
+ Step 23300, Loss: {'mse_loss': 0.0103829400613904, 'data_time': 0.011346180999680655, 'model_time': 0.5500757189984142, 'learning_rate': 1.8781921462580238e-06, 'epoch': 57.39})
234
+ Step 23400, Loss: {'mse_loss': 0.016559580340981483, 'data_time': 0.007797742000548169, 'model_time': 0.5706217000006291, 'learning_rate': 1.8327525604100058e-06, 'epoch': 57.64})
235
+ Step 23500, Loss: {'mse_loss': 0.018992071971297264, 'data_time': 0.009078991999558639, 'model_time': 0.5741890379977121, 'learning_rate': 1.7878328585976426e-06, 'epoch': 57.88})
236
+ Step 23600, Loss: {'mse_loss': 0.012922199442982674, 'data_time': 0.02421719599806238, 'model_time': 0.5804356320004445, 'learning_rate': 1.7434401341625765e-06, 'epoch': 58.13})
237
+ Step 23700, Loss: {'mse_loss': 0.02007238008081913, 'data_time': 0.021095422001963016, 'model_time': 0.582248795999476, 'learning_rate': 1.6995813972306108e-06, 'epoch': 58.37})
238
+ Step 23800, Loss: {'mse_loss': 0.014022205956280231, 'data_time': 0.02063131099930615, 'model_time': 0.6447755029985274, 'learning_rate': 1.656263573604734e-06, 'epoch': 58.62})
239
+ Step 23900, Loss: {'mse_loss': 0.021032342687249184, 'data_time': 0.0222677650017431, 'model_time': 0.6230964709975524, 'learning_rate': 1.613493503671454e-06, 'epoch': 58.87})
240
+ Step 24000, Loss: {'mse_loss': 0.025165047496557236, 'data_time': 0.00036303299930295907, 'model_time': 0.5751438039987988, 'learning_rate': 1.5712779413206198e-06, 'epoch': 59.11})
241
+ Step 24100, Loss: {'mse_loss': 0.023548485711216927, 'data_time': 0.000547660998563515, 'model_time': 0.6469655120017705, 'learning_rate': 1.5296235528789028e-06, 'epoch': 59.36})
242
+ Step 24200, Loss: {'mse_loss': 0.008137928321957588, 'data_time': 0.00036907699904986657, 'model_time': 0.5789518490018963, 'learning_rate': 1.4885369160571124e-06, 'epoch': 59.61})
243
+ Step 24300, Loss: {'mse_loss': 0.02026326023042202, 'data_time': 0.00038828399920021184, 'model_time': 0.611595573998784, 'learning_rate': 1.4480245189114938e-06, 'epoch': 59.85})
244
+ Step 24400, Loss: {'mse_loss': 0.02559252828359604, 'data_time': 0.026235317996906815, 'model_time': 0.6392929739995452, 'learning_rate': 1.408092758819191e-06, 'epoch': 60.1})
245
+ Step 24500, Loss: {'mse_loss': 0.010975642129778862, 'data_time': 0.026999771002010675, 'model_time': 0.6736046819969488, 'learning_rate': 1.368747941468028e-06, 'epoch': 60.34})
246
+ Step 24600, Loss: {'mse_loss': 0.00952428299933672, 'data_time': 0.0256869889999507, 'model_time': 0.5761850210001285, 'learning_rate': 1.3299962798607614e-06, 'epoch': 60.59})
247
+ Step 24700, Loss: {'mse_loss': 0.015142176300287247, 'data_time': 0.024274945997603936, 'model_time': 0.5473939969997446, 'learning_rate': 1.2918438933339827e-06, 'epoch': 60.84})
248
+ Step 24800, Loss: {'mse_loss': 0.009620415978133678, 'data_time': 0.00038281600063783117, 'model_time': 0.6055133939989901, 'learning_rate': 1.2542968065918027e-06, 'epoch': 61.08})
249
+ Step 24900, Loss: {'mse_loss': 0.011285822838544846, 'data_time': 0.0003682649985421449, 'model_time': 0.5536702779972984, 'learning_rate': 1.217360948754476e-06, 'epoch': 61.33})
250
+ Step 25000, Loss: {'mse_loss': 0.022235548123717308, 'data_time': 0.0003868470012093894, 'model_time': 0.5932325800022227, 'learning_rate': 1.1810421524221318e-06, 'epoch': 61.58})
251
+ Step 25100, Loss: {'mse_loss': 0.01963171735405922, 'data_time': 0.0004073880008945707, 'model_time': 0.5729841409993242, 'learning_rate': 1.1453461527537284e-06, 'epoch': 61.82})
252
+ Step 25200, Loss: {'mse_loss': 0.010486395098268986, 'data_time': 0.01748219300134224, 'model_time': 0.5969174389974796, 'learning_rate': 1.1102785865614162e-06, 'epoch': 62.07})
253
+ Step 25300, Loss: {'mse_loss': 0.007880599237978458, 'data_time': 0.01552146299945889, 'model_time': 0.5572241070003656, 'learning_rate': 1.0758449914204127e-06, 'epoch': 62.32})
254
+ Step 25400, Loss: {'mse_loss': 0.008307753130793571, 'data_time': 0.015060399000503821, 'model_time': 0.5908992969998508, 'learning_rate': 1.0420508047945595e-06, 'epoch': 62.56})
255
+ Step 25500, Loss: {'mse_loss': 0.006849896628409624, 'data_time': 0.013839331000781385, 'model_time': 0.547722432998853, 'learning_rate': 1.0089013631776776e-06, 'epoch': 62.81})
256
+ Step 25600, Loss: {'mse_loss': 0.012216913513839245, 'data_time': 0.00039049299812177196, 'model_time': 0.5876274030015338, 'learning_rate': 9.76401901250878e-07, 'epoch': 63.05})
257
+ Step 25700, Loss: {'mse_loss': 0.008757609874010086, 'data_time': 0.000463811000372516, 'model_time': 0.5757849629990233, 'learning_rate': 9.44557551055946e-07, 'epoch': 63.3})
258
+ Step 25800, Loss: {'mse_loss': 0.009732340462505817, 'data_time': 0.000366999000107171, 'model_time': 0.6621768049990351, 'learning_rate': 9.13373341184928e-07, 'epoch': 63.55})
259
+ Step 25900, Loss: {'mse_loss': 0.012600122019648552, 'data_time': 0.00047482399895670824, 'model_time': 0.6516722610031138, 'learning_rate': 8.828541959860623e-07, 'epoch': 63.79})
260
+ Step 26000, Loss: {'mse_loss': 0.014204168692231178, 'data_time': 0.022970594000071287, 'model_time': 0.5524570929992478, 'learning_rate': 8.530049347861661e-07, 'epoch': 64.04})
261
+ Step 26100, Loss: {'mse_loss': 0.007396598346531391, 'data_time': 0.02535006399921258, 'model_time': 0.5512289849975787, 'learning_rate': 8.238302711296034e-07, 'epoch': 64.29})
262
+ Step 26200, Loss: {'mse_loss': 0.02390836365520954, 'data_time': 0.024237325000285637, 'model_time': 0.6016142730004503, 'learning_rate': 7.953348120339707e-07, 'epoch': 64.53})
263
+ Step 26300, Loss: {'mse_loss': 0.010037980042397976, 'data_time': 0.021128725999005837, 'model_time': 0.5662335300003178, 'learning_rate': 7.675230572625892e-07, 'epoch': 64.78})
264
+ Step 26400, Loss: {'mse_loss': 0.014613543637096882, 'data_time': 0.00035833600122714415, 'model_time': 0.5613552599970717, 'learning_rate': 7.40399398613941e-07, 'epoch': 65.02})
265
+ Step 26500, Loss: {'mse_loss': 0.012466592714190483, 'data_time': 0.0003875319998769555, 'model_time': 0.5694294370005082, 'learning_rate': 7.139681192281557e-07, 'epoch': 65.27})
266
+ Step 26600, Loss: {'mse_loss': 0.011233662255108356, 'data_time': 0.00039787799687474035, 'model_time': 0.5596601120014384, 'learning_rate': 6.882333929106462e-07, 'epoch': 65.52})
267
+ Step 26700, Loss: {'mse_loss': 0.007998603396117687, 'data_time': 0.0003946010001527611, 'model_time': 0.5860765830002492, 'learning_rate': 6.63199283473027e-07, 'epoch': 65.76})
268
+ Step 26800, Loss: {'mse_loss': 0.01107621006667614, 'data_time': 0.04765211199992336, 'model_time': 0.6079719090012077, 'learning_rate': 6.388697440913819e-07, 'epoch': 66.01})
269
+ Step 26900, Loss: {'mse_loss': 0.015573383308947086, 'data_time': 0.025210957999661332, 'model_time': 0.5644779750000453, 'learning_rate': 6.152486166820176e-07, 'epoch': 66.26})
270
+ Step 27000, Loss: {'mse_loss': 0.023157326504588127, 'data_time': 0.022254997998970794, 'model_time': 0.5676512969985197, 'learning_rate': 5.923396312947748e-07, 'epoch': 66.5})
271
+ Step 27100, Loss: {'mse_loss': 0.005321952980011702, 'data_time': 0.026680365997890476, 'model_time': 0.5872253540001111, 'learning_rate': 5.701464055240163e-07, 'epoch': 66.75})
272
+ Step 27200, Loss: {'mse_loss': 0.01362117100507021, 'data_time': 0.01318003100095666, 'model_time': 0.5123090950000915, 'learning_rate': 5.48672443937364e-07, 'epoch': 67.0})
273
+ Step 27300, Loss: {'mse_loss': 0.009797577746212482, 'data_time': 0.008560148999094963, 'model_time': 0.5803138430019317, 'learning_rate': 5.279211375222855e-07, 'epoch': 67.24})
274
+ Step 27400, Loss: {'mse_loss': 0.020321432501077652, 'data_time': 0.013186010000936221, 'model_time': 0.5758130399990478, 'learning_rate': 5.07895763150622e-07, 'epoch': 67.49})
275
+ Step 27500, Loss: {'mse_loss': 0.008498097769916058, 'data_time': 0.010238697999739088, 'model_time': 0.6355550039988884, 'learning_rate': 4.885994830611266e-07, 'epoch': 67.73})
276
+ Step 27600, Loss: {'mse_loss': 0.02397877722978592, 'data_time': 0.008532305000699125, 'model_time': 0.5835913070004608, 'learning_rate': 4.700353443601156e-07, 'epoch': 67.98})
277
+ Step 27700, Loss: {'mse_loss': 0.0053977956995368, 'data_time': 0.01037102599730133, 'model_time': 0.5763399140014371, 'learning_rate': 4.5220627854029224e-07, 'epoch': 68.23})
278
+ Step 27800, Loss: {'mse_loss': 0.014654144644737244, 'data_time': 0.010331110999686643, 'model_time': 0.566801901000872, 'learning_rate': 4.351151010178311e-07, 'epoch': 68.47})
279
+ Step 27900, Loss: {'mse_loss': 0.009728881530463696, 'data_time': 0.010007346998463618, 'model_time': 0.5882084149998263, 'learning_rate': 4.1876451068778983e-07, 'epoch': 68.72})
280
+ Step 28000, Loss: {'mse_loss': 0.020137345418334007, 'data_time': 0.008995822998258518, 'model_time': 0.6506868459982798, 'learning_rate': 4.031570894979235e-07, 'epoch': 68.97})
281
+ Step 28100, Loss: {'mse_loss': 0.008926878683269024, 'data_time': 0.0004058660015289206, 'model_time': 0.6074151590000838, 'learning_rate': 3.882953020409644e-07, 'epoch': 69.21})
282
+ Step 28200, Loss: {'mse_loss': 0.009657630696892738, 'data_time': 0.0004688660010288004, 'model_time': 0.580272758998035, 'learning_rate': 3.74181495165436e-07, 'epoch': 69.46})
283
+ Step 28300, Loss: {'mse_loss': 0.018618158996105194, 'data_time': 0.0005522039973584469, 'model_time': 0.5781931689998601, 'learning_rate': 3.608178976050568e-07, 'epoch': 69.7})
284
+ Step 28400, Loss: {'mse_loss': 0.01477769948542118, 'data_time': 0.0004093290008313488, 'model_time': 0.5791410560013901, 'learning_rate': 3.482066196267966e-07, 'epoch': 69.95})
285
+ Step 28500, Loss: {'mse_loss': 0.012646714225411415, 'data_time': 0.008774914000241552, 'model_time': 0.5475524909998057, 'learning_rate': 3.36349652697643e-07, 'epoch': 70.2})
286
+ Step 28600, Loss: {'mse_loss': 0.010966191068291664, 'data_time': 0.009558294001180911, 'model_time': 0.57327989300029, 'learning_rate': 3.2524886917012403e-07, 'epoch': 70.44})
287
+ Step 28700, Loss: {'mse_loss': 0.01587495766580105, 'data_time': 0.008917439001379535, 'model_time': 0.55572599199877, 'learning_rate': 3.149060219866433e-07, 'epoch': 70.69})
288
+ Step 28800, Loss: {'mse_loss': 0.006634903140366077, 'data_time': 0.011470200002804631, 'model_time': 0.5888268549970235, 'learning_rate': 3.053227444026695e-07, 'epoch': 70.94})
289
+ Step 28900, Loss: {'mse_loss': 0.01109348051249981, 'data_time': 0.0003796940000029281, 'model_time': 0.5713778159988578, 'learning_rate': 2.9650054972882544e-07, 'epoch': 71.18})
290
+ Step 29000, Loss: {'mse_loss': 0.007894495502114296, 'data_time': 0.0003710119999595918, 'model_time': 0.5602080610005942, 'learning_rate': 2.884408310919209e-07, 'epoch': 71.43})
291
+ Step 29100, Loss: {'mse_loss': 0.008337984792888165, 'data_time': 0.00038001199936843477, 'model_time': 0.6420500250023906, 'learning_rate': 2.8114486121495906e-07, 'epoch': 71.67})
292
+ Step 29200, Loss: {'mse_loss': 0.01136592123657465, 'data_time': 0.00037976599924149923, 'model_time': 0.573282682998979, 'learning_rate': 2.746137922161617e-07, 'epoch': 71.92})
293
+ Step 29300, Loss: {'mse_loss': 0.022163523361086845, 'data_time': 0.01961479499732377, 'model_time': 0.549272390002443, 'learning_rate': 2.68848655427034e-07, 'epoch': 72.17})
294
+ Step 29400, Loss: {'mse_loss': 0.009220934472978115, 'data_time': 0.01761088600324001, 'model_time': 0.5465395179999177, 'learning_rate': 2.638503612295071e-07, 'epoch': 72.41})
295
+ Step 29500, Loss: {'mse_loss': 0.01460660994052887, 'data_time': 0.01730883300115238, 'model_time': 0.5752431290020468, 'learning_rate': 2.5961969891217614e-07, 'epoch': 72.66})
296
+ Step 29600, Loss: {'mse_loss': 0.009200235828757286, 'data_time': 0.017320834998827195, 'model_time': 0.5891491969996423, 'learning_rate': 2.5615733654566483e-07, 'epoch': 72.91})
297
+ Step 29700, Loss: {'mse_loss': 0.02299359068274498, 'data_time': 0.00040806900142342784, 'model_time': 0.5817949219999718, 'learning_rate': 2.5346382087712764e-07, 'epoch': 73.15})
298
+ Step 29800, Loss: {'mse_loss': 0.01844971626996994, 'data_time': 0.0003707149990077596, 'model_time': 0.5788343380008882, 'learning_rate': 2.515395772439128e-07, 'epoch': 73.4})
299
+ Step 29900, Loss: {'mse_loss': 0.009155616164207458, 'data_time': 0.0004178929993940983, 'model_time': 0.5838348510005744, 'learning_rate': 2.5038490950639644e-07, 'epoch': 73.65})
300
+ Step 30000, Loss: {'mse_loss': 0.011564246378839016, 'mse_score': 0.001107103457408292, 'data_time': 0.0003813030016317498, 'model_time': 0.5653218840016052, 'learning_rate': 2.5e-07, 'epoch': 73.89})
libero_object_2B/starvla_qwen_gr00t/config.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "starvla_qwen_gr00t",
3
+ "run_root_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models/libero_object_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": "QwenGR00T",
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": 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/libero_object_2B/starvla_qwen_gr00t"
129
+ }
libero_object_2B/starvla_qwen_gr00t/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_gr00t/final_model/pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a6863b294265312f258bbee73dc15a7cf00d4144c6651c89ab3ee8b38e18e9a
3
+ size 5188065554
libero_object_2B/starvla_qwen_gr00t/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: False
100
+ # episodes completed so far: 20
101
+ # successes: 19 (95.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: 20 (95.2%)
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: 21 (95.5%)
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: 22 (95.7%)
117
+
118
+ Task: pick up the alphabet soup and place it in the basket
119
+ Success: True
120
+ # episodes completed so far: 24
121
+ # successes: 23 (95.8%)
122
+
123
+ Task: pick up the alphabet soup and place it in the basket
124
+ Success: False
125
+ # episodes completed so far: 25
126
+ # successes: 23 (92.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: 24 (92.3%)
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: 25 (92.6%)
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: 26 (92.9%)
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: 27 (93.1%)
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: 28 (93.3%)
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: 29 (93.5%)
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: 30 (93.8%)
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: 31 (93.9%)
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: 32 (94.1%)
172
+
173
+ Task: pick up the alphabet soup and place it in the basket
174
+ Success: True
175
+ # episodes completed so far: 35
176
+ # successes: 33 (94.3%)
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: 34 (94.4%)
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: 35 (94.6%)
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: 36 (94.7%)
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: 37 (94.9%)
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: 38 (95.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: 39 (95.1%)
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: 40 (95.2%)
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: 41 (95.3%)
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: 42 (95.5%)
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: 43 (95.6%)
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: 44 (95.7%)
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: 45 (95.7%)
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: 46 (95.8%)
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: 47 (95.9%)
247
+
248
+ Task: pick up the alphabet soup and place it in the basket
249
+ Success: False
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: pick up the cream cheese and place it in the basket
256
+ Success: True
257
+ # episodes completed so far: 51
258
+ # successes: 48 (94.1%)
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: 49 (94.2%)
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: 50 (94.3%)
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: 51 (94.4%)
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: 52 (94.5%)
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: 53 (94.6%)
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: 54 (94.7%)
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: 55 (94.8%)
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: 56 (94.9%)
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: 57 (95.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: 58 (95.1%)
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: 59 (95.2%)
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: 60 (95.2%)
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: 61 (95.3%)
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: 62 (95.4%)
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: 63 (95.5%)
334
+
335
+ Task: pick up the cream cheese and place it in the basket
336
+ Success: True
337
+ # episodes completed so far: 67
338
+ # successes: 64 (95.5%)
339
+
340
+ Task: pick up the cream cheese and place it in the basket
341
+ Success: True
342
+ # episodes completed so far: 68
343
+ # successes: 65 (95.6%)
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: 66 (95.7%)
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: 67 (95.7%)
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: 68 (95.8%)
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: 69 (95.8%)
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: 70 (95.9%)
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: 71 (95.9%)
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: 72 (96.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: 73 (96.1%)
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: 74 (96.1%)
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: 75 (96.2%)
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: 76 (96.2%)
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: 77 (96.2%)
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: 78 (96.3%)
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: 79 (96.3%)
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: 80 (96.4%)
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: 81 (96.4%)
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: 82 (96.5%)
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: 83 (96.5%)
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: 84 (96.6%)
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: 85 (96.6%)
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: 86 (96.6%)
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: 87 (96.7%)
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: 88 (96.7%)
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: 89 (96.7%)
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: 90 (96.8%)
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: 91 (96.8%)
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: 92 (96.8%)
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: 93 (96.9%)
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: 94 (96.9%)
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: 95 (96.9%)
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: 96 (97.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: 97 (97.0%)
504
+ Current task success rate: 1.0
505
+ Current total success rate: 0.97
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: 98 (97.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: 99 (97.1%)
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: 100 (97.1%)
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: 101 (97.1%)
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: 102 (97.1%)
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: 103 (97.2%)
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: 104 (97.2%)
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: 105 (97.2%)
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: 106 (97.2%)
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: 107 (97.3%)
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: 108 (97.3%)
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: 109 (97.3%)
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: 110 (97.3%)
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: 111 (97.4%)
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: 112 (97.4%)
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: 113 (97.4%)
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: 114 (97.4%)
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: 115 (97.5%)
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: 116 (97.5%)
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: 117 (97.5%)
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: 118 (97.5%)
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: 119 (97.5%)
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: 120 (97.6%)
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: 121 (97.6%)
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: 122 (97.6%)
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: 123 (97.6%)
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: 124 (97.6%)
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: 125 (97.7%)
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: 126 (97.7%)
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: 127 (97.7%)
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: 128 (97.7%)
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: 129 (97.7%)
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: 130 (97.7%)
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: 131 (97.8%)
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: 132 (97.8%)
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: 133 (97.8%)
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: 134 (97.8%)
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: 135 (97.8%)
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: 136 (97.8%)
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: 137 (97.9%)
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: 138 (97.9%)
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: 139 (97.9%)
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: 140 (97.9%)
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: 141 (97.9%)
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: 142 (97.9%)
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: 143 (97.9%)
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: 144 (98.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: 145 (98.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: 146 (98.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: 147 (98.0%)
756
+ Current task success rate: 1.0
757
+ Current total success rate: 0.98
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: 148 (98.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: 149 (98.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: 150 (98.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: 151 (98.1%)
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: 152 (98.1%)
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: 153 (98.1%)
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: 154 (98.1%)
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: 155 (98.1%)
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: 156 (98.1%)
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: 156 (97.5%)
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: 157 (97.5%)
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: 158 (97.5%)
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: 159 (97.5%)
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: 160 (97.6%)
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: 161 (97.6%)
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: 162 (97.6%)
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: 163 (97.6%)
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: 164 (97.6%)
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: 165 (97.6%)
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: 166 (97.6%)
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: 167 (97.7%)
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: 168 (97.7%)
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: 169 (97.7%)
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: 170 (97.7%)
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: 171 (97.7%)
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: 172 (97.7%)
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: 173 (97.7%)
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: 174 (97.8%)
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: 175 (97.8%)
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: 176 (97.8%)
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: 177 (97.8%)
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: 178 (97.8%)
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: 179 (97.8%)
923
+
924
+ Task: pick up the bbq sauce and place it in the basket
925
+ Success: False
926
+ # episodes completed so far: 184
927
+ # successes: 179 (97.3%)
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: 180 (97.3%)
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: 181 (97.3%)
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: 182 (97.3%)
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: 183 (97.3%)
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: 184 (97.4%)
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: 185 (97.4%)
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: 186 (97.4%)
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: 187 (97.4%)
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: 188 (97.4%)
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: 189 (97.4%)
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: 190 (97.4%)
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: 191 (97.4%)
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: 192 (97.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: 193 (97.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: 194 (97.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: 195 (97.5%)
1008
+ Current task success rate: 0.96
1009
+ Current total success rate: 0.975
1010
+
1011
+ Task: pick up the ketchup and place it in the basket
1012
+ Success: True
1013
+ # episodes completed so far: 201
1014
+ # successes: 196 (97.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: 197 (97.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: 198 (97.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: 199 (97.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: 200 (97.6%)
1035
+
1036
+ Task: pick up the ketchup and place it in the basket
1037
+ Success: True
1038
+ # episodes completed so far: 206
1039
+ # successes: 201 (97.6%)
1040
+
1041
+ Task: pick up the ketchup and place it in the basket
1042
+ Success: True
1043
+ # episodes completed so far: 207
1044
+ # successes: 202 (97.6%)
1045
+
1046
+ Task: pick up the ketchup and place it in the basket
1047
+ Success: True
1048
+ # episodes completed so far: 208
1049
+ # successes: 203 (97.6%)
1050
+
1051
+ Task: pick up the ketchup and place it in the basket
1052
+ Success: True
1053
+ # episodes completed so far: 209
1054
+ # successes: 204 (97.6%)
1055
+
1056
+ Task: pick up the ketchup and place it in the basket
1057
+ Success: True
1058
+ # episodes completed so far: 210
1059
+ # successes: 205 (97.6%)
1060
+
1061
+ Task: pick up the ketchup and place it in the basket
1062
+ Success: False
1063
+ # episodes completed so far: 211
1064
+ # successes: 205 (97.2%)
1065
+
1066
+ Task: pick up the ketchup and place it in the basket
1067
+ Success: True
1068
+ # episodes completed so far: 212
1069
+ # successes: 206 (97.2%)
1070
+
1071
+ Task: pick up the ketchup and place it in the basket
1072
+ Success: True
1073
+ # episodes completed so far: 213
1074
+ # successes: 207 (97.2%)
1075
+
1076
+ Task: pick up the ketchup and place it in the basket
1077
+ Success: True
1078
+ # episodes completed so far: 214
1079
+ # successes: 208 (97.2%)
1080
+
1081
+ Task: pick up the ketchup and place it in the basket
1082
+ Success: True
1083
+ # episodes completed so far: 215
1084
+ # successes: 209 (97.2%)
1085
+
1086
+ Task: pick up the ketchup and place it in the basket
1087
+ Success: True
1088
+ # episodes completed so far: 216
1089
+ # successes: 210 (97.2%)
1090
+
1091
+ Task: pick up the ketchup and place it in the basket
1092
+ Success: True
1093
+ # episodes completed so far: 217
1094
+ # successes: 211 (97.2%)
1095
+
1096
+ Task: pick up the ketchup and place it in the basket
1097
+ Success: True
1098
+ # episodes completed so far: 218
1099
+ # successes: 212 (97.2%)
1100
+
1101
+ Task: pick up the ketchup and place it in the basket
1102
+ Success: True
1103
+ # episodes completed so far: 219
1104
+ # successes: 213 (97.3%)
1105
+
1106
+ Task: pick up the ketchup and place it in the basket
1107
+ Success: True
1108
+ # episodes completed so far: 220
1109
+ # successes: 214 (97.3%)
1110
+
1111
+ Task: pick up the ketchup and place it in the basket
1112
+ Success: True
1113
+ # episodes completed so far: 221
1114
+ # successes: 215 (97.3%)
1115
+
1116
+ Task: pick up the ketchup and place it in the basket
1117
+ Success: True
1118
+ # episodes completed so far: 222
1119
+ # successes: 216 (97.3%)
1120
+
1121
+ Task: pick up the ketchup and place it in the basket
1122
+ Success: True
1123
+ # episodes completed so far: 223
1124
+ # successes: 217 (97.3%)
1125
+
1126
+ Task: pick up the ketchup and place it in the basket
1127
+ Success: True
1128
+ # episodes completed so far: 224
1129
+ # successes: 218 (97.3%)
1130
+
1131
+ Task: pick up the ketchup and place it in the basket
1132
+ Success: True
1133
+ # episodes completed so far: 225
1134
+ # successes: 219 (97.3%)
1135
+
1136
+ Task: pick up the ketchup and place it in the basket
1137
+ Success: True
1138
+ # episodes completed so far: 226
1139
+ # successes: 220 (97.3%)
1140
+
1141
+ Task: pick up the ketchup and place it in the basket
1142
+ Success: True
1143
+ # episodes completed so far: 227
1144
+ # successes: 221 (97.4%)
1145
+
1146
+ Task: pick up the ketchup and place it in the basket
1147
+ Success: True
1148
+ # episodes completed so far: 228
1149
+ # successes: 222 (97.4%)
1150
+
1151
+ Task: pick up the ketchup and place it in the basket
1152
+ Success: True
1153
+ # episodes completed so far: 229
1154
+ # successes: 223 (97.4%)
1155
+
1156
+ Task: pick up the ketchup and place it in the basket
1157
+ Success: True
1158
+ # episodes completed so far: 230
1159
+ # successes: 224 (97.4%)
1160
+
1161
+ Task: pick up the ketchup and place it in the basket
1162
+ Success: True
1163
+ # episodes completed so far: 231
1164
+ # successes: 225 (97.4%)
1165
+
1166
+ Task: pick up the ketchup and place it in the basket
1167
+ Success: True
1168
+ # episodes completed so far: 232
1169
+ # successes: 226 (97.4%)
1170
+
1171
+ Task: pick up the ketchup and place it in the basket
1172
+ Success: True
1173
+ # episodes completed so far: 233
1174
+ # successes: 227 (97.4%)
1175
+
1176
+ Task: pick up the ketchup and place it in the basket
1177
+ Success: True
1178
+ # episodes completed so far: 234
1179
+ # successes: 228 (97.4%)
1180
+
1181
+ Task: pick up the ketchup and place it in the basket
1182
+ Success: True
1183
+ # episodes completed so far: 235
1184
+ # successes: 229 (97.4%)
1185
+
1186
+ Task: pick up the ketchup and place it in the basket
1187
+ Success: True
1188
+ # episodes completed so far: 236
1189
+ # successes: 230 (97.5%)
1190
+
1191
+ Task: pick up the ketchup and place it in the basket
1192
+ Success: True
1193
+ # episodes completed so far: 237
1194
+ # successes: 231 (97.5%)
1195
+
1196
+ Task: pick up the ketchup and place it in the basket
1197
+ Success: True
1198
+ # episodes completed so far: 238
1199
+ # successes: 232 (97.5%)
1200
+
1201
+ Task: pick up the ketchup and place it in the basket
1202
+ Success: True
1203
+ # episodes completed so far: 239
1204
+ # successes: 233 (97.5%)
1205
+
1206
+ Task: pick up the ketchup and place it in the basket
1207
+ Success: True
1208
+ # episodes completed so far: 240
1209
+ # successes: 234 (97.5%)
1210
+
1211
+ Task: pick up the ketchup and place it in the basket
1212
+ Success: True
1213
+ # episodes completed so far: 241
1214
+ # successes: 235 (97.5%)
1215
+
1216
+ Task: pick up the ketchup and place it in the basket
1217
+ Success: True
1218
+ # episodes completed so far: 242
1219
+ # successes: 236 (97.5%)
1220
+
1221
+ Task: pick up the ketchup and place it in the basket
1222
+ Success: True
1223
+ # episodes completed so far: 243
1224
+ # successes: 237 (97.5%)
1225
+
1226
+ Task: pick up the ketchup and place it in the basket
1227
+ Success: True
1228
+ # episodes completed so far: 244
1229
+ # successes: 238 (97.5%)
1230
+
1231
+ Task: pick up the ketchup and place it in the basket
1232
+ Success: True
1233
+ # episodes completed so far: 245
1234
+ # successes: 239 (97.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: 240 (97.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: 241 (97.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: 242 (97.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: 243 (97.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: 244 (97.6%)
1260
+ Current task success rate: 0.98
1261
+ Current total success rate: 0.976
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: 245 (97.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: 246 (97.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: 247 (97.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: 248 (97.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: 249 (97.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: 250 (97.7%)
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: 251 (97.7%)
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: 252 (97.7%)
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: 253 (97.7%)
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: 254 (97.7%)
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: 255 (97.7%)
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: 256 (97.7%)
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: 257 (97.7%)
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: 258 (97.7%)
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: 259 (97.7%)
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: 260 (97.7%)
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: 261 (97.8%)
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: 262 (97.8%)
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: 263 (97.8%)
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: 264 (97.8%)
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: 265 (97.8%)
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: 266 (97.8%)
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: 267 (97.8%)
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: 268 (97.8%)
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: 269 (97.8%)
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: 270 (97.8%)
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: 271 (97.8%)
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: 272 (97.8%)
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: 273 (97.8%)
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: 274 (97.9%)
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: 275 (97.9%)
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: 276 (97.9%)
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: 277 (97.9%)
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: 278 (97.9%)
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: 279 (97.9%)
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: 280 (97.9%)
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: 281 (97.9%)
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: 282 (97.9%)
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: 283 (97.9%)
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: 284 (97.9%)
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: 285 (97.9%)
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: 286 (97.9%)
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: 287 (98.0%)
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: 288 (98.0%)
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: 289 (98.0%)
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: 290 (98.0%)
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: 291 (98.0%)
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: 292 (98.0%)
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: 293 (98.0%)
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: 294 (98.0%)
1512
+ Current task success rate: 1.0
1513
+ Current total success rate: 0.98
1514
+
1515
+ Task: pick up the butter and place it in the basket
1516
+ Success: True
1517
+ # episodes completed so far: 301
1518
+ # successes: 295 (98.0%)
1519
+
1520
+ Task: pick up the butter and place it in the basket
1521
+ Success: True
1522
+ # episodes completed so far: 302
1523
+ # successes: 296 (98.0%)
1524
+
1525
+ Task: pick up the butter and place it in the basket
1526
+ Success: True
1527
+ # episodes completed so far: 303
1528
+ # successes: 297 (98.0%)
1529
+
1530
+ Task: pick up the butter and place it in the basket
1531
+ Success: True
1532
+ # episodes completed so far: 304
1533
+ # successes: 298 (98.0%)
1534
+
1535
+ Task: pick up the butter and place it in the basket
1536
+ Success: True
1537
+ # episodes completed so far: 305
1538
+ # successes: 299 (98.0%)
1539
+
1540
+ Task: pick up the butter and place it in the basket
1541
+ Success: True
1542
+ # episodes completed so far: 306
1543
+ # successes: 300 (98.0%)
1544
+
1545
+ Task: pick up the butter and place it in the basket
1546
+ Success: True
1547
+ # episodes completed so far: 307
1548
+ # successes: 301 (98.0%)
1549
+
1550
+ Task: pick up the butter and place it in the basket
1551
+ Success: True
1552
+ # episodes completed so far: 308
1553
+ # successes: 302 (98.1%)
1554
+
1555
+ Task: pick up the butter and place it in the basket
1556
+ Success: True
1557
+ # episodes completed so far: 309
1558
+ # successes: 303 (98.1%)
1559
+
1560
+ Task: pick up the butter and place it in the basket
1561
+ Success: True
1562
+ # episodes completed so far: 310
1563
+ # successes: 304 (98.1%)
1564
+
1565
+ Task: pick up the butter and place it in the basket
1566
+ Success: True
1567
+ # episodes completed so far: 311
1568
+ # successes: 305 (98.1%)
1569
+
1570
+ Task: pick up the butter and place it in the basket
1571
+ Success: True
1572
+ # episodes completed so far: 312
1573
+ # successes: 306 (98.1%)
1574
+
1575
+ Task: pick up the butter and place it in the basket
1576
+ Success: True
1577
+ # episodes completed so far: 313
1578
+ # successes: 307 (98.1%)
1579
+
1580
+ Task: pick up the butter and place it in the basket
1581
+ Success: True
1582
+ # episodes completed so far: 314
1583
+ # successes: 308 (98.1%)
1584
+
1585
+ Task: pick up the butter and place it in the basket
1586
+ Success: True
1587
+ # episodes completed so far: 315
1588
+ # successes: 309 (98.1%)
1589
+
1590
+ Task: pick up the butter and place it in the basket
1591
+ Success: True
1592
+ # episodes completed so far: 316
1593
+ # successes: 310 (98.1%)
1594
+
1595
+ Task: pick up the butter and place it in the basket
1596
+ Success: True
1597
+ # episodes completed so far: 317
1598
+ # successes: 311 (98.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: 312 (98.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: 313 (98.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: 314 (98.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: 315 (98.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: 316 (98.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: 317 (98.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: 318 (98.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: 319 (98.2%)
1639
+
1640
+ Task: pick up the butter and place it in the basket
1641
+ Success: True
1642
+ # episodes completed so far: 326
1643
+ # successes: 320 (98.2%)
1644
+
1645
+ Task: pick up the butter and place it in the basket
1646
+ Success: True
1647
+ # episodes completed so far: 327
1648
+ # successes: 321 (98.2%)
1649
+
1650
+ Task: pick up the butter and place it in the basket
1651
+ Success: True
1652
+ # episodes completed so far: 328
1653
+ # successes: 322 (98.2%)
1654
+
1655
+ Task: pick up the butter and place it in the basket
1656
+ Success: True
1657
+ # episodes completed so far: 329
1658
+ # successes: 323 (98.2%)
1659
+
1660
+ Task: pick up the butter and place it in the basket
1661
+ Success: True
1662
+ # episodes completed so far: 330
1663
+ # successes: 324 (98.2%)
1664
+
1665
+ Task: pick up the butter and place it in the basket
1666
+ Success: True
1667
+ # episodes completed so far: 331
1668
+ # successes: 325 (98.2%)
1669
+
1670
+ Task: pick up the butter and place it in the basket
1671
+ Success: True
1672
+ # episodes completed so far: 332
1673
+ # successes: 326 (98.2%)
1674
+
1675
+ Task: pick up the butter and place it in the basket
1676
+ Success: True
1677
+ # episodes completed so far: 333
1678
+ # successes: 327 (98.2%)
1679
+
1680
+ Task: pick up the butter and place it in the basket
1681
+ Success: True
1682
+ # episodes completed so far: 334
1683
+ # successes: 328 (98.2%)
1684
+
1685
+ Task: pick up the butter and place it in the basket
1686
+ Success: True
1687
+ # episodes completed so far: 335
1688
+ # successes: 329 (98.2%)
1689
+
1690
+ Task: pick up the butter and place it in the basket
1691
+ Success: True
1692
+ # episodes completed so far: 336
1693
+ # successes: 330 (98.2%)
1694
+
1695
+ Task: pick up the butter and place it in the basket
1696
+ Success: True
1697
+ # episodes completed so far: 337
1698
+ # successes: 331 (98.2%)
1699
+
1700
+ Task: pick up the butter and place it in the basket
1701
+ Success: True
1702
+ # episodes completed so far: 338
1703
+ # successes: 332 (98.2%)
1704
+
1705
+ Task: pick up the butter and place it in the basket
1706
+ Success: True
1707
+ # episodes completed so far: 339
1708
+ # successes: 333 (98.2%)
1709
+
1710
+ Task: pick up the butter and place it in the basket
1711
+ Success: True
1712
+ # episodes completed so far: 340
1713
+ # successes: 334 (98.2%)
1714
+
1715
+ Task: pick up the butter and place it in the basket
1716
+ Success: True
1717
+ # episodes completed so far: 341
1718
+ # successes: 335 (98.2%)
1719
+
1720
+ Task: pick up the butter and place it in the basket
1721
+ Success: True
1722
+ # episodes completed so far: 342
1723
+ # successes: 336 (98.2%)
1724
+
1725
+ Task: pick up the butter and place it in the basket
1726
+ Success: True
1727
+ # episodes completed so far: 343
1728
+ # successes: 337 (98.3%)
1729
+
1730
+ Task: pick up the butter and place it in the basket
1731
+ Success: True
1732
+ # episodes completed so far: 344
1733
+ # successes: 338 (98.3%)
1734
+
1735
+ Task: pick up the butter and place it in the basket
1736
+ Success: True
1737
+ # episodes completed so far: 345
1738
+ # successes: 339 (98.3%)
1739
+
1740
+ Task: pick up the butter and place it in the basket
1741
+ Success: True
1742
+ # episodes completed so far: 346
1743
+ # successes: 340 (98.3%)
1744
+
1745
+ Task: pick up the butter and place it in the basket
1746
+ Success: True
1747
+ # episodes completed so far: 347
1748
+ # successes: 341 (98.3%)
1749
+
1750
+ Task: pick up the butter and place it in the basket
1751
+ Success: True
1752
+ # episodes completed so far: 348
1753
+ # successes: 342 (98.3%)
1754
+
1755
+ Task: pick up the butter and place it in the basket
1756
+ Success: True
1757
+ # episodes completed so far: 349
1758
+ # successes: 343 (98.3%)
1759
+
1760
+ Task: pick up the butter and place it in the basket
1761
+ Success: True
1762
+ # episodes completed so far: 350
1763
+ # successes: 344 (98.3%)
1764
+ Current task success rate: 1.0
1765
+ Current total success rate: 0.9828571428571429
1766
+
1767
+ Task: pick up the milk and place it in the basket
1768
+ Success: True
1769
+ # episodes completed so far: 351
1770
+ # successes: 345 (98.3%)
1771
+
1772
+ Task: pick up the milk and place it in the basket
1773
+ Success: True
1774
+ # episodes completed so far: 352
1775
+ # successes: 346 (98.3%)
1776
+
1777
+ Task: pick up the milk and place it in the basket
1778
+ Success: True
1779
+ # episodes completed so far: 353
1780
+ # successes: 347 (98.3%)
1781
+
1782
+ Task: pick up the milk and place it in the basket
1783
+ Success: True
1784
+ # episodes completed so far: 354
1785
+ # successes: 348 (98.3%)
1786
+
1787
+ Task: pick up the milk and place it in the basket
1788
+ Success: True
1789
+ # episodes completed so far: 355
1790
+ # successes: 349 (98.3%)
1791
+
1792
+ Task: pick up the milk and place it in the basket
1793
+ Success: True
1794
+ # episodes completed so far: 356
1795
+ # successes: 350 (98.3%)
1796
+
1797
+ Task: pick up the milk and place it in the basket
1798
+ Success: True
1799
+ # episodes completed so far: 357
1800
+ # successes: 351 (98.3%)
1801
+
1802
+ Task: pick up the milk and place it in the basket
1803
+ Success: True
1804
+ # episodes completed so far: 358
1805
+ # successes: 352 (98.3%)
1806
+
1807
+ Task: pick up the milk and place it in the basket
1808
+ Success: True
1809
+ # episodes completed so far: 359
1810
+ # successes: 353 (98.3%)
1811
+
1812
+ Task: pick up the milk and place it in the basket
1813
+ Success: True
1814
+ # episodes completed so far: 360
1815
+ # successes: 354 (98.3%)
1816
+
1817
+ Task: pick up the milk and place it in the basket
1818
+ Success: True
1819
+ # episodes completed so far: 361
1820
+ # successes: 355 (98.3%)
1821
+
1822
+ Task: pick up the milk and place it in the basket
1823
+ Success: True
1824
+ # episodes completed so far: 362
1825
+ # successes: 356 (98.3%)
1826
+
1827
+ Task: pick up the milk and place it in the basket
1828
+ Success: True
1829
+ # episodes completed so far: 363
1830
+ # successes: 357 (98.3%)
1831
+
1832
+ Task: pick up the milk and place it in the basket
1833
+ Success: True
1834
+ # episodes completed so far: 364
1835
+ # successes: 358 (98.4%)
1836
+
1837
+ Task: pick up the milk and place it in the basket
1838
+ Success: True
1839
+ # episodes completed so far: 365
1840
+ # successes: 359 (98.4%)
1841
+
1842
+ Task: pick up the milk and place it in the basket
1843
+ Success: True
1844
+ # episodes completed so far: 366
1845
+ # successes: 360 (98.4%)
1846
+
1847
+ Task: pick up the milk and place it in the basket
1848
+ Success: True
1849
+ # episodes completed so far: 367
1850
+ # successes: 361 (98.4%)
1851
+
1852
+ Task: pick up the milk and place it in the basket
1853
+ Success: True
1854
+ # episodes completed so far: 368
1855
+ # successes: 362 (98.4%)
1856
+
1857
+ Task: pick up the milk and place it in the basket
1858
+ Success: True
1859
+ # episodes completed so far: 369
1860
+ # successes: 363 (98.4%)
1861
+
1862
+ Task: pick up the milk and place it in the basket
1863
+ Success: True
1864
+ # episodes completed so far: 370
1865
+ # successes: 364 (98.4%)
1866
+
1867
+ Task: pick up the milk and place it in the basket
1868
+ Success: True
1869
+ # episodes completed so far: 371
1870
+ # successes: 365 (98.4%)
1871
+
1872
+ Task: pick up the milk and place it in the basket
1873
+ Success: True
1874
+ # episodes completed so far: 372
1875
+ # successes: 366 (98.4%)
1876
+
1877
+ Task: pick up the milk and place it in the basket
1878
+ Success: True
1879
+ # episodes completed so far: 373
1880
+ # successes: 367 (98.4%)
1881
+
1882
+ Task: pick up the milk and place it in the basket
1883
+ Success: True
1884
+ # episodes completed so far: 374
1885
+ # successes: 368 (98.4%)
1886
+
1887
+ Task: pick up the milk and place it in the basket
1888
+ Success: True
1889
+ # episodes completed so far: 375
1890
+ # successes: 369 (98.4%)
1891
+
1892
+ Task: pick up the milk and place it in the basket
1893
+ Success: True
1894
+ # episodes completed so far: 376
1895
+ # successes: 370 (98.4%)
1896
+
1897
+ Task: pick up the milk and place it in the basket
1898
+ Success: True
1899
+ # episodes completed so far: 377
1900
+ # successes: 371 (98.4%)
1901
+
1902
+ Task: pick up the milk and place it in the basket
1903
+ Success: True
1904
+ # episodes completed so far: 378
1905
+ # successes: 372 (98.4%)
1906
+
1907
+ Task: pick up the milk and place it in the basket
1908
+ Success: True
1909
+ # episodes completed so far: 379
1910
+ # successes: 373 (98.4%)
1911
+
1912
+ Task: pick up the milk and place it in the basket
1913
+ Success: True
1914
+ # episodes completed so far: 380
1915
+ # successes: 374 (98.4%)
1916
+
1917
+ Task: pick up the milk and place it in the basket
1918
+ Success: True
1919
+ # episodes completed so far: 381
1920
+ # successes: 375 (98.4%)
1921
+
1922
+ Task: pick up the milk and place it in the basket
1923
+ Success: True
1924
+ # episodes completed so far: 382
1925
+ # successes: 376 (98.4%)
1926
+
1927
+ Task: pick up the milk and place it in the basket
1928
+ Success: True
1929
+ # episodes completed so far: 383
1930
+ # successes: 377 (98.4%)
1931
+
1932
+ Task: pick up the milk and place it in the basket
1933
+ Success: True
1934
+ # episodes completed so far: 384
1935
+ # successes: 378 (98.4%)
1936
+
1937
+ Task: pick up the milk and place it in the basket
1938
+ Success: True
1939
+ # episodes completed so far: 385
1940
+ # successes: 379 (98.4%)
1941
+
1942
+ Task: pick up the milk and place it in the basket
1943
+ Success: True
1944
+ # episodes completed so far: 386
1945
+ # successes: 380 (98.4%)
1946
+
1947
+ Task: pick up the milk and place it in the basket
1948
+ Success: True
1949
+ # episodes completed so far: 387
1950
+ # successes: 381 (98.4%)
1951
+
1952
+ Task: pick up the milk and place it in the basket
1953
+ Success: True
1954
+ # episodes completed so far: 388
1955
+ # successes: 382 (98.5%)
1956
+
1957
+ Task: pick up the milk and place it in the basket
1958
+ Success: True
1959
+ # episodes completed so far: 389
1960
+ # successes: 383 (98.5%)
1961
+
1962
+ Task: pick up the milk and place it in the basket
1963
+ Success: True
1964
+ # episodes completed so far: 390
1965
+ # successes: 384 (98.5%)
1966
+
1967
+ Task: pick up the milk and place it in the basket
1968
+ Success: True
1969
+ # episodes completed so far: 391
1970
+ # successes: 385 (98.5%)
1971
+
1972
+ Task: pick up the milk and place it in the basket
1973
+ Success: True
1974
+ # episodes completed so far: 392
1975
+ # successes: 386 (98.5%)
1976
+
1977
+ Task: pick up the milk and place it in the basket
1978
+ Success: True
1979
+ # episodes completed so far: 393
1980
+ # successes: 387 (98.5%)
1981
+
1982
+ Task: pick up the milk and place it in the basket
1983
+ Success: True
1984
+ # episodes completed so far: 394
1985
+ # successes: 388 (98.5%)
1986
+
1987
+ Task: pick up the milk and place it in the basket
1988
+ Success: True
1989
+ # episodes completed so far: 395
1990
+ # successes: 389 (98.5%)
1991
+
1992
+ Task: pick up the milk and place it in the basket
1993
+ Success: True
1994
+ # episodes completed so far: 396
1995
+ # successes: 390 (98.5%)
1996
+
1997
+ Task: pick up the milk and place it in the basket
1998
+ Success: True
1999
+ # episodes completed so far: 397
2000
+ # successes: 391 (98.5%)
2001
+
2002
+ Task: pick up the milk and place it in the basket
2003
+ Success: True
2004
+ # episodes completed so far: 398
2005
+ # successes: 392 (98.5%)
2006
+
2007
+ Task: pick up the milk and place it in the basket
2008
+ Success: True
2009
+ # episodes completed so far: 399
2010
+ # successes: 393 (98.5%)
2011
+
2012
+ Task: pick up the milk and place it in the basket
2013
+ Success: True
2014
+ # episodes completed so far: 400
2015
+ # successes: 394 (98.5%)
2016
+ Current task success rate: 1.0
2017
+ Current total success rate: 0.985
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: 395 (98.5%)
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: 396 (98.5%)
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: 397 (98.5%)
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: 398 (98.5%)
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: 399 (98.5%)
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: 400 (98.5%)
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: 401 (98.5%)
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: 402 (98.5%)
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: 403 (98.5%)
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: 404 (98.5%)
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: 405 (98.5%)
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: 406 (98.5%)
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: 407 (98.5%)
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: 408 (98.6%)
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: 409 (98.6%)
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: 410 (98.6%)
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: 411 (98.6%)
2103
+
2104
+ Task: pick up the chocolate pudding and place it in the basket
2105
+ Success: True
2106
+ # episodes completed so far: 418
2107
+ # successes: 412 (98.6%)
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: 413 (98.6%)
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: 414 (98.6%)
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: 415 (98.6%)
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: 416 (98.6%)
2128
+
2129
+ Task: pick up the chocolate pudding and place it in the basket
2130
+ Success: True
2131
+ # episodes completed so far: 423
2132
+ # successes: 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: True
2196
+ # episodes completed so far: 436
2197
+ # successes: 430 (98.6%)
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: 431 (98.6%)
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: 432 (98.6%)
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: 433 (98.6%)
2213
+
2214
+ Task: pick up the chocolate pudding and place it in the basket
2215
+ Success: True
2216
+ # episodes completed so far: 440
2217
+ # successes: 434 (98.6%)
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: 435 (98.6%)
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: 436 (98.6%)
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: 437 (98.6%)
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: 438 (98.6%)
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: 439 (98.7%)
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: 440 (98.7%)
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: 441 (98.7%)
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: 442 (98.7%)
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: 443 (98.7%)
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: 444 (98.7%)
2268
+ Current task success rate: 1.0
2269
+ Current total success rate: 0.9866666666666667
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: 445 (98.7%)
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: 446 (98.7%)
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: 447 (98.7%)
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: 448 (98.7%)
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: 449 (98.7%)
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: 450 (98.7%)
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: 451 (98.7%)
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: 452 (98.7%)
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: 453 (98.7%)
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: 454 (98.7%)
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: 455 (98.7%)
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: 456 (98.7%)
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: 457 (98.7%)
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: 458 (98.7%)
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: 459 (98.7%)
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: 460 (98.7%)
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: 461 (98.7%)
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: 462 (98.7%)
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: 463 (98.7%)
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: 464 (98.7%)
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: 465 (98.7%)
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: 466 (98.7%)
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: 467 (98.7%)
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: 468 (98.7%)
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: 469 (98.7%)
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: 470 (98.7%)
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: 471 (98.7%)
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: 472 (98.7%)
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: 473 (98.7%)
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: 474 (98.8%)
2420
+
2421
+ Task: pick up the orange juice and place it in the basket
2422
+ Success: True
2423
+ # episodes completed so far: 481
2424
+ # successes: 475 (98.8%)
2425
+
2426
+ Task: pick up the orange juice and place it in the basket
2427
+ Success: True
2428
+ # episodes completed so far: 482
2429
+ # successes: 476 (98.8%)
2430
+
2431
+ Task: pick up the orange juice and place it in the basket
2432
+ Success: True
2433
+ # episodes completed so far: 483
2434
+ # successes: 477 (98.8%)
2435
+
2436
+ Task: pick up the orange juice and place it in the basket
2437
+ Success: True
2438
+ # episodes completed so far: 484
2439
+ # successes: 478 (98.8%)
2440
+
2441
+ Task: pick up the orange juice and place it in the basket
2442
+ Success: True
2443
+ # episodes completed so far: 485
2444
+ # successes: 479 (98.8%)
2445
+
2446
+ Task: pick up the orange juice and place it in the basket
2447
+ Success: True
2448
+ # episodes completed so far: 486
2449
+ # successes: 480 (98.8%)
2450
+
2451
+ Task: pick up the orange juice and place it in the basket
2452
+ Success: True
2453
+ # episodes completed so far: 487
2454
+ # successes: 481 (98.8%)
2455
+
2456
+ Task: pick up the orange juice and place it in the basket
2457
+ Success: True
2458
+ # episodes completed so far: 488
2459
+ # successes: 482 (98.8%)
2460
+
2461
+ Task: pick up the orange juice and place it in the basket
2462
+ Success: True
2463
+ # episodes completed so far: 489
2464
+ # successes: 483 (98.8%)
2465
+
2466
+ Task: pick up the orange juice and place it in the basket
2467
+ Success: True
2468
+ # episodes completed so far: 490
2469
+ # successes: 484 (98.8%)
2470
+
2471
+ Task: pick up the orange juice and place it in the basket
2472
+ Success: True
2473
+ # episodes completed so far: 491
2474
+ # successes: 485 (98.8%)
2475
+
2476
+ Task: pick up the orange juice and place it in the basket
2477
+ Success: True
2478
+ # episodes completed so far: 492
2479
+ # successes: 486 (98.8%)
2480
+
2481
+ Task: pick up the orange juice and place it in the basket
2482
+ Success: True
2483
+ # episodes completed so far: 493
2484
+ # successes: 487 (98.8%)
2485
+
2486
+ Task: pick up the orange juice and place it in the basket
2487
+ Success: True
2488
+ # episodes completed so far: 494
2489
+ # successes: 488 (98.8%)
2490
+
2491
+ Task: pick up the orange juice and place it in the basket
2492
+ Success: True
2493
+ # episodes completed so far: 495
2494
+ # successes: 489 (98.8%)
2495
+
2496
+ Task: pick up the orange juice and place it in the basket
2497
+ Success: True
2498
+ # episodes completed so far: 496
2499
+ # successes: 490 (98.8%)
2500
+
2501
+ Task: pick up the orange juice and place it in the basket
2502
+ Success: True
2503
+ # episodes completed so far: 497
2504
+ # successes: 491 (98.8%)
2505
+
2506
+ Task: pick up the orange juice and place it in the basket
2507
+ Success: True
2508
+ # episodes completed so far: 498
2509
+ # successes: 492 (98.8%)
2510
+
2511
+ Task: pick up the orange juice and place it in the basket
2512
+ Success: True
2513
+ # episodes completed so far: 499
2514
+ # successes: 493 (98.8%)
2515
+
2516
+ Task: pick up the orange juice and place it in the basket
2517
+ Success: True
2518
+ # episodes completed so far: 500
2519
+ # successes: 494 (98.8%)
2520
+ Current task success rate: 1.0
2521
+ Current total success rate: 0.988
libero_object_2B/starvla_qwen_gr00t/libero_object.log ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Step 100, Loss: {'mse_loss': 1.094376802444458, 'totoal_loss': 1.094376802444458, 'data_time': 0.008213031105697155, 'model_time': 0.5890683699399233, 'learning_rate': 2.0000000000000002e-07, 'epoch': 0.19})
2
+ Step 200, Loss: {'mse_loss': 1.0255259275436401, 'totoal_loss': 1.0255259275436401, 'data_time': 0.0134470509365201, 'model_time': 0.5867405948229134, 'learning_rate': 4.0000000000000003e-07, 'epoch': 0.38})
3
+ Step 300, Loss: {'mse_loss': 0.7815388441085815, 'totoal_loss': 0.7815388441085815, 'data_time': 0.00771895470097661, 'model_time': 0.6739147482439876, 'learning_rate': 6.000000000000001e-07, 'epoch': 0.58})
4
+ Step 400, Loss: {'mse_loss': 0.5409587621688843, 'totoal_loss': 0.5409587621688843, 'data_time': 0.007453436031937599, 'model_time': 0.6602335646748543, 'learning_rate': 8.000000000000001e-07, 'epoch': 0.77})
5
+ Step 500, Loss: {'mse_loss': 0.3897101581096649, 'totoal_loss': 0.3897101581096649, 'data_time': 0.009631894063204527, 'model_time': 0.5777274980209768, 'learning_rate': 1.0000000000000002e-06, 'epoch': 0.96})
6
+ Step 600, Loss: {'mse_loss': 0.31038355827331543, 'totoal_loss': 0.31038355827331543, 'data_time': 0.012920842040330172, 'model_time': 0.6721808989532292, 'learning_rate': 1.2000000000000002e-06, 'epoch': 1.15})
7
+ Step 700, Loss: {'mse_loss': 0.27117782831192017, 'totoal_loss': 0.27117782831192017, 'data_time': 0.007645881734788418, 'model_time': 0.5536418943665922, 'learning_rate': 1.4000000000000001e-06, 'epoch': 1.34})
8
+ Step 800, Loss: {'mse_loss': 0.2551810145378113, 'totoal_loss': 0.2551810145378113, 'data_time': 0.007999015040695667, 'model_time': 0.5819796430878341, 'learning_rate': 1.6000000000000001e-06, 'epoch': 1.54})
9
+ Step 900, Loss: {'mse_loss': 0.14129753410816193, 'totoal_loss': 0.14129753410816193, 'data_time': 0.012667774222791195, 'model_time': 0.5901878396980464, 'learning_rate': 1.8000000000000001e-06, 'epoch': 1.73})
10
+ Step 1000, Loss: {'mse_loss': 0.14683257043361664, 'totoal_loss': 0.14683257043361664, 'data_time': 0.0081115597859025, 'model_time': 0.5951292500831187, 'learning_rate': 2.0000000000000003e-06, 'epoch': 1.92})
11
+ Step 1100, Loss: {'mse_loss': 0.10591378808021545, 'totoal_loss': 0.10591378808021545, 'data_time': 0.00038953637704253197, 'model_time': 0.6494010300375521, 'learning_rate': 2.2e-06, 'epoch': 2.11})
12
+ Step 1200, Loss: {'mse_loss': 0.1209225207567215, 'totoal_loss': 0.1209225207567215, 'data_time': 0.0003767521120607853, 'model_time': 0.5555222840048373, 'learning_rate': 2.4000000000000003e-06, 'epoch': 2.3})
13
+ Step 1300, Loss: {'mse_loss': 0.1333792805671692, 'totoal_loss': 0.1333792805671692, 'data_time': 0.00035493308678269386, 'model_time': 0.6225545480847359, 'learning_rate': 2.6e-06, 'epoch': 2.5})
14
+ Step 1400, Loss: {'mse_loss': 0.11201518774032593, 'totoal_loss': 0.11201518774032593, 'data_time': 0.0003648041747510433, 'model_time': 0.6017508655786514, 'learning_rate': 2.8000000000000003e-06, 'epoch': 2.69})
15
+ Step 1500, Loss: {'mse_loss': 0.12692521512508392, 'totoal_loss': 0.12692521512508392, 'data_time': 0.0003527742810547352, 'model_time': 0.5859076660126448, 'learning_rate': 3e-06, 'epoch': 2.88})
16
+ Step 1600, Loss: {'mse_loss': 0.1170087531208992, 'totoal_loss': 0.1170087531208992, 'data_time': 0.008514855988323689, 'model_time': 0.5903369882144034, 'learning_rate': 3.2000000000000003e-06, 'epoch': 3.07})
17
+ Step 1700, Loss: {'mse_loss': 0.10713105648756027, 'totoal_loss': 0.10713105648756027, 'data_time': 0.008120693266391754, 'model_time': 0.6366370744071901, 'learning_rate': 3.4000000000000005e-06, 'epoch': 3.26})
18
+ Step 1800, Loss: {'mse_loss': 0.08622734248638153, 'totoal_loss': 0.08622734248638153, 'data_time': 0.007910643704235554, 'model_time': 0.5521171730943024, 'learning_rate': 3.6000000000000003e-06, 'epoch': 3.45})
19
+ Step 1900, Loss: {'mse_loss': 0.10660519450902939, 'totoal_loss': 0.10660519450902939, 'data_time': 0.00946032628417015, 'model_time': 0.5600876696407795, 'learning_rate': 3.8000000000000005e-06, 'epoch': 3.65})
20
+ Step 2000, Loss: {'mse_loss': 0.0875263437628746, 'totoal_loss': 0.0875263437628746, 'data_time': 0.007423297967761755, 'model_time': 0.582417868077755, 'learning_rate': 4.000000000000001e-06, 'epoch': 3.84})
21
+ Step 2100, Loss: {'mse_loss': 0.08880395442247391, 'totoal_loss': 0.08880395442247391, 'data_time': 0.025346945971250534, 'model_time': 0.5884062070399523, 'learning_rate': 4.2000000000000004e-06, 'epoch': 4.03})
22
+ Step 2200, Loss: {'mse_loss': 0.12104234099388123, 'totoal_loss': 0.12104234099388123, 'data_time': 0.02363262791186571, 'model_time': 0.5647660121321678, 'learning_rate': 4.4e-06, 'epoch': 4.22})
23
+ Step 2300, Loss: {'mse_loss': 0.11409322172403336, 'totoal_loss': 0.11409322172403336, 'data_time': 0.02244449220597744, 'model_time': 0.5665244837291539, 'learning_rate': 4.600000000000001e-06, 'epoch': 4.41})
24
+ Step 2400, Loss: {'mse_loss': 0.08997438102960587, 'totoal_loss': 0.08997438102960587, 'data_time': 0.024463290814310312, 'model_time': 0.552425691857934, 'learning_rate': 4.800000000000001e-06, 'epoch': 4.61})
25
+ Step 2500, Loss: {'mse_loss': 0.10122980922460556, 'totoal_loss': 0.10122980922460556, 'data_time': 0.023349320981651545, 'model_time': 0.6505010109394789, 'learning_rate': 5e-06, 'epoch': 4.8})
26
+ Step 2600, Loss: {'mse_loss': 0.08370084315538406, 'totoal_loss': 0.08370084315538406, 'data_time': 0.021297986153513193, 'model_time': 0.5339200999587774, 'learning_rate': 5.2e-06, 'epoch': 4.99})
27
+ Step 2700, Loss: {'mse_loss': 0.06138734519481659, 'totoal_loss': 0.06138734519481659, 'data_time': 0.00854229973629117, 'model_time': 0.596754961181432, 'learning_rate': 5.400000000000001e-06, 'epoch': 5.18})
28
+ Step 2800, Loss: {'mse_loss': 0.07588072121143341, 'totoal_loss': 0.07588072121143341, 'data_time': 0.00763532891869545, 'model_time': 0.5833835578523576, 'learning_rate': 5.600000000000001e-06, 'epoch': 5.37})
29
+ Step 2900, Loss: {'mse_loss': 0.057796429842710495, 'totoal_loss': 0.057796429842710495, 'data_time': 0.008435353636741638, 'model_time': 0.5975453699938953, 'learning_rate': 5.8e-06, 'epoch': 5.57})
30
+ Step 3000, Loss: {'mse_loss': 0.07203453034162521, 'totoal_loss': 0.07203453034162521, 'data_time': 0.006904179695993662, 'model_time': 0.687826510053128, 'learning_rate': 6e-06, 'epoch': 5.76})
31
+ Step 3100, Loss: {'mse_loss': 0.07619896531105042, 'totoal_loss': 0.07619896531105042, 'data_time': 0.0098324716091156, 'model_time': 0.5702919280156493, 'learning_rate': 6.200000000000001e-06, 'epoch': 5.95})
32
+ Step 3200, Loss: {'mse_loss': 0.055554065853357315, 'totoal_loss': 0.055554065853357315, 'data_time': 0.009699356276541948, 'model_time': 0.5831360649317503, 'learning_rate': 6.4000000000000006e-06, 'epoch': 6.14})
33
+ Step 3300, Loss: {'mse_loss': 0.04922864958643913, 'totoal_loss': 0.04922864958643913, 'data_time': 0.008961575105786324, 'model_time': 0.5795846721157432, 'learning_rate': 6.600000000000001e-06, 'epoch': 6.33})
34
+ Step 3400, Loss: {'mse_loss': 0.08861111849546432, 'totoal_loss': 0.08861111849546432, 'data_time': 0.008546032011508942, 'model_time': 0.5827302187681198, 'learning_rate': 6.800000000000001e-06, 'epoch': 6.53})
35
+ Step 3500, Loss: {'mse_loss': 0.0705895647406578, 'totoal_loss': 0.0705895647406578, 'data_time': 0.007586269173771143, 'model_time': 0.6502698720432818, 'learning_rate': 7e-06, 'epoch': 6.72})
36
+ Step 3600, Loss: {'mse_loss': 0.05344545096158981, 'totoal_loss': 0.05344545096158981, 'data_time': 0.012074274942278862, 'model_time': 0.5528299119323492, 'learning_rate': 7.2000000000000005e-06, 'epoch': 6.91})
37
+ Step 3700, Loss: {'mse_loss': 0.048057809472084045, 'totoal_loss': 0.048057809472084045, 'data_time': 0.0003646649420261383, 'model_time': 0.6102655292488635, 'learning_rate': 7.4e-06, 'epoch': 7.1})
38
+ Step 3800, Loss: {'mse_loss': 0.05206695944070816, 'totoal_loss': 0.05206695944070816, 'data_time': 0.0004910673014819622, 'model_time': 0.5779483439400792, 'learning_rate': 7.600000000000001e-06, 'epoch': 7.29})
39
+ Step 3900, Loss: {'mse_loss': 0.0532832108438015, 'totoal_loss': 0.0532832108438015, 'data_time': 0.00036163488402962685, 'model_time': 0.6017295396886766, 'learning_rate': 7.800000000000002e-06, 'epoch': 7.49})
40
+ Step 4000, Loss: {'mse_loss': 0.061947617679834366, 'totoal_loss': 0.061947617679834366, 'data_time': 0.0003963327035307884, 'model_time': 0.5772636830806732, 'learning_rate': 8.000000000000001e-06, 'epoch': 7.68})
41
+ Step 4100, Loss: {'mse_loss': 0.06747595220804214, 'totoal_loss': 0.06747595220804214, 'data_time': 0.0003726971335709095, 'model_time': 0.5717265191487968, 'learning_rate': 8.2e-06, 'epoch': 7.87})
42
+ Step 4200, Loss: {'mse_loss': 0.051640722900629044, 'totoal_loss': 0.051640722900629044, 'data_time': 0.010375947691500187, 'model_time': 0.584945272654295, 'learning_rate': 8.400000000000001e-06, 'epoch': 8.06})
43
+ Step 4300, Loss: {'mse_loss': 0.05548793077468872, 'totoal_loss': 0.05548793077468872, 'data_time': 0.008395925164222717, 'model_time': 0.6095298146829009, 'learning_rate': 8.6e-06, 'epoch': 8.25})
44
+ Step 4400, Loss: {'mse_loss': 0.09597106277942657, 'totoal_loss': 0.09597106277942657, 'data_time': 0.00716837402433157, 'model_time': 0.6277848700992763, 'learning_rate': 8.8e-06, 'epoch': 8.45})
45
+ Step 4500, Loss: {'mse_loss': 0.07349035888910294, 'totoal_loss': 0.07349035888910294, 'data_time': 0.011770667973905802, 'model_time': 0.617016137111932, 'learning_rate': 9e-06, 'epoch': 8.64})
46
+ Step 4600, Loss: {'mse_loss': 0.0474083311855793, 'totoal_loss': 0.0474083311855793, 'data_time': 0.0115248360671103, 'model_time': 0.5914700827561319, 'learning_rate': 9.200000000000002e-06, 'epoch': 8.83})
47
+ Step 4700, Loss: {'mse_loss': 0.06951447576284409, 'totoal_loss': 0.06951447576284409, 'data_time': 0.0003250259906053543, 'model_time': 0.5579902031458914, 'learning_rate': 9.4e-06, 'epoch': 9.02})
48
+ Step 4800, Loss: {'mse_loss': 0.03649311885237694, 'totoal_loss': 0.03649311885237694, 'data_time': 0.00036661699414253235, 'model_time': 0.6307267313823104, 'learning_rate': 9.600000000000001e-06, 'epoch': 9.21})
49
+ Step 4900, Loss: {'mse_loss': 0.04277641326189041, 'totoal_loss': 0.04277641326189041, 'data_time': 0.0003917049616575241, 'model_time': 0.5630543367005885, 'learning_rate': 9.800000000000001e-06, 'epoch': 9.4})
50
+ Step 5000, Loss: {'mse_loss': 0.05660995841026306, 'totoal_loss': 0.05660995841026306, 'data_time': 0.00039449380710721016, 'model_time': 0.6358463130891323, 'learning_rate': 1e-05, 'epoch': 9.6})
51
+ Step 5100, Loss: {'mse_loss': 0.053685132414102554, 'totoal_loss': 0.053685132414102554, 'data_time': 0.0003841659054160118, 'model_time': 0.556657113134861, 'learning_rate': 9.999615090493604e-06, 'epoch': 9.79})
52
+ Step 5200, Loss: {'mse_loss': 0.037259429693222046, 'totoal_loss': 0.037259429693222046, 'data_time': 0.00038490304723381996, 'model_time': 0.6779139791615307, 'learning_rate': 9.998460422756089e-06, 'epoch': 9.98})
53
+ Step 5300, Loss: {'mse_loss': 0.05177972465753555, 'totoal_loss': 0.05177972465753555, 'data_time': 0.0004905490204691887, 'model_time': 0.5753681831993163, 'learning_rate': 9.996536179122874e-06, 'epoch': 10.17})
54
+ Step 5400, Loss: {'mse_loss': 0.057553499937057495, 'totoal_loss': 0.057553499937057495, 'data_time': 0.0005635358393192291, 'model_time': 0.5667025190778077, 'learning_rate': 9.993842663454337e-06, 'epoch': 10.36})
55
+ Step 5500, Loss: {'mse_loss': 0.0428854338824749, 'totoal_loss': 0.0428854338824749, 'data_time': 0.0003483099862933159, 'model_time': 0.5673194318078458, 'learning_rate': 9.990380301087824e-06, 'epoch': 10.56})
56
+ Step 5600, Loss: {'mse_loss': 0.043242160230875015, 'totoal_loss': 0.043242160230875015, 'data_time': 0.00035925302654504776, 'model_time': 0.583748877979815, 'learning_rate': 9.986149638770493e-06, 'epoch': 10.75})
57
+ Step 5700, Loss: {'mse_loss': 0.06303071230649948, 'totoal_loss': 0.06303071230649948, 'data_time': 0.0006336602382361889, 'model_time': 0.6770130270160735, 'learning_rate': 9.981151344572967e-06, 'epoch': 10.94})
58
+ Step 5800, Loss: {'mse_loss': 0.0373908132314682, 'totoal_loss': 0.0373908132314682, 'data_time': 0.013004126027226448, 'model_time': 0.6438185959123075, 'learning_rate': 9.975386207783839e-06, 'epoch': 11.13})
59
+ Step 5900, Loss: {'mse_loss': 0.030487969517707825, 'totoal_loss': 0.030487969517707825, 'data_time': 0.014145661145448685, 'model_time': 0.584055766928941, 'learning_rate': 9.968855138785041e-06, 'epoch': 11.32})
60
+ Step 6000, Loss: {'mse_loss': 0.05234389752149582, 'totoal_loss': 0.05234389752149582, 'data_time': 0.015506217256188393, 'model_time': 0.6527702999301255, 'learning_rate': 9.961559168908081e-06, 'epoch': 11.52})
61
+ Step 6100, Loss: {'mse_loss': 0.035707987844944, 'totoal_loss': 0.035707987844944, 'data_time': 0.017444005236029625, 'model_time': 0.6063872608356178, 'learning_rate': 9.953499450271174e-06, 'epoch': 11.71})
62
+ Step 6200, Loss: {'mse_loss': 0.05774225667119026, 'totoal_loss': 0.05774225667119026, 'data_time': 0.02082790294662118, 'model_time': 0.5536196418106556, 'learning_rate': 9.944677255597332e-06, 'epoch': 11.9})
63
+ Step 6300, Loss: {'mse_loss': 0.07689887285232544, 'totoal_loss': 0.07689887285232544, 'data_time': 0.01530974404886365, 'model_time': 0.5772024402394891, 'learning_rate': 9.935093978013357e-06, 'epoch': 12.09})
64
+ Step 6400, Loss: {'mse_loss': 0.06222250312566757, 'totoal_loss': 0.06222250312566757, 'data_time': 0.009333823807537556, 'model_time': 0.8753188331611454, 'learning_rate': 9.924751130829878e-06, 'epoch': 12.28})
65
+ Step 6500, Loss: {'mse_loss': 0.05312928184866905, 'totoal_loss': 0.05312928184866905, 'data_time': 0.011100105941295624, 'model_time': 0.683984843082726, 'learning_rate': 9.91365034730236e-06, 'epoch': 12.48})
66
+ Step 6600, Loss: {'mse_loss': 0.037770092487335205, 'totoal_loss': 0.037770092487335205, 'data_time': 0.008304320275783539, 'model_time': 0.5644933902658522, 'learning_rate': 9.901793380373204e-06, 'epoch': 12.67})
67
+ Step 6700, Loss: {'mse_loss': 0.04339093714952469, 'totoal_loss': 0.04339093714952469, 'data_time': 0.008852197788655758, 'model_time': 0.5838643447495997, 'learning_rate': 9.889182102394944e-06, 'epoch': 12.86})
68
+ Step 6800, Loss: {'mse_loss': 0.02938445657491684, 'totoal_loss': 0.02938445657491684, 'data_time': 0.009557627141475677, 'model_time': 0.6200441010296345, 'learning_rate': 9.875818504834564e-06, 'epoch': 13.05})
69
+ Step 6900, Loss: {'mse_loss': 0.06408506631851196, 'totoal_loss': 0.06408506631851196, 'data_time': 0.00862257881090045, 'model_time': 0.5660183290019631, 'learning_rate': 9.861704697959036e-06, 'epoch': 13.24})
70
+ Step 7000, Loss: {'mse_loss': 0.02805459126830101, 'totoal_loss': 0.02805459126830101, 'data_time': 0.007614810019731522, 'model_time': 0.5749947801232338, 'learning_rate': 9.846842910502077e-06, 'epoch': 13.44})
71
+ Step 7100, Loss: {'mse_loss': 0.03997435420751572, 'totoal_loss': 0.03997435420751572, 'data_time': 0.008017475716769695, 'model_time': 0.5708237290382385, 'learning_rate': 9.831235489312212e-06, 'epoch': 13.63})
72
+ Step 7200, Loss: {'mse_loss': 0.03167317062616348, 'totoal_loss': 0.03167317062616348, 'data_time': 0.007858959957957268, 'model_time': 0.6074348040856421, 'learning_rate': 9.814884898982168e-06, 'epoch': 13.82})
73
+ Step 7300, Loss: {'mse_loss': 0.025282656773924828, 'totoal_loss': 0.025282656773924828, 'data_time': 0.0005227369256317616, 'model_time': 0.6013361951336265, 'learning_rate': 9.797793721459709e-06, 'epoch': 14.01})
74
+ Step 7400, Loss: {'mse_loss': 0.028617050498723984, 'totoal_loss': 0.028617050498723984, 'data_time': 0.0004838821478188038, 'model_time': 0.5948810642585158, 'learning_rate': 9.779964655639886e-06, 'epoch': 14.2})
75
+ Step 7500, Loss: {'mse_loss': 0.04016764834523201, 'totoal_loss': 0.04016764834523201, 'data_time': 0.0005549523048102856, 'model_time': 0.652890901081264, 'learning_rate': 9.761400516938874e-06, 'epoch': 14.4})
76
+ Step 7600, Loss: {'mse_loss': 0.041050657629966736, 'totoal_loss': 0.041050657629966736, 'data_time': 0.0004783007316291332, 'model_time': 0.6445268550887704, 'learning_rate': 9.74210423684938e-06, 'epoch': 14.59})
77
+ Step 7700, Loss: {'mse_loss': 0.04976119473576546, 'totoal_loss': 0.04976119473576546, 'data_time': 0.00043188827112317085, 'model_time': 0.573930200189352, 'learning_rate': 9.722078862477715e-06, 'epoch': 14.78})
78
+ Step 7800, Loss: {'mse_loss': 0.027897734194993973, 'totoal_loss': 0.027897734194993973, 'data_time': 0.0006091021932661533, 'model_time': 0.60159897711128, 'learning_rate': 9.701327556062637e-06, 'epoch': 14.97})
79
+ Step 7900, Loss: {'mse_loss': 0.03841684013605118, 'totoal_loss': 0.03841684013605118, 'data_time': 0.00037765875458717346, 'model_time': 0.61660047294572, 'learning_rate': 9.679853594475985e-06, 'epoch': 15.16})
80
+ Step 8000, Loss: {'mse_loss': 0.027033841237425804, 'totoal_loss': 0.027033841237425804, 'data_time': 0.00037253880873322487, 'model_time': 0.583811174146831, 'learning_rate': 9.657660368705225e-06, 'epoch': 15.36})
81
+ Step 8100, Loss: {'mse_loss': 0.04553966224193573, 'totoal_loss': 0.04553966224193573, 'data_time': 0.0003566741943359375, 'model_time': 0.605241070035845, 'learning_rate': 9.634751383317983e-06, 'epoch': 15.55})
82
+ Step 8200, Loss: {'mse_loss': 0.03877447918057442, 'totoal_loss': 0.03877447918057442, 'data_time': 0.0003867358900606632, 'model_time': 0.5800898377783597, 'learning_rate': 9.611130255908619e-06, 'epoch': 15.74})
83
+ Step 8300, Loss: {'mse_loss': 0.029899094253778458, 'totoal_loss': 0.029899094253778458, 'data_time': 0.00039334315806627274, 'model_time': 0.5959532256238163, 'learning_rate': 9.586800716526974e-06, 'epoch': 15.93})
84
+ Step 8400, Loss: {'mse_loss': 0.038909927010536194, 'totoal_loss': 0.038909927010536194, 'data_time': 0.014927982818335295, 'model_time': 0.5943376878276467, 'learning_rate': 9.561766607089355e-06, 'epoch': 16.12})
85
+ Step 8500, Loss: {'mse_loss': 0.045807283371686935, 'totoal_loss': 0.045807283371686935, 'data_time': 0.015362000092864037, 'model_time': 0.5904662949033082, 'learning_rate': 9.536031880771846e-06, 'epoch': 16.31})
86
+ Step 8600, Loss: {'mse_loss': 0.060054194182157516, 'totoal_loss': 0.060054194182157516, 'data_time': 0.01691748108714819, 'model_time': 0.5830047489143908, 'learning_rate': 9.50960060138606e-06, 'epoch': 16.51})
87
+ Step 8700, Loss: {'mse_loss': 0.035703178495168686, 'totoal_loss': 0.035703178495168686, 'data_time': 0.017102497164160013, 'model_time': 0.55812763934955, 'learning_rate': 9.482476942737411e-06, 'epoch': 16.7})
88
+ Step 8800, Loss: {'mse_loss': 0.03657777979969978, 'totoal_loss': 0.03657777979969978, 'data_time': 0.015240164007991552, 'model_time': 0.6469702930189669, 'learning_rate': 9.45466518796603e-06, 'epoch': 16.89})
89
+ Step 8900, Loss: {'mse_loss': 0.027482008561491966, 'totoal_loss': 0.027482008561491966, 'data_time': 0.007439372595399618, 'model_time': 0.5869971481151879, 'learning_rate': 9.426169728870399e-06, 'epoch': 17.08})
90
+ Step 9000, Loss: {'mse_loss': 0.046675536781549454, 'totoal_loss': 0.046675536781549454, 'data_time': 0.006916678976267576, 'model_time': 0.6110232230275869, 'learning_rate': 9.396995065213835e-06, 'epoch': 17.27})
91
+ Step 9100, Loss: {'mse_loss': 0.02108205482363701, 'totoal_loss': 0.02108205482363701, 'data_time': 0.008817836176604033, 'model_time': 0.5697279879823327, 'learning_rate': 9.367145804013938e-06, 'epoch': 17.47})
92
+ Step 9200, Loss: {'mse_loss': 0.038597509264945984, 'totoal_loss': 0.038597509264945984, 'data_time': 0.008450174704194069, 'model_time': 0.5561277801170945, 'learning_rate': 9.336626658815071e-06, 'epoch': 17.66})
93
+ Step 9300, Loss: {'mse_loss': 0.04522852227091789, 'totoal_loss': 0.04522852227091789, 'data_time': 0.00957987830042839, 'model_time': 0.6422116016037762, 'learning_rate': 9.305442448944056e-06, 'epoch': 17.85})
94
+ Step 9400, Loss: {'mse_loss': 0.047594185918569565, 'totoal_loss': 0.047594185918569565, 'data_time': 0.01891889004036784, 'model_time': 0.5879880362190306, 'learning_rate': 9.273598098749124e-06, 'epoch': 18.04})
95
+ Step 9500, Loss: {'mse_loss': 0.02279074862599373, 'totoal_loss': 0.02279074862599373, 'data_time': 0.016720854211598635, 'model_time': 0.6797308721579611, 'learning_rate': 9.241098636822324e-06, 'epoch': 18.23})
96
+ Step 9600, Loss: {'mse_loss': 0.03573577478528023, 'totoal_loss': 0.03573577478528023, 'data_time': 0.01460993429645896, 'model_time': 0.5597825199365616, 'learning_rate': 9.207949195205442e-06, 'epoch': 18.43})
97
+ Step 9700, Loss: {'mse_loss': 0.020528670400381088, 'totoal_loss': 0.020528670400381088, 'data_time': 0.015385746955871582, 'model_time': 0.5522042908705771, 'learning_rate': 9.174155008579588e-06, 'epoch': 18.62})
98
+ Step 9800, Loss: {'mse_loss': 0.027740389108657837, 'totoal_loss': 0.027740389108657837, 'data_time': 0.01516876369714737, 'model_time': 0.5604946590028703, 'learning_rate': 9.139721413438583e-06, 'epoch': 18.81})
99
+ Step 9900, Loss: {'mse_loss': 0.0195248331874609, 'totoal_loss': 0.0195248331874609, 'data_time': 1.8720053839497268, 'model_time': 0.8205600483343005, 'learning_rate': 9.104653847246273e-06, 'epoch': 19.0})
100
+ Step 10000, Loss: {'mse_loss': 0.023061661049723625, 'totoal_loss': 0.023061661049723625, 'data_time': 0.00041255075484514236, 'model_time': 0.6029777810908854, 'learning_rate': 9.068957847577869e-06, 'epoch': 19.19})
101
+ Step 10100, Loss: {'mse_loss': 0.036822788417339325, 'totoal_loss': 0.036822788417339325, 'data_time': 0.0004001748748123646, 'model_time': 0.5710958810523152, 'learning_rate': 9.032639051245524e-06, 'epoch': 19.39})
102
+ Step 10200, Loss: {'mse_loss': 0.02657843567430973, 'totoal_loss': 0.02657843567430973, 'data_time': 0.00042209215462207794, 'model_time': 0.6246691741980612, 'learning_rate': 8.995703193408199e-06, 'epoch': 19.58})
103
+ Step 10300, Loss: {'mse_loss': 0.03814409300684929, 'totoal_loss': 0.03814409300684929, 'data_time': 0.00042173825204372406, 'model_time': 0.5856109601445496, 'learning_rate': 8.958156106666017e-06, 'epoch': 19.77})
104
+ Step 10400, Loss: {'mse_loss': 0.02258046343922615, 'totoal_loss': 0.02258046343922615, 'data_time': 0.0004001776687800884, 'model_time': 0.6461294521577656, 'learning_rate': 8.92000372013924e-06, 'epoch': 19.96})
105
+ Step 10500, Loss: {'mse_loss': 0.026885176077485085, 'totoal_loss': 0.026885176077485085, 'data_time': 0.009613601956516504, 'model_time': 0.6028920407406986, 'learning_rate': 8.881252058531973e-06, 'epoch': 20.15})
106
+ Step 10600, Loss: {'mse_loss': 0.030903972685337067, 'totoal_loss': 0.030903972685337067, 'data_time': 0.012556737288832664, 'model_time': 0.5826233034022152, 'learning_rate': 8.841907241180809e-06, 'epoch': 20.35})
107
+ Step 10700, Loss: {'mse_loss': 0.020698612555861473, 'totoal_loss': 0.020698612555861473, 'data_time': 0.007717551663517952, 'model_time': 0.5726775689981878, 'learning_rate': 8.801975481088507e-06, 'epoch': 20.54})
108
+ Step 10800, Loss: {'mse_loss': 0.04128596931695938, 'totoal_loss': 0.04128596931695938, 'data_time': 0.009541214909404516, 'model_time': 0.5830824738368392, 'learning_rate': 8.761463083942889e-06, 'epoch': 20.73})
109
+ Step 10900, Loss: {'mse_loss': 0.028325125575065613, 'totoal_loss': 0.028325125575065613, 'data_time': 0.010037463158369064, 'model_time': 0.5966162602417171, 'learning_rate': 8.720376447121098e-06, 'epoch': 20.92})
110
+ Step 11000, Loss: {'mse_loss': 0.03494871407747269, 'totoal_loss': 0.03494871407747269, 'data_time': 0.008325542788952589, 'model_time': 0.5817427402362227, 'learning_rate': 8.678722058679382e-06, 'epoch': 21.11})
111
+ Step 11100, Loss: {'mse_loss': 0.015644250437617302, 'totoal_loss': 0.015644250437617302, 'data_time': 0.007480920758098364, 'model_time': 0.5657819011248648, 'learning_rate': 8.636506496328546e-06, 'epoch': 21.31})
112
+ Step 11200, Loss: {'mse_loss': 0.02966640330851078, 'totoal_loss': 0.02966640330851078, 'data_time': 0.00736967520788312, 'model_time': 0.577923959121108, 'learning_rate': 8.593736426395268e-06, 'epoch': 21.5})
113
+ Step 11300, Loss: {'mse_loss': 0.02084442786872387, 'totoal_loss': 0.02084442786872387, 'data_time': 0.008480042219161987, 'model_time': 0.5827243709936738, 'learning_rate': 8.550418602769392e-06, 'epoch': 21.69})
114
+ Step 11400, Loss: {'mse_loss': 0.03335265815258026, 'totoal_loss': 0.03335265815258026, 'data_time': 0.00845204433426261, 'model_time': 0.5480573778040707, 'learning_rate': 8.506559865837425e-06, 'epoch': 21.88})
115
+ Step 11500, Loss: {'mse_loss': 0.0322820320725441, 'totoal_loss': 0.0322820320725441, 'data_time': 0.00037479866296052933, 'model_time': 0.5667216945439577, 'learning_rate': 8.462167141402359e-06, 'epoch': 22.07})
116
+ Step 11600, Loss: {'mse_loss': 0.0268027875572443, 'totoal_loss': 0.0268027875572443, 'data_time': 0.00039525609463453293, 'model_time': 0.5698141800239682, 'learning_rate': 8.417247439589994e-06, 'epoch': 22.26})
117
+ Step 11700, Loss: {'mse_loss': 0.018592743203043938, 'totoal_loss': 0.018592743203043938, 'data_time': 0.00036157481372356415, 'model_time': 0.5969859757460654, 'learning_rate': 8.371807853741978e-06, 'epoch': 22.46})
118
+ Step 11800, Loss: {'mse_loss': 0.03069477155804634, 'totoal_loss': 0.03069477155804634, 'data_time': 0.0004021679051220417, 'model_time': 0.5838531088083982, 'learning_rate': 8.325855559295663e-06, 'epoch': 22.65})
119
+ Step 11900, Loss: {'mse_loss': 0.027501339092850685, 'totoal_loss': 0.027501339092850685, 'data_time': 0.0005453680641949177, 'model_time': 0.5505488482303917, 'learning_rate': 8.279397812651042e-06, 'epoch': 22.84})
120
+ Step 12000, Loss: {'mse_loss': 0.021324899047613144, 'totoal_loss': 0.021324899047613144, 'data_time': 0.0069703818298876286, 'model_time': 0.6048168358393013, 'learning_rate': 8.232441950024864e-06, 'epoch': 23.03})
121
+ Step 12100, Loss: {'mse_loss': 0.025817440822720528, 'totoal_loss': 0.025817440822720528, 'data_time': 0.012110777664929628, 'model_time': 0.5833897767588496, 'learning_rate': 8.184995386292166e-06, 'epoch': 23.22})
122
+ Step 12200, Loss: {'mse_loss': 0.018433913588523865, 'totoal_loss': 0.018433913588523865, 'data_time': 0.010619315784424543, 'model_time': 0.5855954410508275, 'learning_rate': 8.137065613815381e-06, 'epoch': 23.42})
123
+ Step 12300, Loss: {'mse_loss': 0.013275476172566414, 'totoal_loss': 0.013275476172566414, 'data_time': 0.010857103858143091, 'model_time': 0.6036615171469748, 'learning_rate': 8.088660201261203e-06, 'epoch': 23.61})
124
+ Step 12400, Loss: {'mse_loss': 0.019669631496071815, 'totoal_loss': 0.019669631496071815, 'data_time': 0.009886929299682379, 'model_time': 0.6058423449285328, 'learning_rate': 8.039786792405404e-06, 'epoch': 23.8})
125
+ Step 12500, Loss: {'mse_loss': 0.03748587518930435, 'totoal_loss': 0.03748587518930435, 'data_time': 0.008333411999046803, 'model_time': 0.5424591298215091, 'learning_rate': 7.990453104925807e-06, 'epoch': 23.99})
126
+ Step 12600, Loss: {'mse_loss': 0.016774622723460197, 'totoal_loss': 0.016774622723460197, 'data_time': 0.016204094048589468, 'model_time': 0.5777296493761241, 'learning_rate': 7.940666929183554e-06, 'epoch': 24.18})
127
+ Step 12700, Loss: {'mse_loss': 0.012936262413859367, 'totoal_loss': 0.012936262413859367, 'data_time': 0.014056141022592783, 'model_time': 0.5792117961682379, 'learning_rate': 7.89043612699294e-06, 'epoch': 24.38})
128
+ Step 12800, Loss: {'mse_loss': 0.026135126128792763, 'totoal_loss': 0.026135126128792763, 'data_time': 0.014833956956863403, 'model_time': 0.5448148180730641, 'learning_rate': 7.839768630379917e-06, 'epoch': 24.57})
129
+ Step 12900, Loss: {'mse_loss': 0.01729491353034973, 'totoal_loss': 0.01729491353034973, 'data_time': 0.019951608031988144, 'model_time': 0.5882820161059499, 'learning_rate': 7.788672440329562e-06, 'epoch': 24.76})
130
+ Step 13000, Loss: {'mse_loss': 0.03638090193271637, 'totoal_loss': 0.03638090193271637, 'data_time': 0.014672549907118082, 'model_time': 0.546541775111109, 'learning_rate': 7.737155625522608e-06, 'epoch': 24.95})
131
+ Step 13100, Loss: {'mse_loss': 0.036399878561496735, 'totoal_loss': 0.036399878561496735, 'data_time': 0.010062851011753082, 'model_time': 0.6772751417011023, 'learning_rate': 7.685226321061318e-06, 'epoch': 25.14})
132
+ Step 13200, Loss: {'mse_loss': 0.017940256744623184, 'totoal_loss': 0.017940256744623184, 'data_time': 0.010025694966316223, 'model_time': 0.6051920051686466, 'learning_rate': 7.632892727184844e-06, 'epoch': 25.34})
133
+ Step 13300, Loss: {'mse_loss': 0.017720863223075867, 'totoal_loss': 0.017720863223075867, 'data_time': 0.008934779092669487, 'model_time': 0.6227830066345632, 'learning_rate': 7.580163107974335e-06, 'epoch': 25.53})
134
+ Step 13400, Loss: {'mse_loss': 0.029329752549529076, 'totoal_loss': 0.029329752549529076, 'data_time': 0.009488406125456095, 'model_time': 0.5739363371394575, 'learning_rate': 7.527045790047922e-06, 'epoch': 25.72})
135
+ Step 13500, Loss: {'mse_loss': 0.029914652928709984, 'totoal_loss': 0.029914652928709984, 'data_time': 0.008282857947051525, 'model_time': 0.5781224388629198, 'learning_rate': 7.473549161245862e-06, 'epoch': 25.91})
136
+ Step 13600, Loss: {'mse_loss': 0.027638616040349007, 'totoal_loss': 0.027638616040349007, 'data_time': 0.007655307650566101, 'model_time': 0.5605726870708168, 'learning_rate': 7.419681669305998e-06, 'epoch': 26.1})
137
+ Step 13700, Loss: {'mse_loss': 0.016861677169799805, 'totoal_loss': 0.016861677169799805, 'data_time': 0.0077632712200284, 'model_time': 0.5816386681981385, 'learning_rate': 7.365451820529756e-06, 'epoch': 26.3})
138
+ Step 13800, Loss: {'mse_loss': 0.024842625483870506, 'totoal_loss': 0.024842625483870506, 'data_time': 0.008220323361456394, 'model_time': 0.5899847378022969, 'learning_rate': 7.310868178438909e-06, 'epoch': 26.49})
139
+ Step 13900, Loss: {'mse_loss': 0.016090815886855125, 'totoal_loss': 0.016090815886855125, 'data_time': 0.009029433131217957, 'model_time': 0.6794487931765616, 'learning_rate': 7.2559393624232985e-06, 'epoch': 26.68})
140
+ Step 14000, Loss: {'mse_loss': 0.031137216836214066, 'totoal_loss': 0.031137216836214066, 'data_time': 0.006944806315004826, 'model_time': 0.595678310841322, 'learning_rate': 7.2006740463797296e-06, 'epoch': 26.87})
141
+ Step 14100, Loss: {'mse_loss': 0.0280915554612875, 'totoal_loss': 0.0280915554612875, 'data_time': 0.0074839419685304165, 'model_time': 0.566495896782726, 'learning_rate': 7.145080957342262e-06, 'epoch': 27.06})
142
+ Step 14200, Loss: {'mse_loss': 0.017424728721380234, 'totoal_loss': 0.017424728721380234, 'data_time': 0.008836230728775263, 'model_time': 0.5558988619595766, 'learning_rate': 7.0891688741041065e-06, 'epoch': 27.26})
143
+ Step 14300, Loss: {'mse_loss': 0.020366940647363663, 'totoal_loss': 0.020366940647363663, 'data_time': 0.020946322940289974, 'model_time': 0.5533706750720739, 'learning_rate': 7.032946625831363e-06, 'epoch': 27.45})
144
+ Step 14400, Loss: {'mse_loss': 0.021028948947787285, 'totoal_loss': 0.021028948947787285, 'data_time': 0.023477618116885424, 'model_time': 0.5709098922088742, 'learning_rate': 6.976423090668781e-06, 'epoch': 27.64})
145
+ Step 14500, Loss: {'mse_loss': 0.018811948597431183, 'totoal_loss': 0.018811948597431183, 'data_time': 0.028722298331558704, 'model_time': 0.5738948732614517, 'learning_rate': 6.919607194337806e-06, 'epoch': 27.83})
146
+ Step 14600, Loss: {'mse_loss': 0.012766825966536999, 'totoal_loss': 0.012766825966536999, 'data_time': 0.023572935722768307, 'model_time': 0.5718158353120089, 'learning_rate': 6.8625079087270976e-06, 'epoch': 28.02})
147
+ Step 14700, Loss: {'mse_loss': 0.015574729070067406, 'totoal_loss': 0.015574729070067406, 'data_time': 0.023552747908979654, 'model_time': 0.5560000790283084, 'learning_rate': 6.8051342504757714e-06, 'epoch': 28.21})
148
+ Step 14800, Loss: {'mse_loss': 0.020170800387859344, 'totoal_loss': 0.020170800387859344, 'data_time': 0.02305643307045102, 'model_time': 0.5784925669431686, 'learning_rate': 6.747495279549561e-06, 'epoch': 28.41})
149
+ Step 14900, Loss: {'mse_loss': 0.023003580048680305, 'totoal_loss': 0.023003580048680305, 'data_time': 0.02234552288427949, 'model_time': 0.6747120190411806, 'learning_rate': 6.6896000978101465e-06, 'epoch': 28.6})
150
+ Step 15000, Loss: {'mse_loss': 0.018698131665587425, 'totoal_loss': 0.018698131665587425, 'data_time': 0.021498017013072968, 'model_time': 0.593904715962708, 'learning_rate': 6.631457847577869e-06, 'epoch': 28.79})
151
+ Step 15100, Loss: {'mse_loss': 0.01662713848054409, 'totoal_loss': 0.01662713848054409, 'data_time': 0.027871189638972282, 'model_time': 0.5770314638502896, 'learning_rate': 6.573077710188046e-06, 'epoch': 28.98})
152
+ Step 15200, Loss: {'mse_loss': 0.00956529937684536, 'totoal_loss': 0.00956529937684536, 'data_time': 0.0004356163553893566, 'model_time': 0.6840480100363493, 'learning_rate': 6.5144689045411345e-06, 'epoch': 29.17})
153
+ Step 15300, Loss: {'mse_loss': 0.012579009868204594, 'totoal_loss': 0.012579009868204594, 'data_time': 0.0003803996369242668, 'model_time': 0.6321672582998872, 'learning_rate': 6.455640685646961e-06, 'epoch': 29.37})
154
+ Step 15400, Loss: {'mse_loss': 0.014790257439017296, 'totoal_loss': 0.014790257439017296, 'data_time': 0.00038820691406726837, 'model_time': 0.6496811378747225, 'learning_rate': 6.396602343163248e-06, 'epoch': 29.56})
155
+ Step 15500, Loss: {'mse_loss': 0.018789071589708328, 'totoal_loss': 0.018789071589708328, 'data_time': 0.00039607705548405647, 'model_time': 0.56712761009112, 'learning_rate': 6.337363199928669e-06, 'epoch': 29.75})
156
+ Step 15600, Loss: {'mse_loss': 0.016556380316615105, 'totoal_loss': 0.016556380316615105, 'data_time': 0.00041417498141527176, 'model_time': 0.5822891746647656, 'learning_rate': 6.277932610490659e-06, 'epoch': 29.94})
157
+ Step 15700, Loss: {'mse_loss': 0.012770681641995907, 'totoal_loss': 0.012770681641995907, 'data_time': 0.009584116283804178, 'model_time': 0.5411307131871581, 'learning_rate': 6.218319959628234e-06, 'epoch': 30.13})
158
+ Step 15800, Loss: {'mse_loss': 0.02162911742925644, 'totoal_loss': 0.02162911742925644, 'data_time': 0.010709975846111774, 'model_time': 0.5768924420699477, 'learning_rate': 6.158534660870018e-06, 'epoch': 30.33})
159
+ Step 15900, Loss: {'mse_loss': 0.03129781782627106, 'totoal_loss': 0.03129781782627106, 'data_time': 0.008408115711063147, 'model_time': 0.6559129199013114, 'learning_rate': 6.0985861550077345e-06, 'epoch': 30.52})
160
+ Step 16000, Loss: {'mse_loss': 0.015424256213009357, 'totoal_loss': 0.015424256213009357, 'data_time': 0.0087789217941463, 'model_time': 0.5580698070116341, 'learning_rate': 6.0384839086054095e-06, 'epoch': 30.71})
161
+ Step 16100, Loss: {'mse_loss': 0.013388496823608875, 'totoal_loss': 0.013388496823608875, 'data_time': 0.008351996075361967, 'model_time': 0.619769171345979, 'learning_rate': 5.978237412504472e-06, 'epoch': 30.9})
162
+ Step 16200, Loss: {'mse_loss': 0.013818328268826008, 'totoal_loss': 0.013818328268826008, 'data_time': 0.00040158815681934357, 'model_time': 0.5874969712458551, 'learning_rate': 5.917856180325059e-06, 'epoch': 31.09})
163
+ Step 16300, Loss: {'mse_loss': 0.018427755683660507, 'totoal_loss': 0.018427755683660507, 'data_time': 0.0011530928313732147, 'model_time': 0.6588642187416553, 'learning_rate': 5.857349746963692e-06, 'epoch': 31.29})
164
+ Step 16400, Loss: {'mse_loss': 0.01512489840388298, 'totoal_loss': 0.01512489840388298, 'data_time': 0.00044316379353404045, 'model_time': 0.885762867052108, 'learning_rate': 5.796727667087611e-06, 'epoch': 31.48})
165
+ Step 16500, Loss: {'mse_loss': 0.01877501606941223, 'totoal_loss': 0.01877501606941223, 'data_time': 0.0003923177719116211, 'model_time': 0.5777436108328402, 'learning_rate': 5.735999513625984e-06, 'epoch': 31.67})
166
+ Step 16600, Loss: {'mse_loss': 0.014289806596934795, 'totoal_loss': 0.014289806596934795, 'data_time': 0.000409082043915987, 'model_time': 0.5826441240496933, 'learning_rate': 5.675174876258223e-06, 'epoch': 31.86})
167
+ Step 16700, Loss: {'mse_loss': 0.015124546363949776, 'totoal_loss': 0.015124546363949776, 'data_time': 0.01711525721475482, 'model_time': 0.5794016569852829, 'learning_rate': 5.614263359899673e-06, 'epoch': 32.05})
168
+ Step 16800, Loss: {'mse_loss': 0.018220139667391777, 'totoal_loss': 0.018220139667391777, 'data_time': 0.015435789711773396, 'model_time': 0.6359555427916348, 'learning_rate': 5.553274583184875e-06, 'epoch': 32.25})
169
+ Step 16900, Loss: {'mse_loss': 0.03216129541397095, 'totoal_loss': 0.03216129541397095, 'data_time': 0.017110289074480534, 'model_time': 0.5894840941764414, 'learning_rate': 5.492218176948673e-06, 'epoch': 32.44})
170
+ Step 17000, Loss: {'mse_loss': 0.032421112060546875, 'totoal_loss': 0.032421112060546875, 'data_time': 0.021076681092381477, 'model_time': 0.6639498849399388, 'learning_rate': 5.431103782705404e-06, 'epoch': 32.63})
171
+ Step 17100, Loss: {'mse_loss': 0.018091782927513123, 'totoal_loss': 0.018091782927513123, 'data_time': 0.01413364289328456, 'model_time': 0.6484771887771785, 'learning_rate': 5.369941051126377e-06, 'epoch': 32.82})
172
+ Step 17200, Loss: {'mse_loss': 0.023442132398486137, 'totoal_loss': 0.023442132398486137, 'data_time': 0.00797559879720211, 'model_time': 0.5686566419899464, 'learning_rate': 5.308739640515932e-06, 'epoch': 33.01})
173
+ Step 17300, Loss: {'mse_loss': 0.011946340091526508, 'totoal_loss': 0.011946340091526508, 'data_time': 0.008409616071730852, 'model_time': 0.5676851910538971, 'learning_rate': 5.24750921528627e-06, 'epoch': 33.21})
174
+ Step 17400, Loss: {'mse_loss': 0.029444102197885513, 'totoal_loss': 0.029444102197885513, 'data_time': 0.009088349062949419, 'model_time': 0.5934120239689946, 'learning_rate': 5.186259444431344e-06, 'epoch': 33.4})
175
+ Step 17500, Loss: {'mse_loss': 0.015728099271655083, 'totoal_loss': 0.015728099271655083, 'data_time': 0.008099850732833147, 'model_time': 0.5978295598179102, 'learning_rate': 5.125e-06, 'epoch': 33.59})
176
+ Step 17600, Loss: {'mse_loss': 0.010608309879899025, 'totoal_loss': 0.010608309879899025, 'data_time': 0.007053567096590996, 'model_time': 0.5716266902163625, 'learning_rate': 5.063740555568656e-06, 'epoch': 33.78})
177
+ Step 17700, Loss: {'mse_loss': 0.02230949141085148, 'totoal_loss': 0.02230949141085148, 'data_time': 0.009250291157513857, 'model_time': 0.5534543781541288, 'learning_rate': 5.002490784713731e-06, 'epoch': 33.97})
178
+ Step 17800, Loss: {'mse_loss': 0.013182912953197956, 'totoal_loss': 0.013182912953197956, 'data_time': 0.008585179690271616, 'model_time': 0.6335573927499354, 'learning_rate': 4.9412603594840695e-06, 'epoch': 34.17})
179
+ Step 17900, Loss: {'mse_loss': 0.019789844751358032, 'totoal_loss': 0.019789844751358032, 'data_time': 0.009053644724190235, 'model_time': 0.5929552777670324, 'learning_rate': 4.8800589488736245e-06, 'epoch': 34.36})
180
+ Step 18000, Loss: {'mse_loss': 0.022845400497317314, 'totoal_loss': 0.022845400497317314, 'data_time': 0.010585947893559933, 'model_time': 0.5618258081376553, 'learning_rate': 4.818896217294598e-06, 'epoch': 34.55})
181
+ Step 18100, Loss: {'mse_loss': 0.012950201518833637, 'totoal_loss': 0.012950201518833637, 'data_time': 0.009031273890286684, 'model_time': 0.6426053759641945, 'learning_rate': 4.757781823051329e-06, 'epoch': 34.74})
182
+ Step 18200, Loss: {'mse_loss': 0.010915442369878292, 'totoal_loss': 0.010915442369878292, 'data_time': 0.009596852120012045, 'model_time': 0.5569161851890385, 'learning_rate': 4.696725416815128e-06, 'epoch': 34.93})
183
+ Step 18300, Loss: {'mse_loss': 0.014626769348978996, 'totoal_loss': 0.014626769348978996, 'data_time': 0.016102006193250418, 'model_time': 0.5880557140335441, 'learning_rate': 4.635736640100327e-06, 'epoch': 35.12})
184
+ Step 18400, Loss: {'mse_loss': 0.02096170373260975, 'totoal_loss': 0.02096170373260975, 'data_time': 0.018927802797406912, 'model_time': 0.591245795134455, 'learning_rate': 4.574825123741778e-06, 'epoch': 35.32})
185
+ Step 18500, Loss: {'mse_loss': 0.017758579924702644, 'totoal_loss': 0.017758579924702644, 'data_time': 0.014961258042603731, 'model_time': 0.5821466809138656, 'learning_rate': 4.5140004863740165e-06, 'epoch': 35.51})
186
+ Step 18600, Loss: {'mse_loss': 0.018496952950954437, 'totoal_loss': 0.018496952950954437, 'data_time': 0.016118429135531187, 'model_time': 0.5621391502209008, 'learning_rate': 4.45327233291239e-06, 'epoch': 35.7})
187
+ Step 18700, Loss: {'mse_loss': 0.015811128541827202, 'totoal_loss': 0.015811128541827202, 'data_time': 0.015494383871555328, 'model_time': 0.5966050522401929, 'learning_rate': 4.39265025303631e-06, 'epoch': 35.89})
188
+ Step 18800, Loss: {'mse_loss': 0.020697005093097687, 'totoal_loss': 0.020697005093097687, 'data_time': 0.0155570600181818, 'model_time': 0.5639187199994922, 'learning_rate': 4.332143819674943e-06, 'epoch': 36.08})
189
+ Step 18900, Loss: {'mse_loss': 0.008674301207065582, 'totoal_loss': 0.008674301207065582, 'data_time': 0.01424343604594469, 'model_time': 0.5548648540861905, 'learning_rate': 4.271762587495529e-06, 'epoch': 36.28})
190
+ Step 19000, Loss: {'mse_loss': 0.012301032431423664, 'totoal_loss': 0.012301032431423664, 'data_time': 0.018502868711948395, 'model_time': 0.6423308569937944, 'learning_rate': 4.2115160913945914e-06, 'epoch': 36.47})
191
+ Step 19100, Loss: {'mse_loss': 0.014508896507322788, 'totoal_loss': 0.014508896507322788, 'data_time': 0.01624477794393897, 'model_time': 0.554956179112196, 'learning_rate': 4.151413844992267e-06, 'epoch': 36.66})
192
+ Step 19200, Loss: {'mse_loss': 0.009823614731431007, 'totoal_loss': 0.009823614731431007, 'data_time': 0.01454169861972332, 'model_time': 0.6336946100927889, 'learning_rate': 4.091465339129985e-06, 'epoch': 36.85})
193
+ Step 19300, Loss: {'mse_loss': 0.011906572617590427, 'totoal_loss': 0.011906572617590427, 'data_time': 0.007665716111660004, 'model_time': 0.5890808841213584, 'learning_rate': 4.031680040371768e-06, 'epoch': 37.04})
194
+ Step 19400, Loss: {'mse_loss': 0.008515416644513607, 'totoal_loss': 0.008515416644513607, 'data_time': 0.007800858002156019, 'model_time': 0.5672842408530414, 'learning_rate': 3.972067389509344e-06, 'epoch': 37.24})
195
+ Step 19500, Loss: {'mse_loss': 0.01341176312416792, 'totoal_loss': 0.01341176312416792, 'data_time': 0.008913131896406412, 'model_time': 0.5768909798935056, 'learning_rate': 3.912636800071335e-06, 'epoch': 37.43})
196
+ Step 19600, Loss: {'mse_loss': 0.013174993917346, 'totoal_loss': 0.013174993917346, 'data_time': 0.011188503354787827, 'model_time': 0.5576482056640089, 'learning_rate': 3.853397656836754e-06, 'epoch': 37.62})
197
+ Step 19700, Loss: {'mse_loss': 0.011961644515395164, 'totoal_loss': 0.011961644515395164, 'data_time': 0.010693151038140059, 'model_time': 0.5529363877139986, 'learning_rate': 3.7943593143530404e-06, 'epoch': 37.81})
198
+ Step 19800, Loss: {'mse_loss': 0.008446536026895046, 'totoal_loss': 0.008446536026895046, 'data_time': 0.0007335832342505455, 'model_time': 0.6615929347462952, 'learning_rate': 3.735531095458867e-06, 'epoch': 38.0})
199
+ Step 19900, Loss: {'mse_loss': 0.014468853361904621, 'totoal_loss': 0.014468853361904621, 'data_time': 0.014595165848731995, 'model_time': 0.5834702220745385, 'learning_rate': 3.6769222898119562e-06, 'epoch': 38.2})
200
+ Step 20000, Loss: {'mse_loss': 0.008359242230653763, 'totoal_loss': 0.008359242230653763, 'data_time': 0.006977116223424673, 'model_time': 0.5714838653802872, 'learning_rate': 3.618542152422132e-06, 'epoch': 38.39})
201
+ Step 20100, Loss: {'mse_loss': 0.015331773087382317, 'totoal_loss': 0.015331773087382317, 'data_time': 0.010589659214019775, 'model_time': 0.6042098868638277, 'learning_rate': 3.560399902189855e-06, 'epoch': 38.58})
202
+ Step 20200, Loss: {'mse_loss': 0.011465265415608883, 'totoal_loss': 0.011465265415608883, 'data_time': 0.007989526260644197, 'model_time': 0.5933485301211476, 'learning_rate': 3.502504720450441e-06, 'epoch': 38.77})
203
+ Step 20300, Loss: {'mse_loss': 0.007438398897647858, 'totoal_loss': 0.007438398897647858, 'data_time': 0.008976227138191462, 'model_time': 0.5749983000569046, 'learning_rate': 3.4448657495242304e-06, 'epoch': 38.96})
204
+ Step 20400, Loss: {'mse_loss': 0.019488178193569183, 'totoal_loss': 0.019488178193569183, 'data_time': 0.0004130657762289047, 'model_time': 0.5505271242000163, 'learning_rate': 3.387492091272904e-06, 'epoch': 39.16})
205
+ Step 20500, Loss: {'mse_loss': 0.013347224332392216, 'totoal_loss': 0.013347224332392216, 'data_time': 0.0004901192151010036, 'model_time': 0.5837264726869762, 'learning_rate': 3.3303928056621955e-06, 'epoch': 39.35})
206
+ Step 20600, Loss: {'mse_loss': 0.008632130920886993, 'totoal_loss': 0.008632130920886993, 'data_time': 0.00043865712359547615, 'model_time': 0.8630537688732147, 'learning_rate': 3.2735769093312202e-06, 'epoch': 39.54})
207
+ Step 20700, Loss: {'mse_loss': 0.012076539918780327, 'totoal_loss': 0.012076539918780327, 'data_time': 0.0004017339088022709, 'model_time': 0.5761640267446637, 'learning_rate': 3.217053374168639e-06, 'epoch': 39.73})
208
+ Step 20800, Loss: {'mse_loss': 0.006832978688180447, 'totoal_loss': 0.006832978688180447, 'data_time': 0.00039007794111967087, 'model_time': 0.56230388302356, 'learning_rate': 3.1608311258958953e-06, 'epoch': 39.92})
209
+ Step 20900, Loss: {'mse_loss': 0.0176790002733469, 'totoal_loss': 0.0176790002733469, 'data_time': 0.0159114021807909, 'model_time': 0.8603249620646238, 'learning_rate': 3.10491904265774e-06, 'epoch': 40.12})
210
+ Step 21000, Loss: {'mse_loss': 0.012043716385960579, 'totoal_loss': 0.012043716385960579, 'data_time': 0.016595241148024797, 'model_time': 0.560906725935638, 'learning_rate': 3.0493259536202714e-06, 'epoch': 40.31})
211
+ Step 21100, Loss: {'mse_loss': 0.022671310231089592, 'totoal_loss': 0.022671310231089592, 'data_time': 0.014940397813916206, 'model_time': 0.598553495015949, 'learning_rate': 2.9940606375767038e-06, 'epoch': 40.5})
212
+ Step 21200, Loss: {'mse_loss': 0.010767904110252857, 'totoal_loss': 0.010767904110252857, 'data_time': 0.013620423153042793, 'model_time': 0.6219970528036356, 'learning_rate': 2.939131821561094e-06, 'epoch': 40.69})
213
+ Step 21300, Loss: {'mse_loss': 0.015113267116248608, 'totoal_loss': 0.015113267116248608, 'data_time': 0.016116862185299397, 'model_time': 0.5639271582476795, 'learning_rate': 2.8845481794702473e-06, 'epoch': 40.88})
214
+ Step 21400, Loss: {'mse_loss': 0.021989764645695686, 'totoal_loss': 0.021989764645695686, 'data_time': 0.007745919283479452, 'model_time': 0.5457718502730131, 'learning_rate': 2.830318330694004e-06, 'epoch': 41.07})
215
+ Step 21500, Loss: {'mse_loss': 0.01037790346890688, 'totoal_loss': 0.01037790346890688, 'data_time': 0.009922035969793797, 'model_time': 0.5657433439046144, 'learning_rate': 2.7764508387541378e-06, 'epoch': 41.27})
216
+ Step 21600, Loss: {'mse_loss': 0.011340435594320297, 'totoal_loss': 0.011340435594320297, 'data_time': 0.01096590468659997, 'model_time': 0.5620682570151985, 'learning_rate': 2.7229542099520797e-06, 'epoch': 41.46})
217
+ Step 21700, Loss: {'mse_loss': 0.013346300460398197, 'totoal_loss': 0.013346300460398197, 'data_time': 0.011556949932128191, 'model_time': 0.6763715161941946, 'learning_rate': 2.669836892025666e-06, 'epoch': 41.65})
218
+ Step 21800, Loss: {'mse_loss': 0.006392002571374178, 'totoal_loss': 0.006392002571374178, 'data_time': 0.008718851022422314, 'model_time': 0.6401878981851041, 'learning_rate': 2.6171072728151557e-06, 'epoch': 41.84})
219
+ Step 21900, Loss: {'mse_loss': 0.01413184404373169, 'totoal_loss': 0.01413184404373169, 'data_time': 0.011802732944488525, 'model_time': 0.6307368129491806, 'learning_rate': 2.5647736789386828e-06, 'epoch': 42.03})
220
+ Step 22000, Loss: {'mse_loss': 0.023087691515684128, 'totoal_loss': 0.023087691515684128, 'data_time': 0.009029278997331858, 'model_time': 0.5560235460288823, 'learning_rate': 2.5128443744773904e-06, 'epoch': 42.23})
221
+ Step 22100, Loss: {'mse_loss': 0.011450033634901047, 'totoal_loss': 0.011450033634901047, 'data_time': 0.0067715710029006, 'model_time': 0.5503135179169476, 'learning_rate': 2.4613275596704386e-06, 'epoch': 42.42})
222
+ Step 22200, Loss: {'mse_loss': 0.015138563700020313, 'totoal_loss': 0.015138563700020313, 'data_time': 0.009394161868840456, 'model_time': 0.622153083793819, 'learning_rate': 2.4102313696200853e-06, 'epoch': 42.61})
223
+ Step 22300, Loss: {'mse_loss': 0.014835445210337639, 'totoal_loss': 0.014835445210337639, 'data_time': 0.00843881256878376, 'model_time': 0.5673095798119903, 'learning_rate': 2.359563873007063e-06, 'epoch': 42.8})
224
+ Step 22400, Loss: {'mse_loss': 0.009819366037845612, 'totoal_loss': 0.009819366037845612, 'data_time': 0.007093346677720547, 'model_time': 0.5311148473992944, 'learning_rate': 2.3093330708164465e-06, 'epoch': 42.99})
225
+ Step 22500, Loss: {'mse_loss': 0.019280489534139633, 'totoal_loss': 0.019280489534139633, 'data_time': 0.00039321696385741234, 'model_time': 0.5958782527595758, 'learning_rate': 2.2595468950741943e-06, 'epoch': 43.19})
226
+ Step 22600, Loss: {'mse_loss': 0.008670610375702381, 'totoal_loss': 0.008670610375702381, 'data_time': 0.00046339910477399826, 'model_time': 0.5902245477773249, 'learning_rate': 2.2102132075945974e-06, 'epoch': 43.38})
227
+ Step 22700, Loss: {'mse_loss': 0.011079663410782814, 'totoal_loss': 0.011079663410782814, 'data_time': 0.007237493991851807, 'model_time': 0.5591705976985395, 'learning_rate': 2.1613397987388e-06, 'epoch': 43.57})
228
+ Step 22800, Loss: {'mse_loss': 0.018740450963377953, 'totoal_loss': 0.018740450963377953, 'data_time': 0.013053636997938156, 'model_time': 0.5770484237000346, 'learning_rate': 2.1129343861846207e-06, 'epoch': 43.76})
229
+ Step 22900, Loss: {'mse_loss': 0.007635666057467461, 'totoal_loss': 0.007635666057467461, 'data_time': 0.007723511196672916, 'model_time': 0.5805396060459316, 'learning_rate': 2.065004613707836e-06, 'epoch': 43.95})
230
+ Step 23000, Loss: {'mse_loss': 0.012349914759397507, 'totoal_loss': 0.012349914759397507, 'data_time': 0.009250101167708635, 'model_time': 0.5691750664263964, 'learning_rate': 2.0175580499751375e-06, 'epoch': 44.15})
231
+ Step 23100, Loss: {'mse_loss': 0.01335833128541708, 'totoal_loss': 0.01335833128541708, 'data_time': 0.008996810764074326, 'model_time': 0.564929467625916, 'learning_rate': 1.9706021873489604e-06, 'epoch': 44.34})
232
+ Step 23200, Loss: {'mse_loss': 0.008202155120670795, 'totoal_loss': 0.008202155120670795, 'data_time': 0.010093462187796831, 'model_time': 0.6529364646412432, 'learning_rate': 1.924144440704338e-06, 'epoch': 44.53})
233
+ Step 23300, Loss: {'mse_loss': 0.010636878199875355, 'totoal_loss': 0.010636878199875355, 'data_time': 0.009669745340943336, 'model_time': 0.6518397880718112, 'learning_rate': 1.8781921462580238e-06, 'epoch': 44.72})
234
+ Step 23400, Loss: {'mse_loss': 0.0066946716979146, 'totoal_loss': 0.0066946716979146, 'data_time': 0.008789643179625273, 'model_time': 0.5913830907084048, 'learning_rate': 1.8327525604100058e-06, 'epoch': 44.91})
235
+ Step 23500, Loss: {'mse_loss': 0.014392653480172157, 'totoal_loss': 0.014392653480172157, 'data_time': 0.009077029768377542, 'model_time': 0.5853084069676697, 'learning_rate': 1.7878328585976426e-06, 'epoch': 45.11})
236
+ Step 23600, Loss: {'mse_loss': 0.0116974376142025, 'totoal_loss': 0.0116974376142025, 'data_time': 0.009408832062035799, 'model_time': 0.5730157350189984, 'learning_rate': 1.7434401341625765e-06, 'epoch': 45.3})
237
+ Step 23700, Loss: {'mse_loss': 0.01580137386918068, 'totoal_loss': 0.01580137386918068, 'data_time': 0.007337396964430809, 'model_time': 0.5916330199688673, 'learning_rate': 1.6995813972306108e-06, 'epoch': 45.49})
238
+ Step 23800, Loss: {'mse_loss': 0.014805549755692482, 'totoal_loss': 0.014805549755692482, 'data_time': 0.009015211835503578, 'model_time': 0.5863300473429263, 'learning_rate': 1.656263573604734e-06, 'epoch': 45.68})
239
+ Step 23900, Loss: {'mse_loss': 0.011196506209671497, 'totoal_loss': 0.011196506209671497, 'data_time': 0.008401056751608849, 'model_time': 0.551756716798991, 'learning_rate': 1.613493503671454e-06, 'epoch': 45.87})
240
+ Step 24000, Loss: {'mse_loss': 0.022117605432868004, 'totoal_loss': 0.022117605432868004, 'data_time': 0.0004771677777171135, 'model_time': 0.6293272692710161, 'learning_rate': 1.5712779413206198e-06, 'epoch': 46.07})
241
+ Step 24100, Loss: {'mse_loss': 0.023719074204564095, 'totoal_loss': 0.023719074204564095, 'data_time': 0.0003685201518237591, 'model_time': 0.5766078308224678, 'learning_rate': 1.5296235528789028e-06, 'epoch': 46.26})
242
+ Step 24200, Loss: {'mse_loss': 0.006736901123076677, 'totoal_loss': 0.006736901123076677, 'data_time': 0.00039426377043128014, 'model_time': 0.5566230798140168, 'learning_rate': 1.4885369160571124e-06, 'epoch': 46.45})
243
+ Step 24300, Loss: {'mse_loss': 0.018810957670211792, 'totoal_loss': 0.018810957670211792, 'data_time': 0.0004029800184071064, 'model_time': 0.5823682760819793, 'learning_rate': 1.4480245189114938e-06, 'epoch': 46.64})
244
+ Step 24400, Loss: {'mse_loss': 0.027438456192612648, 'totoal_loss': 0.027438456192612648, 'data_time': 0.00041319988667964935, 'model_time': 0.6149426908232272, 'learning_rate': 1.408092758819191e-06, 'epoch': 46.83})
245
+ Step 24500, Loss: {'mse_loss': 0.0072642420418560505, 'totoal_loss': 0.0072642420418560505, 'data_time': 0.009157862048596144, 'model_time': 0.5576752149499953, 'learning_rate': 1.368747941468028e-06, 'epoch': 47.02})
246
+ Step 24600, Loss: {'mse_loss': 0.007181575056165457, 'totoal_loss': 0.007181575056165457, 'data_time': 0.010946297086775303, 'model_time': 0.5714486506767571, 'learning_rate': 1.3299962798607614e-06, 'epoch': 47.22})
247
+ Step 24700, Loss: {'mse_loss': 0.017881639301776886, 'totoal_loss': 0.017881639301776886, 'data_time': 0.008547693956643343, 'model_time': 0.5639583189040422, 'learning_rate': 1.2918438933339827e-06, 'epoch': 47.41})
248
+ Step 24800, Loss: {'mse_loss': 0.013801958411931992, 'totoal_loss': 0.013801958411931992, 'data_time': 0.007233003154397011, 'model_time': 0.5861114300787449, 'learning_rate': 1.2542968065918027e-06, 'epoch': 47.6})
249
+ Step 24900, Loss: {'mse_loss': 0.010066120885312557, 'totoal_loss': 0.010066120885312557, 'data_time': 0.00802131975069642, 'model_time': 0.5902298437431455, 'learning_rate': 1.217360948754476e-06, 'epoch': 47.79})
250
+ Step 25000, Loss: {'mse_loss': 0.012764881365001202, 'totoal_loss': 0.012764881365001202, 'data_time': 0.007633280009031296, 'model_time': 0.5316716348752379, 'learning_rate': 1.1810421524221318e-06, 'epoch': 47.98})
251
+ Step 25100, Loss: {'mse_loss': 0.01568819023668766, 'totoal_loss': 0.01568819023668766, 'data_time': 0.01591817196458578, 'model_time': 0.5471947439946234, 'learning_rate': 1.1453461527537284e-06, 'epoch': 48.18})
252
+ Step 25200, Loss: {'mse_loss': 0.0070421453565359116, 'totoal_loss': 0.0070421453565359116, 'data_time': 0.015302575659006834, 'model_time': 0.5646028690971434, 'learning_rate': 1.1102785865614162e-06, 'epoch': 48.37})
253
+ Step 25300, Loss: {'mse_loss': 0.010825669392943382, 'totoal_loss': 0.010825669392943382, 'data_time': 0.014893620740622282, 'model_time': 0.5896207340992987, 'learning_rate': 1.0758449914204127e-06, 'epoch': 48.56})
254
+ Step 25400, Loss: {'mse_loss': 0.005652656313031912, 'totoal_loss': 0.005652656313031912, 'data_time': 0.017224155832082033, 'model_time': 0.602033260744065, 'learning_rate': 1.0420508047945595e-06, 'epoch': 48.75})
255
+ Step 25500, Loss: {'mse_loss': 0.016086898744106293, 'totoal_loss': 0.016086898744106293, 'data_time': 0.016440893057733774, 'model_time': 0.5827685729600489, 'learning_rate': 1.0089013631776776e-06, 'epoch': 48.94})
256
+ Step 25600, Loss: {'mse_loss': 0.01052781380712986, 'totoal_loss': 0.01052781380712986, 'data_time': 0.009223410859704018, 'model_time': 0.6139248427934945, 'learning_rate': 9.76401901250878e-07, 'epoch': 49.14})
257
+ Step 25700, Loss: {'mse_loss': 0.009922598488628864, 'totoal_loss': 0.009922598488628864, 'data_time': 0.012962669599801302, 'model_time': 0.5797720272094011, 'learning_rate': 9.44557551055946e-07, 'epoch': 49.33})
258
+ Step 25800, Loss: {'mse_loss': 0.008627991192042828, 'totoal_loss': 0.008627991192042828, 'data_time': 0.010807968210428953, 'model_time': 0.6426796186715364, 'learning_rate': 9.13373341184928e-07, 'epoch': 49.52})
259
+ Step 25900, Loss: {'mse_loss': 0.008631988428533077, 'totoal_loss': 0.008631988428533077, 'data_time': 0.009397354908287525, 'model_time': 0.5814292281866074, 'learning_rate': 8.828541959860623e-07, 'epoch': 49.71})
260
+ Step 26000, Loss: {'mse_loss': 0.011059580370783806, 'totoal_loss': 0.011059580370783806, 'data_time': 0.011082547716796398, 'model_time': 0.5892488248646259, 'learning_rate': 8.530049347861661e-07, 'epoch': 49.9})
261
+ Step 26100, Loss: {'mse_loss': 0.008588711731135845, 'totoal_loss': 0.008588711731135845, 'data_time': 0.008258269168436527, 'model_time': 0.6272251149639487, 'learning_rate': 8.238302711296034e-07, 'epoch': 50.1})
262
+ Step 26200, Loss: {'mse_loss': 0.019035672768950462, 'totoal_loss': 0.019035672768950462, 'data_time': 0.008010665886104107, 'model_time': 0.588051529135555, 'learning_rate': 7.953348120339707e-07, 'epoch': 50.29})
263
+ Step 26300, Loss: {'mse_loss': 0.010654321871697903, 'totoal_loss': 0.010654321871697903, 'data_time': 0.011739554814994335, 'model_time': 0.5698442780412734, 'learning_rate': 7.675230572625892e-07, 'epoch': 50.48})
264
+ Step 26400, Loss: {'mse_loss': 0.01560886949300766, 'totoal_loss': 0.01560886949300766, 'data_time': 0.008214991074055433, 'model_time': 0.5600171918049455, 'learning_rate': 7.40399398613941e-07, 'epoch': 50.67})
265
+ Step 26500, Loss: {'mse_loss': 0.005798928905278444, 'totoal_loss': 0.005798928905278444, 'data_time': 0.007879338227212429, 'model_time': 0.5613978328183293, 'learning_rate': 7.139681192281557e-07, 'epoch': 50.86})
266
+ Step 26600, Loss: {'mse_loss': 0.011406134814023972, 'totoal_loss': 0.011406134814023972, 'data_time': 0.0080372947268188, 'model_time': 0.5617505391128361, 'learning_rate': 6.882333929106462e-07, 'epoch': 51.06})
267
+ Step 26700, Loss: {'mse_loss': 0.00799036305397749, 'totoal_loss': 0.00799036305397749, 'data_time': 0.008742267731577158, 'model_time': 0.6095505249686539, 'learning_rate': 6.63199283473027e-07, 'epoch': 51.25})
268
+ Step 26800, Loss: {'mse_loss': 0.009804694913327694, 'totoal_loss': 0.009804694913327694, 'data_time': 0.007757403887808323, 'model_time': 0.6353836888447404, 'learning_rate': 6.388697440913819e-07, 'epoch': 51.44})
269
+ Step 26900, Loss: {'mse_loss': 0.015274224802851677, 'totoal_loss': 0.015274224802851677, 'data_time': 0.009078108239918947, 'model_time': 0.6108107180334628, 'learning_rate': 6.152486166820176e-07, 'epoch': 51.63})
270
+ Step 27000, Loss: {'mse_loss': 0.009119072929024696, 'totoal_loss': 0.009119072929024696, 'data_time': 0.007755978032946587, 'model_time': 0.6089855036698282, 'learning_rate': 5.923396312947748e-07, 'epoch': 51.82})
271
+ Step 27100, Loss: {'mse_loss': 0.007867136970162392, 'totoal_loss': 0.007867136970162392, 'data_time': 0.008170743938535452, 'model_time': 0.6361083118245006, 'learning_rate': 5.701464055240163e-07, 'epoch': 52.02})
272
+ Step 27200, Loss: {'mse_loss': 0.012758827768266201, 'totoal_loss': 0.012758827768266201, 'data_time': 0.008875599130988121, 'model_time': 0.6467625298537314, 'learning_rate': 5.48672443937364e-07, 'epoch': 52.21})
273
+ Step 27300, Loss: {'mse_loss': 0.011230629868805408, 'totoal_loss': 0.011230629868805408, 'data_time': 0.007807320915162563, 'model_time': 0.6855310462415218, 'learning_rate': 5.279211375222855e-07, 'epoch': 52.4})
274
+ Step 27400, Loss: {'mse_loss': 0.00878869742155075, 'totoal_loss': 0.00878869742155075, 'data_time': 0.007985447999089956, 'model_time': 0.6622563721612096, 'learning_rate': 5.07895763150622e-07, 'epoch': 52.59})
275
+ Step 27500, Loss: {'mse_loss': 0.008276457898318768, 'totoal_loss': 0.008276457898318768, 'data_time': 0.00806635431945324, 'model_time': 0.5913651422597468, 'learning_rate': 4.885994830611266e-07, 'epoch': 52.78})
276
+ Step 27600, Loss: {'mse_loss': 0.012092674151062965, 'totoal_loss': 0.012092674151062965, 'data_time': 0.007058267015963793, 'model_time': 0.567491312045604, 'learning_rate': 4.700353443601156e-07, 'epoch': 52.98})
277
+ Step 27700, Loss: {'mse_loss': 0.006956407334655523, 'totoal_loss': 0.006956407334655523, 'data_time': 0.008486066944897175, 'model_time': 0.5704423589631915, 'learning_rate': 4.5220627854029224e-07, 'epoch': 53.17})
278
+ Step 27800, Loss: {'mse_loss': 0.007869582623243332, 'totoal_loss': 0.007869582623243332, 'data_time': 0.008429044857621193, 'model_time': 0.6148737529292703, 'learning_rate': 4.351151010178311e-07, 'epoch': 53.36})
279
+ Step 27900, Loss: {'mse_loss': 0.004937566816806793, 'totoal_loss': 0.004937566816806793, 'data_time': 0.00839889794588089, 'model_time': 0.5816251360811293, 'learning_rate': 4.1876451068778983e-07, 'epoch': 53.55})
280
+ Step 28000, Loss: {'mse_loss': 0.010517860762774944, 'totoal_loss': 0.010517860762774944, 'data_time': 0.014512366149574518, 'model_time': 0.5829098438844085, 'learning_rate': 4.031570894979235e-07, 'epoch': 53.74})
281
+ Step 28100, Loss: {'mse_loss': 0.006674612406641245, 'totoal_loss': 0.006674612406641245, 'data_time': 0.009948557242751122, 'model_time': 0.5735275303013623, 'learning_rate': 3.882953020409644e-07, 'epoch': 53.93})
282
+ Step 28200, Loss: {'mse_loss': 0.00792945921421051, 'totoal_loss': 0.00792945921421051, 'data_time': 0.00038466881960630417, 'model_time': 0.5869621383026242, 'learning_rate': 3.74181495165436e-07, 'epoch': 54.13})
283
+ Step 28300, Loss: {'mse_loss': 0.0058017452247440815, 'totoal_loss': 0.0058017452247440815, 'data_time': 0.00039865775033831596, 'model_time': 0.5817563459277153, 'learning_rate': 3.608178976050568e-07, 'epoch': 54.32})
284
+ Step 28400, Loss: {'mse_loss': 0.011611777357757092, 'totoal_loss': 0.011611777357757092, 'data_time': 0.0003926781937479973, 'model_time': 0.5712199108675122, 'learning_rate': 3.482066196267966e-07, 'epoch': 54.51})
285
+ Step 28500, Loss: {'mse_loss': 0.020062081515789032, 'totoal_loss': 0.020062081515789032, 'data_time': 0.0003950800746679306, 'model_time': 0.5768330581486225, 'learning_rate': 3.36349652697643e-07, 'epoch': 54.7})
286
+ Step 28600, Loss: {'mse_loss': 0.008301868103444576, 'totoal_loss': 0.008301868103444576, 'data_time': 0.00038311583921313286, 'model_time': 0.5890282639302313, 'learning_rate': 3.2524886917012403e-07, 'epoch': 54.89})
287
+ Step 28700, Loss: {'mse_loss': 0.006708811968564987, 'totoal_loss': 0.006708811968564987, 'data_time': 0.007802148815244436, 'model_time': 0.5637739580124617, 'learning_rate': 3.149060219866433e-07, 'epoch': 55.09})
288
+ Step 28800, Loss: {'mse_loss': 0.009490285068750381, 'totoal_loss': 0.009490285068750381, 'data_time': 0.007295300252735615, 'model_time': 0.6421795119531453, 'learning_rate': 3.053227444026695e-07, 'epoch': 55.28})
289
+ Step 28900, Loss: {'mse_loss': 0.008020613342523575, 'totoal_loss': 0.008020613342523575, 'data_time': 0.007511916104704142, 'model_time': 0.5921015851199627, 'learning_rate': 2.9650054972882544e-07, 'epoch': 55.47})
290
+ Step 29000, Loss: {'mse_loss': 0.006375202443450689, 'totoal_loss': 0.006375202443450689, 'data_time': 0.007931246887892485, 'model_time': 0.5994006339460611, 'learning_rate': 2.884408310919209e-07, 'epoch': 55.66})
291
+ Step 29100, Loss: {'mse_loss': 0.0055917794816195965, 'totoal_loss': 0.0055917794816195965, 'data_time': 0.008906118106096983, 'model_time': 0.5520521160215139, 'learning_rate': 2.8114486121495906e-07, 'epoch': 55.85})
292
+ Step 29200, Loss: {'mse_loss': 0.00860295444726944, 'totoal_loss': 0.00860295444726944, 'data_time': 0.008771494962275028, 'model_time': 0.6560863717459142, 'learning_rate': 2.746137922161617e-07, 'epoch': 56.05})
293
+ Step 29300, Loss: {'mse_loss': 0.014504904858767986, 'totoal_loss': 0.014504904858767986, 'data_time': 0.008468457963317633, 'model_time': 0.6099273557774723, 'learning_rate': 2.68848655427034e-07, 'epoch': 56.24})
294
+ Step 29400, Loss: {'mse_loss': 0.009754090569913387, 'totoal_loss': 0.009754090569913387, 'data_time': 0.007745861075818539, 'model_time': 0.8649333161301911, 'learning_rate': 2.638503612295071e-07, 'epoch': 56.43})
295
+ Step 29500, Loss: {'mse_loss': 0.012513176538050175, 'totoal_loss': 0.012513176538050175, 'data_time': 0.009726157877594233, 'model_time': 0.5480174561962485, 'learning_rate': 2.5961969891217614e-07, 'epoch': 56.62})
296
+ Step 29600, Loss: {'mse_loss': 0.014315541833639145, 'totoal_loss': 0.014315541833639145, 'data_time': 0.00796049041673541, 'model_time': 0.6087409188039601, 'learning_rate': 2.5615733654566483e-07, 'epoch': 56.81})
297
+ Step 29700, Loss: {'mse_loss': 0.02238425798714161, 'totoal_loss': 0.02238425798714161, 'data_time': 0.008407576940953732, 'model_time': 0.6652854471467435, 'learning_rate': 2.5346382087712764e-07, 'epoch': 57.01})
298
+ Step 29800, Loss: {'mse_loss': 0.010966567322611809, 'totoal_loss': 0.010966567322611809, 'data_time': 0.008169915992766619, 'model_time': 0.5732170511037111, 'learning_rate': 2.515395772439128e-07, 'epoch': 57.2})
299
+ Step 29900, Loss: {'mse_loss': 0.004624257329851389, 'totoal_loss': 0.004624257329851389, 'data_time': 0.008245961274951696, 'model_time': 0.5670057139359415, 'learning_rate': 2.5038490950639644e-07, 'epoch': 57.39})
300
+ Step 30000, Loss: {'mse_loss': 0.005361664574593306, 'totoal_loss': 0.005361664574593306, 'mse_score': 0.0014180690050125122, 'data_time': 0.009688019752502441, 'model_time': 0.5806062896735966, 'learning_rate': 2.5e-07, 'epoch': 57.58})
libero_spatial_2B/starvla_qwen_gr00t/config.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "starvla_qwen_gr00t",
3
+ "run_root_dir": "/share/project/baishuanghao/code/starVLA/pretrained_models/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": "QwenGR00T",
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/libero_spatial_2B/starvla_qwen_gr00t"
129
+ }
libero_spatial_2B/starvla_qwen_gr00t/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_gr00t/final_model/pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aae855a6f6453ba6e55e4f504a339ecb96c5e3130a02824bd00e94fa7982523
3
+ size 5188065554
libero_spatial_2B/starvla_qwen_gr00t/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: True
1103
+ # episodes completed so far: 219
1104
+ # successes: 219 (100.0%)
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: 220 (100.0%)
1110
+
1111
+ Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
1112
+ Success: True
1113
+ # episodes completed so far: 221
1114
+ # successes: 221 (100.0%)
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: 222 (100.0%)
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: 223 (100.0%)
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: 224 (100.0%)
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: 225 (100.0%)
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: 226 (100.0%)
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: 227 (100.0%)
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: 228 (100.0%)
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: 229 (100.0%)
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: 230 (100.0%)
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: 231 (100.0%)
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: 232 (100.0%)
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: 233 (100.0%)
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: 234 (100.0%)
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: 235 (100.0%)
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: 236 (100.0%)
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: 237 (100.0%)
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: 238 (100.0%)
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: 239 (100.0%)
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: 240 (100.0%)
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: 241 (100.0%)
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: 242 (100.0%)
1220
+
1221
+ Task: pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate
1222
+ Success: True
1223
+ # episodes completed so far: 243
1224
+ # successes: 243 (100.0%)
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: 244 (100.0%)
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: 245 (100.0%)
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: 246 (100.0%)
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: 247 (100.0%)
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: 248 (100.0%)
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: 249 (100.0%)
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: 250 (100.0%)
1260
+ Current task success rate: 1.0
1261
+ Current total success rate: 1.0
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: 251 (100.0%)
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: 252 (100.0%)
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: 253 (100.0%)
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: 254 (100.0%)
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: 255 (100.0%)
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: 256 (100.0%)
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: 257 (100.0%)
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: 258 (100.0%)
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: 259 (100.0%)
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: 260 (100.0%)
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: 261 (100.0%)
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: 262 (100.0%)
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: 263 (100.0%)
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: 264 (100.0%)
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: 265 (100.0%)
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: 266 (100.0%)
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: 267 (100.0%)
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: 268 (100.0%)
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: 269 (100.0%)
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: 270 (100.0%)
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: 271 (100.0%)
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: 272 (100.0%)
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: 273 (100.0%)
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: 274 (100.0%)
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: 275 (100.0%)
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: 276 (100.0%)
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: 277 (100.0%)
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: 278 (100.0%)
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: 279 (100.0%)
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: 280 (100.0%)
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: 281 (100.0%)
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: 282 (100.0%)
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: 283 (100.0%)
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: 284 (100.0%)
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: 285 (100.0%)
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: 286 (100.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: 287 (100.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: 288 (100.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: 289 (100.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: 290 (100.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: 291 (100.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: 292 (100.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: 293 (100.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: 294 (100.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: 295 (100.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: 296 (100.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: 297 (100.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: 298 (100.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: 299 (100.0%)
1507
+
1508
+ Task: pick up the black bowl on the ramekin and place it on the plate
1509
+ Success: False
1510
+ # episodes completed so far: 300
1511
+ # successes: 299 (99.7%)
1512
+ Current task success rate: 0.98
1513
+ Current total success rate: 0.9966666666666667
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: 300 (99.7%)
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: 301 (99.7%)
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: 302 (99.7%)
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: 303 (99.7%)
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: 304 (99.7%)
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: 305 (99.7%)
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: 306 (99.7%)
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: 307 (99.7%)
1554
+
1555
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1556
+ Success: False
1557
+ # episodes completed so far: 309
1558
+ # successes: 307 (99.4%)
1559
+
1560
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1561
+ Success: True
1562
+ # episodes completed so far: 310
1563
+ # successes: 308 (99.4%)
1564
+
1565
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1566
+ Success: True
1567
+ # episodes completed so far: 311
1568
+ # successes: 309 (99.4%)
1569
+
1570
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1571
+ Success: True
1572
+ # episodes completed so far: 312
1573
+ # successes: 310 (99.4%)
1574
+
1575
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1576
+ Success: True
1577
+ # episodes completed so far: 313
1578
+ # successes: 311 (99.4%)
1579
+
1580
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1581
+ Success: True
1582
+ # episodes completed so far: 314
1583
+ # successes: 312 (99.4%)
1584
+
1585
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1586
+ Success: True
1587
+ # episodes completed so far: 315
1588
+ # successes: 313 (99.4%)
1589
+
1590
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1591
+ Success: True
1592
+ # episodes completed so far: 316
1593
+ # successes: 314 (99.4%)
1594
+
1595
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1596
+ Success: True
1597
+ # episodes completed so far: 317
1598
+ # successes: 315 (99.4%)
1599
+
1600
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1601
+ Success: True
1602
+ # episodes completed so far: 318
1603
+ # successes: 316 (99.4%)
1604
+
1605
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1606
+ Success: True
1607
+ # episodes completed so far: 319
1608
+ # successes: 317 (99.4%)
1609
+
1610
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1611
+ Success: True
1612
+ # episodes completed so far: 320
1613
+ # successes: 318 (99.4%)
1614
+
1615
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1616
+ Success: True
1617
+ # episodes completed so far: 321
1618
+ # successes: 319 (99.4%)
1619
+
1620
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1621
+ Success: True
1622
+ # episodes completed so far: 322
1623
+ # successes: 320 (99.4%)
1624
+
1625
+ Task: pick up the black bowl next to the cookie box and place it on the plate
1626
+ Success: False
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.94
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: False
1934
+ # episodes completed so far: 384
1935
+ # successes: 379 (98.7%)
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: 380 (98.7%)
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: 381 (98.7%)
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: 382 (98.7%)
1951
+
1952
+ Task: pick up the black bowl on the stove and place it on the plate
1953
+ Success: False
1954
+ # episodes completed so far: 388
1955
+ # successes: 382 (98.5%)
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: 383 (98.5%)
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: 384 (98.5%)
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: 385 (98.5%)
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: 386 (98.5%)
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: 387 (98.5%)
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: 388 (98.5%)
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: 389 (98.5%)
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: 390 (98.5%)
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: 391 (98.5%)
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: 392 (98.5%)
2006
+
2007
+ Task: pick up the black bowl on the stove and place it on the plate
2008
+ Success: True
2009
+ # episodes completed so far: 399
2010
+ # successes: 393 (98.5%)
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: 394 (98.5%)
2016
+ Current task success rate: 0.96
2017
+ Current total success rate: 0.985
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: 395 (98.5%)
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: 396 (98.5%)
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: 397 (98.5%)
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: 398 (98.5%)
2038
+
2039
+ Task: pick up the black bowl next to the plate and place it on the plate
2040
+ Success: False
2041
+ # episodes completed so far: 405
2042
+ # successes: 398 (98.3%)
2043
+
2044
+ Task: pick up the black bowl next to the plate and place it on the plate
2045
+ Success: True
2046
+ # episodes completed so far: 406
2047
+ # successes: 399 (98.3%)
2048
+
2049
+ Task: pick up the black bowl next to the plate and place it on the plate
2050
+ Success: True
2051
+ # episodes completed so far: 407
2052
+ # successes: 400 (98.3%)
2053
+
2054
+ Task: pick up the black bowl next to the plate and place it on the plate
2055
+ Success: True
2056
+ # episodes completed so far: 408
2057
+ # successes: 401 (98.3%)
2058
+
2059
+ Task: pick up the black bowl next to the plate and place it on the plate
2060
+ Success: True
2061
+ # episodes completed so far: 409
2062
+ # successes: 402 (98.3%)
2063
+
2064
+ Task: pick up the black bowl next to the plate and place it on the plate
2065
+ Success: True
2066
+ # episodes completed so far: 410
2067
+ # successes: 403 (98.3%)
2068
+
2069
+ Task: pick up the black bowl next to the plate and place it on the plate
2070
+ Success: True
2071
+ # episodes completed so far: 411
2072
+ # successes: 404 (98.3%)
2073
+
2074
+ Task: pick up the black bowl next to the plate and place it on the plate
2075
+ Success: True
2076
+ # episodes completed so far: 412
2077
+ # successes: 405 (98.3%)
2078
+
2079
+ Task: pick up the black bowl next to the plate and place it on the plate
2080
+ Success: True
2081
+ # episodes completed so far: 413
2082
+ # successes: 406 (98.3%)
2083
+
2084
+ Task: pick up the black bowl next to the plate and place it on the plate
2085
+ Success: True
2086
+ # episodes completed so far: 414
2087
+ # successes: 407 (98.3%)
2088
+
2089
+ Task: pick up the black bowl next to the plate and place it on the plate
2090
+ Success: True
2091
+ # episodes completed so far: 415
2092
+ # successes: 408 (98.3%)
2093
+
2094
+ Task: pick up the black bowl next to the plate and place it on the plate
2095
+ Success: True
2096
+ # episodes completed so far: 416
2097
+ # successes: 409 (98.3%)
2098
+
2099
+ Task: pick up the black bowl next to the plate and place it on the plate
2100
+ Success: True
2101
+ # episodes completed so far: 417
2102
+ # successes: 410 (98.3%)
2103
+
2104
+ Task: pick up the black bowl next to the plate and place it on the plate
2105
+ Success: True
2106
+ # episodes completed so far: 418
2107
+ # successes: 411 (98.3%)
2108
+
2109
+ Task: pick up the black bowl next to the plate and place it on the plate
2110
+ Success: True
2111
+ # episodes completed so far: 419
2112
+ # successes: 412 (98.3%)
2113
+
2114
+ Task: pick up the black bowl next to the plate and place it on the plate
2115
+ Success: True
2116
+ # episodes completed so far: 420
2117
+ # successes: 413 (98.3%)
2118
+
2119
+ Task: pick up the black bowl next to the plate and place it on the plate
2120
+ Success: True
2121
+ # episodes completed so far: 421
2122
+ # successes: 414 (98.3%)
2123
+
2124
+ Task: pick up the black bowl next to the plate and place it on the plate
2125
+ Success: True
2126
+ # episodes completed so far: 422
2127
+ # successes: 415 (98.3%)
2128
+
2129
+ Task: pick up the black bowl next to the plate and place it on the plate
2130
+ Success: True
2131
+ # episodes completed so far: 423
2132
+ # successes: 416 (98.3%)
2133
+
2134
+ Task: pick up the black bowl next to the plate and place it on the plate
2135
+ Success: True
2136
+ # episodes completed so far: 424
2137
+ # successes: 417 (98.3%)
2138
+
2139
+ Task: pick up the black bowl next to the plate and place it on the plate
2140
+ Success: True
2141
+ # episodes completed so far: 425
2142
+ # successes: 418 (98.4%)
2143
+
2144
+ Task: pick up the black bowl next to the plate and place it on the plate
2145
+ Success: True
2146
+ # episodes completed so far: 426
2147
+ # successes: 419 (98.4%)
2148
+
2149
+ Task: pick up the black bowl next to the plate and place it on the plate
2150
+ Success: True
2151
+ # episodes completed so far: 427
2152
+ # successes: 420 (98.4%)
2153
+
2154
+ Task: pick up the black bowl next to the plate and place it on the plate
2155
+ Success: True
2156
+ # episodes completed so far: 428
2157
+ # successes: 421 (98.4%)
2158
+
2159
+ Task: pick up the black bowl next to the plate and place it on the plate
2160
+ Success: False
2161
+ # episodes completed so far: 429
2162
+ # successes: 421 (98.1%)
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: 422 (98.1%)
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: 423 (98.1%)
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: 424 (98.1%)
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: 425 (98.2%)
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: 426 (98.2%)
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: 427 (98.2%)
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: 428 (98.2%)
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: 429 (98.2%)
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: 430 (98.2%)
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: 431 (98.2%)
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: 432 (98.2%)
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: 433 (98.2%)
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: 434 (98.2%)
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: 435 (98.2%)
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: 436 (98.2%)
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: 437 (98.2%)
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: 438 (98.2%)
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: 439 (98.2%)
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: 440 (98.2%)
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: 441 (98.2%)
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: 442 (98.2%)
2268
+ Current task success rate: 0.96
2269
+ Current total success rate: 0.9822222222222222
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: 443 (98.2%)
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: 444 (98.2%)
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: 445 (98.2%)
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: 446 (98.2%)
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: 447 (98.2%)
2295
+
2296
+ Task: pick up the black bowl on the wooden cabinet and place it on the plate
2297
+ Success: True
2298
+ # episodes completed so far: 456
2299
+ # successes: 448 (98.2%)
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: 449 (98.2%)
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: 450 (98.3%)
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: 451 (98.3%)
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: 452 (98.3%)
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: 453 (98.3%)
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: 454 (98.3%)
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: 455 (98.3%)
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: 456 (98.3%)
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: 457 (98.3%)
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: 458 (98.3%)
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: 459 (98.3%)
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: 460 (98.3%)
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: 461 (98.3%)
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: 462 (98.3%)
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: 463 (98.3%)
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: 464 (98.3%)
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: 465 (98.3%)
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: 466 (98.3%)
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: 467 (98.3%)
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: 468 (98.3%)
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: 469 (98.3%)
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: 470 (98.3%)
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: 471 (98.3%)
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: 472 (98.3%)
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: 473 (98.3%)
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: 474 (98.3%)
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: 475 (98.3%)
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: 476 (98.3%)
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: 477 (98.4%)
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: 478 (98.4%)
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: 479 (98.4%)
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: 480 (98.4%)
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: 481 (98.4%)
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: 482 (98.4%)
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: 483 (98.4%)
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: 484 (98.4%)
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: 485 (98.4%)
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: 486 (98.4%)
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: 487 (98.4%)
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: 488 (98.4%)
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: 489 (98.4%)
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: 490 (98.4%)
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: 491 (98.4%)
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: 492 (98.4%)
2520
+ Current task success rate: 1.0
2521
+ Current total success rate: 0.984
libero_spatial_2B/starvla_qwen_gr00t/libero_spatial.log ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Step 100, Loss: {'mse_loss': 1.0739035606384277, 'totoal_loss': 1.0739035606384277, 'data_time': 0.00918191997334361, 'model_time': 0.5738226301036775, 'learning_rate': 2.0000000000000002e-07, 'epoch': 0.24})
2
+ Step 200, Loss: {'mse_loss': 1.0066990852355957, 'totoal_loss': 1.0066990852355957, 'data_time': 0.008866500109434128, 'model_time': 0.5800249218009412, 'learning_rate': 4.0000000000000003e-07, 'epoch': 0.48})
3
+ Step 300, Loss: {'mse_loss': 0.839120626449585, 'totoal_loss': 0.839120626449585, 'data_time': 0.011117767076939344, 'model_time': 0.5832053213380277, 'learning_rate': 6.000000000000001e-07, 'epoch': 0.73})
4
+ Step 400, Loss: {'mse_loss': 0.5987050533294678, 'totoal_loss': 0.5987050533294678, 'data_time': 0.008529424667358398, 'model_time': 0.5707143801264465, 'learning_rate': 8.000000000000001e-07, 'epoch': 0.97})
5
+ Step 500, Loss: {'mse_loss': 0.4771650433540344, 'totoal_loss': 0.4771650433540344, 'data_time': 0.009215762838721275, 'model_time': 0.6582546751014888, 'learning_rate': 1.0000000000000002e-06, 'epoch': 1.21})
6
+ Step 600, Loss: {'mse_loss': 0.34845679998397827, 'totoal_loss': 0.34845679998397827, 'data_time': 0.00847247103229165, 'model_time': 0.5878565772436559, 'learning_rate': 1.2000000000000002e-06, 'epoch': 1.45})
7
+ Step 700, Loss: {'mse_loss': 0.29410320520401, 'totoal_loss': 0.29410320520401, 'data_time': 0.008368489798158407, 'model_time': 0.5682902010157704, 'learning_rate': 1.4000000000000001e-06, 'epoch': 1.69})
8
+ Step 800, Loss: {'mse_loss': 0.24007870256900787, 'totoal_loss': 0.24007870256900787, 'data_time': 0.008233868982642889, 'model_time': 0.5700949872843921, 'learning_rate': 1.6000000000000001e-06, 'epoch': 1.94})
9
+ Step 900, Loss: {'mse_loss': 0.15681412816047668, 'totoal_loss': 0.15681412816047668, 'data_time': 0.00040665362030267715, 'model_time': 0.6148741249926388, 'learning_rate': 1.8000000000000001e-06, 'epoch': 2.18})
10
+ Step 1000, Loss: {'mse_loss': 0.1661040484905243, 'totoal_loss': 0.1661040484905243, 'data_time': 0.0006698737852275372, 'model_time': 0.5904075060971081, 'learning_rate': 2.0000000000000003e-06, 'epoch': 2.42})
11
+ Step 1100, Loss: {'mse_loss': 0.14030389487743378, 'totoal_loss': 0.14030389487743378, 'data_time': 0.00037693511694669724, 'model_time': 0.6290565291419625, 'learning_rate': 2.2e-06, 'epoch': 2.66})
12
+ Step 1200, Loss: {'mse_loss': 0.1255529522895813, 'totoal_loss': 0.1255529522895813, 'data_time': 0.0004143570549786091, 'model_time': 0.5845396029762924, 'learning_rate': 2.4000000000000003e-06, 'epoch': 2.91})
13
+ Step 1300, Loss: {'mse_loss': 0.17849084734916687, 'totoal_loss': 0.17849084734916687, 'data_time': 0.01751621998846531, 'model_time': 0.5492621520534158, 'learning_rate': 2.6e-06, 'epoch': 3.15})
14
+ Step 1400, Loss: {'mse_loss': 0.15085121989250183, 'totoal_loss': 0.15085121989250183, 'data_time': 0.018585796002298594, 'model_time': 0.6792734018526971, 'learning_rate': 2.8000000000000003e-06, 'epoch': 3.39})
15
+ Step 1500, Loss: {'mse_loss': 0.17063143849372864, 'totoal_loss': 0.17063143849372864, 'data_time': 0.017035501077771187, 'model_time': 0.5936259599402547, 'learning_rate': 3e-06, 'epoch': 3.63})
16
+ Step 1600, Loss: {'mse_loss': 0.13921032845973969, 'totoal_loss': 0.13921032845973969, 'data_time': 0.019722954835742712, 'model_time': 0.6211977596394718, 'learning_rate': 3.2000000000000003e-06, 'epoch': 3.87})
17
+ Step 1700, Loss: {'mse_loss': 0.15296490490436554, 'totoal_loss': 0.15296490490436554, 'data_time': 0.010388428345322609, 'model_time': 0.5592166953720152, 'learning_rate': 3.4000000000000005e-06, 'epoch': 4.12})
18
+ Step 1800, Loss: {'mse_loss': 0.13267606496810913, 'totoal_loss': 0.13267606496810913, 'data_time': 0.009250013157725334, 'model_time': 0.5861211470328271, 'learning_rate': 3.6000000000000003e-06, 'epoch': 4.36})
19
+ Step 1900, Loss: {'mse_loss': 0.12495840340852737, 'totoal_loss': 0.12495840340852737, 'data_time': 0.008258142042905092, 'model_time': 0.5769940339960158, 'learning_rate': 3.8000000000000005e-06, 'epoch': 4.6})
20
+ Step 2000, Loss: {'mse_loss': 0.12663893401622772, 'totoal_loss': 0.12663893401622772, 'data_time': 0.010642305947840214, 'model_time': 0.5647853179834783, 'learning_rate': 4.000000000000001e-06, 'epoch': 4.84})
21
+ Step 2100, Loss: {'mse_loss': 0.12841220200061798, 'totoal_loss': 0.12841220200061798, 'data_time': 0.000362468883395195, 'model_time': 0.6643209280446172, 'learning_rate': 4.2000000000000004e-06, 'epoch': 5.08})
22
+ Step 2200, Loss: {'mse_loss': 0.17681486904621124, 'totoal_loss': 0.17681486904621124, 'data_time': 0.000363354105502367, 'model_time': 0.5803390620276332, 'learning_rate': 4.4e-06, 'epoch': 5.33})
23
+ Step 2300, Loss: {'mse_loss': 0.10877345502376556, 'totoal_loss': 0.10877345502376556, 'data_time': 0.0005899332463741302, 'model_time': 0.6004142030142248, 'learning_rate': 4.600000000000001e-06, 'epoch': 5.57})
24
+ Step 2400, Loss: {'mse_loss': 0.09234421700239182, 'totoal_loss': 0.09234421700239182, 'data_time': 0.0005053700879216194, 'model_time': 0.6063498975709081, 'learning_rate': 4.800000000000001e-06, 'epoch': 5.81})
25
+ Step 2500, Loss: {'mse_loss': 0.09987959265708923, 'totoal_loss': 0.09987959265708923, 'data_time': 0.00043759075924754143, 'model_time': 0.6059395931661129, 'learning_rate': 5e-06, 'epoch': 6.05})
26
+ Step 2600, Loss: {'mse_loss': 0.08847633004188538, 'totoal_loss': 0.08847633004188538, 'data_time': 0.0005464348942041397, 'model_time': 0.5859648669138551, 'learning_rate': 5.2e-06, 'epoch': 6.3})
27
+ Step 2700, Loss: {'mse_loss': 0.07620321214199066, 'totoal_loss': 0.07620321214199066, 'data_time': 0.0004267632029950619, 'model_time': 0.6374227381311357, 'learning_rate': 5.400000000000001e-06, 'epoch': 6.54})
28
+ Step 2800, Loss: {'mse_loss': 0.08943907171487808, 'totoal_loss': 0.08943907171487808, 'data_time': 0.0005681919865310192, 'model_time': 0.6273371079005301, 'learning_rate': 5.600000000000001e-06, 'epoch': 6.78})
29
+ Step 2900, Loss: {'mse_loss': 0.07250349968671799, 'totoal_loss': 0.07250349968671799, 'data_time': 0.011437522247433662, 'model_time': 0.6070223827846348, 'learning_rate': 5.8e-06, 'epoch': 7.02})
30
+ Step 3000, Loss: {'mse_loss': 0.07054725289344788, 'totoal_loss': 0.07054725289344788, 'data_time': 0.00919017381966114, 'model_time': 0.5919564156793058, 'learning_rate': 6e-06, 'epoch': 7.26})
31
+ Step 3100, Loss: {'mse_loss': 0.06204778328537941, 'totoal_loss': 0.06204778328537941, 'data_time': 0.012033446226269007, 'model_time': 0.5721489833667874, 'learning_rate': 6.200000000000001e-06, 'epoch': 7.51})
32
+ Step 3200, Loss: {'mse_loss': 0.07344017922878265, 'totoal_loss': 0.07344017922878265, 'data_time': 0.008341910783201456, 'model_time': 0.5678952499292791, 'learning_rate': 6.4000000000000006e-06, 'epoch': 7.75})
33
+ Step 3300, Loss: {'mse_loss': 0.09134677797555923, 'totoal_loss': 0.09134677797555923, 'data_time': 0.007663816213607788, 'model_time': 0.5300686489790678, 'learning_rate': 6.600000000000001e-06, 'epoch': 7.99})
34
+ Step 3400, Loss: {'mse_loss': 0.08827023953199387, 'totoal_loss': 0.08827023953199387, 'data_time': 0.015372647903859615, 'model_time': 0.5777461300604045, 'learning_rate': 6.800000000000001e-06, 'epoch': 8.23})
35
+ Step 3500, Loss: {'mse_loss': 0.08310096710920334, 'totoal_loss': 0.08310096710920334, 'data_time': 0.01551259309053421, 'model_time': 0.6274920599535108, 'learning_rate': 7e-06, 'epoch': 8.47})
36
+ Step 3600, Loss: {'mse_loss': 0.061697885394096375, 'totoal_loss': 0.061697885394096375, 'data_time': 0.01564471935853362, 'model_time': 0.6225292650051415, 'learning_rate': 7.2000000000000005e-06, 'epoch': 8.72})
37
+ Step 3700, Loss: {'mse_loss': 0.07519812881946564, 'totoal_loss': 0.07519812881946564, 'data_time': 0.015164006035774946, 'model_time': 0.6455942671746016, 'learning_rate': 7.4e-06, 'epoch': 8.96})
38
+ Step 3800, Loss: {'mse_loss': 0.08848100155591965, 'totoal_loss': 0.08848100155591965, 'data_time': 0.008091499097645283, 'model_time': 0.6253749392926693, 'learning_rate': 7.600000000000001e-06, 'epoch': 9.2})
39
+ Step 3900, Loss: {'mse_loss': 0.0534067302942276, 'totoal_loss': 0.0534067302942276, 'data_time': 0.0077967713586986065, 'model_time': 0.56258440669626, 'learning_rate': 7.800000000000002e-06, 'epoch': 9.44})
40
+ Step 4000, Loss: {'mse_loss': 0.07315205037593842, 'totoal_loss': 0.07315205037593842, 'data_time': 0.007120694033801556, 'model_time': 0.5920934439636767, 'learning_rate': 8.000000000000001e-06, 'epoch': 9.69})
41
+ Step 4100, Loss: {'mse_loss': 0.057008158415555954, 'totoal_loss': 0.057008158415555954, 'data_time': 0.00787329999729991, 'model_time': 0.5674905120395124, 'learning_rate': 8.2e-06, 'epoch': 9.93})
42
+ Step 4200, Loss: {'mse_loss': 0.06687762588262558, 'totoal_loss': 0.06687762588262558, 'data_time': 0.0005594701506197453, 'model_time': 0.5786948250606656, 'learning_rate': 8.400000000000001e-06, 'epoch': 10.17})
43
+ Step 4300, Loss: {'mse_loss': 0.06526948511600494, 'totoal_loss': 0.06526948511600494, 'data_time': 0.0003929091617465019, 'model_time': 0.5879017496481538, 'learning_rate': 8.6e-06, 'epoch': 10.41})
44
+ Step 4400, Loss: {'mse_loss': 0.07004386186599731, 'totoal_loss': 0.07004386186599731, 'data_time': 0.0005022920668125153, 'model_time': 0.5957421879284084, 'learning_rate': 8.8e-06, 'epoch': 10.65})
45
+ Step 4500, Loss: {'mse_loss': 0.07240715622901917, 'totoal_loss': 0.07240715622901917, 'data_time': 0.00036801397800445557, 'model_time': 0.5670918002724648, 'learning_rate': 9e-06, 'epoch': 10.9})
46
+ Step 4600, Loss: {'mse_loss': 0.06540289521217346, 'totoal_loss': 0.06540289521217346, 'data_time': 0.0003948579542338848, 'model_time': 0.5836041872389615, 'learning_rate': 9.200000000000002e-06, 'epoch': 11.14})
47
+ Step 4700, Loss: {'mse_loss': 0.06107351556420326, 'totoal_loss': 0.06107351556420326, 'data_time': 0.0003750259056687355, 'model_time': 0.6685239872895181, 'learning_rate': 9.4e-06, 'epoch': 11.38})
48
+ Step 4800, Loss: {'mse_loss': 0.06700556725263596, 'totoal_loss': 0.06700556725263596, 'data_time': 0.00036720000207424164, 'model_time': 0.5646289298310876, 'learning_rate': 9.600000000000001e-06, 'epoch': 11.62})
49
+ Step 4900, Loss: {'mse_loss': 0.05973176285624504, 'totoal_loss': 0.05973176285624504, 'data_time': 0.00036814576014876366, 'model_time': 0.6649999679066241, 'learning_rate': 9.800000000000001e-06, 'epoch': 11.86})
50
+ Step 5000, Loss: {'mse_loss': 0.07194202393293381, 'totoal_loss': 0.07194202393293381, 'data_time': 0.016474027186632156, 'model_time': 0.5559934037737548, 'learning_rate': 1e-05, 'epoch': 12.11})
51
+ Step 5100, Loss: {'mse_loss': 0.048861660063266754, 'totoal_loss': 0.048861660063266754, 'data_time': 0.016156574245542288, 'model_time': 0.5866749119013548, 'learning_rate': 9.999615090493604e-06, 'epoch': 12.35})
52
+ Step 5200, Loss: {'mse_loss': 0.0557451993227005, 'totoal_loss': 0.0557451993227005, 'data_time': 0.01926101604476571, 'model_time': 0.5601959601044655, 'learning_rate': 9.998460422756089e-06, 'epoch': 12.59})
53
+ Step 5300, Loss: {'mse_loss': 0.06710746139287949, 'totoal_loss': 0.06710746139287949, 'data_time': 0.016081283800303936, 'model_time': 0.5645382548682392, 'learning_rate': 9.996536179122874e-06, 'epoch': 12.83})
54
+ Step 5400, Loss: {'mse_loss': 0.05908578634262085, 'totoal_loss': 0.05908578634262085, 'data_time': 0.007779557257890701, 'model_time': 0.5709940590895712, 'learning_rate': 9.993842663454337e-06, 'epoch': 13.08})
55
+ Step 5500, Loss: {'mse_loss': 0.07659433037042618, 'totoal_loss': 0.07659433037042618, 'data_time': 0.008211813867092133, 'model_time': 0.6540005910210311, 'learning_rate': 9.990380301087824e-06, 'epoch': 13.32})
56
+ Step 5600, Loss: {'mse_loss': 0.0586576983332634, 'totoal_loss': 0.0586576983332634, 'data_time': 0.008029810152947903, 'model_time': 0.5841134581714869, 'learning_rate': 9.986149638770493e-06, 'epoch': 13.56})
57
+ Step 5700, Loss: {'mse_loss': 0.042654551565647125, 'totoal_loss': 0.042654551565647125, 'data_time': 0.00803926307708025, 'model_time': 0.5720574841834605, 'learning_rate': 9.981151344572967e-06, 'epoch': 13.8})
58
+ Step 5800, Loss: {'mse_loss': 0.07628953456878662, 'totoal_loss': 0.07628953456878662, 'data_time': 0.0003845617175102234, 'model_time': 0.5811973889358342, 'learning_rate': 9.975386207783839e-06, 'epoch': 14.04})
59
+ Step 5900, Loss: {'mse_loss': 0.04663195088505745, 'totoal_loss': 0.04663195088505745, 'data_time': 0.0004025097005069256, 'model_time': 0.5878835013136268, 'learning_rate': 9.968855138785041e-06, 'epoch': 14.29})
60
+ Step 6000, Loss: {'mse_loss': 0.04846073314547539, 'totoal_loss': 0.04846073314547539, 'data_time': 0.0003779320977628231, 'model_time': 0.5795384510420263, 'learning_rate': 9.961559168908081e-06, 'epoch': 14.53})
61
+ Step 6100, Loss: {'mse_loss': 0.0491512194275856, 'totoal_loss': 0.0491512194275856, 'data_time': 0.00039893295615911484, 'model_time': 0.6023291610181332, 'learning_rate': 9.953499450271174e-06, 'epoch': 14.77})
62
+ Step 6200, Loss: {'mse_loss': 0.055562566965818405, 'totoal_loss': 0.055562566965818405, 'data_time': 0.03414485324174166, 'model_time': 0.5461919503286481, 'learning_rate': 9.944677255597332e-06, 'epoch': 15.01})
63
+ Step 6300, Loss: {'mse_loss': 0.06521354615688324, 'totoal_loss': 0.06521354615688324, 'data_time': 0.021767847705632448, 'model_time': 0.5803084978833795, 'learning_rate': 9.935093978013357e-06, 'epoch': 15.25})
64
+ Step 6400, Loss: {'mse_loss': 0.05182337015867233, 'totoal_loss': 0.05182337015867233, 'data_time': 0.014173722825944424, 'model_time': 0.5811761571094394, 'learning_rate': 9.924751130829878e-06, 'epoch': 15.5})
65
+ Step 6500, Loss: {'mse_loss': 0.05063603073358536, 'totoal_loss': 0.05063603073358536, 'data_time': 0.01443894999101758, 'model_time': 0.5745325689204037, 'learning_rate': 9.91365034730236e-06, 'epoch': 15.74})
66
+ Step 6600, Loss: {'mse_loss': 0.06181079521775246, 'totoal_loss': 0.06181079521775246, 'data_time': 0.014110303949564695, 'model_time': 0.5679157869890332, 'learning_rate': 9.901793380373204e-06, 'epoch': 15.98})
67
+ Step 6700, Loss: {'mse_loss': 0.04176151007413864, 'totoal_loss': 0.04176151007413864, 'data_time': 0.010743906255811453, 'model_time': 0.5850926567800343, 'learning_rate': 9.889182102394944e-06, 'epoch': 16.22})
68
+ Step 6800, Loss: {'mse_loss': 0.05644281581044197, 'totoal_loss': 0.05644281581044197, 'data_time': 0.007401979994028807, 'model_time': 0.5978397666476667, 'learning_rate': 9.875818504834564e-06, 'epoch': 16.46})
69
+ Step 6900, Loss: {'mse_loss': 0.029913850128650665, 'totoal_loss': 0.029913850128650665, 'data_time': 0.007963205222040415, 'model_time': 0.570625402033329, 'learning_rate': 9.861704697959036e-06, 'epoch': 16.71})
70
+ Step 7000, Loss: {'mse_loss': 0.03322519734501839, 'totoal_loss': 0.03322519734501839, 'data_time': 0.010090755764394999, 'model_time': 0.588414195459336, 'learning_rate': 9.846842910502077e-06, 'epoch': 16.95})
71
+ Step 7100, Loss: {'mse_loss': 0.024683481082320213, 'totoal_loss': 0.024683481082320213, 'data_time': 0.008755863178521395, 'model_time': 0.5589287714101374, 'learning_rate': 9.831235489312212e-06, 'epoch': 17.19})
72
+ Step 7200, Loss: {'mse_loss': 0.05255209654569626, 'totoal_loss': 0.05255209654569626, 'data_time': 0.007974588312208652, 'model_time': 0.5919406120665371, 'learning_rate': 9.814884898982168e-06, 'epoch': 17.43})
73
+ Step 7300, Loss: {'mse_loss': 0.02997596561908722, 'totoal_loss': 0.02997596561908722, 'data_time': 0.02573224436491728, 'model_time': 0.5813006130047143, 'learning_rate': 9.797793721459709e-06, 'epoch': 17.68})
74
+ Step 7400, Loss: {'mse_loss': 0.03762970492243767, 'totoal_loss': 0.03762970492243767, 'data_time': 0.025848671328276396, 'model_time': 0.5863950741477311, 'learning_rate': 9.779964655639886e-06, 'epoch': 17.92})
75
+ Step 7500, Loss: {'mse_loss': 0.04136798530817032, 'totoal_loss': 0.04136798530817032, 'data_time': 0.0003661997616291046, 'model_time': 0.5696564200334251, 'learning_rate': 9.761400516938874e-06, 'epoch': 18.16})
76
+ Step 7600, Loss: {'mse_loss': 0.05953003093600273, 'totoal_loss': 0.05953003093600273, 'data_time': 0.00039828335866332054, 'model_time': 0.6170922121964395, 'learning_rate': 9.74210423684938e-06, 'epoch': 18.4})
77
+ Step 7700, Loss: {'mse_loss': 0.05289173498749733, 'totoal_loss': 0.05289173498749733, 'data_time': 0.0003911629319190979, 'model_time': 0.5922373500652611, 'learning_rate': 9.722078862477715e-06, 'epoch': 18.64})
78
+ Step 7800, Loss: {'mse_loss': 0.04446167126297951, 'totoal_loss': 0.04446167126297951, 'data_time': 0.0003954763524234295, 'model_time': 0.5805423171259463, 'learning_rate': 9.701327556062637e-06, 'epoch': 18.89})
79
+ Step 7900, Loss: {'mse_loss': 0.05733480304479599, 'totoal_loss': 0.05733480304479599, 'data_time': 0.008088423870503902, 'model_time': 0.5869880360551178, 'learning_rate': 9.679853594475985e-06, 'epoch': 19.13})
80
+ Step 8000, Loss: {'mse_loss': 0.03609219938516617, 'totoal_loss': 0.03609219938516617, 'data_time': 0.007805359084159136, 'model_time': 0.5501991030760109, 'learning_rate': 9.657660368705225e-06, 'epoch': 19.37})
81
+ Step 8100, Loss: {'mse_loss': 0.037998732179403305, 'totoal_loss': 0.037998732179403305, 'data_time': 0.009212472010403872, 'model_time': 0.6016017738729715, 'learning_rate': 9.634751383317983e-06, 'epoch': 19.61})
82
+ Step 8200, Loss: {'mse_loss': 0.035107165575027466, 'totoal_loss': 0.035107165575027466, 'data_time': 0.008814810309559107, 'model_time': 0.5668177432380617, 'learning_rate': 9.611130255908619e-06, 'epoch': 19.85})
83
+ Step 8300, Loss: {'mse_loss': 0.03134201839566231, 'totoal_loss': 0.03134201839566231, 'data_time': 0.024914585053920746, 'model_time': 0.5865631299093366, 'learning_rate': 9.586800716526974e-06, 'epoch': 20.1})
84
+ Step 8400, Loss: {'mse_loss': 0.03984265774488449, 'totoal_loss': 0.03984265774488449, 'data_time': 0.01717203576117754, 'model_time': 0.5595756978727877, 'learning_rate': 9.561766607089355e-06, 'epoch': 20.34})
85
+ Step 8500, Loss: {'mse_loss': 0.06472357362508774, 'totoal_loss': 0.06472357362508774, 'data_time': 0.018820622004568577, 'model_time': 0.6163874119520187, 'learning_rate': 9.536031880771846e-06, 'epoch': 20.58})
86
+ Step 8600, Loss: {'mse_loss': 0.026639077812433243, 'totoal_loss': 0.026639077812433243, 'data_time': 0.014274287968873978, 'model_time': 0.843050376046449, 'learning_rate': 9.50960060138606e-06, 'epoch': 20.82})
87
+ Step 8700, Loss: {'mse_loss': 0.02469276823103428, 'totoal_loss': 0.02469276823103428, 'data_time': 0.010643326211720705, 'model_time': 0.6191447325982153, 'learning_rate': 9.482476942737411e-06, 'epoch': 21.07})
88
+ Step 8800, Loss: {'mse_loss': 0.03390226885676384, 'totoal_loss': 0.03390226885676384, 'data_time': 0.009390057064592838, 'model_time': 0.5838820310309529, 'learning_rate': 9.45466518796603e-06, 'epoch': 21.31})
89
+ Step 8900, Loss: {'mse_loss': 0.06925293803215027, 'totoal_loss': 0.06925293803215027, 'data_time': 0.009100755210965872, 'model_time': 0.5693714148364961, 'learning_rate': 9.426169728870399e-06, 'epoch': 21.55})
90
+ Step 9000, Loss: {'mse_loss': 0.042201928794384, 'totoal_loss': 0.042201928794384, 'data_time': 0.009655643254518509, 'model_time': 0.6219896408729255, 'learning_rate': 9.396995065213835e-06, 'epoch': 21.79})
91
+ Step 9100, Loss: {'mse_loss': 0.02983701601624489, 'totoal_loss': 0.02983701601624489, 'data_time': 0.0003884490579366684, 'model_time': 0.5816898215562105, 'learning_rate': 9.367145804013938e-06, 'epoch': 22.03})
92
+ Step 9200, Loss: {'mse_loss': 0.0361531637609005, 'totoal_loss': 0.0361531637609005, 'data_time': 0.00040880823507905006, 'model_time': 0.569469730835408, 'learning_rate': 9.336626658815071e-06, 'epoch': 22.28})
93
+ Step 9300, Loss: {'mse_loss': 0.04131593182682991, 'totoal_loss': 0.04131593182682991, 'data_time': 0.0005214852280914783, 'model_time': 0.5977333867922425, 'learning_rate': 9.305442448944056e-06, 'epoch': 22.52})
94
+ Step 9400, Loss: {'mse_loss': 0.03596332296729088, 'totoal_loss': 0.03596332296729088, 'data_time': 0.0003645089454948902, 'model_time': 0.5613660621456802, 'learning_rate': 9.273598098749124e-06, 'epoch': 22.76})
95
+ Step 9500, Loss: {'mse_loss': 0.04030662029981613, 'totoal_loss': 0.04030662029981613, 'data_time': 1.8987806709483266, 'model_time': 0.7896979772485793, 'learning_rate': 9.241098636822324e-06, 'epoch': 23.0})
96
+ Step 9600, Loss: {'mse_loss': 0.03206685185432434, 'totoal_loss': 0.03206685185432434, 'data_time': 0.008804992772638798, 'model_time': 0.5926038408651948, 'learning_rate': 9.207949195205442e-06, 'epoch': 23.24})
97
+ Step 9700, Loss: {'mse_loss': 0.03315802291035652, 'totoal_loss': 0.03315802291035652, 'data_time': 0.00803018594160676, 'model_time': 0.5857083387672901, 'learning_rate': 9.174155008579588e-06, 'epoch': 23.49})
98
+ Step 9800, Loss: {'mse_loss': 0.06421581655740738, 'totoal_loss': 0.06421581655740738, 'data_time': 0.010328963864594698, 'model_time': 0.5851684617809951, 'learning_rate': 9.139721413438583e-06, 'epoch': 23.73})
99
+ Step 9900, Loss: {'mse_loss': 0.0334850437939167, 'totoal_loss': 0.0334850437939167, 'data_time': 0.00897420896217227, 'model_time': 0.5778792598284781, 'learning_rate': 9.104653847246273e-06, 'epoch': 23.97})
100
+ Step 10000, Loss: {'mse_loss': 0.026326235383749008, 'totoal_loss': 0.026326235383749008, 'data_time': 0.012196845840662718, 'model_time': 0.6558812111616135, 'learning_rate': 9.068957847577869e-06, 'epoch': 24.21})
101
+ Step 10100, Loss: {'mse_loss': 0.058208394795656204, 'totoal_loss': 0.058208394795656204, 'data_time': 0.008284220937639475, 'model_time': 0.6923799230717123, 'learning_rate': 9.032639051245524e-06, 'epoch': 24.46})
102
+ Step 10200, Loss: {'mse_loss': 0.018849093466997147, 'totoal_loss': 0.018849093466997147, 'data_time': 0.008863227907568216, 'model_time': 0.609214904718101, 'learning_rate': 8.995703193408199e-06, 'epoch': 24.7})
103
+ Step 10300, Loss: {'mse_loss': 0.03380020707845688, 'totoal_loss': 0.03380020707845688, 'data_time': 0.008677151054143906, 'model_time': 0.5791632020846009, 'learning_rate': 8.958156106666017e-06, 'epoch': 24.94})
104
+ Step 10400, Loss: {'mse_loss': 0.02268207259476185, 'totoal_loss': 0.02268207259476185, 'data_time': 0.009287388995289803, 'model_time': 0.5670814709737897, 'learning_rate': 8.92000372013924e-06, 'epoch': 25.18})
105
+ Step 10500, Loss: {'mse_loss': 0.032634854316711426, 'totoal_loss': 0.032634854316711426, 'data_time': 0.008118983823806047, 'model_time': 0.5987628852017224, 'learning_rate': 8.881252058531973e-06, 'epoch': 25.42})
106
+ Step 10600, Loss: {'mse_loss': 0.03048482909798622, 'totoal_loss': 0.03048482909798622, 'data_time': 0.008176859002560377, 'model_time': 0.5754625909030437, 'learning_rate': 8.841907241180809e-06, 'epoch': 25.67})
107
+ Step 10700, Loss: {'mse_loss': 0.0257496926933527, 'totoal_loss': 0.0257496926933527, 'data_time': 0.010232196189463139, 'model_time': 0.5905754501000047, 'learning_rate': 8.801975481088507e-06, 'epoch': 25.91})
108
+ Step 10800, Loss: {'mse_loss': 0.022717319428920746, 'totoal_loss': 0.022717319428920746, 'data_time': 0.00034854281693696976, 'model_time': 0.5800318541005254, 'learning_rate': 8.761463083942889e-06, 'epoch': 26.15})
109
+ Step 10900, Loss: {'mse_loss': 0.027103176340460777, 'totoal_loss': 0.027103176340460777, 'data_time': 0.0003616730682551861, 'model_time': 0.5687536559998989, 'learning_rate': 8.720376447121098e-06, 'epoch': 26.39})
110
+ Step 11000, Loss: {'mse_loss': 0.035017453134059906, 'totoal_loss': 0.035017453134059906, 'data_time': 0.00046126311644911766, 'model_time': 0.639983591157943, 'learning_rate': 8.678722058679382e-06, 'epoch': 26.63})
111
+ Step 11100, Loss: {'mse_loss': 0.043258797377347946, 'totoal_loss': 0.043258797377347946, 'data_time': 0.0005264170467853546, 'model_time': 0.5844420460052788, 'learning_rate': 8.636506496328546e-06, 'epoch': 26.88})
112
+ Step 11200, Loss: {'mse_loss': 0.03692072629928589, 'totoal_loss': 0.03692072629928589, 'data_time': 0.00040135206654667854, 'model_time': 0.6117237727157772, 'learning_rate': 8.593736426395268e-06, 'epoch': 27.12})
113
+ Step 11300, Loss: {'mse_loss': 0.026202671229839325, 'totoal_loss': 0.026202671229839325, 'data_time': 0.00046277884393930435, 'model_time': 0.5569814648479223, 'learning_rate': 8.550418602769392e-06, 'epoch': 27.36})
114
+ Step 11400, Loss: {'mse_loss': 0.03955429047346115, 'totoal_loss': 0.03955429047346115, 'data_time': 0.00037966715171933174, 'model_time': 0.5873901448212564, 'learning_rate': 8.506559865837425e-06, 'epoch': 27.6})
115
+ Step 11500, Loss: {'mse_loss': 0.023369815200567245, 'totoal_loss': 0.023369815200567245, 'data_time': 0.00040860194712877274, 'model_time': 0.5591929866932333, 'learning_rate': 8.462167141402359e-06, 'epoch': 27.85})
116
+ Step 11600, Loss: {'mse_loss': 0.025379685685038567, 'totoal_loss': 0.025379685685038567, 'data_time': 0.02683303691446781, 'model_time': 0.5871800510212779, 'learning_rate': 8.417247439589994e-06, 'epoch': 28.09})
117
+ Step 11700, Loss: {'mse_loss': 0.019472289830446243, 'totoal_loss': 0.019472289830446243, 'data_time': 0.024302555713802576, 'model_time': 0.59609195869416, 'learning_rate': 8.371807853741978e-06, 'epoch': 28.33})
118
+ Step 11800, Loss: {'mse_loss': 0.03341206535696983, 'totoal_loss': 0.03341206535696983, 'data_time': 0.02175368182361126, 'model_time': 0.5775391720235348, 'learning_rate': 8.325855559295663e-06, 'epoch': 28.57})
119
+ Step 11900, Loss: {'mse_loss': 0.027648434042930603, 'totoal_loss': 0.027648434042930603, 'data_time': 0.02640440734103322, 'model_time': 0.6001151818782091, 'learning_rate': 8.279397812651042e-06, 'epoch': 28.81})
120
+ Step 12000, Loss: {'mse_loss': 0.04578344523906708, 'totoal_loss': 0.04578344523906708, 'data_time': 0.008505006320774555, 'model_time': 0.5862540868110955, 'learning_rate': 8.232441950024864e-06, 'epoch': 29.06})
121
+ Step 12100, Loss: {'mse_loss': 0.0350424163043499, 'totoal_loss': 0.0350424163043499, 'data_time': 0.007339864037930965, 'model_time': 0.5701387487351894, 'learning_rate': 8.184995386292166e-06, 'epoch': 29.3})
122
+ Step 12200, Loss: {'mse_loss': 0.02705574780702591, 'totoal_loss': 0.02705574780702591, 'data_time': 0.009868241846561432, 'model_time': 0.5723069976083934, 'learning_rate': 8.137065613815381e-06, 'epoch': 29.54})
123
+ Step 12300, Loss: {'mse_loss': 0.040470998734235764, 'totoal_loss': 0.040470998734235764, 'data_time': 0.008038218133151531, 'model_time': 0.6015810132957995, 'learning_rate': 8.088660201261203e-06, 'epoch': 29.78})
124
+ Step 12400, Loss: {'mse_loss': 0.023661071434617043, 'totoal_loss': 0.023661071434617043, 'data_time': 0.00825476786121726, 'model_time': 0.5996610322035849, 'learning_rate': 8.039786792405404e-06, 'epoch': 30.02})
125
+ Step 12500, Loss: {'mse_loss': 0.021399827674031258, 'totoal_loss': 0.021399827674031258, 'data_time': 0.008724635001271963, 'model_time': 0.5715888259001076, 'learning_rate': 7.990453104925807e-06, 'epoch': 30.27})
126
+ Step 12600, Loss: {'mse_loss': 0.026911715045571327, 'totoal_loss': 0.026911715045571327, 'data_time': 0.009749452117830515, 'model_time': 0.54533946281299, 'learning_rate': 7.940666929183554e-06, 'epoch': 30.51})
127
+ Step 12700, Loss: {'mse_loss': 0.029513951390981674, 'totoal_loss': 0.029513951390981674, 'data_time': 0.009422447998076677, 'model_time': 0.6514187720604241, 'learning_rate': 7.89043612699294e-06, 'epoch': 30.75})
128
+ Step 12800, Loss: {'mse_loss': 0.026514623314142227, 'totoal_loss': 0.026514623314142227, 'data_time': 0.007321702782064676, 'model_time': 0.534325857181102, 'learning_rate': 7.839768630379917e-06, 'epoch': 30.99})
129
+ Step 12900, Loss: {'mse_loss': 0.026574740186333656, 'totoal_loss': 0.026574740186333656, 'data_time': 0.019384334795176983, 'model_time': 0.5787496510893106, 'learning_rate': 7.788672440329562e-06, 'epoch': 31.23})
130
+ Step 13000, Loss: {'mse_loss': 0.030320698395371437, 'totoal_loss': 0.030320698395371437, 'data_time': 0.01637046178802848, 'model_time': 0.5686625130474567, 'learning_rate': 7.737155625522608e-06, 'epoch': 31.48})
131
+ Step 13100, Loss: {'mse_loss': 0.04072144255042076, 'totoal_loss': 0.04072144255042076, 'data_time': 0.02065176982432604, 'model_time': 0.6613171510398388, 'learning_rate': 7.685226321061318e-06, 'epoch': 31.72})
132
+ Step 13200, Loss: {'mse_loss': 0.026228614151477814, 'totoal_loss': 0.026228614151477814, 'data_time': 0.016846863087266684, 'model_time': 0.5910630701109767, 'learning_rate': 7.632892727184844e-06, 'epoch': 31.96})
133
+ Step 13300, Loss: {'mse_loss': 0.04459108039736748, 'totoal_loss': 0.04459108039736748, 'data_time': 0.024699621833860874, 'model_time': 0.5739027261734009, 'learning_rate': 7.580163107974335e-06, 'epoch': 32.2})
134
+ Step 13400, Loss: {'mse_loss': 0.027922455221414566, 'totoal_loss': 0.027922455221414566, 'data_time': 0.022508923895657063, 'model_time': 0.5843509379774332, 'learning_rate': 7.527045790047922e-06, 'epoch': 32.45})
135
+ Step 13500, Loss: {'mse_loss': 0.027928970754146576, 'totoal_loss': 0.027928970754146576, 'data_time': 0.024212869815528393, 'model_time': 0.5665282541885972, 'learning_rate': 7.473549161245862e-06, 'epoch': 32.69})
136
+ Step 13600, Loss: {'mse_loss': 0.034648921340703964, 'totoal_loss': 0.034648921340703964, 'data_time': 0.02249987469986081, 'model_time': 0.5689107817597687, 'learning_rate': 7.419681669305998e-06, 'epoch': 32.93})
137
+ Step 13700, Loss: {'mse_loss': 0.02547239139676094, 'totoal_loss': 0.02547239139676094, 'data_time': 0.011026826687157154, 'model_time': 0.5704843099229038, 'learning_rate': 7.365451820529756e-06, 'epoch': 33.17})
138
+ Step 13800, Loss: {'mse_loss': 0.01690993458032608, 'totoal_loss': 0.01690993458032608, 'data_time': 0.008390923961997032, 'model_time': 0.633046924136579, 'learning_rate': 7.310868178438909e-06, 'epoch': 33.41})
139
+ Step 13900, Loss: {'mse_loss': 0.02065570466220379, 'totoal_loss': 0.02065570466220379, 'data_time': 0.008577266242355108, 'model_time': 0.5613634260371327, 'learning_rate': 7.2559393624232985e-06, 'epoch': 33.66})
140
+ Step 14000, Loss: {'mse_loss': 0.024595223367214203, 'totoal_loss': 0.024595223367214203, 'data_time': 0.008207431994378567, 'model_time': 0.5887236739508808, 'learning_rate': 7.2006740463797296e-06, 'epoch': 33.9})
141
+ Step 14100, Loss: {'mse_loss': 0.027071239426732063, 'totoal_loss': 0.027071239426732063, 'data_time': 0.008654987905174494, 'model_time': 0.5859685796312988, 'learning_rate': 7.145080957342262e-06, 'epoch': 34.14})
142
+ Step 14200, Loss: {'mse_loss': 0.027184508740901947, 'totoal_loss': 0.027184508740901947, 'data_time': 0.007943004835397005, 'model_time': 0.5801857663318515, 'learning_rate': 7.0891688741041065e-06, 'epoch': 34.38})
143
+ Step 14300, Loss: {'mse_loss': 0.033730924129486084, 'totoal_loss': 0.033730924129486084, 'data_time': 0.01217210991308093, 'model_time': 0.5902449279092252, 'learning_rate': 7.032946625831363e-06, 'epoch': 34.62})
144
+ Step 14400, Loss: {'mse_loss': 0.023283984512090683, 'totoal_loss': 0.023283984512090683, 'data_time': 0.009190081153064966, 'model_time': 0.5997094591148198, 'learning_rate': 6.976423090668781e-06, 'epoch': 34.87})
145
+ Step 14500, Loss: {'mse_loss': 0.02206892892718315, 'totoal_loss': 0.02206892892718315, 'data_time': 0.018644675612449646, 'model_time': 0.5603963462635875, 'learning_rate': 6.919607194337806e-06, 'epoch': 35.11})
146
+ Step 14600, Loss: {'mse_loss': 0.016303710639476776, 'totoal_loss': 0.016303710639476776, 'data_time': 0.015529837924987078, 'model_time': 0.5855295052751899, 'learning_rate': 6.8625079087270976e-06, 'epoch': 35.35})
147
+ Step 14700, Loss: {'mse_loss': 0.01589142344892025, 'totoal_loss': 0.01589142344892025, 'data_time': 0.016322588082402945, 'model_time': 0.5800942815840244, 'learning_rate': 6.8051342504757714e-06, 'epoch': 35.59})
148
+ Step 14800, Loss: {'mse_loss': 0.030142538249492645, 'totoal_loss': 0.030142538249492645, 'data_time': 0.016180734150111675, 'model_time': 0.5694425166584551, 'learning_rate': 6.747495279549561e-06, 'epoch': 35.84})
149
+ Step 14900, Loss: {'mse_loss': 0.03430953249335289, 'totoal_loss': 0.03430953249335289, 'data_time': 0.017124014906585217, 'model_time': 0.5829833620227873, 'learning_rate': 6.6896000978101465e-06, 'epoch': 36.08})
150
+ Step 15000, Loss: {'mse_loss': 0.02514403499662876, 'totoal_loss': 0.02514403499662876, 'data_time': 0.01800798624753952, 'model_time': 0.5654244441539049, 'learning_rate': 6.631457847577869e-06, 'epoch': 36.32})
151
+ Step 15100, Loss: {'mse_loss': 0.011534842662513256, 'totoal_loss': 0.011534842662513256, 'data_time': 0.020380347035825253, 'model_time': 0.5655268649570644, 'learning_rate': 6.573077710188046e-06, 'epoch': 36.56})
152
+ Step 15200, Loss: {'mse_loss': 0.017904937267303467, 'totoal_loss': 0.017904937267303467, 'data_time': 0.017749424558132887, 'model_time': 0.5810577091760933, 'learning_rate': 6.5144689045411345e-06, 'epoch': 36.8})
153
+ Step 15300, Loss: {'mse_loss': 0.0410868376493454, 'totoal_loss': 0.0410868376493454, 'data_time': 0.010770157910883427, 'model_time': 0.6248748591169715, 'learning_rate': 6.455640685646961e-06, 'epoch': 37.05})
154
+ Step 15400, Loss: {'mse_loss': 0.025007955729961395, 'totoal_loss': 0.025007955729961395, 'data_time': 0.010261268354952335, 'model_time': 0.5848550633527339, 'learning_rate': 6.396602343163248e-06, 'epoch': 37.29})
155
+ Step 15500, Loss: {'mse_loss': 0.021600546315312386, 'totoal_loss': 0.021600546315312386, 'data_time': 0.009066218044608831, 'model_time': 0.5743882372044027, 'learning_rate': 6.337363199928669e-06, 'epoch': 37.53})
156
+ Step 15600, Loss: {'mse_loss': 0.0165849681943655, 'totoal_loss': 0.0165849681943655, 'data_time': 0.00987042486667633, 'model_time': 0.6309886099770665, 'learning_rate': 6.277932610490659e-06, 'epoch': 37.77})
157
+ Step 15700, Loss: {'mse_loss': 0.021473627537488937, 'totoal_loss': 0.021473627537488937, 'data_time': 0.0004650489427149296, 'model_time': 0.6202278449200094, 'learning_rate': 6.218319959628234e-06, 'epoch': 38.01})
158
+ Step 15800, Loss: {'mse_loss': 0.02830669842660427, 'totoal_loss': 0.02830669842660427, 'data_time': 0.0005519259721040726, 'model_time': 0.5851278100162745, 'learning_rate': 6.158534660870018e-06, 'epoch': 38.26})
159
+ Step 15900, Loss: {'mse_loss': 0.03214874118566513, 'totoal_loss': 0.03214874118566513, 'data_time': 0.00036454619839787483, 'model_time': 0.5961239668540657, 'learning_rate': 6.0985861550077345e-06, 'epoch': 38.5})
160
+ Step 16000, Loss: {'mse_loss': 0.035016681998968124, 'totoal_loss': 0.035016681998968124, 'data_time': 0.0004094312898814678, 'model_time': 0.59334124205634, 'learning_rate': 6.0384839086054095e-06, 'epoch': 38.74})
161
+ Step 16100, Loss: {'mse_loss': 0.019189918413758278, 'totoal_loss': 0.019189918413758278, 'data_time': 0.0003120782785117626, 'model_time': 0.5464637470431626, 'learning_rate': 5.978237412504472e-06, 'epoch': 38.98})
162
+ Step 16200, Loss: {'mse_loss': 0.021218908950686455, 'totoal_loss': 0.021218908950686455, 'data_time': 0.00836629280820489, 'model_time': 0.5642294189892709, 'learning_rate': 5.917856180325059e-06, 'epoch': 39.23})
163
+ Step 16300, Loss: {'mse_loss': 0.012864564545452595, 'totoal_loss': 0.012864564545452595, 'data_time': 0.011181734036654234, 'model_time': 0.6382659068331122, 'learning_rate': 5.857349746963692e-06, 'epoch': 39.47})
164
+ Step 16400, Loss: {'mse_loss': 0.029102811589837074, 'totoal_loss': 0.029102811589837074, 'data_time': 0.011360406875610352, 'model_time': 0.5599434059113264, 'learning_rate': 5.796727667087611e-06, 'epoch': 39.71})
165
+ Step 16500, Loss: {'mse_loss': 0.019901271909475327, 'totoal_loss': 0.019901271909475327, 'data_time': 0.00842706486582756, 'model_time': 0.5769704980775714, 'learning_rate': 5.735999513625984e-06, 'epoch': 39.95})
166
+ Step 16600, Loss: {'mse_loss': 0.014140535145998001, 'totoal_loss': 0.014140535145998001, 'data_time': 0.017004800029098988, 'model_time': 0.56185173522681, 'learning_rate': 5.675174876258223e-06, 'epoch': 40.19})
167
+ Step 16700, Loss: {'mse_loss': 0.021290553733706474, 'totoal_loss': 0.021290553733706474, 'data_time': 0.015337305143475533, 'model_time': 0.5568360020406544, 'learning_rate': 5.614263359899673e-06, 'epoch': 40.44})
168
+ Step 16800, Loss: {'mse_loss': 0.019040340557694435, 'totoal_loss': 0.019040340557694435, 'data_time': 0.019244320690631866, 'model_time': 0.5943326968699694, 'learning_rate': 5.553274583184875e-06, 'epoch': 40.68})
169
+ Step 16900, Loss: {'mse_loss': 0.04006484895944595, 'totoal_loss': 0.04006484895944595, 'data_time': 0.018316890113055706, 'model_time': 0.5875749951228499, 'learning_rate': 5.492218176948673e-06, 'epoch': 40.92})
170
+ Step 17000, Loss: {'mse_loss': 0.024611862376332283, 'totoal_loss': 0.024611862376332283, 'data_time': 0.007963446900248528, 'model_time': 0.6386292446404696, 'learning_rate': 5.431103782705404e-06, 'epoch': 41.16})
171
+ Step 17100, Loss: {'mse_loss': 0.023983586579561234, 'totoal_loss': 0.023983586579561234, 'data_time': 0.011316316667944193, 'model_time': 0.584983573295176, 'learning_rate': 5.369941051126377e-06, 'epoch': 41.4})
172
+ Step 17200, Loss: {'mse_loss': 0.01886097341775894, 'totoal_loss': 0.01886097341775894, 'data_time': 0.008188832085579634, 'model_time': 0.5677724326960742, 'learning_rate': 5.308739640515932e-06, 'epoch': 41.65})
173
+ Step 17300, Loss: {'mse_loss': 0.014140227809548378, 'totoal_loss': 0.014140227809548378, 'data_time': 0.008290287107229233, 'model_time': 0.5391266890801489, 'learning_rate': 5.24750921528627e-06, 'epoch': 41.89})
174
+ Step 17400, Loss: {'mse_loss': 0.031053388491272926, 'totoal_loss': 0.031053388491272926, 'data_time': 0.010925748851150274, 'model_time': 0.5684961332008243, 'learning_rate': 5.186259444431344e-06, 'epoch': 42.13})
175
+ Step 17500, Loss: {'mse_loss': 0.02422354556620121, 'totoal_loss': 0.02422354556620121, 'data_time': 0.009087362792342901, 'model_time': 0.5791976577602327, 'learning_rate': 5.125e-06, 'epoch': 42.37})
176
+ Step 17600, Loss: {'mse_loss': 0.02921557053923607, 'totoal_loss': 0.02921557053923607, 'data_time': 0.011117884889245033, 'model_time': 0.6084569850936532, 'learning_rate': 5.063740555568656e-06, 'epoch': 42.62})
177
+ Step 17700, Loss: {'mse_loss': 0.013932913541793823, 'totoal_loss': 0.013932913541793823, 'data_time': 0.009784953203052282, 'model_time': 0.5665044980123639, 'learning_rate': 5.002490784713731e-06, 'epoch': 42.86})
178
+ Step 17800, Loss: {'mse_loss': 0.016090139746665955, 'totoal_loss': 0.016090139746665955, 'data_time': 0.02029308956116438, 'model_time': 0.574806114193052, 'learning_rate': 4.9412603594840695e-06, 'epoch': 43.1})
179
+ Step 17900, Loss: {'mse_loss': 0.029040371999144554, 'totoal_loss': 0.029040371999144554, 'data_time': 0.016535443253815174, 'model_time': 0.6112985736690462, 'learning_rate': 4.8800589488736245e-06, 'epoch': 43.34})
180
+ Step 18000, Loss: {'mse_loss': 0.02571677789092064, 'totoal_loss': 0.02571677789092064, 'data_time': 0.01651812018826604, 'model_time': 0.6493523260578513, 'learning_rate': 4.818896217294598e-06, 'epoch': 43.58})
181
+ Step 18100, Loss: {'mse_loss': 0.024065902456641197, 'totoal_loss': 0.024065902456641197, 'data_time': 0.016859102062880993, 'model_time': 0.5686246939003468, 'learning_rate': 4.757781823051329e-06, 'epoch': 43.83})
182
+ Step 18200, Loss: {'mse_loss': 0.011091921478509903, 'totoal_loss': 0.011091921478509903, 'data_time': 0.009001118130981922, 'model_time': 0.5997610259801149, 'learning_rate': 4.696725416815128e-06, 'epoch': 44.07})
183
+ Step 18300, Loss: {'mse_loss': 0.014161144383251667, 'totoal_loss': 0.014161144383251667, 'data_time': 0.012983348220586777, 'model_time': 0.5791511489078403, 'learning_rate': 4.635736640100327e-06, 'epoch': 44.31})
184
+ Step 18400, Loss: {'mse_loss': 0.022655198350548744, 'totoal_loss': 0.022655198350548744, 'data_time': 0.008998361881822348, 'model_time': 0.603264125995338, 'learning_rate': 4.574825123741778e-06, 'epoch': 44.55})
185
+ Step 18500, Loss: {'mse_loss': 0.011284817941486835, 'totoal_loss': 0.011284817941486835, 'data_time': 0.009466352872550488, 'model_time': 0.5652841469272971, 'learning_rate': 4.5140004863740165e-06, 'epoch': 44.79})
186
+ Step 18600, Loss: {'mse_loss': 0.0259108804166317, 'totoal_loss': 0.0259108804166317, 'data_time': 0.00897462060675025, 'model_time': 0.5738388882018626, 'learning_rate': 4.45327233291239e-06, 'epoch': 45.04})
187
+ Step 18700, Loss: {'mse_loss': 0.022894157096743584, 'totoal_loss': 0.022894157096743584, 'data_time': 0.009349779225885868, 'model_time': 0.5835893452167511, 'learning_rate': 4.39265025303631e-06, 'epoch': 45.28})
188
+ Step 18800, Loss: {'mse_loss': 0.022606205195188522, 'totoal_loss': 0.022606205195188522, 'data_time': 0.010275688022375107, 'model_time': 0.5780443749390543, 'learning_rate': 4.332143819674943e-06, 'epoch': 45.52})
189
+ Step 18900, Loss: {'mse_loss': 0.013831318356096745, 'totoal_loss': 0.013831318356096745, 'data_time': 0.009811713825911283, 'model_time': 0.6042027692310512, 'learning_rate': 4.271762587495529e-06, 'epoch': 45.76})
190
+ Step 19000, Loss: {'mse_loss': 0.030200937762856483, 'totoal_loss': 0.030200937762856483, 'data_time': 0.000904472079128027, 'model_time': 0.6163137969560921, 'learning_rate': 4.2115160913945914e-06, 'epoch': 46.0})
191
+ Step 19100, Loss: {'mse_loss': 0.019185639917850494, 'totoal_loss': 0.019185639917850494, 'data_time': 0.0003845016472041607, 'model_time': 0.5801242222078145, 'learning_rate': 4.151413844992267e-06, 'epoch': 46.25})
192
+ Step 19200, Loss: {'mse_loss': 0.01162448339164257, 'totoal_loss': 0.01162448339164257, 'data_time': 0.0003661569207906723, 'model_time': 0.581890513189137, 'learning_rate': 4.091465339129985e-06, 'epoch': 46.49})
193
+ Step 19300, Loss: {'mse_loss': 0.015706419944763184, 'totoal_loss': 0.015706419944763184, 'data_time': 0.0004003145731985569, 'model_time': 0.6726137138903141, 'learning_rate': 4.031680040371768e-06, 'epoch': 46.73})
194
+ Step 19400, Loss: {'mse_loss': 0.010061879642307758, 'totoal_loss': 0.010061879642307758, 'data_time': 0.0003683050163090229, 'model_time': 0.566932381130755, 'learning_rate': 3.972067389509344e-06, 'epoch': 46.97})
195
+ Step 19500, Loss: {'mse_loss': 0.016371482983231544, 'totoal_loss': 0.016371482983231544, 'data_time': 0.012144532985985279, 'model_time': 0.5684497822076082, 'learning_rate': 3.912636800071335e-06, 'epoch': 47.22})
196
+ Step 19600, Loss: {'mse_loss': 0.02519349381327629, 'totoal_loss': 0.02519349381327629, 'data_time': 0.011596826370805502, 'model_time': 0.6032147943042219, 'learning_rate': 3.853397656836754e-06, 'epoch': 47.46})
197
+ Step 19700, Loss: {'mse_loss': 0.023594291880726814, 'totoal_loss': 0.023594291880726814, 'data_time': 0.00827981112524867, 'model_time': 0.5945143671706319, 'learning_rate': 3.7943593143530404e-06, 'epoch': 47.7})
198
+ Step 19800, Loss: {'mse_loss': 0.01552434079349041, 'totoal_loss': 0.01552434079349041, 'data_time': 0.009706346783787012, 'model_time': 0.5687389499507844, 'learning_rate': 3.735531095458867e-06, 'epoch': 47.94})
199
+ Step 19900, Loss: {'mse_loss': 0.01128323469310999, 'totoal_loss': 0.01128323469310999, 'data_time': 0.009060592390596867, 'model_time': 0.6509774043224752, 'learning_rate': 3.6769222898119562e-06, 'epoch': 48.18})
200
+ Step 20000, Loss: {'mse_loss': 0.017224323004484177, 'totoal_loss': 0.017224323004484177, 'data_time': 0.008245916105806828, 'model_time': 0.6161501170136034, 'learning_rate': 3.618542152422132e-06, 'epoch': 48.43})
201
+ Step 20100, Loss: {'mse_loss': 0.021123696118593216, 'totoal_loss': 0.021123696118593216, 'data_time': 0.007990309968590736, 'model_time': 0.5906902416609228, 'learning_rate': 3.560399902189855e-06, 'epoch': 48.67})
202
+ Step 20200, Loss: {'mse_loss': 0.011661439202725887, 'totoal_loss': 0.011661439202725887, 'data_time': 0.011975723784416914, 'model_time': 0.6699560228735209, 'learning_rate': 3.502504720450441e-06, 'epoch': 48.91})
203
+ Step 20300, Loss: {'mse_loss': 0.010072714649140835, 'totoal_loss': 0.010072714649140835, 'data_time': 0.010345406830310822, 'model_time': 0.6390434019267559, 'learning_rate': 3.4448657495242304e-06, 'epoch': 49.15})
204
+ Step 20400, Loss: {'mse_loss': 0.020273340865969658, 'totoal_loss': 0.020273340865969658, 'data_time': 0.008589754812419415, 'model_time': 0.5690901200287044, 'learning_rate': 3.387492091272904e-06, 'epoch': 49.39})
205
+ Step 20500, Loss: {'mse_loss': 0.008421545848250389, 'totoal_loss': 0.008421545848250389, 'data_time': 0.007779620122164488, 'model_time': 0.5767138400115073, 'learning_rate': 3.3303928056621955e-06, 'epoch': 49.64})
206
+ Step 20600, Loss: {'mse_loss': 0.008624452166259289, 'totoal_loss': 0.008624452166259289, 'data_time': 0.008173897862434387, 'model_time': 0.5653181811794639, 'learning_rate': 3.2735769093312202e-06, 'epoch': 49.88})
207
+ Step 20700, Loss: {'mse_loss': 0.01252681203186512, 'totoal_loss': 0.01252681203186512, 'data_time': 0.00800361717119813, 'model_time': 0.586270781699568, 'learning_rate': 3.217053374168639e-06, 'epoch': 50.12})
208
+ Step 20800, Loss: {'mse_loss': 0.00850534439086914, 'totoal_loss': 0.00850534439086914, 'data_time': 0.011006640270352364, 'model_time': 0.5620856047607958, 'learning_rate': 3.1608311258958953e-06, 'epoch': 50.36})
209
+ Step 20900, Loss: {'mse_loss': 0.01764865219593048, 'totoal_loss': 0.01764865219593048, 'data_time': 0.007531414274126291, 'model_time': 0.6426259172149003, 'learning_rate': 3.10491904265774e-06, 'epoch': 50.61})
210
+ Step 21000, Loss: {'mse_loss': 0.025020720437169075, 'totoal_loss': 0.025020720437169075, 'data_time': 0.009318524971604347, 'model_time': 0.6132821161299944, 'learning_rate': 3.0493259536202714e-06, 'epoch': 50.85})
211
+ Step 21100, Loss: {'mse_loss': 0.022584890946745872, 'totoal_loss': 0.022584890946745872, 'data_time': 0.0003966987133026123, 'model_time': 0.5902921757660806, 'learning_rate': 2.9940606375767038e-06, 'epoch': 51.09})
212
+ Step 21200, Loss: {'mse_loss': 0.017262496054172516, 'totoal_loss': 0.017262496054172516, 'data_time': 0.00037600286304950714, 'model_time': 0.6002171202562749, 'learning_rate': 2.939131821561094e-06, 'epoch': 51.33})
213
+ Step 21300, Loss: {'mse_loss': 0.010260703973472118, 'totoal_loss': 0.010260703973472118, 'data_time': 0.000467667356133461, 'model_time': 0.5787225631065667, 'learning_rate': 2.8845481794702473e-06, 'epoch': 51.57})
214
+ Step 21400, Loss: {'mse_loss': 0.016263455152511597, 'totoal_loss': 0.016263455152511597, 'data_time': 0.00038357311859726906, 'model_time': 0.5841509811580181, 'learning_rate': 2.830318330694004e-06, 'epoch': 51.82})
215
+ Step 21500, Loss: {'mse_loss': 0.014494325034320354, 'totoal_loss': 0.014494325034320354, 'data_time': 0.008466993924230337, 'model_time': 0.8544170628301799, 'learning_rate': 2.7764508387541378e-06, 'epoch': 52.06})
216
+ Step 21600, Loss: {'mse_loss': 0.022190405055880547, 'totoal_loss': 0.022190405055880547, 'data_time': 0.007945904042571783, 'model_time': 0.5740559389814734, 'learning_rate': 2.7229542099520797e-06, 'epoch': 52.3})
217
+ Step 21700, Loss: {'mse_loss': 0.012261033989489079, 'totoal_loss': 0.012261033989489079, 'data_time': 0.00974997878074646, 'model_time': 0.5766754169017076, 'learning_rate': 2.669836892025666e-06, 'epoch': 52.54})
218
+ Step 21800, Loss: {'mse_loss': 0.015904389321804047, 'totoal_loss': 0.015904389321804047, 'data_time': 0.008229495957493782, 'model_time': 0.5863668429665267, 'learning_rate': 2.6171072728151557e-06, 'epoch': 52.78})
219
+ Step 21900, Loss: {'mse_loss': 0.011169780977070332, 'totoal_loss': 0.011169780977070332, 'data_time': 0.009068828076124191, 'model_time': 0.5713417800143361, 'learning_rate': 2.5647736789386828e-06, 'epoch': 53.03})
220
+ Step 22000, Loss: {'mse_loss': 0.01852794922888279, 'totoal_loss': 0.01852794922888279, 'data_time': 0.008093047421425581, 'model_time': 0.562188227660954, 'learning_rate': 2.5128443744773904e-06, 'epoch': 53.27})
221
+ Step 22100, Loss: {'mse_loss': 0.009814448654651642, 'totoal_loss': 0.009814448654651642, 'data_time': 0.011354612186551094, 'model_time': 0.5985269723460078, 'learning_rate': 2.4613275596704386e-06, 'epoch': 53.51})
222
+ Step 22200, Loss: {'mse_loss': 0.0190372746437788, 'totoal_loss': 0.0190372746437788, 'data_time': 0.007382899988442659, 'model_time': 0.5590678132139146, 'learning_rate': 2.4102313696200853e-06, 'epoch': 53.75})
223
+ Step 22300, Loss: {'mse_loss': 0.01685946434736252, 'totoal_loss': 0.01685946434736252, 'data_time': 0.007310841232538223, 'model_time': 0.5385235091671348, 'learning_rate': 2.359563873007063e-06, 'epoch': 54.0})
224
+ Step 22400, Loss: {'mse_loss': 0.018879882991313934, 'totoal_loss': 0.018879882991313934, 'data_time': 0.0005643442273139954, 'model_time': 0.6983990273438394, 'learning_rate': 2.3093330708164465e-06, 'epoch': 54.24})
225
+ Step 22500, Loss: {'mse_loss': 0.02781960368156433, 'totoal_loss': 0.02781960368156433, 'data_time': 0.0003883829340338707, 'model_time': 0.5954857892356813, 'learning_rate': 2.2595468950741943e-06, 'epoch': 54.48})
226
+ Step 22600, Loss: {'mse_loss': 0.014408361166715622, 'totoal_loss': 0.014408361166715622, 'data_time': 0.00039072614163160324, 'model_time': 0.6109067336656153, 'learning_rate': 2.2102132075945974e-06, 'epoch': 54.72})
227
+ Step 22700, Loss: {'mse_loss': 0.014321789145469666, 'totoal_loss': 0.014321789145469666, 'data_time': 0.00039244862273335457, 'model_time': 0.5955310040153563, 'learning_rate': 2.1613397987388e-06, 'epoch': 54.96})
228
+ Step 22800, Loss: {'mse_loss': 0.012658792547881603, 'totoal_loss': 0.012658792547881603, 'data_time': 0.00857852678745985, 'model_time': 0.5585435652174056, 'learning_rate': 2.1129343861846207e-06, 'epoch': 55.21})
229
+ Step 22900, Loss: {'mse_loss': 0.00817793421447277, 'totoal_loss': 0.00817793421447277, 'data_time': 0.0069460333324968815, 'model_time': 0.5746311997063458, 'learning_rate': 2.065004613707836e-06, 'epoch': 55.45})
230
+ Step 23000, Loss: {'mse_loss': 0.015197659842669964, 'totoal_loss': 0.015197659842669964, 'data_time': 0.010468909982591867, 'model_time': 0.5847130748443305, 'learning_rate': 2.0175580499751375e-06, 'epoch': 55.69})
231
+ Step 23100, Loss: {'mse_loss': 0.024520833045244217, 'totoal_loss': 0.024520833045244217, 'data_time': 0.007910827174782753, 'model_time': 0.5713036181405187, 'learning_rate': 1.9706021873489604e-06, 'epoch': 55.93})
232
+ Step 23200, Loss: {'mse_loss': 0.011037115938961506, 'totoal_loss': 0.011037115938961506, 'data_time': 0.010501112788915634, 'model_time': 0.647913355845958, 'learning_rate': 1.924144440704338e-06, 'epoch': 56.17})
233
+ Step 23300, Loss: {'mse_loss': 0.013275543227791786, 'totoal_loss': 0.013275543227791786, 'data_time': 0.010594532825052738, 'model_time': 0.5732645648531616, 'learning_rate': 1.8781921462580238e-06, 'epoch': 56.42})
234
+ Step 23400, Loss: {'mse_loss': 0.014824842102825642, 'totoal_loss': 0.014824842102825642, 'data_time': 0.010563467163592577, 'model_time': 0.5607550102286041, 'learning_rate': 1.8327525604100058e-06, 'epoch': 56.66})
235
+ Step 23500, Loss: {'mse_loss': 0.008810626342892647, 'totoal_loss': 0.008810626342892647, 'data_time': 0.012037417385727167, 'model_time': 0.5793736912310123, 'learning_rate': 1.7878328585976426e-06, 'epoch': 56.9})
236
+ Step 23600, Loss: {'mse_loss': 0.015295364893972874, 'totoal_loss': 0.015295364893972874, 'data_time': 0.008644707966595888, 'model_time': 0.5788286891765893, 'learning_rate': 1.7434401341625765e-06, 'epoch': 57.14})
237
+ Step 23700, Loss: {'mse_loss': 0.013668730854988098, 'totoal_loss': 0.013668730854988098, 'data_time': 0.008392040152102709, 'model_time': 0.5776174799539149, 'learning_rate': 1.6995813972306108e-06, 'epoch': 57.38})
238
+ Step 23800, Loss: {'mse_loss': 0.014330349862575531, 'totoal_loss': 0.014330349862575531, 'data_time': 0.009067927952855825, 'model_time': 0.5607831291854382, 'learning_rate': 1.656263573604734e-06, 'epoch': 57.63})
239
+ Step 23900, Loss: {'mse_loss': 0.018480150029063225, 'totoal_loss': 0.018480150029063225, 'data_time': 0.008431705180555582, 'model_time': 0.5573107791133225, 'learning_rate': 1.613493503671454e-06, 'epoch': 57.87})
240
+ Step 24000, Loss: {'mse_loss': 0.028379779309034348, 'totoal_loss': 0.028379779309034348, 'data_time': 0.015434777829796076, 'model_time': 0.605846721213311, 'learning_rate': 1.5712779413206198e-06, 'epoch': 58.11})
241
+ Step 24100, Loss: {'mse_loss': 0.036409758031368256, 'totoal_loss': 0.036409758031368256, 'data_time': 0.020682305097579956, 'model_time': 0.5683475318364799, 'learning_rate': 1.5296235528789028e-06, 'epoch': 58.35})
242
+ Step 24200, Loss: {'mse_loss': 0.01411052793264389, 'totoal_loss': 0.01411052793264389, 'data_time': 0.01711579691618681, 'model_time': 0.5646661841310561, 'learning_rate': 1.4885369160571124e-06, 'epoch': 58.6})
243
+ Step 24300, Loss: {'mse_loss': 0.02107333019375801, 'totoal_loss': 0.02107333019375801, 'data_time': 0.01937414798885584, 'model_time': 0.5412813676521182, 'learning_rate': 1.4480245189114938e-06, 'epoch': 58.84})
244
+ Step 24400, Loss: {'mse_loss': 0.028255540877580643, 'totoal_loss': 0.028255540877580643, 'data_time': 0.020318238995969296, 'model_time': 0.6609996948391199, 'learning_rate': 1.408092758819191e-06, 'epoch': 59.08})
245
+ Step 24500, Loss: {'mse_loss': 0.011657485738396645, 'totoal_loss': 0.011657485738396645, 'data_time': 0.015794883016496897, 'model_time': 0.581623722333461, 'learning_rate': 1.368747941468028e-06, 'epoch': 59.32})
246
+ Step 24600, Loss: {'mse_loss': 0.013762695714831352, 'totoal_loss': 0.013762695714831352, 'data_time': 0.016383168753236532, 'model_time': 0.6138129928149283, 'learning_rate': 1.3299962798607614e-06, 'epoch': 59.56})
247
+ Step 24700, Loss: {'mse_loss': 0.02473994344472885, 'totoal_loss': 0.02473994344472885, 'data_time': 0.017039258033037186, 'model_time': 0.5837661046534777, 'learning_rate': 1.2918438933339827e-06, 'epoch': 59.81})
248
+ Step 24800, Loss: {'mse_loss': 0.012926306575536728, 'totoal_loss': 0.012926306575536728, 'data_time': 0.009601448196917772, 'model_time': 0.5735259698703885, 'learning_rate': 1.2542968065918027e-06, 'epoch': 60.05})
249
+ Step 24900, Loss: {'mse_loss': 0.010217971168458462, 'totoal_loss': 0.010217971168458462, 'data_time': 0.009288030210882425, 'model_time': 0.567829811014235, 'learning_rate': 1.217360948754476e-06, 'epoch': 60.29})
250
+ Step 25000, Loss: {'mse_loss': 0.00814582034945488, 'totoal_loss': 0.00814582034945488, 'data_time': 0.010564976837486029, 'model_time': 0.5857758200727403, 'learning_rate': 1.1810421524221318e-06, 'epoch': 60.53})
251
+ Step 25100, Loss: {'mse_loss': 0.019522277638316154, 'totoal_loss': 0.019522277638316154, 'data_time': 0.010861726943403482, 'model_time': 0.6280084112659097, 'learning_rate': 1.1453461527537284e-06, 'epoch': 60.77})
252
+ Step 25200, Loss: {'mse_loss': 0.009190446697175503, 'totoal_loss': 0.009190446697175503, 'data_time': 0.007138372864574194, 'model_time': 0.5866169231012464, 'learning_rate': 1.1102785865614162e-06, 'epoch': 61.02})
253
+ Step 25300, Loss: {'mse_loss': 0.013954465277493, 'totoal_loss': 0.013954465277493, 'data_time': 0.0003760228864848614, 'model_time': 0.5784381446428597, 'learning_rate': 1.0758449914204127e-06, 'epoch': 61.26})
254
+ Step 25400, Loss: {'mse_loss': 0.011569730006158352, 'totoal_loss': 0.011569730006158352, 'data_time': 0.0003851158544421196, 'model_time': 0.6097221551463008, 'learning_rate': 1.0420508047945595e-06, 'epoch': 61.5})
255
+ Step 25500, Loss: {'mse_loss': 0.0231917817145586, 'totoal_loss': 0.0231917817145586, 'data_time': 0.0003737006336450577, 'model_time': 0.6166604678146541, 'learning_rate': 1.0089013631776776e-06, 'epoch': 61.74})
256
+ Step 25600, Loss: {'mse_loss': 0.01267044898122549, 'totoal_loss': 0.01267044898122549, 'data_time': 0.0002852301113307476, 'model_time': 0.5465550469234586, 'learning_rate': 9.76401901250878e-07, 'epoch': 61.99})
257
+ Step 25700, Loss: {'mse_loss': 0.013444721698760986, 'totoal_loss': 0.013444721698760986, 'data_time': 0.0004094429314136505, 'model_time': 0.5857756403274834, 'learning_rate': 9.44557551055946e-07, 'epoch': 62.23})
258
+ Step 25800, Loss: {'mse_loss': 0.010449793189764023, 'totoal_loss': 0.010449793189764023, 'data_time': 0.0003811880014836788, 'model_time': 0.6221626759506762, 'learning_rate': 9.13373341184928e-07, 'epoch': 62.47})
259
+ Step 25900, Loss: {'mse_loss': 0.014700755476951599, 'totoal_loss': 0.014700755476951599, 'data_time': 0.0003768489696085453, 'model_time': 0.58467279933393, 'learning_rate': 8.828541959860623e-07, 'epoch': 62.71})
260
+ Step 26000, Loss: {'mse_loss': 0.011233215220272541, 'totoal_loss': 0.011233215220272541, 'data_time': 0.0003850320354104042, 'model_time': 0.5822881129570305, 'learning_rate': 8.530049347861661e-07, 'epoch': 62.95})
261
+ Step 26100, Loss: {'mse_loss': 0.011317620053887367, 'totoal_loss': 0.011317620053887367, 'data_time': 0.007954553700983524, 'model_time': 0.6108979247510433, 'learning_rate': 8.238302711296034e-07, 'epoch': 63.2})
262
+ Step 26200, Loss: {'mse_loss': 0.01886092871427536, 'totoal_loss': 0.01886092871427536, 'data_time': 0.009835698176175356, 'model_time': 0.604791906196624, 'learning_rate': 7.953348120339707e-07, 'epoch': 63.44})
263
+ Step 26300, Loss: {'mse_loss': 0.015530631877481937, 'totoal_loss': 0.015530631877481937, 'data_time': 0.00922825513407588, 'model_time': 0.653691214043647, 'learning_rate': 7.675230572625892e-07, 'epoch': 63.68})
264
+ Step 26400, Loss: {'mse_loss': 0.017427004873752594, 'totoal_loss': 0.017427004873752594, 'data_time': 0.008927074261009693, 'model_time': 0.5867507681250572, 'learning_rate': 7.40399398613941e-07, 'epoch': 63.92})
265
+ Step 26500, Loss: {'mse_loss': 0.00916430912911892, 'totoal_loss': 0.00916430912911892, 'data_time': 0.017146083060652018, 'model_time': 0.5910845128819346, 'learning_rate': 7.139681192281557e-07, 'epoch': 64.16})
266
+ Step 26600, Loss: {'mse_loss': 0.012316367588937283, 'totoal_loss': 0.012316367588937283, 'data_time': 0.017561483196914196, 'model_time': 0.681570271961391, 'learning_rate': 6.882333929106462e-07, 'epoch': 64.41})
267
+ Step 26700, Loss: {'mse_loss': 0.010130118578672409, 'totoal_loss': 0.010130118578672409, 'data_time': 0.01661354210227728, 'model_time': 0.5977416108362377, 'learning_rate': 6.63199283473027e-07, 'epoch': 64.65})
268
+ Step 26800, Loss: {'mse_loss': 0.013824050314724445, 'totoal_loss': 0.013824050314724445, 'data_time': 0.01785681489855051, 'model_time': 0.5739735160022974, 'learning_rate': 6.388697440913819e-07, 'epoch': 64.89})
269
+ Step 26900, Loss: {'mse_loss': 0.020886022597551346, 'totoal_loss': 0.020886022597551346, 'data_time': 0.015049288049340248, 'model_time': 0.5719364760443568, 'learning_rate': 6.152486166820176e-07, 'epoch': 65.13})
270
+ Step 27000, Loss: {'mse_loss': 0.011661837808787823, 'totoal_loss': 0.011661837808787823, 'data_time': 0.007909742183983326, 'model_time': 0.5804525739513338, 'learning_rate': 5.923396312947748e-07, 'epoch': 65.38})
271
+ Step 27100, Loss: {'mse_loss': 0.013129372149705887, 'totoal_loss': 0.013129372149705887, 'data_time': 0.010290674865245819, 'model_time': 0.5485138590447605, 'learning_rate': 5.701464055240163e-07, 'epoch': 65.62})
272
+ Step 27200, Loss: {'mse_loss': 0.013917897827923298, 'totoal_loss': 0.013917897827923298, 'data_time': 0.009859056212008, 'model_time': 0.5973142026923597, 'learning_rate': 5.48672443937364e-07, 'epoch': 65.86})
273
+ Step 27300, Loss: {'mse_loss': 0.012544063851237297, 'totoal_loss': 0.012544063851237297, 'data_time': 0.01848501292988658, 'model_time': 0.6482303868979216, 'learning_rate': 5.279211375222855e-07, 'epoch': 66.1})
274
+ Step 27400, Loss: {'mse_loss': 0.011202405206859112, 'totoal_loss': 0.011202405206859112, 'data_time': 0.015822034794837236, 'model_time': 0.5717676458880305, 'learning_rate': 5.07895763150622e-07, 'epoch': 66.34})
275
+ Step 27500, Loss: {'mse_loss': 0.010122174397110939, 'totoal_loss': 0.010122174397110939, 'data_time': 0.014343580231070518, 'model_time': 0.5821408438496292, 'learning_rate': 4.885994830611266e-07, 'epoch': 66.59})
276
+ Step 27600, Loss: {'mse_loss': 0.01389137003570795, 'totoal_loss': 0.01389137003570795, 'data_time': 0.016313217114657164, 'model_time': 0.5754400207661092, 'learning_rate': 4.700353443601156e-07, 'epoch': 66.83})
277
+ Step 27700, Loss: {'mse_loss': 0.010571029968559742, 'totoal_loss': 0.010571029968559742, 'data_time': 0.015702905133366585, 'model_time': 0.5531399780884385, 'learning_rate': 4.5220627854029224e-07, 'epoch': 67.07})
278
+ Step 27800, Loss: {'mse_loss': 0.013210668228566647, 'totoal_loss': 0.013210668228566647, 'data_time': 0.01613848004490137, 'model_time': 0.5647160829976201, 'learning_rate': 4.351151010178311e-07, 'epoch': 67.31})
279
+ Step 27900, Loss: {'mse_loss': 0.013448473997414112, 'totoal_loss': 0.013448473997414112, 'data_time': 0.014721236191689968, 'model_time': 0.5458871200680733, 'learning_rate': 4.1876451068778983e-07, 'epoch': 67.55})
280
+ Step 28000, Loss: {'mse_loss': 0.01918419450521469, 'totoal_loss': 0.01918419450521469, 'data_time': 0.016057956032454967, 'model_time': 0.5669571626931429, 'learning_rate': 4.031570894979235e-07, 'epoch': 67.8})
281
+ Step 28100, Loss: {'mse_loss': 0.011690457351505756, 'totoal_loss': 0.011690457351505756, 'data_time': 0.024962529074400663, 'model_time': 0.5496431742794812, 'learning_rate': 3.882953020409644e-07, 'epoch': 68.04})
282
+ Step 28200, Loss: {'mse_loss': 0.011256137862801552, 'totoal_loss': 0.011256137862801552, 'data_time': 0.021929973270744085, 'model_time': 0.588784733787179, 'learning_rate': 3.74181495165436e-07, 'epoch': 68.28})
283
+ Step 28300, Loss: {'mse_loss': 0.008695398457348347, 'totoal_loss': 0.008695398457348347, 'data_time': 0.025305703282356262, 'model_time': 0.5862331739626825, 'learning_rate': 3.608178976050568e-07, 'epoch': 68.52})
284
+ Step 28400, Loss: {'mse_loss': 0.017163008451461792, 'totoal_loss': 0.017163008451461792, 'data_time': 0.022699386812746525, 'model_time': 0.6324309501796961, 'learning_rate': 3.482066196267966e-07, 'epoch': 68.77})
285
+ Step 28500, Loss: {'mse_loss': 0.0079267593100667, 'totoal_loss': 0.0079267593100667, 'data_time': 0.007637043949216604, 'model_time': 0.6160446479916573, 'learning_rate': 3.36349652697643e-07, 'epoch': 69.01})
286
+ Step 28600, Loss: {'mse_loss': 0.014445493929088116, 'totoal_loss': 0.014445493929088116, 'data_time': 0.007675394881516695, 'model_time': 0.593302312772721, 'learning_rate': 3.2524886917012403e-07, 'epoch': 69.25})
287
+ Step 28700, Loss: {'mse_loss': 0.009065604768693447, 'totoal_loss': 0.009065604768693447, 'data_time': 0.010846179910004139, 'model_time': 0.5939592379145324, 'learning_rate': 3.149060219866433e-07, 'epoch': 69.49})
288
+ Step 28800, Loss: {'mse_loss': 0.01874593272805214, 'totoal_loss': 0.01874593272805214, 'data_time': 0.011460843030363321, 'model_time': 0.8617043411359191, 'learning_rate': 3.053227444026695e-07, 'epoch': 69.73})
289
+ Step 28900, Loss: {'mse_loss': 0.007475533057004213, 'totoal_loss': 0.007475533057004213, 'data_time': 0.00860197888687253, 'model_time': 0.5765262418426573, 'learning_rate': 2.9650054972882544e-07, 'epoch': 69.98})
290
+ Step 29000, Loss: {'mse_loss': 0.012951751239597797, 'totoal_loss': 0.012951751239597797, 'data_time': 0.00039172498509287834, 'model_time': 0.5982623090967536, 'learning_rate': 2.884408310919209e-07, 'epoch': 70.22})
291
+ Step 29100, Loss: {'mse_loss': 0.01115903165191412, 'totoal_loss': 0.01115903165191412, 'data_time': 0.0004068901762366295, 'model_time': 0.593566806986928, 'learning_rate': 2.8114486121495906e-07, 'epoch': 70.46})
292
+ Step 29200, Loss: {'mse_loss': 0.0139692984521389, 'totoal_loss': 0.0139692984521389, 'data_time': 0.00038283318281173706, 'model_time': 0.6205315790139139, 'learning_rate': 2.746137922161617e-07, 'epoch': 70.7})
293
+ Step 29300, Loss: {'mse_loss': 0.02485593780875206, 'totoal_loss': 0.02485593780875206, 'data_time': 0.0003657350316643715, 'model_time': 0.574375918135047, 'learning_rate': 2.68848655427034e-07, 'epoch': 70.94})
294
+ Step 29400, Loss: {'mse_loss': 0.01143904123455286, 'totoal_loss': 0.01143904123455286, 'data_time': 0.00038319826126098633, 'model_time': 0.5762599417939782, 'learning_rate': 2.638503612295071e-07, 'epoch': 71.19})
295
+ Step 29500, Loss: {'mse_loss': 0.014552026987075806, 'totoal_loss': 0.014552026987075806, 'data_time': 0.0003871568478643894, 'model_time': 0.5995849170722067, 'learning_rate': 2.5961969891217614e-07, 'epoch': 71.43})
296
+ Step 29600, Loss: {'mse_loss': 0.01753118634223938, 'totoal_loss': 0.01753118634223938, 'data_time': 0.0003950451500713825, 'model_time': 0.5764966532588005, 'learning_rate': 2.5615733654566483e-07, 'epoch': 71.67})
297
+ Step 29700, Loss: {'mse_loss': 0.012765614315867424, 'totoal_loss': 0.012765614315867424, 'data_time': 0.00038041314110159874, 'model_time': 0.6436221757903695, 'learning_rate': 2.5346382087712764e-07, 'epoch': 71.91})
298
+ Step 29800, Loss: {'mse_loss': 0.01407900732010603, 'totoal_loss': 0.01407900732010603, 'data_time': 0.015348945278674364, 'model_time': 0.5935171493329108, 'learning_rate': 2.515395772439128e-07, 'epoch': 72.15})
299
+ Step 29900, Loss: {'mse_loss': 0.007718535605818033, 'totoal_loss': 0.007718535605818033, 'data_time': 0.015639682300388813, 'model_time': 0.6051133093424141, 'learning_rate': 2.5038490950639644e-07, 'epoch': 72.4})
300
+ Step 30000, Loss: {'mse_loss': 0.012249262072145939, 'totoal_loss': 0.012249262072145939, 'mse_score': 0.001927131786942482, 'data_time': 0.01854270836338401, 'model_time': 0.5881017097271979, 'learning_rate': 2.5e-07, 'epoch': 72.64})