meetrais commited on
Commit
dd3b7eb
·
verified ·
1 Parent(s): c57e6f7

Upload folder using huggingface_hub

Browse files
Files changed (47) hide show
  1. .gitattributes +1 -0
  2. checkpoints/020000/pretrained_model/config.json +64 -0
  3. checkpoints/020000/pretrained_model/model.safetensors +3 -0
  4. checkpoints/020000/pretrained_model/train_config.json +170 -0
  5. checkpoints/020000/training_state/optimizer_param_groups.json +189 -0
  6. checkpoints/020000/training_state/optimizer_state.safetensors +3 -0
  7. checkpoints/020000/training_state/rng_state.safetensors +3 -0
  8. checkpoints/020000/training_state/training_step.json +3 -0
  9. checkpoints/040000/pretrained_model/config.json +64 -0
  10. checkpoints/040000/pretrained_model/model.safetensors +3 -0
  11. checkpoints/040000/pretrained_model/train_config.json +170 -0
  12. checkpoints/040000/training_state/optimizer_param_groups.json +189 -0
  13. checkpoints/040000/training_state/optimizer_state.safetensors +3 -0
  14. checkpoints/040000/training_state/rng_state.safetensors +3 -0
  15. checkpoints/040000/training_state/training_step.json +3 -0
  16. checkpoints/060000/pretrained_model/config.json +64 -0
  17. checkpoints/060000/pretrained_model/model.safetensors +3 -0
  18. checkpoints/060000/pretrained_model/train_config.json +170 -0
  19. checkpoints/060000/training_state/optimizer_param_groups.json +189 -0
  20. checkpoints/060000/training_state/optimizer_state.safetensors +3 -0
  21. checkpoints/060000/training_state/rng_state.safetensors +3 -0
  22. checkpoints/060000/training_state/training_step.json +3 -0
  23. checkpoints/080000/pretrained_model/config.json +64 -0
  24. checkpoints/080000/pretrained_model/model.safetensors +3 -0
  25. checkpoints/080000/pretrained_model/train_config.json +170 -0
  26. checkpoints/080000/training_state/optimizer_param_groups.json +189 -0
  27. checkpoints/080000/training_state/optimizer_state.safetensors +3 -0
  28. checkpoints/080000/training_state/rng_state.safetensors +3 -0
  29. checkpoints/080000/training_state/training_step.json +3 -0
  30. checkpoints/100000/pretrained_model/config.json +64 -0
  31. checkpoints/100000/pretrained_model/model.safetensors +3 -0
  32. checkpoints/100000/pretrained_model/train_config.json +170 -0
  33. checkpoints/100000/training_state/optimizer_param_groups.json +189 -0
  34. checkpoints/100000/training_state/optimizer_state.safetensors +3 -0
  35. checkpoints/100000/training_state/rng_state.safetensors +3 -0
  36. checkpoints/100000/training_state/training_step.json +3 -0
  37. wandb/debug-internal.log +16 -0
  38. wandb/debug.log +23 -0
  39. wandb/run-20250531_173201-w2kvrcjq/files/config.yaml +164 -0
  40. wandb/run-20250531_173201-w2kvrcjq/files/output.log +0 -0
  41. wandb/run-20250531_173201-w2kvrcjq/files/requirements.txt +277 -0
  42. wandb/run-20250531_173201-w2kvrcjq/files/wandb-metadata.json +49 -0
  43. wandb/run-20250531_173201-w2kvrcjq/files/wandb-summary.json +1 -0
  44. wandb/run-20250531_173201-w2kvrcjq/logs/debug-core.log +14 -0
  45. wandb/run-20250531_173201-w2kvrcjq/logs/debug-internal.log +16 -0
  46. wandb/run-20250531_173201-w2kvrcjq/logs/debug.log +23 -0
  47. wandb/run-20250531_173201-w2kvrcjq/run-w2kvrcjq.wandb +3 -0
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ wandb/run-20250531_173201-w2kvrcjq/run-w2kvrcjq.wandb filter=lfs diff=lfs merge=lfs -text
checkpoints/020000/pretrained_model/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 6
14
+ ]
15
+ },
16
+ "observation.images.top": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 480,
21
+ 640
22
+ ]
23
+ },
24
+ "observation.images.laptop": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 480,
29
+ 640
30
+ ]
31
+ }
32
+ },
33
+ "output_features": {
34
+ "action": {
35
+ "type": "ACTION",
36
+ "shape": [
37
+ 6
38
+ ]
39
+ }
40
+ },
41
+ "device": "cuda",
42
+ "use_amp": false,
43
+ "chunk_size": 100,
44
+ "n_action_steps": 100,
45
+ "vision_backbone": "resnet18",
46
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
47
+ "replace_final_stride_with_dilation": false,
48
+ "pre_norm": false,
49
+ "dim_model": 512,
50
+ "n_heads": 8,
51
+ "dim_feedforward": 3200,
52
+ "feedforward_activation": "relu",
53
+ "n_encoder_layers": 4,
54
+ "n_decoder_layers": 1,
55
+ "use_vae": true,
56
+ "latent_dim": 32,
57
+ "n_vae_encoder_layers": 4,
58
+ "temporal_ensemble_coeff": null,
59
+ "dropout": 0.1,
60
+ "kl_weight": 10.0,
61
+ "optimizer_lr": 1e-05,
62
+ "optimizer_weight_decay": 0.0001,
63
+ "optimizer_lr_backbone": 1e-05
64
+ }
checkpoints/020000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53463d5dd38eff00e68a2d4467ea670c341d1202d5f7782e7a5ccdd5eb711b81
3
+ size 206701064
checkpoints/020000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "meetrais/cube_in_the_box4",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ }
61
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
+ },
67
+ "env": null,
68
+ "policy": {
69
+ "type": "act",
70
+ "n_obs_steps": 1,
71
+ "normalization_mapping": {
72
+ "VISUAL": "MEAN_STD",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ },
76
+ "input_features": {
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 6
81
+ ]
82
+ },
83
+ "observation.images.top": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 480,
88
+ 640
89
+ ]
90
+ },
91
+ "observation.images.laptop": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 480,
96
+ 640
97
+ ]
98
+ }
99
+ },
100
+ "output_features": {
101
+ "action": {
102
+ "type": "ACTION",
103
+ "shape": [
104
+ 6
105
+ ]
106
+ }
107
+ },
108
+ "device": "cuda",
109
+ "use_amp": false,
110
+ "chunk_size": 100,
111
+ "n_action_steps": 100,
112
+ "vision_backbone": "resnet18",
113
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
114
+ "replace_final_stride_with_dilation": false,
115
+ "pre_norm": false,
116
+ "dim_model": 512,
117
+ "n_heads": 8,
118
+ "dim_feedforward": 3200,
119
+ "feedforward_activation": "relu",
120
+ "n_encoder_layers": 4,
121
+ "n_decoder_layers": 1,
122
+ "use_vae": true,
123
+ "latent_dim": 32,
124
+ "n_vae_encoder_layers": 4,
125
+ "temporal_ensemble_coeff": null,
126
+ "dropout": 0.1,
127
+ "kl_weight": 10.0,
128
+ "optimizer_lr": 1e-05,
129
+ "optimizer_weight_decay": 0.0001,
130
+ "optimizer_lr_backbone": 1e-05
131
+ },
132
+ "output_dir": "outputs/train/act_cube_in_the_box4",
133
+ "job_name": "act_cube_in_the_box4",
134
+ "resume": false,
135
+ "seed": 1000,
136
+ "num_workers": 4,
137
+ "batch_size": 8,
138
+ "steps": 100000,
139
+ "eval_freq": 20000,
140
+ "log_freq": 200,
141
+ "save_checkpoint": true,
142
+ "save_freq": 20000,
143
+ "use_policy_training_preset": true,
144
+ "optimizer": {
145
+ "type": "adamw",
146
+ "lr": 1e-05,
147
+ "weight_decay": 0.0001,
148
+ "grad_clip_norm": 10.0,
149
+ "betas": [
150
+ 0.9,
151
+ 0.999
152
+ ],
153
+ "eps": 1e-08
154
+ },
155
+ "scheduler": null,
156
+ "eval": {
157
+ "n_episodes": 50,
158
+ "batch_size": 50,
159
+ "use_async_envs": false
160
+ },
161
+ "wandb": {
162
+ "enable": true,
163
+ "disable_artifact": false,
164
+ "project": "lerobot",
165
+ "entity": null,
166
+ "notes": null,
167
+ "run_id": null,
168
+ "mode": null
169
+ }
170
+ }
checkpoints/020000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "foreach": null,
12
+ "maximize": false,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "params": [
17
+ 0,
18
+ 1,
19
+ 2,
20
+ 3,
21
+ 4,
22
+ 5,
23
+ 6,
24
+ 7,
25
+ 8,
26
+ 9,
27
+ 10,
28
+ 11,
29
+ 12,
30
+ 13,
31
+ 14,
32
+ 15,
33
+ 16,
34
+ 17,
35
+ 18,
36
+ 19,
37
+ 20,
38
+ 21,
39
+ 22,
40
+ 23,
41
+ 24,
42
+ 25,
43
+ 26,
44
+ 27,
45
+ 28,
46
+ 29,
47
+ 30,
48
+ 31,
49
+ 32,
50
+ 33,
51
+ 34,
52
+ 35,
53
+ 36,
54
+ 37,
55
+ 38,
56
+ 39,
57
+ 40,
58
+ 41,
59
+ 42,
60
+ 43,
61
+ 44,
62
+ 45,
63
+ 46,
64
+ 47,
65
+ 48,
66
+ 49,
67
+ 50,
68
+ 51,
69
+ 52,
70
+ 53,
71
+ 54,
72
+ 55,
73
+ 56,
74
+ 57,
75
+ 58,
76
+ 59,
77
+ 60,
78
+ 61,
79
+ 62,
80
+ 63,
81
+ 64,
82
+ 65,
83
+ 66,
84
+ 67,
85
+ 68,
86
+ 69,
87
+ 70,
88
+ 71,
89
+ 72,
90
+ 73,
91
+ 74,
92
+ 75,
93
+ 76,
94
+ 77,
95
+ 78,
96
+ 79,
97
+ 80,
98
+ 81,
99
+ 82,
100
+ 83,
101
+ 84,
102
+ 85,
103
+ 86,
104
+ 87,
105
+ 88,
106
+ 89,
107
+ 90,
108
+ 91,
109
+ 92,
110
+ 93,
111
+ 94,
112
+ 95,
113
+ 96,
114
+ 97,
115
+ 98,
116
+ 99,
117
+ 100,
118
+ 101,
119
+ 102,
120
+ 103,
121
+ 104,
122
+ 105,
123
+ 106,
124
+ 107,
125
+ 108,
126
+ 109,
127
+ 110,
128
+ 111,
129
+ 112,
130
+ 113,
131
+ 114,
132
+ 115,
133
+ 116,
134
+ 117,
135
+ 118,
136
+ 119,
137
+ 120,
138
+ 121,
139
+ 122,
140
+ 123,
141
+ 124,
142
+ 125,
143
+ 126,
144
+ 127,
145
+ 128,
146
+ 129,
147
+ 130,
148
+ 131,
149
+ 132
150
+ ]
151
+ },
152
+ {
153
+ "lr": 1e-05,
154
+ "betas": [
155
+ 0.9,
156
+ 0.999
157
+ ],
158
+ "eps": 1e-08,
159
+ "weight_decay": 0.0001,
160
+ "amsgrad": false,
161
+ "foreach": null,
162
+ "maximize": false,
163
+ "capturable": false,
164
+ "differentiable": false,
165
+ "fused": null,
166
+ "params": [
167
+ 133,
168
+ 134,
169
+ 135,
170
+ 136,
171
+ 137,
172
+ 138,
173
+ 139,
174
+ 140,
175
+ 141,
176
+ 142,
177
+ 143,
178
+ 144,
179
+ 145,
180
+ 146,
181
+ 147,
182
+ 148,
183
+ 149,
184
+ 150,
185
+ 151,
186
+ 152
187
+ ]
188
+ }
189
+ ]
checkpoints/020000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21591e0ffa9d2c8b7b019b569da88ba1064a30710f0c597c4b0b9c055581930c
3
+ size 412817652
checkpoints/020000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b98edb7783e1b61031b32e652d9412ac2a404fb47a0d2cfefd35691040a8a7
3
+ size 15708
checkpoints/020000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 20000
3
+ }
checkpoints/040000/pretrained_model/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 6
14
+ ]
15
+ },
16
+ "observation.images.top": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 480,
21
+ 640
22
+ ]
23
+ },
24
+ "observation.images.laptop": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 480,
29
+ 640
30
+ ]
31
+ }
32
+ },
33
+ "output_features": {
34
+ "action": {
35
+ "type": "ACTION",
36
+ "shape": [
37
+ 6
38
+ ]
39
+ }
40
+ },
41
+ "device": "cuda",
42
+ "use_amp": false,
43
+ "chunk_size": 100,
44
+ "n_action_steps": 100,
45
+ "vision_backbone": "resnet18",
46
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
47
+ "replace_final_stride_with_dilation": false,
48
+ "pre_norm": false,
49
+ "dim_model": 512,
50
+ "n_heads": 8,
51
+ "dim_feedforward": 3200,
52
+ "feedforward_activation": "relu",
53
+ "n_encoder_layers": 4,
54
+ "n_decoder_layers": 1,
55
+ "use_vae": true,
56
+ "latent_dim": 32,
57
+ "n_vae_encoder_layers": 4,
58
+ "temporal_ensemble_coeff": null,
59
+ "dropout": 0.1,
60
+ "kl_weight": 10.0,
61
+ "optimizer_lr": 1e-05,
62
+ "optimizer_weight_decay": 0.0001,
63
+ "optimizer_lr_backbone": 1e-05
64
+ }
checkpoints/040000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9949eeceed2c25a44cb658291f176dcb4dcaace0d4c9c0e9006bb5c03257b202
3
+ size 206701064
checkpoints/040000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "meetrais/cube_in_the_box4",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ }
61
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
+ },
67
+ "env": null,
68
+ "policy": {
69
+ "type": "act",
70
+ "n_obs_steps": 1,
71
+ "normalization_mapping": {
72
+ "VISUAL": "MEAN_STD",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ },
76
+ "input_features": {
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 6
81
+ ]
82
+ },
83
+ "observation.images.top": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 480,
88
+ 640
89
+ ]
90
+ },
91
+ "observation.images.laptop": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 480,
96
+ 640
97
+ ]
98
+ }
99
+ },
100
+ "output_features": {
101
+ "action": {
102
+ "type": "ACTION",
103
+ "shape": [
104
+ 6
105
+ ]
106
+ }
107
+ },
108
+ "device": "cuda",
109
+ "use_amp": false,
110
+ "chunk_size": 100,
111
+ "n_action_steps": 100,
112
+ "vision_backbone": "resnet18",
113
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
114
+ "replace_final_stride_with_dilation": false,
115
+ "pre_norm": false,
116
+ "dim_model": 512,
117
+ "n_heads": 8,
118
+ "dim_feedforward": 3200,
119
+ "feedforward_activation": "relu",
120
+ "n_encoder_layers": 4,
121
+ "n_decoder_layers": 1,
122
+ "use_vae": true,
123
+ "latent_dim": 32,
124
+ "n_vae_encoder_layers": 4,
125
+ "temporal_ensemble_coeff": null,
126
+ "dropout": 0.1,
127
+ "kl_weight": 10.0,
128
+ "optimizer_lr": 1e-05,
129
+ "optimizer_weight_decay": 0.0001,
130
+ "optimizer_lr_backbone": 1e-05
131
+ },
132
+ "output_dir": "outputs/train/act_cube_in_the_box4",
133
+ "job_name": "act_cube_in_the_box4",
134
+ "resume": false,
135
+ "seed": 1000,
136
+ "num_workers": 4,
137
+ "batch_size": 8,
138
+ "steps": 100000,
139
+ "eval_freq": 20000,
140
+ "log_freq": 200,
141
+ "save_checkpoint": true,
142
+ "save_freq": 20000,
143
+ "use_policy_training_preset": true,
144
+ "optimizer": {
145
+ "type": "adamw",
146
+ "lr": 1e-05,
147
+ "weight_decay": 0.0001,
148
+ "grad_clip_norm": 10.0,
149
+ "betas": [
150
+ 0.9,
151
+ 0.999
152
+ ],
153
+ "eps": 1e-08
154
+ },
155
+ "scheduler": null,
156
+ "eval": {
157
+ "n_episodes": 50,
158
+ "batch_size": 50,
159
+ "use_async_envs": false
160
+ },
161
+ "wandb": {
162
+ "enable": true,
163
+ "disable_artifact": false,
164
+ "project": "lerobot",
165
+ "entity": null,
166
+ "notes": null,
167
+ "run_id": null,
168
+ "mode": null
169
+ }
170
+ }
checkpoints/040000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "foreach": null,
12
+ "maximize": false,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "params": [
17
+ 0,
18
+ 1,
19
+ 2,
20
+ 3,
21
+ 4,
22
+ 5,
23
+ 6,
24
+ 7,
25
+ 8,
26
+ 9,
27
+ 10,
28
+ 11,
29
+ 12,
30
+ 13,
31
+ 14,
32
+ 15,
33
+ 16,
34
+ 17,
35
+ 18,
36
+ 19,
37
+ 20,
38
+ 21,
39
+ 22,
40
+ 23,
41
+ 24,
42
+ 25,
43
+ 26,
44
+ 27,
45
+ 28,
46
+ 29,
47
+ 30,
48
+ 31,
49
+ 32,
50
+ 33,
51
+ 34,
52
+ 35,
53
+ 36,
54
+ 37,
55
+ 38,
56
+ 39,
57
+ 40,
58
+ 41,
59
+ 42,
60
+ 43,
61
+ 44,
62
+ 45,
63
+ 46,
64
+ 47,
65
+ 48,
66
+ 49,
67
+ 50,
68
+ 51,
69
+ 52,
70
+ 53,
71
+ 54,
72
+ 55,
73
+ 56,
74
+ 57,
75
+ 58,
76
+ 59,
77
+ 60,
78
+ 61,
79
+ 62,
80
+ 63,
81
+ 64,
82
+ 65,
83
+ 66,
84
+ 67,
85
+ 68,
86
+ 69,
87
+ 70,
88
+ 71,
89
+ 72,
90
+ 73,
91
+ 74,
92
+ 75,
93
+ 76,
94
+ 77,
95
+ 78,
96
+ 79,
97
+ 80,
98
+ 81,
99
+ 82,
100
+ 83,
101
+ 84,
102
+ 85,
103
+ 86,
104
+ 87,
105
+ 88,
106
+ 89,
107
+ 90,
108
+ 91,
109
+ 92,
110
+ 93,
111
+ 94,
112
+ 95,
113
+ 96,
114
+ 97,
115
+ 98,
116
+ 99,
117
+ 100,
118
+ 101,
119
+ 102,
120
+ 103,
121
+ 104,
122
+ 105,
123
+ 106,
124
+ 107,
125
+ 108,
126
+ 109,
127
+ 110,
128
+ 111,
129
+ 112,
130
+ 113,
131
+ 114,
132
+ 115,
133
+ 116,
134
+ 117,
135
+ 118,
136
+ 119,
137
+ 120,
138
+ 121,
139
+ 122,
140
+ 123,
141
+ 124,
142
+ 125,
143
+ 126,
144
+ 127,
145
+ 128,
146
+ 129,
147
+ 130,
148
+ 131,
149
+ 132
150
+ ]
151
+ },
152
+ {
153
+ "lr": 1e-05,
154
+ "betas": [
155
+ 0.9,
156
+ 0.999
157
+ ],
158
+ "eps": 1e-08,
159
+ "weight_decay": 0.0001,
160
+ "amsgrad": false,
161
+ "foreach": null,
162
+ "maximize": false,
163
+ "capturable": false,
164
+ "differentiable": false,
165
+ "fused": null,
166
+ "params": [
167
+ 133,
168
+ 134,
169
+ 135,
170
+ 136,
171
+ 137,
172
+ 138,
173
+ 139,
174
+ 140,
175
+ 141,
176
+ 142,
177
+ 143,
178
+ 144,
179
+ 145,
180
+ 146,
181
+ 147,
182
+ 148,
183
+ 149,
184
+ 150,
185
+ 151,
186
+ 152
187
+ ]
188
+ }
189
+ ]
checkpoints/040000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0e44078e94ddd90331992a0d8340b55fe1b9676232315b9e4e1cd5a21fe9344
3
+ size 412817652
checkpoints/040000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c7b2252baa635bfd4b689625cc251d7216ba22d715e62c5b62f692ca02418e8
3
+ size 15708
checkpoints/040000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 40000
3
+ }
checkpoints/060000/pretrained_model/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 6
14
+ ]
15
+ },
16
+ "observation.images.top": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 480,
21
+ 640
22
+ ]
23
+ },
24
+ "observation.images.laptop": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 480,
29
+ 640
30
+ ]
31
+ }
32
+ },
33
+ "output_features": {
34
+ "action": {
35
+ "type": "ACTION",
36
+ "shape": [
37
+ 6
38
+ ]
39
+ }
40
+ },
41
+ "device": "cuda",
42
+ "use_amp": false,
43
+ "chunk_size": 100,
44
+ "n_action_steps": 100,
45
+ "vision_backbone": "resnet18",
46
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
47
+ "replace_final_stride_with_dilation": false,
48
+ "pre_norm": false,
49
+ "dim_model": 512,
50
+ "n_heads": 8,
51
+ "dim_feedforward": 3200,
52
+ "feedforward_activation": "relu",
53
+ "n_encoder_layers": 4,
54
+ "n_decoder_layers": 1,
55
+ "use_vae": true,
56
+ "latent_dim": 32,
57
+ "n_vae_encoder_layers": 4,
58
+ "temporal_ensemble_coeff": null,
59
+ "dropout": 0.1,
60
+ "kl_weight": 10.0,
61
+ "optimizer_lr": 1e-05,
62
+ "optimizer_weight_decay": 0.0001,
63
+ "optimizer_lr_backbone": 1e-05
64
+ }
checkpoints/060000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94328cb1c0a21c720a4fcfa9da958134e42b41d85205a7a7b982f79d132dba79
3
+ size 206701064
checkpoints/060000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "meetrais/cube_in_the_box4",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ }
61
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
+ },
67
+ "env": null,
68
+ "policy": {
69
+ "type": "act",
70
+ "n_obs_steps": 1,
71
+ "normalization_mapping": {
72
+ "VISUAL": "MEAN_STD",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ },
76
+ "input_features": {
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 6
81
+ ]
82
+ },
83
+ "observation.images.top": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 480,
88
+ 640
89
+ ]
90
+ },
91
+ "observation.images.laptop": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 480,
96
+ 640
97
+ ]
98
+ }
99
+ },
100
+ "output_features": {
101
+ "action": {
102
+ "type": "ACTION",
103
+ "shape": [
104
+ 6
105
+ ]
106
+ }
107
+ },
108
+ "device": "cuda",
109
+ "use_amp": false,
110
+ "chunk_size": 100,
111
+ "n_action_steps": 100,
112
+ "vision_backbone": "resnet18",
113
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
114
+ "replace_final_stride_with_dilation": false,
115
+ "pre_norm": false,
116
+ "dim_model": 512,
117
+ "n_heads": 8,
118
+ "dim_feedforward": 3200,
119
+ "feedforward_activation": "relu",
120
+ "n_encoder_layers": 4,
121
+ "n_decoder_layers": 1,
122
+ "use_vae": true,
123
+ "latent_dim": 32,
124
+ "n_vae_encoder_layers": 4,
125
+ "temporal_ensemble_coeff": null,
126
+ "dropout": 0.1,
127
+ "kl_weight": 10.0,
128
+ "optimizer_lr": 1e-05,
129
+ "optimizer_weight_decay": 0.0001,
130
+ "optimizer_lr_backbone": 1e-05
131
+ },
132
+ "output_dir": "outputs/train/act_cube_in_the_box4",
133
+ "job_name": "act_cube_in_the_box4",
134
+ "resume": false,
135
+ "seed": 1000,
136
+ "num_workers": 4,
137
+ "batch_size": 8,
138
+ "steps": 100000,
139
+ "eval_freq": 20000,
140
+ "log_freq": 200,
141
+ "save_checkpoint": true,
142
+ "save_freq": 20000,
143
+ "use_policy_training_preset": true,
144
+ "optimizer": {
145
+ "type": "adamw",
146
+ "lr": 1e-05,
147
+ "weight_decay": 0.0001,
148
+ "grad_clip_norm": 10.0,
149
+ "betas": [
150
+ 0.9,
151
+ 0.999
152
+ ],
153
+ "eps": 1e-08
154
+ },
155
+ "scheduler": null,
156
+ "eval": {
157
+ "n_episodes": 50,
158
+ "batch_size": 50,
159
+ "use_async_envs": false
160
+ },
161
+ "wandb": {
162
+ "enable": true,
163
+ "disable_artifact": false,
164
+ "project": "lerobot",
165
+ "entity": null,
166
+ "notes": null,
167
+ "run_id": null,
168
+ "mode": null
169
+ }
170
+ }
checkpoints/060000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "foreach": null,
12
+ "maximize": false,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "params": [
17
+ 0,
18
+ 1,
19
+ 2,
20
+ 3,
21
+ 4,
22
+ 5,
23
+ 6,
24
+ 7,
25
+ 8,
26
+ 9,
27
+ 10,
28
+ 11,
29
+ 12,
30
+ 13,
31
+ 14,
32
+ 15,
33
+ 16,
34
+ 17,
35
+ 18,
36
+ 19,
37
+ 20,
38
+ 21,
39
+ 22,
40
+ 23,
41
+ 24,
42
+ 25,
43
+ 26,
44
+ 27,
45
+ 28,
46
+ 29,
47
+ 30,
48
+ 31,
49
+ 32,
50
+ 33,
51
+ 34,
52
+ 35,
53
+ 36,
54
+ 37,
55
+ 38,
56
+ 39,
57
+ 40,
58
+ 41,
59
+ 42,
60
+ 43,
61
+ 44,
62
+ 45,
63
+ 46,
64
+ 47,
65
+ 48,
66
+ 49,
67
+ 50,
68
+ 51,
69
+ 52,
70
+ 53,
71
+ 54,
72
+ 55,
73
+ 56,
74
+ 57,
75
+ 58,
76
+ 59,
77
+ 60,
78
+ 61,
79
+ 62,
80
+ 63,
81
+ 64,
82
+ 65,
83
+ 66,
84
+ 67,
85
+ 68,
86
+ 69,
87
+ 70,
88
+ 71,
89
+ 72,
90
+ 73,
91
+ 74,
92
+ 75,
93
+ 76,
94
+ 77,
95
+ 78,
96
+ 79,
97
+ 80,
98
+ 81,
99
+ 82,
100
+ 83,
101
+ 84,
102
+ 85,
103
+ 86,
104
+ 87,
105
+ 88,
106
+ 89,
107
+ 90,
108
+ 91,
109
+ 92,
110
+ 93,
111
+ 94,
112
+ 95,
113
+ 96,
114
+ 97,
115
+ 98,
116
+ 99,
117
+ 100,
118
+ 101,
119
+ 102,
120
+ 103,
121
+ 104,
122
+ 105,
123
+ 106,
124
+ 107,
125
+ 108,
126
+ 109,
127
+ 110,
128
+ 111,
129
+ 112,
130
+ 113,
131
+ 114,
132
+ 115,
133
+ 116,
134
+ 117,
135
+ 118,
136
+ 119,
137
+ 120,
138
+ 121,
139
+ 122,
140
+ 123,
141
+ 124,
142
+ 125,
143
+ 126,
144
+ 127,
145
+ 128,
146
+ 129,
147
+ 130,
148
+ 131,
149
+ 132
150
+ ]
151
+ },
152
+ {
153
+ "lr": 1e-05,
154
+ "betas": [
155
+ 0.9,
156
+ 0.999
157
+ ],
158
+ "eps": 1e-08,
159
+ "weight_decay": 0.0001,
160
+ "amsgrad": false,
161
+ "foreach": null,
162
+ "maximize": false,
163
+ "capturable": false,
164
+ "differentiable": false,
165
+ "fused": null,
166
+ "params": [
167
+ 133,
168
+ 134,
169
+ 135,
170
+ 136,
171
+ 137,
172
+ 138,
173
+ 139,
174
+ 140,
175
+ 141,
176
+ 142,
177
+ 143,
178
+ 144,
179
+ 145,
180
+ 146,
181
+ 147,
182
+ 148,
183
+ 149,
184
+ 150,
185
+ 151,
186
+ 152
187
+ ]
188
+ }
189
+ ]
checkpoints/060000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ef79ab15898bfe89faa22660b58866e729e3faecbc39005394623a5a07be127
3
+ size 412817652
checkpoints/060000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b16021075dc6c0c8921ec8ebf749c3fa50554a4f9a1051954e1da84fb0526745
3
+ size 15708
checkpoints/060000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 60000
3
+ }
checkpoints/080000/pretrained_model/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 6
14
+ ]
15
+ },
16
+ "observation.images.top": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 480,
21
+ 640
22
+ ]
23
+ },
24
+ "observation.images.laptop": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 480,
29
+ 640
30
+ ]
31
+ }
32
+ },
33
+ "output_features": {
34
+ "action": {
35
+ "type": "ACTION",
36
+ "shape": [
37
+ 6
38
+ ]
39
+ }
40
+ },
41
+ "device": "cuda",
42
+ "use_amp": false,
43
+ "chunk_size": 100,
44
+ "n_action_steps": 100,
45
+ "vision_backbone": "resnet18",
46
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
47
+ "replace_final_stride_with_dilation": false,
48
+ "pre_norm": false,
49
+ "dim_model": 512,
50
+ "n_heads": 8,
51
+ "dim_feedforward": 3200,
52
+ "feedforward_activation": "relu",
53
+ "n_encoder_layers": 4,
54
+ "n_decoder_layers": 1,
55
+ "use_vae": true,
56
+ "latent_dim": 32,
57
+ "n_vae_encoder_layers": 4,
58
+ "temporal_ensemble_coeff": null,
59
+ "dropout": 0.1,
60
+ "kl_weight": 10.0,
61
+ "optimizer_lr": 1e-05,
62
+ "optimizer_weight_decay": 0.0001,
63
+ "optimizer_lr_backbone": 1e-05
64
+ }
checkpoints/080000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de97fc60810661abd33b5833a8069dff2851a01007e486f5a2b4cfe1f6077e56
3
+ size 206701064
checkpoints/080000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "meetrais/cube_in_the_box4",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ }
61
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
+ },
67
+ "env": null,
68
+ "policy": {
69
+ "type": "act",
70
+ "n_obs_steps": 1,
71
+ "normalization_mapping": {
72
+ "VISUAL": "MEAN_STD",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ },
76
+ "input_features": {
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 6
81
+ ]
82
+ },
83
+ "observation.images.top": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 480,
88
+ 640
89
+ ]
90
+ },
91
+ "observation.images.laptop": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 480,
96
+ 640
97
+ ]
98
+ }
99
+ },
100
+ "output_features": {
101
+ "action": {
102
+ "type": "ACTION",
103
+ "shape": [
104
+ 6
105
+ ]
106
+ }
107
+ },
108
+ "device": "cuda",
109
+ "use_amp": false,
110
+ "chunk_size": 100,
111
+ "n_action_steps": 100,
112
+ "vision_backbone": "resnet18",
113
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
114
+ "replace_final_stride_with_dilation": false,
115
+ "pre_norm": false,
116
+ "dim_model": 512,
117
+ "n_heads": 8,
118
+ "dim_feedforward": 3200,
119
+ "feedforward_activation": "relu",
120
+ "n_encoder_layers": 4,
121
+ "n_decoder_layers": 1,
122
+ "use_vae": true,
123
+ "latent_dim": 32,
124
+ "n_vae_encoder_layers": 4,
125
+ "temporal_ensemble_coeff": null,
126
+ "dropout": 0.1,
127
+ "kl_weight": 10.0,
128
+ "optimizer_lr": 1e-05,
129
+ "optimizer_weight_decay": 0.0001,
130
+ "optimizer_lr_backbone": 1e-05
131
+ },
132
+ "output_dir": "outputs/train/act_cube_in_the_box4",
133
+ "job_name": "act_cube_in_the_box4",
134
+ "resume": false,
135
+ "seed": 1000,
136
+ "num_workers": 4,
137
+ "batch_size": 8,
138
+ "steps": 100000,
139
+ "eval_freq": 20000,
140
+ "log_freq": 200,
141
+ "save_checkpoint": true,
142
+ "save_freq": 20000,
143
+ "use_policy_training_preset": true,
144
+ "optimizer": {
145
+ "type": "adamw",
146
+ "lr": 1e-05,
147
+ "weight_decay": 0.0001,
148
+ "grad_clip_norm": 10.0,
149
+ "betas": [
150
+ 0.9,
151
+ 0.999
152
+ ],
153
+ "eps": 1e-08
154
+ },
155
+ "scheduler": null,
156
+ "eval": {
157
+ "n_episodes": 50,
158
+ "batch_size": 50,
159
+ "use_async_envs": false
160
+ },
161
+ "wandb": {
162
+ "enable": true,
163
+ "disable_artifact": false,
164
+ "project": "lerobot",
165
+ "entity": null,
166
+ "notes": null,
167
+ "run_id": null,
168
+ "mode": null
169
+ }
170
+ }
checkpoints/080000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "foreach": null,
12
+ "maximize": false,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "params": [
17
+ 0,
18
+ 1,
19
+ 2,
20
+ 3,
21
+ 4,
22
+ 5,
23
+ 6,
24
+ 7,
25
+ 8,
26
+ 9,
27
+ 10,
28
+ 11,
29
+ 12,
30
+ 13,
31
+ 14,
32
+ 15,
33
+ 16,
34
+ 17,
35
+ 18,
36
+ 19,
37
+ 20,
38
+ 21,
39
+ 22,
40
+ 23,
41
+ 24,
42
+ 25,
43
+ 26,
44
+ 27,
45
+ 28,
46
+ 29,
47
+ 30,
48
+ 31,
49
+ 32,
50
+ 33,
51
+ 34,
52
+ 35,
53
+ 36,
54
+ 37,
55
+ 38,
56
+ 39,
57
+ 40,
58
+ 41,
59
+ 42,
60
+ 43,
61
+ 44,
62
+ 45,
63
+ 46,
64
+ 47,
65
+ 48,
66
+ 49,
67
+ 50,
68
+ 51,
69
+ 52,
70
+ 53,
71
+ 54,
72
+ 55,
73
+ 56,
74
+ 57,
75
+ 58,
76
+ 59,
77
+ 60,
78
+ 61,
79
+ 62,
80
+ 63,
81
+ 64,
82
+ 65,
83
+ 66,
84
+ 67,
85
+ 68,
86
+ 69,
87
+ 70,
88
+ 71,
89
+ 72,
90
+ 73,
91
+ 74,
92
+ 75,
93
+ 76,
94
+ 77,
95
+ 78,
96
+ 79,
97
+ 80,
98
+ 81,
99
+ 82,
100
+ 83,
101
+ 84,
102
+ 85,
103
+ 86,
104
+ 87,
105
+ 88,
106
+ 89,
107
+ 90,
108
+ 91,
109
+ 92,
110
+ 93,
111
+ 94,
112
+ 95,
113
+ 96,
114
+ 97,
115
+ 98,
116
+ 99,
117
+ 100,
118
+ 101,
119
+ 102,
120
+ 103,
121
+ 104,
122
+ 105,
123
+ 106,
124
+ 107,
125
+ 108,
126
+ 109,
127
+ 110,
128
+ 111,
129
+ 112,
130
+ 113,
131
+ 114,
132
+ 115,
133
+ 116,
134
+ 117,
135
+ 118,
136
+ 119,
137
+ 120,
138
+ 121,
139
+ 122,
140
+ 123,
141
+ 124,
142
+ 125,
143
+ 126,
144
+ 127,
145
+ 128,
146
+ 129,
147
+ 130,
148
+ 131,
149
+ 132
150
+ ]
151
+ },
152
+ {
153
+ "lr": 1e-05,
154
+ "betas": [
155
+ 0.9,
156
+ 0.999
157
+ ],
158
+ "eps": 1e-08,
159
+ "weight_decay": 0.0001,
160
+ "amsgrad": false,
161
+ "foreach": null,
162
+ "maximize": false,
163
+ "capturable": false,
164
+ "differentiable": false,
165
+ "fused": null,
166
+ "params": [
167
+ 133,
168
+ 134,
169
+ 135,
170
+ 136,
171
+ 137,
172
+ 138,
173
+ 139,
174
+ 140,
175
+ 141,
176
+ 142,
177
+ 143,
178
+ 144,
179
+ 145,
180
+ 146,
181
+ 147,
182
+ 148,
183
+ 149,
184
+ 150,
185
+ 151,
186
+ 152
187
+ ]
188
+ }
189
+ ]
checkpoints/080000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec471435e3205a3cc0e3892eb16aec8a1e65e89042cf5063feab32f6af7b690
3
+ size 412817652
checkpoints/080000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e537c8ebe2ae23fe2ff3665b676a703550003eeb646641ce206ac12413751cc1
3
+ size 15708
checkpoints/080000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 80000
3
+ }
checkpoints/100000/pretrained_model/config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "act",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "MEAN_STD",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 6
14
+ ]
15
+ },
16
+ "observation.images.top": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 480,
21
+ 640
22
+ ]
23
+ },
24
+ "observation.images.laptop": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 480,
29
+ 640
30
+ ]
31
+ }
32
+ },
33
+ "output_features": {
34
+ "action": {
35
+ "type": "ACTION",
36
+ "shape": [
37
+ 6
38
+ ]
39
+ }
40
+ },
41
+ "device": "cuda",
42
+ "use_amp": false,
43
+ "chunk_size": 100,
44
+ "n_action_steps": 100,
45
+ "vision_backbone": "resnet18",
46
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
47
+ "replace_final_stride_with_dilation": false,
48
+ "pre_norm": false,
49
+ "dim_model": 512,
50
+ "n_heads": 8,
51
+ "dim_feedforward": 3200,
52
+ "feedforward_activation": "relu",
53
+ "n_encoder_layers": 4,
54
+ "n_decoder_layers": 1,
55
+ "use_vae": true,
56
+ "latent_dim": 32,
57
+ "n_vae_encoder_layers": 4,
58
+ "temporal_ensemble_coeff": null,
59
+ "dropout": 0.1,
60
+ "kl_weight": 10.0,
61
+ "optimizer_lr": 1e-05,
62
+ "optimizer_weight_decay": 0.0001,
63
+ "optimizer_lr_backbone": 1e-05
64
+ }
checkpoints/100000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21cf9bc9b9b615fe1380506a301d4c78d467e50eea53c14066de63c5abcf7911
3
+ size 206701064
checkpoints/100000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "meetrais/cube_in_the_box4",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ }
61
+ }
62
+ },
63
+ "revision": null,
64
+ "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
+ },
67
+ "env": null,
68
+ "policy": {
69
+ "type": "act",
70
+ "n_obs_steps": 1,
71
+ "normalization_mapping": {
72
+ "VISUAL": "MEAN_STD",
73
+ "STATE": "MEAN_STD",
74
+ "ACTION": "MEAN_STD"
75
+ },
76
+ "input_features": {
77
+ "observation.state": {
78
+ "type": "STATE",
79
+ "shape": [
80
+ 6
81
+ ]
82
+ },
83
+ "observation.images.top": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 480,
88
+ 640
89
+ ]
90
+ },
91
+ "observation.images.laptop": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 480,
96
+ 640
97
+ ]
98
+ }
99
+ },
100
+ "output_features": {
101
+ "action": {
102
+ "type": "ACTION",
103
+ "shape": [
104
+ 6
105
+ ]
106
+ }
107
+ },
108
+ "device": "cuda",
109
+ "use_amp": false,
110
+ "chunk_size": 100,
111
+ "n_action_steps": 100,
112
+ "vision_backbone": "resnet18",
113
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
114
+ "replace_final_stride_with_dilation": false,
115
+ "pre_norm": false,
116
+ "dim_model": 512,
117
+ "n_heads": 8,
118
+ "dim_feedforward": 3200,
119
+ "feedforward_activation": "relu",
120
+ "n_encoder_layers": 4,
121
+ "n_decoder_layers": 1,
122
+ "use_vae": true,
123
+ "latent_dim": 32,
124
+ "n_vae_encoder_layers": 4,
125
+ "temporal_ensemble_coeff": null,
126
+ "dropout": 0.1,
127
+ "kl_weight": 10.0,
128
+ "optimizer_lr": 1e-05,
129
+ "optimizer_weight_decay": 0.0001,
130
+ "optimizer_lr_backbone": 1e-05
131
+ },
132
+ "output_dir": "outputs/train/act_cube_in_the_box4",
133
+ "job_name": "act_cube_in_the_box4",
134
+ "resume": false,
135
+ "seed": 1000,
136
+ "num_workers": 4,
137
+ "batch_size": 8,
138
+ "steps": 100000,
139
+ "eval_freq": 20000,
140
+ "log_freq": 200,
141
+ "save_checkpoint": true,
142
+ "save_freq": 20000,
143
+ "use_policy_training_preset": true,
144
+ "optimizer": {
145
+ "type": "adamw",
146
+ "lr": 1e-05,
147
+ "weight_decay": 0.0001,
148
+ "grad_clip_norm": 10.0,
149
+ "betas": [
150
+ 0.9,
151
+ 0.999
152
+ ],
153
+ "eps": 1e-08
154
+ },
155
+ "scheduler": null,
156
+ "eval": {
157
+ "n_episodes": 50,
158
+ "batch_size": 50,
159
+ "use_async_envs": false
160
+ },
161
+ "wandb": {
162
+ "enable": true,
163
+ "disable_artifact": false,
164
+ "project": "lerobot",
165
+ "entity": null,
166
+ "notes": null,
167
+ "run_id": null,
168
+ "mode": null
169
+ }
170
+ }
checkpoints/100000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "lr": 1e-05,
4
+ "betas": [
5
+ 0.9,
6
+ 0.999
7
+ ],
8
+ "eps": 1e-08,
9
+ "weight_decay": 0.0001,
10
+ "amsgrad": false,
11
+ "foreach": null,
12
+ "maximize": false,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "params": [
17
+ 0,
18
+ 1,
19
+ 2,
20
+ 3,
21
+ 4,
22
+ 5,
23
+ 6,
24
+ 7,
25
+ 8,
26
+ 9,
27
+ 10,
28
+ 11,
29
+ 12,
30
+ 13,
31
+ 14,
32
+ 15,
33
+ 16,
34
+ 17,
35
+ 18,
36
+ 19,
37
+ 20,
38
+ 21,
39
+ 22,
40
+ 23,
41
+ 24,
42
+ 25,
43
+ 26,
44
+ 27,
45
+ 28,
46
+ 29,
47
+ 30,
48
+ 31,
49
+ 32,
50
+ 33,
51
+ 34,
52
+ 35,
53
+ 36,
54
+ 37,
55
+ 38,
56
+ 39,
57
+ 40,
58
+ 41,
59
+ 42,
60
+ 43,
61
+ 44,
62
+ 45,
63
+ 46,
64
+ 47,
65
+ 48,
66
+ 49,
67
+ 50,
68
+ 51,
69
+ 52,
70
+ 53,
71
+ 54,
72
+ 55,
73
+ 56,
74
+ 57,
75
+ 58,
76
+ 59,
77
+ 60,
78
+ 61,
79
+ 62,
80
+ 63,
81
+ 64,
82
+ 65,
83
+ 66,
84
+ 67,
85
+ 68,
86
+ 69,
87
+ 70,
88
+ 71,
89
+ 72,
90
+ 73,
91
+ 74,
92
+ 75,
93
+ 76,
94
+ 77,
95
+ 78,
96
+ 79,
97
+ 80,
98
+ 81,
99
+ 82,
100
+ 83,
101
+ 84,
102
+ 85,
103
+ 86,
104
+ 87,
105
+ 88,
106
+ 89,
107
+ 90,
108
+ 91,
109
+ 92,
110
+ 93,
111
+ 94,
112
+ 95,
113
+ 96,
114
+ 97,
115
+ 98,
116
+ 99,
117
+ 100,
118
+ 101,
119
+ 102,
120
+ 103,
121
+ 104,
122
+ 105,
123
+ 106,
124
+ 107,
125
+ 108,
126
+ 109,
127
+ 110,
128
+ 111,
129
+ 112,
130
+ 113,
131
+ 114,
132
+ 115,
133
+ 116,
134
+ 117,
135
+ 118,
136
+ 119,
137
+ 120,
138
+ 121,
139
+ 122,
140
+ 123,
141
+ 124,
142
+ 125,
143
+ 126,
144
+ 127,
145
+ 128,
146
+ 129,
147
+ 130,
148
+ 131,
149
+ 132
150
+ ]
151
+ },
152
+ {
153
+ "lr": 1e-05,
154
+ "betas": [
155
+ 0.9,
156
+ 0.999
157
+ ],
158
+ "eps": 1e-08,
159
+ "weight_decay": 0.0001,
160
+ "amsgrad": false,
161
+ "foreach": null,
162
+ "maximize": false,
163
+ "capturable": false,
164
+ "differentiable": false,
165
+ "fused": null,
166
+ "params": [
167
+ 133,
168
+ 134,
169
+ 135,
170
+ 136,
171
+ 137,
172
+ 138,
173
+ 139,
174
+ 140,
175
+ 141,
176
+ 142,
177
+ 143,
178
+ 144,
179
+ 145,
180
+ 146,
181
+ 147,
182
+ 148,
183
+ 149,
184
+ 150,
185
+ 151,
186
+ 152
187
+ ]
188
+ }
189
+ ]
checkpoints/100000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b2fb34f216eeedcc7d7a272e45b65ead59a1b83a769f03d15681c9e587ef77f
3
+ size 412817652
checkpoints/100000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e52e82cbdd991e9c5e814300753187680694abbffe36fb2f8af1a9dfcccc65f
3
+ size 15708
checkpoints/100000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 100000
3
+ }
wandb/debug-internal.log ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-31T17:32:01.243163981Z","level":"INFO","msg":"stream: starting","core version":"0.19.11","symlink path":"outputs/train/act_cube_in_the_box4/wandb/run-20250531_173201-w2kvrcjq/logs/debug-core.log"}
2
+ {"time":"2025-05-31T17:32:01.424237124Z","level":"INFO","msg":"created new stream","id":"w2kvrcjq"}
3
+ {"time":"2025-05-31T17:32:01.424306296Z","level":"INFO","msg":"stream: started","id":"w2kvrcjq"}
4
+ {"time":"2025-05-31T17:32:01.424381428Z","level":"INFO","msg":"writer: Do: started","stream_id":"w2kvrcjq"}
5
+ {"time":"2025-05-31T17:32:01.424418539Z","level":"INFO","msg":"handler: started","stream_id":"w2kvrcjq"}
6
+ {"time":"2025-05-31T17:32:01.424396268Z","level":"INFO","msg":"sender: started","stream_id":"w2kvrcjq"}
7
+ {"time":"2025-05-31T17:32:01.593119205Z","level":"INFO","msg":"Starting system monitor"}
8
+ {"time":"2025-05-31T19:29:01.969286212Z","level":"INFO","msg":"api: retrying error","error":"Post \"https://api.wandb.ai/graphql\": read tcp 10.192.12.245:50944->35.186.228.49:443: read: connection reset by peer"}
9
+ {"time":"2025-05-31T19:47:10.256379243Z","level":"INFO","msg":"stream: closing","id":"w2kvrcjq"}
10
+ {"time":"2025-05-31T19:47:10.256620409Z","level":"INFO","msg":"Stopping system monitor"}
11
+ {"time":"2025-05-31T19:47:10.256770123Z","level":"INFO","msg":"Stopped system monitor"}
12
+ {"time":"2025-05-31T19:47:12.889215074Z","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
13
+ {"time":"2025-05-31T19:47:12.991725142Z","level":"INFO","msg":"handler: closed","stream_id":"w2kvrcjq"}
14
+ {"time":"2025-05-31T19:47:12.991820805Z","level":"INFO","msg":"writer: Close: closed","stream_id":"w2kvrcjq"}
15
+ {"time":"2025-05-31T19:47:12.991850896Z","level":"INFO","msg":"sender: closed","stream_id":"w2kvrcjq"}
16
+ {"time":"2025-05-31T19:47:12.992202444Z","level":"INFO","msg":"stream: closed","id":"w2kvrcjq"}
wandb/debug.log ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_setup.py:_flush():70] Current SDK version is 0.19.11
2
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_setup.py:_flush():70] Configure stats pid to 7178
3
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_setup.py:_flush():70] Loading settings from /teamspace/studios/this_studio/.config/wandb/settings
4
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_setup.py:_flush():70] Loading settings from /teamspace/studios/this_studio/lerobot/wandb/settings
5
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_setup.py:_flush():70] Loading settings from environment variables
6
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_init.py:setup_run_log_directory():724] Logging user logs to outputs/train/act_cube_in_the_box4/wandb/run-20250531_173201-w2kvrcjq/logs/debug.log
7
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_init.py:setup_run_log_directory():725] Logging internal logs to outputs/train/act_cube_in_the_box4/wandb/run-20250531_173201-w2kvrcjq/logs/debug-internal.log
8
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_init.py:init():852] calling init triggers
9
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_init.py:init():857] wandb.init called with sweep_config: {}
10
+ config: {'dataset': {'repo_id': 'meetrais/cube_in_the_box4', 'root': None, 'episodes': None, 'image_transforms': {'enable': False, 'max_num_transforms': 3, 'random_order': False, 'tfs': {'brightness': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'brightness': [0.8, 1.2]}}, 'contrast': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'contrast': [0.8, 1.2]}}, 'saturation': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'saturation': [0.5, 1.5]}}, 'hue': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'hue': [-0.05, 0.05]}}, 'sharpness': {'weight': 1.0, 'type': 'SharpnessJitter', 'kwargs': {'sharpness': [0.5, 1.5]}}}}, 'revision': None, 'use_imagenet_stats': True, 'video_backend': 'torchcodec'}, 'env': None, 'policy': {'type': 'act', 'n_obs_steps': 1, 'normalization_mapping': {'VISUAL': <NormalizationMode.MEAN_STD: 'MEAN_STD'>, 'STATE': <NormalizationMode.MEAN_STD: 'MEAN_STD'>, 'ACTION': <NormalizationMode.MEAN_STD: 'MEAN_STD'>}, 'input_features': {}, 'output_features': {}, 'device': 'cuda', 'use_amp': False, 'chunk_size': 100, 'n_action_steps': 100, 'vision_backbone': 'resnet18', 'pretrained_backbone_weights': 'ResNet18_Weights.IMAGENET1K_V1', 'replace_final_stride_with_dilation': False, 'pre_norm': False, 'dim_model': 512, 'n_heads': 8, 'dim_feedforward': 3200, 'feedforward_activation': 'relu', 'n_encoder_layers': 4, 'n_decoder_layers': 1, 'use_vae': True, 'latent_dim': 32, 'n_vae_encoder_layers': 4, 'temporal_ensemble_coeff': None, 'dropout': 0.1, 'kl_weight': 10.0, 'optimizer_lr': 1e-05, 'optimizer_weight_decay': 0.0001, 'optimizer_lr_backbone': 1e-05}, 'output_dir': 'outputs/train/act_cube_in_the_box4', 'job_name': 'act_cube_in_the_box4', 'resume': False, 'seed': 1000, 'num_workers': 4, 'batch_size': 8, 'steps': 100000, 'eval_freq': 20000, 'log_freq': 200, 'save_checkpoint': True, 'save_freq': 20000, 'use_policy_training_preset': True, 'optimizer': {'type': 'adamw', 'lr': 1e-05, 'weight_decay': 0.0001, 'grad_clip_norm': 10.0, 'betas': [0.9, 0.999], 'eps': 1e-08}, 'scheduler': None, 'eval': {'n_episodes': 50, 'batch_size': 50, 'use_async_envs': False}, 'wandb': {'enable': True, 'disable_artifact': False, 'project': 'lerobot', 'entity': None, 'notes': None, 'run_id': None, 'mode': None}, '_wandb': {}}
11
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_init.py:init():893] starting backend
12
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_init.py:init():897] sending inform_init request
13
+ 2025-05-31 17:32:01,239 INFO MainThread:7178 [backend.py:_multiprocessing_setup():101] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
14
+ 2025-05-31 17:32:01,239 INFO MainThread:7178 [wandb_init.py:init():907] backend started and connected
15
+ 2025-05-31 17:32:01,240 INFO MainThread:7178 [wandb_init.py:init():1005] updated telemetry
16
+ 2025-05-31 17:32:01,249 INFO MainThread:7178 [wandb_init.py:init():1029] communicating run to backend with 90.0 second timeout
17
+ 2025-05-31 17:32:01,590 INFO MainThread:7178 [wandb_init.py:init():1104] starting run threads in backend
18
+ 2025-05-31 17:32:01,752 INFO MainThread:7178 [wandb_run.py:_console_start():2573] atexit reg
19
+ 2025-05-31 17:32:01,753 INFO MainThread:7178 [wandb_run.py:_redirect():2421] redirect: wrap_raw
20
+ 2025-05-31 17:32:01,753 INFO MainThread:7178 [wandb_run.py:_redirect():2490] Wrapping output streams.
21
+ 2025-05-31 17:32:01,753 INFO MainThread:7178 [wandb_run.py:_redirect():2513] Redirects installed.
22
+ 2025-05-31 17:32:01,754 INFO MainThread:7178 [wandb_init.py:init():1150] run started, returning control to user process
23
+ 2025-05-31 19:47:10,255 INFO MsgRouterThr:7178 [mailbox.py:close():129] [no run ID] Closing mailbox, abandoning 2 handles.
wandb/run-20250531_173201-w2kvrcjq/files/config.yaml ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ _wandb:
2
+ value:
3
+ cli_version: 0.19.11
4
+ m: []
5
+ python_version: 3.10.16
6
+ t:
7
+ "1":
8
+ - 1
9
+ - 41
10
+ - 49
11
+ - 51
12
+ - 55
13
+ "2":
14
+ - 1
15
+ - 41
16
+ - 49
17
+ - 51
18
+ - 55
19
+ "3":
20
+ - 13
21
+ - 15
22
+ - 16
23
+ - 23
24
+ - 55
25
+ - 61
26
+ "4": 3.10.16
27
+ "5": 0.19.11
28
+ "8":
29
+ - 5
30
+ "10":
31
+ - 21
32
+ "12": 0.19.11
33
+ "13": linux-x86_64
34
+ batch_size:
35
+ value: 8
36
+ dataset:
37
+ value:
38
+ episodes: null
39
+ image_transforms:
40
+ enable: false
41
+ max_num_transforms: 3
42
+ random_order: false
43
+ tfs:
44
+ brightness:
45
+ kwargs:
46
+ brightness:
47
+ - 0.8
48
+ - 1.2
49
+ type: ColorJitter
50
+ weight: 1
51
+ contrast:
52
+ kwargs:
53
+ contrast:
54
+ - 0.8
55
+ - 1.2
56
+ type: ColorJitter
57
+ weight: 1
58
+ hue:
59
+ kwargs:
60
+ hue:
61
+ - -0.05
62
+ - 0.05
63
+ type: ColorJitter
64
+ weight: 1
65
+ saturation:
66
+ kwargs:
67
+ saturation:
68
+ - 0.5
69
+ - 1.5
70
+ type: ColorJitter
71
+ weight: 1
72
+ sharpness:
73
+ kwargs:
74
+ sharpness:
75
+ - 0.5
76
+ - 1.5
77
+ type: SharpnessJitter
78
+ weight: 1
79
+ repo_id: meetrais/cube_in_the_box4
80
+ revision: null
81
+ root: null
82
+ use_imagenet_stats: true
83
+ video_backend: torchcodec
84
+ env:
85
+ value: null
86
+ eval:
87
+ value:
88
+ batch_size: 50
89
+ n_episodes: 50
90
+ use_async_envs: false
91
+ eval_freq:
92
+ value: 20000
93
+ job_name:
94
+ value: act_cube_in_the_box4
95
+ log_freq:
96
+ value: 200
97
+ num_workers:
98
+ value: 4
99
+ optimizer:
100
+ value:
101
+ betas:
102
+ - 0.9
103
+ - 0.999
104
+ eps: 1e-08
105
+ grad_clip_norm: 10
106
+ lr: 1e-05
107
+ type: adamw
108
+ weight_decay: 0.0001
109
+ output_dir:
110
+ value: outputs/train/act_cube_in_the_box4
111
+ policy:
112
+ value:
113
+ chunk_size: 100
114
+ device: cuda
115
+ dim_feedforward: 3200
116
+ dim_model: 512
117
+ dropout: 0.1
118
+ feedforward_activation: relu
119
+ kl_weight: 10
120
+ latent_dim: 32
121
+ n_action_steps: 100
122
+ n_decoder_layers: 1
123
+ n_encoder_layers: 4
124
+ n_heads: 8
125
+ n_obs_steps: 1
126
+ n_vae_encoder_layers: 4
127
+ normalization_mapping:
128
+ ACTION: MEAN_STD
129
+ STATE: MEAN_STD
130
+ VISUAL: MEAN_STD
131
+ optimizer_lr: 1e-05
132
+ optimizer_lr_backbone: 1e-05
133
+ optimizer_weight_decay: 0.0001
134
+ pre_norm: false
135
+ pretrained_backbone_weights: ResNet18_Weights.IMAGENET1K_V1
136
+ replace_final_stride_with_dilation: false
137
+ temporal_ensemble_coeff: null
138
+ type: act
139
+ use_amp: false
140
+ use_vae: true
141
+ vision_backbone: resnet18
142
+ resume:
143
+ value: false
144
+ save_checkpoint:
145
+ value: true
146
+ save_freq:
147
+ value: 20000
148
+ scheduler:
149
+ value: null
150
+ seed:
151
+ value: 1000
152
+ steps:
153
+ value: 100000
154
+ use_policy_training_preset:
155
+ value: true
156
+ wandb:
157
+ value:
158
+ disable_artifact: false
159
+ enable: true
160
+ entity: null
161
+ mode: null
162
+ notes: null
163
+ project: lerobot
164
+ run_id: null
wandb/run-20250531_173201-w2kvrcjq/files/output.log ADDED
The diff for this file is too large to render. See raw diff
 
