liujiting commited on
Commit
266208e
·
verified ·
1 Parent(s): 441f2bf

Add files using upload-large-folder tool

Browse files
arena/step_140000/checkpoint.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "type": "ds_model",
3
+ "version": 0.0,
4
+ "checkpoints": "mp_rank_00_model_states.pt"
5
+ }
arena/step_140000/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": "cuda",
3
+ "run_name": "Evo_da3_film_true_masked_3stages_stage3_ARENA",
4
+ "vlm_name": "OpenGVLab/InternVL3-1B",
5
+ "action_head": "flowmatching",
6
+ "return_cls_only": false,
7
+ "disable_wandb": true,
8
+ "dataset_type": "lerobot",
9
+ "data_paths": null,
10
+ "dataset_config_path": "dataset/config_arena.yaml",
11
+ "image_size": 448,
12
+ "binarize_gripper": false,
13
+ "use_augmentation": true,
14
+ "lr": 1e-05,
15
+ "batch_size": 16,
16
+ "max_steps": 300000,
17
+ "warmup_steps": 1000,
18
+ "grad_clip_norm": 1.0,
19
+ "weight_decay": 0.001,
20
+ "use_da3": true,
21
+ "log_interval": 10,
22
+ "ckpt_interval": 2500,
23
+ "save_dir": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/arena/stage3/",
24
+ "resume": true,
25
+ "resume_path": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/arena/stage2/step_20000",
26
+ "resume_pretrain": true,
27
+ "finetune_vlm": true,
28
+ "finetune_action_head": true,
29
+ "finetune_da3": true,
30
+ "per_action_dim": 24,
31
+ "state_dim": 24,
32
+ "horizon": 50,
33
+ "num_layers": 8,
34
+ "num_workers": 4,
35
+ "dropout": 0.2,
36
+ "action_dim": 1200
37
+ }
arena/step_140000/mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7157a92966d42ddcf806a1aa74c29c3a7aa154391a73793ac43d631e5b5761cd
3
+ size 1829366992
arena/step_140000/norm_stats.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arena_l0": {
3
+ "observation.state": {
4
+ "min": [
5
+ -0.4332416355609894,
6
+ -0.40463557839393616,
7
+ 0.009174116887152195,
8
+ 1.9685314893722534,
9
+ -2.5674140453338623,
10
+ -2.5762643814086914,
11
+ 0.0006945243803784251,
12
+ -0.04207785055041313
13
+ ],
14
+ "max": [
15
+ 0.17569759488105774,
16
+ 0.34935349225997925,
17
+ 1.3653161525726318,
18
+ 4.718069076538086,
19
+ 2.2964704036712646,
20
+ 0.5074720978736877,
21
+ 0.042131390422582626,
22
+ 0.0016858483431860805
23
+ ]
24
+ },
25
+ "action": {
26
+ "min": [
27
+ -1.0,
28
+ -1.0,
29
+ -1.0,
30
+ 0.0,
31
+ -0.675000011920929,
32
+ -0.675000011920929,
33
+ -1.0
34
+ ],
35
+ "max": [
36
+ 1.0,
37
+ 1.0,
38
+ 1.0,
39
+ 0.675000011920929,
40
+ 0.675000011920929,
41
+ 0.8999999761581421,
42
+ 1.0
43
+ ]
44
+ }
45
+ }
46
+ }
libero_10/step_150000/checkpoint.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "type": "ds_model",
3
+ "version": 0.0,
4
+ "checkpoints": "mp_rank_00_model_states.pt"
5
+ }
libero_10/step_150000/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": "cuda",
3
+ "run_name": "Evo_da3_film_true_test_3stages_stage3_10_else",
4
+ "vlm_name": "OpenGVLab/InternVL3-1B",
5
+ "action_head": "flowmatching",
6
+ "return_cls_only": false,
7
+ "disable_wandb": true,
8
+ "dataset_type": "lerobot",
9
+ "data_paths": null,
10
+ "dataset_config_path": "dataset/libero_10.yaml",
11
+ "image_size": 448,
12
+ "binarize_gripper": false,
13
+ "use_augmentation": true,
14
+ "lr": 1e-05,
15
+ "batch_size": 16,
16
+ "max_steps": 200000,
17
+ "warmup_steps": 1000,
18
+ "grad_clip_norm": 1.0,
19
+ "weight_decay": 0.001,
20
+ "use_da3": true,
21
+ "log_interval": 10,
22
+ "ckpt_interval": 2500,
23
+ "save_dir": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/libero_10/stage3/",
24
+ "resume": true,
25
+ "resume_path": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/libero_10/stage3/step_120000",
26
+ "resume_pretrain": false,
27
+ "finetune_vlm": true,
28
+ "finetune_action_head": true,
29
+ "finetune_da3": true,
30
+ "per_action_dim": 24,
31
+ "state_dim": 24,
32
+ "horizon": 50,
33
+ "num_layers": 8,
34
+ "num_workers": 4,
35
+ "dropout": 0.2,
36
+ "action_dim": 1200
37
+ }
libero_10/step_150000/mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0608c7b3b1a61c8588ef28d39e47950e09d30aa8d93caae300beaa639c890b1a
3
+ size 1829366928
libero_10/step_150000/norm_stats.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "libero_robot": {
3
+ "observation.state": {
4
+ "min": [
5
+ -0.4828203022480011,
6
+ -0.3255046010017395,
7
+ 0.445506751537323,
8
+ 1.1321442127227783,
9
+ -3.641430377960205,
10
+ -1.842738389968872,
11
+ -0.0010040868073701859,
12
+ -0.04111652821302414
13
+ ],
14
+ "max": [
15
+ 0.21031762659549713,
16
+ 0.39128610491752625,
17
+ 1.3332009315490723,
18
+ 3.6714255809783936,
19
+ 3.560650587081909,
20
+ 1.386339545249939,
21
+ 0.04160946607589722,
22
+ 0.0013633022317662835
23
+ ]
24
+ },
25
+ "action": {
26
+ "min": [
27
+ -0.9375,
28
+ -0.9375,
29
+ -0.9375,
30
+ -0.23642857372760773,
31
+ -0.3053571283817291,
32
+ -0.3675000071525574,
33
+ 0.0
34
+ ],
35
+ "max": [
36
+ 0.9375,
37
+ 0.9375,
38
+ 0.9375,
39
+ 0.30000001192092896,
40
+ 0.29357144236564636,
41
+ 0.375,
42
+ 1.0
43
+ ]
44
+ }
45
+ }
46
+ }
libero_10/step_187500/checkpoint.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "type": "ds_model",
3
+ "version": 0.0,
4
+ "checkpoints": "mp_rank_00_model_states.pt"
5
+ }
libero_10/step_187500/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": "cuda",
3
+ "run_name": "Evo_da3_film_true_test_3stages_stage3_10_else",
4
+ "vlm_name": "OpenGVLab/InternVL3-1B",
5
+ "action_head": "flowmatching",
6
+ "return_cls_only": false,
7
+ "disable_wandb": true,
8
+ "dataset_type": "lerobot",
9
+ "data_paths": null,
10
+ "dataset_config_path": "dataset/libero_10.yaml",
11
+ "image_size": 448,
12
+ "binarize_gripper": false,
13
+ "use_augmentation": true,
14
+ "lr": 1e-05,
15
+ "batch_size": 16,
16
+ "max_steps": 200000,
17
+ "warmup_steps": 1000,
18
+ "grad_clip_norm": 1.0,
19
+ "weight_decay": 0.001,
20
+ "use_da3": true,
21
+ "log_interval": 10,
22
+ "ckpt_interval": 2500,
23
+ "save_dir": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/libero_10/stage3/",
24
+ "resume": true,
25
+ "resume_path": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/libero_10/stage3/step_120000",
26
+ "resume_pretrain": false,
27
+ "finetune_vlm": true,
28
+ "finetune_action_head": true,
29
+ "finetune_da3": true,
30
+ "per_action_dim": 24,
31
+ "state_dim": 24,
32
+ "horizon": 50,
33
+ "num_layers": 8,
34
+ "num_workers": 4,
35
+ "dropout": 0.2,
36
+ "action_dim": 1200
37
+ }
libero_10/step_187500/mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6dd643a59a9177e35611564ae3401ad01195f4c7669d353ca154d49f994f826
3
+ size 1829366928
libero_10/step_187500/norm_stats.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "libero_robot": {
3
+ "observation.state": {
4
+ "min": [
5
+ -0.4828203022480011,
6
+ -0.3255046010017395,
7
+ 0.445506751537323,
8
+ 1.1321442127227783,
9
+ -3.641430377960205,
10
+ -1.842738389968872,
11
+ -0.0010040868073701859,
12
+ -0.04111652821302414
13
+ ],
14
+ "max": [
15
+ 0.21031762659549713,
16
+ 0.39128610491752625,
17
+ 1.3332009315490723,
18
+ 3.6714255809783936,
19
+ 3.560650587081909,
20
+ 1.386339545249939,
21
+ 0.04160946607589722,
22
+ 0.0013633022317662835
23
+ ]
24
+ },
25
+ "action": {
26
+ "min": [
27
+ -0.9375,
28
+ -0.9375,
29
+ -0.9375,
30
+ -0.23642857372760773,
31
+ -0.3053571283817291,
32
+ -0.3675000071525574,
33
+ 0.0
34
+ ],
35
+ "max": [
36
+ 0.9375,
37
+ 0.9375,
38
+ 0.9375,
39
+ 0.30000001192092896,
40
+ 0.29357144236564636,
41
+ 0.375,
42
+ 1.0
43
+ ]
44
+ }
45
+ }
46
+ }
libero_goal/step_90000/checkpoint.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "type": "ds_model",
3
+ "version": 0.0,
4
+ "checkpoints": "mp_rank_00_model_states.pt"
5
+ }
libero_goal/step_90000/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": "cuda",
3
+ "run_name": "Evo_da3_film_masked_3stages_stage3_goal_else",
4
+ "vlm_name": "OpenGVLab/InternVL3-1B",
5
+ "action_head": "flowmatching",
6
+ "return_cls_only": false,
7
+ "disable_wandb": true,
8
+ "dataset_type": "lerobot",
9
+ "data_paths": null,
10
+ "dataset_config_path": "dataset/libero_goal.yaml",
11
+ "image_size": 448,
12
+ "binarize_gripper": false,
13
+ "use_augmentation": true,
14
+ "lr": 1e-05,
15
+ "batch_size": 16,
16
+ "max_steps": 120000,
17
+ "warmup_steps": 1000,
18
+ "grad_clip_norm": 1.0,
19
+ "weight_decay": 0.001,
20
+ "use_da3": true,
21
+ "log_interval": 10,
22
+ "ckpt_interval": 2500,
23
+ "save_dir": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/libero_goal_else/stage3/",
24
+ "resume": true,
25
+ "resume_path": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/libero_goal/stage2/step_10000",
26
+ "resume_pretrain": true,
27
+ "finetune_vlm": true,
28
+ "finetune_action_head": true,
29
+ "finetune_da3": true,
30
+ "per_action_dim": 24,
31
+ "state_dim": 24,
32
+ "horizon": 50,
33
+ "num_layers": 8,
34
+ "num_workers": 4,
35
+ "dropout": 0.2,
36
+ "action_dim": 1200
37
+ }
libero_goal/step_90000/mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7339ed3956d87e16d687bd12f56ac73e45aa8be7b96decb1151b614e77aeb4d
3
+ size 1829366992
libero_goal/step_90000/norm_stats.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "libero_robot": {
3
+ "observation.state": {
4
+ "min": [
5
+ -0.46141114830970764,
6
+ -0.30129560828208923,
7
+ 0.9083037972450256,
8
+ 0.35277295112609863,
9
+ -1.4858465194702148,
10
+ -1.5227035284042358,
11
+ -0.0013586411951109767,
12
+ -0.042040832340717316
13
+ ],
14
+ "max": [
15
+ 0.13579000532627106,
16
+ 0.33316105604171753,
17
+ 1.3660105466842651,
18
+ 3.473310708999634,
19
+ 2.6688623428344727,
20
+ 0.8255361318588257,
21
+ 0.04233968257904053,
22
+ 0.0010111660230904818
23
+ ]
24
+ },
25
+ "action": {
26
+ "min": [
27
+ -0.9375,
28
+ -0.9375,
29
+ -0.9375,
30
+ -0.2582142949104309,
31
+ -0.375,
32
+ -0.2871428430080414,
33
+ 0.0
34
+ ],
35
+ "max": [
36
+ 0.9375,
37
+ 0.9375,
38
+ 0.9375,
39
+ 0.3557142913341522,
40
+ 0.375,
41
+ 0.375,
42
+ 1.0
43
+ ]
44
+ }
45
+ }
46
+ }
libero_object/step_80000/checkpoint.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "type": "ds_model",
3
+ "version": 0.0,
4
+ "checkpoints": "mp_rank_00_model_states.pt"
5
+ }
libero_object/step_80000/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": "cuda",
3
+ "run_name": "Evo_da3_film_true_test_3stages_stage3_object",
4
+ "vlm_name": "OpenGVLab/InternVL3-1B",
5
+ "action_head": "flowmatching",
6
+ "return_cls_only": false,
7
+ "disable_wandb": true,
8
+ "dataset_type": "lerobot",
9
+ "data_paths": null,
10
+ "dataset_config_path": "dataset/libero_object.yaml",
11
+ "image_size": 448,
12
+ "binarize_gripper": false,
13
+ "use_augmentation": true,
14
+ "lr": 1e-05,
15
+ "batch_size": 16,
16
+ "max_steps": 80000,
17
+ "warmup_steps": 1000,
18
+ "grad_clip_norm": 1.0,
19
+ "weight_decay": 0.001,
20
+ "use_da3": true,
21
+ "log_interval": 10,
22
+ "ckpt_interval": 2500,
23
+ "save_dir": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/libero_object/stage3/",
24
+ "resume": true,
25
+ "resume_path": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/libero_object/stage2/step_10000",
26
+ "resume_pretrain": true,
27
+ "finetune_vlm": true,
28
+ "finetune_action_head": true,
29
+ "finetune_da3": true,
30
+ "per_action_dim": 24,
31
+ "state_dim": 24,
32
+ "horizon": 50,
33
+ "num_layers": 8,
34
+ "num_workers": 4,
35
+ "dropout": 0.2,
36
+ "action_dim": 1200
37
+ }
libero_object/step_80000/mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeef5f697a29378a84c81f048887f73e90ae3072fd9593b86de9f54eec82021f
3
+ size 1829366992
libero_object/step_80000/norm_stats.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "libero_robot": {
3
+ "observation.state": {
4
+ "min": [
5
+ -0.1765444278717041,
6
+ -0.29457300901412964,
7
+ 0.008128180168569088,
8
+ 2.2890501022338867,
9
+ -1.883241891860962,
10
+ -1.0600427389144897,
11
+ 0.0006495157140307128,
12
+ -0.041782498359680176
13
+ ],
14
+ "max": [
15
+ 0.14580604434013367,
16
+ 0.33216384053230286,
17
+ 0.3857804834842682,
18
+ 3.4003844261169434,
19
+ 0.7954911589622498,
20
+ 0.6642207503318787,
21
+ 0.04104341194033623,
22
+ -0.00018117300351150334
23
+ ]
24
+ },
25
+ "action": {
26
+ "min": [
27
+ -0.8839285969734192,
28
+ -0.9375,
29
+ -0.9375,
30
+ -0.15000000596046448,
31
+ -0.29035714268684387,
32
+ -0.32892856001853943,
33
+ 0.0
34
+ ],
35
+ "max": [
36
+ 0.9375,
37
+ 0.8919642567634583,
38
+ 0.9375,
39
+ 0.17678570747375488,
40
+ 0.35035714507102966,
41
+ 0.1810714304447174,
42
+ 1.0
43
+ ]
44
+ }
45
+ }
46
+ }
libero_spatial/step_87500/checkpoint.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "type": "ds_model",
3
+ "version": 0.0,
4
+ "checkpoints": "mp_rank_00_model_states.pt"
5
+ }
libero_spatial/step_87500/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": "cuda",
3
+ "run_name": "Evo_da3_film_true_masked_spatial_3stages_stage3_test12w",
4
+ "vlm_name": "OpenGVLab/InternVL3-1B",
5
+ "action_head": "flowmatching",
6
+ "return_cls_only": false,
7
+ "disable_wandb": true,
8
+ "dataset_type": "lerobot",
9
+ "data_paths": null,
10
+ "dataset_config_path": "dataset/config_libero.yaml",
11
+ "image_size": 448,
12
+ "binarize_gripper": false,
13
+ "use_augmentation": true,
14
+ "lr": 1e-05,
15
+ "batch_size": 16,
16
+ "max_steps": 120000,
17
+ "warmup_steps": 1000,
18
+ "grad_clip_norm": 1.0,
19
+ "weight_decay": 0.001,
20
+ "use_da3": true,
21
+ "log_interval": 10,
22
+ "ckpt_interval": 2500,
23
+ "save_dir": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/libero_spatial_else/stage3/",
24
+ "resume": true,
25
+ "resume_path": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/libero_spatial/stage2/step_10000",
26
+ "resume_pretrain": true,
27
+ "finetune_vlm": true,
28
+ "finetune_action_head": true,
29
+ "finetune_da3": true,
30
+ "per_action_dim": 24,
31
+ "state_dim": 24,
32
+ "horizon": 50,
33
+ "num_layers": 8,
34
+ "num_workers": 4,
35
+ "dropout": 0.2,
36
+ "action_dim": 1200
37
+ }
libero_spatial/step_87500/mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef74eddf4abc05bc4040d9d55a5e15a5c39016cfaf531e813b534cea5fc2eed7
3
+ size 1829366992
libero_spatial/step_87500/norm_stats.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "libero_robot": {
3
+ "observation.state": {
4
+ "min": [
5
+ -0.3095473051071167,
6
+ -0.29250794649124146,
7
+ 0.9095591306686401,
8
+ 2.497488260269165,
9
+ -1.8006486892700195,
10
+ -0.7207611203193665,
11
+ -0.0004703797458205372,
12
+ -0.041536275297403336
13
+ ],
14
+ "max": [
15
+ 0.1759040206670761,
16
+ 0.3904820382595062,
17
+ 1.3290715217590332,
18
+ 3.4566118717193604,
19
+ 1.2268599271774292,
20
+ 1.0429412126541138,
21
+ 0.041053611785173416,
22
+ 0.000775813648942858
23
+ ]
24
+ },
25
+ "action": {
26
+ "min": [
27
+ -0.9375,
28
+ -0.9375,
29
+ -0.9375,
30
+ -0.1875,
31
+ -0.3675000071525574,
32
+ -0.36000001430511475,
33
+ 0.0
34
+ ],
35
+ "max": [
36
+ 0.9375,
37
+ 0.9375,
38
+ 0.9375,
39
+ 0.1971428543329239,
40
+ 0.33642858266830444,
41
+ 0.375,
42
+ 1.0
43
+ ]
44
+ }
45
+ }
46
+ }
metaworld/step_180000/checkpoint.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "type": "ds_model",
3
+ "version": 0.0,
4
+ "checkpoints": "mp_rank_00_model_states.pt"
5
+ }
metaworld/step_180000/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": "cuda",
3
+ "run_name": "Evo_da3_film_true_masked_3stages_stage3_metaworld_resume",
4
+ "vlm_name": "OpenGVLab/InternVL3-1B",
5
+ "action_head": "flowmatching",
6
+ "return_cls_only": false,
7
+ "disable_wandb": true,
8
+ "dataset_type": "lerobot",
9
+ "data_paths": null,
10
+ "dataset_config_path": "dataset/config_metaworld.yaml",
11
+ "image_size": 448,
12
+ "binarize_gripper": false,
13
+ "use_augmentation": true,
14
+ "lr": 1e-05,
15
+ "batch_size": 16,
16
+ "max_steps": 180000,
17
+ "warmup_steps": 1000,
18
+ "grad_clip_norm": 1.0,
19
+ "weight_decay": 0.001,
20
+ "use_da3": true,
21
+ "log_interval": 10,
22
+ "ckpt_interval": 2500,
23
+ "save_dir": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/metaworld/stage3/",
24
+ "resume": true,
25
+ "resume_path": "/share/jitingliu/checkpoints/Evo_da3_film_true_masked_3stages/metaworld/stage3/step_120000",
26
+ "resume_pretrain": false,
27
+ "finetune_vlm": true,
28
+ "finetune_action_head": true,
29
+ "finetune_da3": true,
30
+ "per_action_dim": 24,
31
+ "state_dim": 24,
32
+ "horizon": 50,
33
+ "num_layers": 8,
34
+ "num_workers": 4,
35
+ "dropout": 0.2,
36
+ "action_dim": 1200
37
+ }
metaworld/step_180000/mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03d2c7e59b999d340ea133070868b226ed154f9bfeb9ecc7eea3ea02a979ad99
3
+ size 1829367056
metaworld/step_180000/norm_stats.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metaworld_sawyer": {
3
+ "observation.state": {
4
+ "min": [
5
+ -0.498945415019989,
6
+ 0.38712382316589355,
7
+ 0.04404452443122864,
8
+ 0.2622213363647461
9
+ ],
10
+ "max": [
11
+ 0.47120678424835205,
12
+ 0.89215487241745,
13
+ 0.4682557284832001,
14
+ 1.0
15
+ ]
16
+ },
17
+ "action": {
18
+ "min": [
19
+ -10.850606918334961,
20
+ -15.16084098815918,
21
+ -17.020706176757812,
22
+ -1.0
23
+ ],
24
+ "max": [
25
+ 19.347152709960938,
26
+ 12.40846061706543,
27
+ 24.61577606201172,
28
+ 1.0
29
+ ]
30
+ }
31
+ }
32
+ }