wandb/run-20250531_173201-w2kvrcjq/files/requirements.txt ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pyarrow==20.0.0
2
+ rsa==4.9.1
3
+ pyzmq==26.4.0
4
+ python-dateutil==2.9.0.post0
5
+ contourpy==1.3.2
6
+ prompt_toolkit==3.0.51
7
+ nvidia-nvtx-cu12==12.4.127
8
+ fsspec==2025.3.0
9
+ google-auth==2.40.1
10
+ yarl==1.20.0
11
+ nvidia-cusparselt-cu12==0.6.2
12
+ boto3==1.38.15
13
+ cloudpickle==3.1.1
14
+ llvmlite==0.44.0
15
+ websocket-client==1.8.0
16
+ Send2Trash==1.8.3
17
+ terminado==0.18.1
18
+ decorator==5.2.1
19
+ blinker==1.9.0
20
+ nvidia-cublas-cu12==12.4.5.8
21
+ arrow==1.3.0
22
+ nbclient==0.10.2
23
+ gitdb==4.0.12
24
+ jupyterlab_server==2.27.3
25
+ pytorch-lightning==2.5.1.post0
26
+ pandas==2.2.3
27
+ lightning_sdk==0.2.12
28
+ Pygments==2.19.1
29
+ lightning-utilities==0.14.3
30
+ pyasn1==0.6.1
31
+ argon2-cffi==23.1.0
32
+ packaging==24.2
33
+ python-xlib==0.33
34
+ cachetools==5.5.2
35
+ triton==3.2.0
36
+ litdata==0.2.45
37
+ matplotlib==3.8.2
38
+ matplotlib-inline==0.1.7
39
+ wheel==0.45.1
40
+ safetensors==0.5.3
41
+ tqdm==4.67.1
42
+ gdown==5.2.0
43
+ Jinja2==3.1.6
44
+ httpcore==1.0.9
45
+ nvidia-cufft-cu12==11.2.1.3
46
+ mpmath==1.3.0
47
+ pyyaml-include==1.4.1
48
+ json5==0.12.0
49
+ bleach==6.2.0
50
+ numba==0.61.2
51
+ websockets==15.0.1
52
+ fasteners==0.19
53
+ threadpoolctl==3.6.0
54
+ stack-data==0.6.3
55
+ httptools==0.6.4
56
+ multidict==6.4.3
57
+ aiohttp==3.11.18
58
+ joblib==1.5.0
59
+ cycler==0.12.1
60
+ markdown-it-py==3.0.0
61
+ jsonschema-specifications==2025.4.1
62
+ orderly-set==5.4.1
63
+ jupyter-events==0.12.0
64
+ pydantic==2.11.4
65
+ rich==14.0.0
66
+ aiosignal==1.3.2
67
+ sentry-sdk==2.29.1
68
+ tinycss2==1.4.0
69
+ networkx==3.4.2
70
+ tornado==6.4.2
71
+ dill==0.3.8
72
+ prometheus_client==0.21.1
73
+ omegaconf==2.3.0
74
+ torchvision==0.21.0
75
+ pillow==11.2.1
76
+ clip==1.0
77
+ jupyterlab_widgets==3.0.15
78
+ regex==2023.10.3
79
+ importlib_metadata==8.7.0
80
+ torchaudio==2.3.1+cu121
81
+ typing-inspection==0.4.0
82
+ pyparsing==3.2.3
83
+ zarr==2.18.3
84
+ defusedxml==0.7.1
85
+ ipywidgets==8.1.1
86
+ parso==0.8.4
87
+ python-multipart==0.0.20
88
+ xxhash==3.5.0
89
+ torchmetrics==1.3.1
90
+ PyYAML==6.0.2
91
+ watchfiles==1.0.5
92
+ Flask==3.1.1
93
+ pandocfilters==1.5.1
94
+ jsonschema==4.23.0
95
+ frozenlist==1.6.0
96
+ pexpect==4.9.0
97
+ setproctitle==1.3.6
98
+ nvidia-cuda-nvrtc-cu12==12.4.127
99
+ nest-asyncio==1.6.0
100
+ rpds-py==0.24.0
101
+ beautifulsoup4==4.13.4
102
+ uvicorn==0.34.2
103
+ overrides==7.7.0
104
+ filelock==3.18.0
105
+ nbformat==5.10.4
106
+ jupyterlab==4.2.0
107
+ TorchCodec==0.2.1
108
+ docker==7.1.0
109
+ notebook_shim==0.2.4
110
+ nvidia-cuda-runtime-cu12==12.4.127
111
+ async-lru==2.0.5
112
+ jupyter_server_terminals==0.5.3
113
+ PyJWT==2.10.1
114
+ annotated-types==0.7.0
115
+ gymnasium==0.29.1
116
+ einops==0.8.1
117
+ lightning==2.5.1.post0
118
+ psutil==7.0.0
119
+ jsonpointer==3.0.0
120
+ pyserial==3.5
121
+ toml==0.10.2
122
+ lerobot==0.1.0
123
+ pydantic_core==2.33.2
124
+ platformdirs==4.3.8
125
+ imageio==2.37.0
126
+ widgetsnbextension==4.0.14
127
+ nvidia-cusolver-cu12==11.6.1.9
128
+ antlr4-python3-runtime==4.9.3
129
+ Markdown==3.8
130
+ nvidia-nccl-cu12==2.21.5
131
+ requests==2.32.3
132
+ docker-pycreds==0.4.0
133
+ sympy==1.13.1
134
+ kiwisolver==1.4.8
135
+ deepdiff==8.5.0
136
+ click==8.2.0
137
+ draccus==0.10.0
138
+ certifi==2025.4.26
139
+ traitlets==5.14.3
140
+ litserve==0.2.10
141
+ babel==2.17.0
142
+ jupyter_server==2.16.0
143
+ types-python-dateutil==2.9.0.20241206
144
+ ftfy==6.1.3
145
+ jupyter_client==8.6.3
146
+ nvidia-cuda-cupti-cu12==12.4.127
147
+ cmake==4.0.2
148
+ httpx==0.28.1
149
+ imageio-ffmpeg==0.6.0
150
+ pymunk==6.11.1
151
+ pyasn1_modules==0.4.2
152
+ opencv-python-headless==4.11.0.86
153
+ charset-normalizer==3.4.2
154
+ grpcio==1.71.0
155
+ scikit-learn==1.3.2
156
+ pynput==1.8.1
157
+ wandb==0.19.11
158
+ async-timeout==5.0.1
159
+ oauthlib==3.2.2
160
+ scipy==1.11.4
161
+ tzdata==2025.2
162
+ rfc3986-validator==0.1.1
163
+ isoduration==20.11.0
164
+ typing_extensions==4.13.2
165
+ PySocks==1.7.1
166
+ executing==2.2.0
167
+ referencing==0.36.2
168
+ pure_eval==0.2.3
169
+ s3transfer==0.12.0
170
+ backoff==2.2.1
171
+ GitPython==3.1.44
172
+ h11==0.16.0
173
+ multiprocess==0.70.16
174
+ hf_transfer==0.1.9
175
+ xgboost==2.0.2
176
+ python-dotenv==1.1.0
177
+ ipython==8.17.2
178
+ smmap==5.0.2
179
+ mergedeep==1.3.4
180
+ rfc3339-validator==0.1.4
181
+ typing-inspect==0.9.0
182
+ Farama-Notifications==0.0.4
183
+ termcolor==3.1.0
184
+ python-json-logger==3.3.0
185
+ av==14.4.0
186
+ sniffio==1.3.1
187
+ ptyprocess==0.7.0
188
+ requests-oauthlib==2.0.0
189
+ tifffile==2025.5.10
190
+ tensorboard-data-server==0.7.2
191
+ feetech-servo-sdk==1.0.0
192
+ simple-term-menu==1.6.6
193
+ asciitree==0.3.3
194
+ jmespath==1.0.1
195
+ nvidia-cudnn-cu12==9.1.0.70
196
+ wcwidth==0.2.13
197
+ fqdn==1.5.1
198
+ nbconvert==7.16.6
199
+ exceptiongroup==1.3.0
200
+ tensorboard==2.15.1
201
+ mypy_extensions==1.1.0
202
+ asttokens==3.0.0
203
+ jedi==0.19.2
204
+ pycparser==2.22
205
+ uvloop==0.21.0
206
+ uri-template==1.3.0
207
+ datasets==3.6.0
208
+ starlette==0.46.2
209
+ webencodings==0.5.1
210
+ cffi==1.17.1
211
+ soupsieve==2.7
212
+ torch==2.6.0
213
+ aiohappyeyeballs==2.6.1
214
+ nvidia-cusparse-cu12==12.3.1.170
215
+ numpy==1.26.4
216
+ protobuf==4.23.4
217
+ huggingface-hub==0.32.0
218
+ jupyterlab_pygments==0.3.0
219
+ rerun-sdk==0.23.2
220
+ lightning-cloud==0.5.70
221
+ fastapi==0.115.12
222
+ pip==25.1.1
223
+ anyio==4.9.0
224
+ urllib3==2.4.0
225
+ botocore==1.38.15
226
+ itsdangerous==2.2.0
227
+ google-auth-oauthlib==1.2.2
228
+ numcodecs==0.13.1
229
+ jupyter-lsp==2.2.5
230
+ inquirerpy==0.3.4
231
+ idna==3.10
232
+ jupyter_core==5.7.2
233
+ pfzy==0.3.4
234
+ argon2-cffi-bindings==21.2.0
235
+ tomli==2.2.1
236
+ Werkzeug==3.1.3
237
+ comm==0.2.2
238
+ propcache==0.3.1
239
+ wget==3.2
240
+ nvidia-nvjitlink-cu12==12.4.127
241
+ setuptools==78.1.1
242
+ fastjsonschema==2.21.1
243
+ jsonlines==4.0.0
244
+ hf-xet==1.1.2
245
+ evdev==1.9.2
246
+ zipp==3.21.0
247
+ nvidia-cufile-cu12==1.11.1.6
248
+ six==1.17.0
249
+ ipykernel==6.26.0
250
+ absl-py==2.2.2
251
+ attrs==25.3.0
252
+ h5py==3.13.0
253
+ webcolors==24.11.1
254
+ mistune==3.1.3
255
+ nvidia-curand-cu12==10.3.5.147
256
+ diffusers==0.33.1
257
+ mdurl==0.1.2
258
+ MarkupSafe==3.0.2
259
+ fonttools==4.58.0
260
+ pytz==2025.2
261
+ debugpy==1.8.14
262
+ jaraco.context==5.3.0
263
+ zipp==3.19.2
264
+ typing_extensions==4.12.2
265
+ more-itertools==10.3.0
266
+ packaging==24.2
267
+ platformdirs==4.2.2
268
+ typeguard==4.3.0
269
+ jaraco.collections==5.1.0
270
+ inflect==7.3.1
271
+ importlib_metadata==8.0.0
272
+ tomli==2.0.1
273
+ jaraco.functools==4.0.1
274
+ jaraco.text==3.12.1
275
+ autocommand==2.2.2
276
+ backports.tarfile==1.2.0
277
+ wheel==0.45.1
wandb/run-20250531_173201-w2kvrcjq/files/wandb-metadata.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-1084-aws-x86_64-with-glibc2.31",
3
+ "python": "CPython 3.10.16",
4
+ "startedAt": "2025-05-31T17:32:01.239419Z",
5
+ "args": [
6
+ "--dataset.repo_id=meetrais/cube_in_the_box4",
7
+ "--policy.type=act",
8
+ "--output_dir=outputs/train/act_cube_in_the_box4",
9
+ "--job_name=act_cube_in_the_box4",
10
+ "--policy.device=cuda",
11
+ "--wandb.enable=true"
12
+ ],
13
+ "program": "/teamspace/studios/this_studio/lerobot/lerobot/scripts/train.py",
14
+ "codePath": "lerobot/scripts/train.py",
15
+ "git": {
16
+ "remote": "https://github.com/meetrais/lerobot.git",
17
+ "commit": "561c0e530a53b1770d8bd116641e73c8306ccd69"
18
+ },
19
+ "root": "outputs/train/act_cube_in_the_box4",
20
+ "host": "ip-10-192-12-245",
21
+ "executable": "/home/zeus/miniconda3/envs/cloudspace/bin/python",
22
+ "codePathLocal": "lerobot/scripts/train.py",
23
+ "cpu_count": 8,
24
+ "cpu_count_logical": 16,
25
+ "gpu": "NVIDIA L40S",
26
+ "gpu_count": 1,
27
+ "disk": {
28
+ "/": {
29
+ "total": "589427720192",
30
+ "used": "45399834624"
31
+ }
32
+ },
33
+ "memory": {
34
+ "total": "133270241280"
35
+ },
36
+ "cpu": {
37
+ "count": 8,
38
+ "countLogical": 16
39
+ },
40
+ "gpu_nvidia": [
41
+ {
42
+ "name": "NVIDIA L40S",
43
+ "memoryTotal": "48305799168",
44
+ "cudaCores": 18176,
45
+ "architecture": "Ada"
46
+ }
47
+ ],
48
+ "cudaVersion": "12.2"
49
+ }
wandb/run-20250531_173201-w2kvrcjq/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"train/kld_loss":7.301941514015198e-05,"train/dataloading_s":0.0002901902699613856,"_runtime":8109.017042675,"train/steps":100000,"train/grad_norm":3.9317062318325045,"train/loss":0.04882145526818931,"train/samples":800000,"train/epochs":27.422616803208445,"_wandb":{"runtime":8109},"train/lr":1.0000000000000021e-05,"train/l1_loss":0.042320556938648224,"_step":100000,"_timestamp":1.7487208281557786e+09,"train/episodes":1371.1308401604222,"train/update_s":0.08046832630991048}
wandb/run-20250531_173201-w2kvrcjq/logs/debug-core.log ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-31T17:32:01.102790684Z","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpbg_tlfbe/port-7178.txt","pid":7178,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
2
+ {"time":"2025-05-31T17:32:01.104696Z","level":"INFO","msg":"Will exit if parent process dies.","ppid":7178}
3
+ {"time":"2025-05-31T17:32:01.105037468Z","level":"INFO","msg":"server is running","addr":{"IP":"127.0.0.1","Port":50153,"Zone":""}}
4
+ {"time":"2025-05-31T17:32:01.230470976Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"127.0.0.1:50054"}
5
+ {"time":"2025-05-31T17:32:01.242423543Z","level":"INFO","msg":"handleInformInit: received","streamId":"w2kvrcjq","id":"127.0.0.1:50054"}
6
+ {"time":"2025-05-31T17:32:01.424328406Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"w2kvrcjq","id":"127.0.0.1:50054"}
7
+ {"time":"2025-05-31T19:47:10.256104556Z","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"127.0.0.1:50054"}
8
+ {"time":"2025-05-31T19:47:10.256440725Z","level":"INFO","msg":"server is shutting down"}
9
+ {"time":"2025-05-31T19:47:10.256433055Z","level":"INFO","msg":"connection: closing","id":"127.0.0.1:50054"}
10
+ {"time":"2025-05-31T19:47:10.256556068Z","level":"INFO","msg":"connection: closed successfully","id":"127.0.0.1:50054"}
11
+ {"time":"2025-05-31T19:47:12.838335364Z","level":"ERROR","msg":"processOutgoingData: flush error","error":"write tcp 127.0.0.1:50153->127.0.0.1:50054: use of closed network connection","id":"127.0.0.1:50054"}
12
+ {"time":"2025-05-31T19:47:12.992257036Z","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"127.0.0.1:50054"}
13
+ {"time":"2025-05-31T19:47:12.992309357Z","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"127.0.0.1:50054"}
14
+ {"time":"2025-05-31T19:47:12.992359108Z","level":"INFO","msg":"server is closed"}
wandb/run-20250531_173201-w2kvrcjq/logs/debug-internal.log ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-31T17:32:01.243163981Z","level":"INFO","msg":"stream: starting","core version":"0.19.11","symlink path":"outputs/train/act_cube_in_the_box4/wandb/run-20250531_173201-w2kvrcjq/logs/debug-core.log"}
2
+ {"time":"2025-05-31T17:32:01.424237124Z","level":"INFO","msg":"created new stream","id":"w2kvrcjq"}
3
+ {"time":"2025-05-31T17:32:01.424306296Z","level":"INFO","msg":"stream: started","id":"w2kvrcjq"}
4
+ {"time":"2025-05-31T17:32:01.424381428Z","level":"INFO","msg":"writer: Do: started","stream_id":"w2kvrcjq"}
5
+ {"time":"2025-05-31T17:32:01.424418539Z","level":"INFO","msg":"handler: started","stream_id":"w2kvrcjq"}
6
+ {"time":"2025-05-31T17:32:01.424396268Z","level":"INFO","msg":"sender: started","stream_id":"w2kvrcjq"}
7
+ {"time":"2025-05-31T17:32:01.593119205Z","level":"INFO","msg":"Starting system monitor"}
8
+ {"time":"2025-05-31T19:29:01.969286212Z","level":"INFO","msg":"api: retrying error","error":"Post \"https://api.wandb.ai/graphql\": read tcp 10.192.12.245:50944->35.186.228.49:443: read: connection reset by peer"}
9
+ {"time":"2025-05-31T19:47:10.256379243Z","level":"INFO","msg":"stream: closing","id":"w2kvrcjq"}
10
+ {"time":"2025-05-31T19:47:10.256620409Z","level":"INFO","msg":"Stopping system monitor"}
11
+ {"time":"2025-05-31T19:47:10.256770123Z","level":"INFO","msg":"Stopped system monitor"}
12
+ {"time":"2025-05-31T19:47:12.889215074Z","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
13
+ {"time":"2025-05-31T19:47:12.991725142Z","level":"INFO","msg":"handler: closed","stream_id":"w2kvrcjq"}
14
+ {"time":"2025-05-31T19:47:12.991820805Z","level":"INFO","msg":"writer: Close: closed","stream_id":"w2kvrcjq"}
15
+ {"time":"2025-05-31T19:47:12.991850896Z","level":"INFO","msg":"sender: closed","stream_id":"w2kvrcjq"}
16
+ {"time":"2025-05-31T19:47:12.992202444Z","level":"INFO","msg":"stream: closed","id":"w2kvrcjq"}
wandb/run-20250531_173201-w2kvrcjq/logs/debug.log ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_setup.py:_flush():70] Current SDK version is 0.19.11
2
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_setup.py:_flush():70] Configure stats pid to 7178
3
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_setup.py:_flush():70] Loading settings from /teamspace/studios/this_studio/.config/wandb/settings
4
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_setup.py:_flush():70] Loading settings from /teamspace/studios/this_studio/lerobot/wandb/settings
5
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_setup.py:_flush():70] Loading settings from environment variables
6
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_init.py:setup_run_log_directory():724] Logging user logs to outputs/train/act_cube_in_the_box4/wandb/run-20250531_173201-w2kvrcjq/logs/debug.log
7
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_init.py:setup_run_log_directory():725] Logging internal logs to outputs/train/act_cube_in_the_box4/wandb/run-20250531_173201-w2kvrcjq/logs/debug-internal.log
8
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_init.py:init():852] calling init triggers
9
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_init.py:init():857] wandb.init called with sweep_config: {}
10
+ config: {'dataset': {'repo_id': 'meetrais/cube_in_the_box4', 'root': None, 'episodes': None, 'image_transforms': {'enable': False, 'max_num_transforms': 3, 'random_order': False, 'tfs': {'brightness': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'brightness': [0.8, 1.2]}}, 'contrast': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'contrast': [0.8, 1.2]}}, 'saturation': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'saturation': [0.5, 1.5]}}, 'hue': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'hue': [-0.05, 0.05]}}, 'sharpness': {'weight': 1.0, 'type': 'SharpnessJitter', 'kwargs': {'sharpness': [0.5, 1.5]}}}}, 'revision': None, 'use_imagenet_stats': True, 'video_backend': 'torchcodec'}, 'env': None, 'policy': {'type': 'act', 'n_obs_steps': 1, 'normalization_mapping': {'VISUAL': <NormalizationMode.MEAN_STD: 'MEAN_STD'>, 'STATE': <NormalizationMode.MEAN_STD: 'MEAN_STD'>, 'ACTION': <NormalizationMode.MEAN_STD: 'MEAN_STD'>}, 'input_features': {}, 'output_features': {}, 'device': 'cuda', 'use_amp': False, 'chunk_size': 100, 'n_action_steps': 100, 'vision_backbone': 'resnet18', 'pretrained_backbone_weights': 'ResNet18_Weights.IMAGENET1K_V1', 'replace_final_stride_with_dilation': False, 'pre_norm': False, 'dim_model': 512, 'n_heads': 8, 'dim_feedforward': 3200, 'feedforward_activation': 'relu', 'n_encoder_layers': 4, 'n_decoder_layers': 1, 'use_vae': True, 'latent_dim': 32, 'n_vae_encoder_layers': 4, 'temporal_ensemble_coeff': None, 'dropout': 0.1, 'kl_weight': 10.0, 'optimizer_lr': 1e-05, 'optimizer_weight_decay': 0.0001, 'optimizer_lr_backbone': 1e-05}, 'output_dir': 'outputs/train/act_cube_in_the_box4', 'job_name': 'act_cube_in_the_box4', 'resume': False, 'seed': 1000, 'num_workers': 4, 'batch_size': 8, 'steps': 100000, 'eval_freq': 20000, 'log_freq': 200, 'save_checkpoint': True, 'save_freq': 20000, 'use_policy_training_preset': True, 'optimizer': {'type': 'adamw', 'lr': 1e-05, 'weight_decay': 0.0001, 'grad_clip_norm': 10.0, 'betas': [0.9, 0.999], 'eps': 1e-08}, 'scheduler': None, 'eval': {'n_episodes': 50, 'batch_size': 50, 'use_async_envs': False}, 'wandb': {'enable': True, 'disable_artifact': False, 'project': 'lerobot', 'entity': None, 'notes': None, 'run_id': None, 'mode': None}, '_wandb': {}}
11
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_init.py:init():893] starting backend
12
+ 2025-05-31 17:32:01,233 INFO MainThread:7178 [wandb_init.py:init():897] sending inform_init request
13
+ 2025-05-31 17:32:01,239 INFO MainThread:7178 [backend.py:_multiprocessing_setup():101] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
14
+ 2025-05-31 17:32:01,239 INFO MainThread:7178 [wandb_init.py:init():907] backend started and connected
15
+ 2025-05-31 17:32:01,240 INFO MainThread:7178 [wandb_init.py:init():1005] updated telemetry
16
+ 2025-05-31 17:32:01,249 INFO MainThread:7178 [wandb_init.py:init():1029] communicating run to backend with 90.0 second timeout
17
+ 2025-05-31 17:32:01,590 INFO MainThread:7178 [wandb_init.py:init():1104] starting run threads in backend
18
+ 2025-05-31 17:32:01,752 INFO MainThread:7178 [wandb_run.py:_console_start():2573] atexit reg
19
+ 2025-05-31 17:32:01,753 INFO MainThread:7178 [wandb_run.py:_redirect():2421] redirect: wrap_raw
20
+ 2025-05-31 17:32:01,753 INFO MainThread:7178 [wandb_run.py:_redirect():2490] Wrapping output streams.
21
+ 2025-05-31 17:32:01,753 INFO MainThread:7178 [wandb_run.py:_redirect():2513] Redirects installed.
22
+ 2025-05-31 17:32:01,754 INFO MainThread:7178 [wandb_init.py:init():1150] run started, returning control to user process
23
+ 2025-05-31 19:47:10,255 INFO MsgRouterThr:7178 [mailbox.py:close():129] [no run ID] Closing mailbox, abandoning 2 handles.
wandb/run-20250531_173201-w2kvrcjq/run-w2kvrcjq.wandb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53f2aef0d53b9df2b3deb603da132c52e811f16fa4d2d479c2404b948ec9cd89
3
+ size 1207903