briannnyee commited on
Commit
b2cc5fb
·
verified ·
1 Parent(s): 1a23fc5

Upload folder using huggingface_hub

Browse files
Files changed (47) hide show
  1. .gitattributes +1 -0
  2. checkpoints/002000/pretrained_model/config.json +63 -0
  3. checkpoints/002000/pretrained_model/model.safetensors +3 -0
  4. checkpoints/002000/pretrained_model/train_config.json +170 -0
  5. checkpoints/002000/training_state/optimizer_param_groups.json +191 -0
  6. checkpoints/002000/training_state/optimizer_state.safetensors +3 -0
  7. checkpoints/002000/training_state/rng_state.safetensors +3 -0
  8. checkpoints/002000/training_state/training_step.json +3 -0
  9. checkpoints/004000/pretrained_model/config.json +63 -0
  10. checkpoints/004000/pretrained_model/model.safetensors +3 -0
  11. checkpoints/004000/pretrained_model/train_config.json +170 -0
  12. checkpoints/004000/training_state/optimizer_param_groups.json +191 -0
  13. checkpoints/004000/training_state/optimizer_state.safetensors +3 -0
  14. checkpoints/004000/training_state/rng_state.safetensors +3 -0
  15. checkpoints/004000/training_state/training_step.json +3 -0
  16. checkpoints/006000/pretrained_model/config.json +63 -0
  17. checkpoints/006000/pretrained_model/model.safetensors +3 -0
  18. checkpoints/006000/pretrained_model/train_config.json +170 -0
  19. checkpoints/006000/training_state/optimizer_param_groups.json +191 -0
  20. checkpoints/006000/training_state/optimizer_state.safetensors +3 -0
  21. checkpoints/006000/training_state/rng_state.safetensors +3 -0
  22. checkpoints/006000/training_state/training_step.json +3 -0
  23. checkpoints/008000/pretrained_model/config.json +63 -0
  24. checkpoints/008000/pretrained_model/model.safetensors +3 -0
  25. checkpoints/008000/pretrained_model/train_config.json +170 -0
  26. checkpoints/008000/training_state/optimizer_param_groups.json +191 -0
  27. checkpoints/008000/training_state/optimizer_state.safetensors +3 -0
  28. checkpoints/008000/training_state/rng_state.safetensors +3 -0
  29. checkpoints/008000/training_state/training_step.json +3 -0
  30. checkpoints/010000/pretrained_model/config.json +63 -0
  31. checkpoints/010000/pretrained_model/model.safetensors +3 -0
  32. checkpoints/010000/pretrained_model/train_config.json +170 -0
  33. checkpoints/010000/training_state/optimizer_param_groups.json +191 -0
  34. checkpoints/010000/training_state/optimizer_state.safetensors +3 -0
  35. checkpoints/010000/training_state/rng_state.safetensors +3 -0
  36. checkpoints/010000/training_state/training_step.json +3 -0
  37. wandb/debug-internal.log +15 -0
  38. wandb/debug.log +23 -0
  39. wandb/run-20250510_151532-3wdw2qxs/files/config.yaml +164 -0
  40. wandb/run-20250510_151532-3wdw2qxs/files/output.log +0 -0
  41. wandb/run-20250510_151532-3wdw2qxs/files/requirements.txt +121 -0
  42. wandb/run-20250510_151532-3wdw2qxs/files/wandb-metadata.json +52 -0
  43. wandb/run-20250510_151532-3wdw2qxs/files/wandb-summary.json +1 -0
  44. wandb/run-20250510_151532-3wdw2qxs/logs/debug-core.log +14 -0
  45. wandb/run-20250510_151532-3wdw2qxs/logs/debug-internal.log +15 -0
  46. wandb/run-20250510_151532-3wdw2qxs/logs/debug.log +23 -0
  47. wandb/run-20250510_151532-3wdw2qxs/run-3wdw2qxs.wandb +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ wandb/run-20250510_151532-3wdw2qxs/run-3wdw2qxs.wandb filter=lfs diff=lfs merge=lfs -text
checkpoints/002000/pretrained_model/config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_obs_steps": 1,
3
+ "normalization_mapping": {
4
+ "VISUAL": "MEAN_STD",
5
+ "STATE": "MEAN_STD",
6
+ "ACTION": "MEAN_STD"
7
+ },
8
+ "input_features": {
9
+ "observation.state": {
10
+ "type": "STATE",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ },
15
+ "observation.images.main": {
16
+ "type": "VISUAL",
17
+ "shape": [
18
+ 3,
19
+ 240,
20
+ 320
21
+ ]
22
+ },
23
+ "observation.images.secondary_0": {
24
+ "type": "VISUAL",
25
+ "shape": [
26
+ 3,
27
+ 240,
28
+ 320
29
+ ]
30
+ }
31
+ },
32
+ "output_features": {
33
+ "action": {
34
+ "type": "ACTION",
35
+ "shape": [
36
+ 6
37
+ ]
38
+ }
39
+ },
40
+ "device": "mps",
41
+ "use_amp": false,
42
+ "chunk_size": 100,
43
+ "n_action_steps": 100,
44
+ "vision_backbone": "resnet18",
45
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
46
+ "replace_final_stride_with_dilation": false,
47
+ "pre_norm": false,
48
+ "dim_model": 512,
49
+ "n_heads": 8,
50
+ "dim_feedforward": 3200,
51
+ "feedforward_activation": "relu",
52
+ "n_encoder_layers": 4,
53
+ "n_decoder_layers": 1,
54
+ "use_vae": true,
55
+ "latent_dim": 32,
56
+ "n_vae_encoder_layers": 4,
57
+ "temporal_ensemble_coeff": null,
58
+ "dropout": 0.1,
59
+ "kl_weight": 10.0,
60
+ "optimizer_lr": 1e-05,
61
+ "optimizer_weight_decay": 0.0001,
62
+ "optimizer_lr_backbone": 1e-05
63
+ }
checkpoints/002000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aa53ee3e1bedf3f13b0f4f338590e75e2f130fcc0dffdf53c2ceab4bddd8867
3
+ size 206701080
checkpoints/002000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "briannnyee/grabbing_v2",
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.main": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 240,
88
+ 320
89
+ ]
90
+ },
91
+ "observation.images.secondary_0": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 240,
96
+ 320
97
+ ]
98
+ }
99
+ },
100
+ "output_features": {
101
+ "action": {
102
+ "type": "ACTION",
103
+ "shape": [
104
+ 6
105
+ ]
106
+ }
107
+ },
108
+ "device": "mps",
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/grabbing_v2",
133
+ "job_name": "grabbing_v2",
134
+ "resume": false,
135
+ "seed": 1000,
136
+ "num_workers": 4,
137
+ "batch_size": 1,
138
+ "steps": 10000,
139
+ "eval_freq": 2000,
140
+ "log_freq": 200,
141
+ "save_checkpoint": true,
142
+ "save_freq": 2000,
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/002000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "params": [
18
+ 0,
19
+ 1,
20
+ 2,
21
+ 3,
22
+ 4,
23
+ 5,
24
+ 6,
25
+ 7,
26
+ 8,
27
+ 9,
28
+ 10,
29
+ 11,
30
+ 12,
31
+ 13,
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28,
47
+ 29,
48
+ 30,
49
+ 31,
50
+ 32,
51
+ 33,
52
+ 34,
53
+ 35,
54
+ 36,
55
+ 37,
56
+ 38,
57
+ 39,
58
+ 40,
59
+ 41,
60
+ 42,
61
+ 43,
62
+ 44,
63
+ 45,
64
+ 46,
65
+ 47,
66
+ 48,
67
+ 49,
68
+ 50,
69
+ 51,
70
+ 52,
71
+ 53,
72
+ 54,
73
+ 55,
74
+ 56,
75
+ 57,
76
+ 58,
77
+ 59,
78
+ 60,
79
+ 61,
80
+ 62,
81
+ 63,
82
+ 64,
83
+ 65,
84
+ 66,
85
+ 67,
86
+ 68,
87
+ 69,
88
+ 70,
89
+ 71,
90
+ 72,
91
+ 73,
92
+ 74,
93
+ 75,
94
+ 76,
95
+ 77,
96
+ 78,
97
+ 79,
98
+ 80,
99
+ 81,
100
+ 82,
101
+ 83,
102
+ 84,
103
+ 85,
104
+ 86,
105
+ 87,
106
+ 88,
107
+ 89,
108
+ 90,
109
+ 91,
110
+ 92,
111
+ 93,
112
+ 94,
113
+ 95,
114
+ 96,
115
+ 97,
116
+ 98,
117
+ 99,
118
+ 100,
119
+ 101,
120
+ 102,
121
+ 103,
122
+ 104,
123
+ 105,
124
+ 106,
125
+ 107,
126
+ 108,
127
+ 109,
128
+ 110,
129
+ 111,
130
+ 112,
131
+ 113,
132
+ 114,
133
+ 115,
134
+ 116,
135
+ 117,
136
+ 118,
137
+ 119,
138
+ 120,
139
+ 121,
140
+ 122,
141
+ 123,
142
+ 124,
143
+ 125,
144
+ 126,
145
+ 127,
146
+ 128,
147
+ 129,
148
+ 130,
149
+ 131,
150
+ 132
151
+ ]
152
+ },
153
+ {
154
+ "lr": 1e-05,
155
+ "betas": [
156
+ 0.9,
157
+ 0.999
158
+ ],
159
+ "eps": 1e-08,
160
+ "weight_decay": 0.0001,
161
+ "amsgrad": false,
162
+ "maximize": false,
163
+ "foreach": null,
164
+ "capturable": false,
165
+ "differentiable": false,
166
+ "fused": null,
167
+ "decoupled_weight_decay": true,
168
+ "params": [
169
+ 133,
170
+ 134,
171
+ 135,
172
+ 136,
173
+ 137,
174
+ 138,
175
+ 139,
176
+ 140,
177
+ 141,
178
+ 142,
179
+ 143,
180
+ 144,
181
+ 145,
182
+ 146,
183
+ 147,
184
+ 148,
185
+ 149,
186
+ 150,
187
+ 151,
188
+ 152
189
+ ]
190
+ }
191
+ ]
checkpoints/002000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3958babfb2b757daa14409ab0259b3af39522889b16544da934062674e18963
3
+ size 412817652
checkpoints/002000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad31df2d074be66553b0f728dc3dcd9f56d6739b50ad6ba8930a38211d287edc
3
+ size 15612
checkpoints/002000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 2000
3
+ }
checkpoints/004000/pretrained_model/config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_obs_steps": 1,
3
+ "normalization_mapping": {
4
+ "VISUAL": "MEAN_STD",
5
+ "STATE": "MEAN_STD",
6
+ "ACTION": "MEAN_STD"
7
+ },
8
+ "input_features": {
9
+ "observation.state": {
10
+ "type": "STATE",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ },
15
+ "observation.images.main": {
16
+ "type": "VISUAL",
17
+ "shape": [
18
+ 3,
19
+ 240,
20
+ 320
21
+ ]
22
+ },
23
+ "observation.images.secondary_0": {
24
+ "type": "VISUAL",
25
+ "shape": [
26
+ 3,
27
+ 240,
28
+ 320
29
+ ]
30
+ }
31
+ },
32
+ "output_features": {
33
+ "action": {
34
+ "type": "ACTION",
35
+ "shape": [
36
+ 6
37
+ ]
38
+ }
39
+ },
40
+ "device": "mps",
41
+ "use_amp": false,
42
+ "chunk_size": 100,
43
+ "n_action_steps": 100,
44
+ "vision_backbone": "resnet18",
45
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
46
+ "replace_final_stride_with_dilation": false,
47
+ "pre_norm": false,
48
+ "dim_model": 512,
49
+ "n_heads": 8,
50
+ "dim_feedforward": 3200,
51
+ "feedforward_activation": "relu",
52
+ "n_encoder_layers": 4,
53
+ "n_decoder_layers": 1,
54
+ "use_vae": true,
55
+ "latent_dim": 32,
56
+ "n_vae_encoder_layers": 4,
57
+ "temporal_ensemble_coeff": null,
58
+ "dropout": 0.1,
59
+ "kl_weight": 10.0,
60
+ "optimizer_lr": 1e-05,
61
+ "optimizer_weight_decay": 0.0001,
62
+ "optimizer_lr_backbone": 1e-05
63
+ }
checkpoints/004000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8326e282b171fae26cd27c33629f88c5c209bb8d608d45f19460c2a7a0a78116
3
+ size 206701080
checkpoints/004000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "briannnyee/grabbing_v2",
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.main": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 240,
88
+ 320
89
+ ]
90
+ },
91
+ "observation.images.secondary_0": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 240,
96
+ 320
97
+ ]
98
+ }
99
+ },
100
+ "output_features": {
101
+ "action": {
102
+ "type": "ACTION",
103
+ "shape": [
104
+ 6
105
+ ]
106
+ }
107
+ },
108
+ "device": "mps",
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/grabbing_v2",
133
+ "job_name": "grabbing_v2",
134
+ "resume": false,
135
+ "seed": 1000,
136
+ "num_workers": 4,
137
+ "batch_size": 1,
138
+ "steps": 10000,
139
+ "eval_freq": 2000,
140
+ "log_freq": 200,
141
+ "save_checkpoint": true,
142
+ "save_freq": 2000,
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/004000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "params": [
18
+ 0,
19
+ 1,
20
+ 2,
21
+ 3,
22
+ 4,
23
+ 5,
24
+ 6,
25
+ 7,
26
+ 8,
27
+ 9,
28
+ 10,
29
+ 11,
30
+ 12,
31
+ 13,
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28,
47
+ 29,
48
+ 30,
49
+ 31,
50
+ 32,
51
+ 33,
52
+ 34,
53
+ 35,
54
+ 36,
55
+ 37,
56
+ 38,
57
+ 39,
58
+ 40,
59
+ 41,
60
+ 42,
61
+ 43,
62
+ 44,
63
+ 45,
64
+ 46,
65
+ 47,
66
+ 48,
67
+ 49,
68
+ 50,
69
+ 51,
70
+ 52,
71
+ 53,
72
+ 54,
73
+ 55,
74
+ 56,
75
+ 57,
76
+ 58,
77
+ 59,
78
+ 60,
79
+ 61,
80
+ 62,
81
+ 63,
82
+ 64,
83
+ 65,
84
+ 66,
85
+ 67,
86
+ 68,
87
+ 69,
88
+ 70,
89
+ 71,
90
+ 72,
91
+ 73,
92
+ 74,
93
+ 75,
94
+ 76,
95
+ 77,
96
+ 78,
97
+ 79,
98
+ 80,
99
+ 81,
100
+ 82,
101
+ 83,
102
+ 84,
103
+ 85,
104
+ 86,
105
+ 87,
106
+ 88,
107
+ 89,
108
+ 90,
109
+ 91,
110
+ 92,
111
+ 93,
112
+ 94,
113
+ 95,
114
+ 96,
115
+ 97,
116
+ 98,
117
+ 99,
118
+ 100,
119
+ 101,
120
+ 102,
121
+ 103,
122
+ 104,
123
+ 105,
124
+ 106,
125
+ 107,
126
+ 108,
127
+ 109,
128
+ 110,
129
+ 111,
130
+ 112,
131
+ 113,
132
+ 114,
133
+ 115,
134
+ 116,
135
+ 117,
136
+ 118,
137
+ 119,
138
+ 120,
139
+ 121,
140
+ 122,
141
+ 123,
142
+ 124,
143
+ 125,
144
+ 126,
145
+ 127,
146
+ 128,
147
+ 129,
148
+ 130,
149
+ 131,
150
+ 132
151
+ ]
152
+ },
153
+ {
154
+ "lr": 1e-05,
155
+ "betas": [
156
+ 0.9,
157
+ 0.999
158
+ ],
159
+ "eps": 1e-08,
160
+ "weight_decay": 0.0001,
161
+ "amsgrad": false,
162
+ "maximize": false,
163
+ "foreach": null,
164
+ "capturable": false,
165
+ "differentiable": false,
166
+ "fused": null,
167
+ "decoupled_weight_decay": true,
168
+ "params": [
169
+ 133,
170
+ 134,
171
+ 135,
172
+ 136,
173
+ 137,
174
+ 138,
175
+ 139,
176
+ 140,
177
+ 141,
178
+ 142,
179
+ 143,
180
+ 144,
181
+ 145,
182
+ 146,
183
+ 147,
184
+ 148,
185
+ 149,
186
+ 150,
187
+ 151,
188
+ 152
189
+ ]
190
+ }
191
+ ]
checkpoints/004000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6407752245f6675333c7f643e4ed8729f7a22738f6c2db22d4337ba25b918417
3
+ size 412817652
checkpoints/004000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad31df2d074be66553b0f728dc3dcd9f56d6739b50ad6ba8930a38211d287edc
3
+ size 15612
checkpoints/004000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 4000
3
+ }
checkpoints/006000/pretrained_model/config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_obs_steps": 1,
3
+ "normalization_mapping": {
4
+ "VISUAL": "MEAN_STD",
5
+ "STATE": "MEAN_STD",
6
+ "ACTION": "MEAN_STD"
7
+ },
8
+ "input_features": {
9
+ "observation.state": {
10
+ "type": "STATE",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ },
15
+ "observation.images.main": {
16
+ "type": "VISUAL",
17
+ "shape": [
18
+ 3,
19
+ 240,
20
+ 320
21
+ ]
22
+ },
23
+ "observation.images.secondary_0": {
24
+ "type": "VISUAL",
25
+ "shape": [
26
+ 3,
27
+ 240,
28
+ 320
29
+ ]
30
+ }
31
+ },
32
+ "output_features": {
33
+ "action": {
34
+ "type": "ACTION",
35
+ "shape": [
36
+ 6
37
+ ]
38
+ }
39
+ },
40
+ "device": "mps",
41
+ "use_amp": false,
42
+ "chunk_size": 100,
43
+ "n_action_steps": 100,
44
+ "vision_backbone": "resnet18",
45
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
46
+ "replace_final_stride_with_dilation": false,
47
+ "pre_norm": false,
48
+ "dim_model": 512,
49
+ "n_heads": 8,
50
+ "dim_feedforward": 3200,
51
+ "feedforward_activation": "relu",
52
+ "n_encoder_layers": 4,
53
+ "n_decoder_layers": 1,
54
+ "use_vae": true,
55
+ "latent_dim": 32,
56
+ "n_vae_encoder_layers": 4,
57
+ "temporal_ensemble_coeff": null,
58
+ "dropout": 0.1,
59
+ "kl_weight": 10.0,
60
+ "optimizer_lr": 1e-05,
61
+ "optimizer_weight_decay": 0.0001,
62
+ "optimizer_lr_backbone": 1e-05
63
+ }
checkpoints/006000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4037f82ce53bb9f73b247e55f3d50b619f64be848d29fdaf0d815f2e1bbb5ceb
3
+ size 206701080
checkpoints/006000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "briannnyee/grabbing_v2",
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.main": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 240,
88
+ 320
89
+ ]
90
+ },
91
+ "observation.images.secondary_0": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 240,
96
+ 320
97
+ ]
98
+ }
99
+ },
100
+ "output_features": {
101
+ "action": {
102
+ "type": "ACTION",
103
+ "shape": [
104
+ 6
105
+ ]
106
+ }
107
+ },
108
+ "device": "mps",
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/grabbing_v2",
133
+ "job_name": "grabbing_v2",
134
+ "resume": false,
135
+ "seed": 1000,
136
+ "num_workers": 4,
137
+ "batch_size": 1,
138
+ "steps": 10000,
139
+ "eval_freq": 2000,
140
+ "log_freq": 200,
141
+ "save_checkpoint": true,
142
+ "save_freq": 2000,
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/006000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "params": [
18
+ 0,
19
+ 1,
20
+ 2,
21
+ 3,
22
+ 4,
23
+ 5,
24
+ 6,
25
+ 7,
26
+ 8,
27
+ 9,
28
+ 10,
29
+ 11,
30
+ 12,
31
+ 13,
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28,
47
+ 29,
48
+ 30,
49
+ 31,
50
+ 32,
51
+ 33,
52
+ 34,
53
+ 35,
54
+ 36,
55
+ 37,
56
+ 38,
57
+ 39,
58
+ 40,
59
+ 41,
60
+ 42,
61
+ 43,
62
+ 44,
63
+ 45,
64
+ 46,
65
+ 47,
66
+ 48,
67
+ 49,
68
+ 50,
69
+ 51,
70
+ 52,
71
+ 53,
72
+ 54,
73
+ 55,
74
+ 56,
75
+ 57,
76
+ 58,
77
+ 59,
78
+ 60,
79
+ 61,
80
+ 62,
81
+ 63,
82
+ 64,
83
+ 65,
84
+ 66,
85
+ 67,
86
+ 68,
87
+ 69,
88
+ 70,
89
+ 71,
90
+ 72,
91
+ 73,
92
+ 74,
93
+ 75,
94
+ 76,
95
+ 77,
96
+ 78,
97
+ 79,
98
+ 80,
99
+ 81,
100
+ 82,
101
+ 83,
102
+ 84,
103
+ 85,
104
+ 86,
105
+ 87,
106
+ 88,
107
+ 89,
108
+ 90,
109
+ 91,
110
+ 92,
111
+ 93,
112
+ 94,
113
+ 95,
114
+ 96,
115
+ 97,
116
+ 98,
117
+ 99,
118
+ 100,
119
+ 101,
120
+ 102,
121
+ 103,
122
+ 104,
123
+ 105,
124
+ 106,
125
+ 107,
126
+ 108,
127
+ 109,
128
+ 110,
129
+ 111,
130
+ 112,
131
+ 113,
132
+ 114,
133
+ 115,
134
+ 116,
135
+ 117,
136
+ 118,
137
+ 119,
138
+ 120,
139
+ 121,
140
+ 122,
141
+ 123,
142
+ 124,
143
+ 125,
144
+ 126,
145
+ 127,
146
+ 128,
147
+ 129,
148
+ 130,
149
+ 131,
150
+ 132
151
+ ]
152
+ },
153
+ {
154
+ "lr": 1e-05,
155
+ "betas": [
156
+ 0.9,
157
+ 0.999
158
+ ],
159
+ "eps": 1e-08,
160
+ "weight_decay": 0.0001,
161
+ "amsgrad": false,
162
+ "maximize": false,
163
+ "foreach": null,
164
+ "capturable": false,
165
+ "differentiable": false,
166
+ "fused": null,
167
+ "decoupled_weight_decay": true,
168
+ "params": [
169
+ 133,
170
+ 134,
171
+ 135,
172
+ 136,
173
+ 137,
174
+ 138,
175
+ 139,
176
+ 140,
177
+ 141,
178
+ 142,
179
+ 143,
180
+ 144,
181
+ 145,
182
+ 146,
183
+ 147,
184
+ 148,
185
+ 149,
186
+ 150,
187
+ 151,
188
+ 152
189
+ ]
190
+ }
191
+ ]
checkpoints/006000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9448c9c03c0c74df8b49f48a53205c9e9b8f3ffe49e75b0b955256227f0cffec
3
+ size 412817652
checkpoints/006000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eba4ec1a6cd6d2ff8af375a7fd7f915978135a77302f5d9f13e62177d46a1989
3
+ size 15612
checkpoints/006000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 6000
3
+ }
checkpoints/008000/pretrained_model/config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_obs_steps": 1,
3
+ "normalization_mapping": {
4
+ "VISUAL": "MEAN_STD",
5
+ "STATE": "MEAN_STD",
6
+ "ACTION": "MEAN_STD"
7
+ },
8
+ "input_features": {
9
+ "observation.state": {
10
+ "type": "STATE",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ },
15
+ "observation.images.main": {
16
+ "type": "VISUAL",
17
+ "shape": [
18
+ 3,
19
+ 240,
20
+ 320
21
+ ]
22
+ },
23
+ "observation.images.secondary_0": {
24
+ "type": "VISUAL",
25
+ "shape": [
26
+ 3,
27
+ 240,
28
+ 320
29
+ ]
30
+ }
31
+ },
32
+ "output_features": {
33
+ "action": {
34
+ "type": "ACTION",
35
+ "shape": [
36
+ 6
37
+ ]
38
+ }
39
+ },
40
+ "device": "mps",
41
+ "use_amp": false,
42
+ "chunk_size": 100,
43
+ "n_action_steps": 100,
44
+ "vision_backbone": "resnet18",
45
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
46
+ "replace_final_stride_with_dilation": false,
47
+ "pre_norm": false,
48
+ "dim_model": 512,
49
+ "n_heads": 8,
50
+ "dim_feedforward": 3200,
51
+ "feedforward_activation": "relu",
52
+ "n_encoder_layers": 4,
53
+ "n_decoder_layers": 1,
54
+ "use_vae": true,
55
+ "latent_dim": 32,
56
+ "n_vae_encoder_layers": 4,
57
+ "temporal_ensemble_coeff": null,
58
+ "dropout": 0.1,
59
+ "kl_weight": 10.0,
60
+ "optimizer_lr": 1e-05,
61
+ "optimizer_weight_decay": 0.0001,
62
+ "optimizer_lr_backbone": 1e-05
63
+ }
checkpoints/008000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a72f9d15183aa385e8c22b3fb4b29826a92fce6fa2c856036698ac4b509c5d39
3
+ size 206701080
checkpoints/008000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "briannnyee/grabbing_v2",
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.main": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 240,
88
+ 320
89
+ ]
90
+ },
91
+ "observation.images.secondary_0": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 240,
96
+ 320
97
+ ]
98
+ }
99
+ },
100
+ "output_features": {
101
+ "action": {
102
+ "type": "ACTION",
103
+ "shape": [
104
+ 6
105
+ ]
106
+ }
107
+ },
108
+ "device": "mps",
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/grabbing_v2",
133
+ "job_name": "grabbing_v2",
134
+ "resume": false,
135
+ "seed": 1000,
136
+ "num_workers": 4,
137
+ "batch_size": 1,
138
+ "steps": 10000,
139
+ "eval_freq": 2000,
140
+ "log_freq": 200,
141
+ "save_checkpoint": true,
142
+ "save_freq": 2000,
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/008000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "params": [
18
+ 0,
19
+ 1,
20
+ 2,
21
+ 3,
22
+ 4,
23
+ 5,
24
+ 6,
25
+ 7,
26
+ 8,
27
+ 9,
28
+ 10,
29
+ 11,
30
+ 12,
31
+ 13,
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28,
47
+ 29,
48
+ 30,
49
+ 31,
50
+ 32,
51
+ 33,
52
+ 34,
53
+ 35,
54
+ 36,
55
+ 37,
56
+ 38,
57
+ 39,
58
+ 40,
59
+ 41,
60
+ 42,
61
+ 43,
62
+ 44,
63
+ 45,
64
+ 46,
65
+ 47,
66
+ 48,
67
+ 49,
68
+ 50,
69
+ 51,
70
+ 52,
71
+ 53,
72
+ 54,
73
+ 55,
74
+ 56,
75
+ 57,
76
+ 58,
77
+ 59,
78
+ 60,
79
+ 61,
80
+ 62,
81
+ 63,
82
+ 64,
83
+ 65,
84
+ 66,
85
+ 67,
86
+ 68,
87
+ 69,
88
+ 70,
89
+ 71,
90
+ 72,
91
+ 73,
92
+ 74,
93
+ 75,
94
+ 76,
95
+ 77,
96
+ 78,
97
+ 79,
98
+ 80,
99
+ 81,
100
+ 82,
101
+ 83,
102
+ 84,
103
+ 85,
104
+ 86,
105
+ 87,
106
+ 88,
107
+ 89,
108
+ 90,
109
+ 91,
110
+ 92,
111
+ 93,
112
+ 94,
113
+ 95,
114
+ 96,
115
+ 97,
116
+ 98,
117
+ 99,
118
+ 100,
119
+ 101,
120
+ 102,
121
+ 103,
122
+ 104,
123
+ 105,
124
+ 106,
125
+ 107,
126
+ 108,
127
+ 109,
128
+ 110,
129
+ 111,
130
+ 112,
131
+ 113,
132
+ 114,
133
+ 115,
134
+ 116,
135
+ 117,
136
+ 118,
137
+ 119,
138
+ 120,
139
+ 121,
140
+ 122,
141
+ 123,
142
+ 124,
143
+ 125,
144
+ 126,
145
+ 127,
146
+ 128,
147
+ 129,
148
+ 130,
149
+ 131,
150
+ 132
151
+ ]
152
+ },
153
+ {
154
+ "lr": 1e-05,
155
+ "betas": [
156
+ 0.9,
157
+ 0.999
158
+ ],
159
+ "eps": 1e-08,
160
+ "weight_decay": 0.0001,
161
+ "amsgrad": false,
162
+ "maximize": false,
163
+ "foreach": null,
164
+ "capturable": false,
165
+ "differentiable": false,
166
+ "fused": null,
167
+ "decoupled_weight_decay": true,
168
+ "params": [
169
+ 133,
170
+ 134,
171
+ 135,
172
+ 136,
173
+ 137,
174
+ 138,
175
+ 139,
176
+ 140,
177
+ 141,
178
+ 142,
179
+ 143,
180
+ 144,
181
+ 145,
182
+ 146,
183
+ 147,
184
+ 148,
185
+ 149,
186
+ 150,
187
+ 151,
188
+ 152
189
+ ]
190
+ }
191
+ ]
checkpoints/008000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2b07c4cdb21cbc055c1171df93370bc1c9733118a4fcf356d971476d50a0b39
3
+ size 412817652
checkpoints/008000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eba4ec1a6cd6d2ff8af375a7fd7f915978135a77302f5d9f13e62177d46a1989
3
+ size 15612
checkpoints/008000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 8000
3
+ }
checkpoints/010000/pretrained_model/config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_obs_steps": 1,
3
+ "normalization_mapping": {
4
+ "VISUAL": "MEAN_STD",
5
+ "STATE": "MEAN_STD",
6
+ "ACTION": "MEAN_STD"
7
+ },
8
+ "input_features": {
9
+ "observation.state": {
10
+ "type": "STATE",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ },
15
+ "observation.images.main": {
16
+ "type": "VISUAL",
17
+ "shape": [
18
+ 3,
19
+ 240,
20
+ 320
21
+ ]
22
+ },
23
+ "observation.images.secondary_0": {
24
+ "type": "VISUAL",
25
+ "shape": [
26
+ 3,
27
+ 240,
28
+ 320
29
+ ]
30
+ }
31
+ },
32
+ "output_features": {
33
+ "action": {
34
+ "type": "ACTION",
35
+ "shape": [
36
+ 6
37
+ ]
38
+ }
39
+ },
40
+ "device": "mps",
41
+ "use_amp": false,
42
+ "chunk_size": 100,
43
+ "n_action_steps": 100,
44
+ "vision_backbone": "resnet18",
45
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
46
+ "replace_final_stride_with_dilation": false,
47
+ "pre_norm": false,
48
+ "dim_model": 512,
49
+ "n_heads": 8,
50
+ "dim_feedforward": 3200,
51
+ "feedforward_activation": "relu",
52
+ "n_encoder_layers": 4,
53
+ "n_decoder_layers": 1,
54
+ "use_vae": true,
55
+ "latent_dim": 32,
56
+ "n_vae_encoder_layers": 4,
57
+ "temporal_ensemble_coeff": null,
58
+ "dropout": 0.1,
59
+ "kl_weight": 10.0,
60
+ "optimizer_lr": 1e-05,
61
+ "optimizer_weight_decay": 0.0001,
62
+ "optimizer_lr_backbone": 1e-05
63
+ }
checkpoints/010000/pretrained_model/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7028391ba8c9895663d9e89bfc6bfb331adee8c2779aecda6558afd98ceb8374
3
+ size 206701080
checkpoints/010000/pretrained_model/train_config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "briannnyee/grabbing_v2",
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.main": {
84
+ "type": "VISUAL",
85
+ "shape": [
86
+ 3,
87
+ 240,
88
+ 320
89
+ ]
90
+ },
91
+ "observation.images.secondary_0": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 240,
96
+ 320
97
+ ]
98
+ }
99
+ },
100
+ "output_features": {
101
+ "action": {
102
+ "type": "ACTION",
103
+ "shape": [
104
+ 6
105
+ ]
106
+ }
107
+ },
108
+ "device": "mps",
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/grabbing_v2",
133
+ "job_name": "grabbing_v2",
134
+ "resume": false,
135
+ "seed": 1000,
136
+ "num_workers": 4,
137
+ "batch_size": 1,
138
+ "steps": 10000,
139
+ "eval_freq": 2000,
140
+ "log_freq": 200,
141
+ "save_checkpoint": true,
142
+ "save_freq": 2000,
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/010000/training_state/optimizer_param_groups.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "maximize": false,
12
+ "foreach": null,
13
+ "capturable": false,
14
+ "differentiable": false,
15
+ "fused": null,
16
+ "decoupled_weight_decay": true,
17
+ "params": [
18
+ 0,
19
+ 1,
20
+ 2,
21
+ 3,
22
+ 4,
23
+ 5,
24
+ 6,
25
+ 7,
26
+ 8,
27
+ 9,
28
+ 10,
29
+ 11,
30
+ 12,
31
+ 13,
32
+ 14,
33
+ 15,
34
+ 16,
35
+ 17,
36
+ 18,
37
+ 19,
38
+ 20,
39
+ 21,
40
+ 22,
41
+ 23,
42
+ 24,
43
+ 25,
44
+ 26,
45
+ 27,
46
+ 28,
47
+ 29,
48
+ 30,
49
+ 31,
50
+ 32,
51
+ 33,
52
+ 34,
53
+ 35,
54
+ 36,
55
+ 37,
56
+ 38,
57
+ 39,
58
+ 40,
59
+ 41,
60
+ 42,
61
+ 43,
62
+ 44,
63
+ 45,
64
+ 46,
65
+ 47,
66
+ 48,
67
+ 49,
68
+ 50,
69
+ 51,
70
+ 52,
71
+ 53,
72
+ 54,
73
+ 55,
74
+ 56,
75
+ 57,
76
+ 58,
77
+ 59,
78
+ 60,
79
+ 61,
80
+ 62,
81
+ 63,
82
+ 64,
83
+ 65,
84
+ 66,
85
+ 67,
86
+ 68,
87
+ 69,
88
+ 70,
89
+ 71,
90
+ 72,
91
+ 73,
92
+ 74,
93
+ 75,
94
+ 76,
95
+ 77,
96
+ 78,
97
+ 79,
98
+ 80,
99
+ 81,
100
+ 82,
101
+ 83,
102
+ 84,
103
+ 85,
104
+ 86,
105
+ 87,
106
+ 88,
107
+ 89,
108
+ 90,
109
+ 91,
110
+ 92,
111
+ 93,
112
+ 94,
113
+ 95,
114
+ 96,
115
+ 97,
116
+ 98,
117
+ 99,
118
+ 100,
119
+ 101,
120
+ 102,
121
+ 103,
122
+ 104,
123
+ 105,
124
+ 106,
125
+ 107,
126
+ 108,
127
+ 109,
128
+ 110,
129
+ 111,
130
+ 112,
131
+ 113,
132
+ 114,
133
+ 115,
134
+ 116,
135
+ 117,
136
+ 118,
137
+ 119,
138
+ 120,
139
+ 121,
140
+ 122,
141
+ 123,
142
+ 124,
143
+ 125,
144
+ 126,
145
+ 127,
146
+ 128,
147
+ 129,
148
+ 130,
149
+ 131,
150
+ 132
151
+ ]
152
+ },
153
+ {
154
+ "lr": 1e-05,
155
+ "betas": [
156
+ 0.9,
157
+ 0.999
158
+ ],
159
+ "eps": 1e-08,
160
+ "weight_decay": 0.0001,
161
+ "amsgrad": false,
162
+ "maximize": false,
163
+ "foreach": null,
164
+ "capturable": false,
165
+ "differentiable": false,
166
+ "fused": null,
167
+ "decoupled_weight_decay": true,
168
+ "params": [
169
+ 133,
170
+ 134,
171
+ 135,
172
+ 136,
173
+ 137,
174
+ 138,
175
+ 139,
176
+ 140,
177
+ 141,
178
+ 142,
179
+ 143,
180
+ 144,
181
+ 145,
182
+ 146,
183
+ 147,
184
+ 148,
185
+ 149,
186
+ 150,
187
+ 151,
188
+ 152
189
+ ]
190
+ }
191
+ ]
checkpoints/010000/training_state/optimizer_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f60227458bd2e1af668e97f95fa0b902f18cd51134d196bd4c07a69880af40c3
3
+ size 412817652
checkpoints/010000/training_state/rng_state.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eba4ec1a6cd6d2ff8af375a7fd7f915978135a77302f5d9f13e62177d46a1989
3
+ size 15612
checkpoints/010000/training_state/training_step.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "step": 10000
3
+ }
wandb/debug-internal.log ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-10T15:15:32.041478+02:00","level":"INFO","msg":"stream: starting","core version":"0.19.11","symlink path":"outputs/train/grabbing_v2/wandb/run-20250510_151532-3wdw2qxs/logs/debug-core.log"}
2
+ {"time":"2025-05-10T15:15:32.564167+02:00","level":"INFO","msg":"created new stream","id":"3wdw2qxs"}
3
+ {"time":"2025-05-10T15:15:32.564222+02:00","level":"INFO","msg":"stream: started","id":"3wdw2qxs"}
4
+ {"time":"2025-05-10T15:15:32.564247+02:00","level":"INFO","msg":"handler: started","stream_id":"3wdw2qxs"}
5
+ {"time":"2025-05-10T15:15:32.564256+02:00","level":"INFO","msg":"sender: started","stream_id":"3wdw2qxs"}
6
+ {"time":"2025-05-10T15:15:32.564246+02:00","level":"INFO","msg":"writer: Do: started","stream_id":"3wdw2qxs"}
7
+ {"time":"2025-05-10T15:15:32.853633+02:00","level":"INFO","msg":"Starting system monitor"}
8
+ {"time":"2025-05-10T15:39:47.833817+02:00","level":"INFO","msg":"stream: closing","id":"3wdw2qxs"}
9
+ {"time":"2025-05-10T15:39:47.833852+02:00","level":"INFO","msg":"Stopping system monitor"}
10
+ {"time":"2025-05-10T15:39:47.838552+02:00","level":"INFO","msg":"Stopped system monitor"}
11
+ {"time":"2025-05-10T15:40:00.827183+02:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
12
+ {"time":"2025-05-10T15:40:01.127654+02:00","level":"INFO","msg":"handler: closed","stream_id":"3wdw2qxs"}
13
+ {"time":"2025-05-10T15:40:01.127738+02:00","level":"INFO","msg":"writer: Close: closed","stream_id":"3wdw2qxs"}
14
+ {"time":"2025-05-10T15:40:01.127862+02:00","level":"INFO","msg":"sender: closed","stream_id":"3wdw2qxs"}
15
+ {"time":"2025-05-10T15:40:01.128015+02:00","level":"INFO","msg":"stream: closed","id":"3wdw2qxs"}
wandb/debug.log ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_setup.py:_flush():70] Current SDK version is 0.19.11
2
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_setup.py:_flush():70] Configure stats pid to 37142
3
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_setup.py:_flush():70] Loading settings from /Users/0x8ri4ny33/.config/wandb/settings
4
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_setup.py:_flush():70] Loading settings from /Users/0x8ri4ny33/Desktop/Projects/robotics_hackathon/tdmpc_model/wandb/settings
5
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_setup.py:_flush():70] Loading settings from environment variables
6
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_init.py:setup_run_log_directory():724] Logging user logs to outputs/train/grabbing_v2/wandb/run-20250510_151532-3wdw2qxs/logs/debug.log
7
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_init.py:setup_run_log_directory():725] Logging internal logs to outputs/train/grabbing_v2/wandb/run-20250510_151532-3wdw2qxs/logs/debug-internal.log
8
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_init.py:init():852] calling init triggers
9
+ 2025-05-10 15:15:32,007 INFO MainThread:37142 [wandb_init.py:init():857] wandb.init called with sweep_config: {}
10
+ config: {'dataset': {'repo_id': 'briannnyee/grabbing_v2', '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': 'mps', '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/grabbing_v2', 'job_name': 'grabbing_v2', 'resume': False, 'seed': 1000, 'num_workers': 4, 'batch_size': 1, 'steps': 10000, 'eval_freq': 2000, 'log_freq': 200, 'save_checkpoint': True, 'save_freq': 2000, '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-10 15:15:32,007 INFO MainThread:37142 [wandb_init.py:init():893] starting backend
12
+ 2025-05-10 15:15:32,007 INFO MainThread:37142 [wandb_init.py:init():897] sending inform_init request
13
+ 2025-05-10 15:15:32,040 INFO MainThread:37142 [backend.py:_multiprocessing_setup():101] multiprocessing start_methods=spawn,fork,forkserver, using: spawn
14
+ 2025-05-10 15:15:32,040 INFO MainThread:37142 [wandb_init.py:init():907] backend started and connected
15
+ 2025-05-10 15:15:32,043 INFO MainThread:37142 [wandb_init.py:init():1005] updated telemetry
16
+ 2025-05-10 15:15:32,044 INFO MainThread:37142 [wandb_init.py:init():1029] communicating run to backend with 90.0 second timeout
17
+ 2025-05-10 15:15:32,851 INFO MainThread:37142 [wandb_init.py:init():1104] starting run threads in backend
18
+ 2025-05-10 15:15:32,933 INFO MainThread:37142 [wandb_run.py:_console_start():2573] atexit reg
19
+ 2025-05-10 15:15:32,933 INFO MainThread:37142 [wandb_run.py:_redirect():2421] redirect: wrap_raw
20
+ 2025-05-10 15:15:32,933 INFO MainThread:37142 [wandb_run.py:_redirect():2490] Wrapping output streams.
21
+ 2025-05-10 15:15:32,933 INFO MainThread:37142 [wandb_run.py:_redirect():2513] Redirects installed.
22
+ 2025-05-10 15:15:32,936 INFO MainThread:37142 [wandb_init.py:init():1150] run started, returning control to user process
23
+ 2025-05-10 15:39:47,830 INFO MsgRouterThr:37142 [mailbox.py:close():129] [no run ID] Closing mailbox, abandoning 2 handles.
wandb/run-20250510_151532-3wdw2qxs/files/config.yaml ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ _wandb:
2
+ value:
3
+ cli_version: 0.19.11
4
+ m: []
5
+ python_version: 3.13.1
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.13.1
27
+ "5": 0.19.11
28
+ "8":
29
+ - 5
30
+ "10":
31
+ - 21
32
+ "12": 0.19.11
33
+ "13": darwin-arm64
34
+ batch_size:
35
+ value: 1
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: briannnyee/grabbing_v2
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: 2000
93
+ job_name:
94
+ value: grabbing_v2
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/grabbing_v2
111
+ policy:
112
+ value:
113
+ chunk_size: 100
114
+ device: mps
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: 2000
148
+ scheduler:
149
+ value: null
150
+ seed:
151
+ value: 1000
152
+ steps:
153
+ value: 10000
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-20250510_151532-3wdw2qxs/files/output.log ADDED
The diff for this file is too large to render. See raw diff
 
wandb/run-20250510_151532-3wdw2qxs/files/requirements.txt ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ soupsieve==2.7
2
+ mergedeep==1.3.4
3
+ opencv-python-headless==4.11.0.86
4
+ numcodecs==0.16.0
5
+ pydantic_core==2.33.2
6
+ pandas==2.2.3
7
+ pydantic==2.11.4
8
+ setuptools==80.4.0
9
+ llvmlite==0.44.0
10
+ idna==3.10
11
+ pyyaml-include==1.4.1
12
+ gymnasium==0.29.1
13
+ orderly-set==5.4.1
14
+ torch==2.7.0
15
+ pytz==2025.2
16
+ draccus==0.11.5
17
+ toml==0.10.2
18
+ rerun-sdk==0.23.2
19
+ pillow==11.2.1
20
+ pynput==1.8.1
21
+ crc32c==2.7.1
22
+ inquirerpy==0.3.4
23
+ zipp==3.21.0
24
+ pyzmq==26.4.0
25
+ beautifulsoup4==4.13.4
26
+ yarl==1.20.0
27
+ pyobjc-framework-Cocoa==11.0
28
+ platformdirs==4.3.8
29
+ anyio==4.9.0
30
+ requests==2.32.3
31
+ attrs==25.3.0
32
+ huggingface-hub==0.31.1
33
+ blinker==1.9.0
34
+ frozenlist==1.6.0
35
+ Farama-Notifications==0.0.4
36
+ GitPython==3.1.44
37
+ networkx==3.4.2
38
+ gdown==5.2.0
39
+ protobuf==6.30.2
40
+ charset-normalizer==3.4.2
41
+ typing-inspect==0.9.0
42
+ itsdangerous==2.2.0
43
+ PySocks==1.7.1
44
+ numba==0.61.2
45
+ tqdm==4.67.1
46
+ click==8.1.8
47
+ typing-inspection==0.4.0
48
+ tzdata==2025.2
49
+ pyobjc-framework-CoreText==11.0
50
+ pyobjc-framework-Quartz==11.0
51
+ phosphobot==0.0.3
52
+ setproctitle==1.3.6
53
+ typing_extensions==4.13.2
54
+ sentry-sdk==2.27.0
55
+ httpcore==1.0.9
56
+ cffi==1.17.1
57
+ sympy==1.14.0
58
+ datasets==3.6.0
59
+ av==14.3.0
60
+ multiprocess==0.70.16
61
+ jsonlines==4.0.0
62
+ Werkzeug==3.1.3
63
+ xxhash==3.5.0
64
+ certifi==2025.4.26
65
+ regex==2024.11.6
66
+ cmake==4.0.2
67
+ h11==0.16.0
68
+ gitdb==4.0.12
69
+ sniffio==1.3.1
70
+ psutil==7.0.0
71
+ pyobjc-framework-ApplicationServices==11.0
72
+ python-dateutil==2.9.0.post0
73
+ mpmath==1.3.0
74
+ pymunk==6.11.1
75
+ wcwidth==0.2.13
76
+ deepdiff==8.5.0
77
+ antlr4-python3-runtime==4.9.3
78
+ prompt_toolkit==3.0.51
79
+ hf_transfer==0.1.9
80
+ packaging==25.0
81
+ urllib3==2.4.0
82
+ imageio-ffmpeg==0.6.0
83
+ pycparser==2.22
84
+ Jinja2==3.1.6
85
+ filelock==3.18.0
86
+ dill==0.3.8
87
+ imageio==2.37.0
88
+ aiohttp==3.11.18
89
+ pfzy==0.3.4
90
+ termcolor==3.1.0
91
+ zarr==3.0.7
92
+ cloudpickle==3.1.1
93
+ h5py==3.13.0
94
+ fsspec==2025.3.0
95
+ torchvision==0.22.0
96
+ docker-pycreds==0.4.0
97
+ hf-xet==1.1.0
98
+ aiohappyeyeballs==2.6.1
99
+ Flask==3.1.0
100
+ propcache==0.3.1
101
+ einops==0.8.1
102
+ aiosignal==1.3.2
103
+ PyYAML==6.0.2
104
+ httpx==0.28.1
105
+ donfig==0.8.1.post1
106
+ smmap==5.0.2
107
+ importlib_metadata==8.7.0
108
+ safetensors==0.5.3
109
+ numpy==2.2.5
110
+ lerobot==0.1.0
111
+ wandb==0.19.11
112
+ multidict==6.4.3
113
+ pyobjc-core==11.0
114
+ diffusers==0.33.1
115
+ annotated-types==0.7.0
116
+ omegaconf==2.3.0
117
+ mypy_extensions==1.1.0
118
+ six==1.17.0
119
+ torchcodec==0.3.0
120
+ pyarrow==20.0.0
121
+ MarkupSafe==3.0.2
wandb/run-20250510_151532-3wdw2qxs/files/wandb-metadata.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "macOS-15.4.1-arm64-arm-64bit-Mach-O",
3
+ "python": "CPython 3.13.1",
4
+ "startedAt": "2025-05-10T13:15:32.040675Z",
5
+ "args": [
6
+ "--dataset.repo_id=briannnyee/grabbing_v2",
7
+ "--policy.type=act",
8
+ "--output_dir=outputs/train/grabbing_v2",
9
+ "--job_name=grabbing_v2",
10
+ "--policy.device=mps",
11
+ "--wandb.enable=true",
12
+ "--steps=10000",
13
+ "--eval_freq=2000",
14
+ "--save_freq=2000",
15
+ "--batch_size=1",
16
+ "--optimizer.lr=0.00001"
17
+ ],
18
+ "program": "/Users/0x8ri4ny33/Desktop/Projects/robotics_hackathon/tdmpc_model/lerobot/lerobot/scripts/train.py",
19
+ "codePath": "lerobot/lerobot/scripts/train.py",
20
+ "root": "outputs/train/grabbing_v2",
21
+ "host": "Brians-MacBook-Pro-4.local",
22
+ "executable": "/Users/0x8ri4ny33/Desktop/Projects/robotics_hackathon/tdmpc_model/.venv/bin/python3",
23
+ "codePathLocal": "lerobot/lerobot/scripts/train.py",
24
+ "cpu_count": 8,
25
+ "cpu_count_logical": 8,
26
+ "disk": {
27
+ "/": {
28
+ "total": "994662584320",
29
+ "used": "815029497856"
30
+ },
31
+ "/System/Volumes/Data": {
32
+ "total": "994662584320",
33
+ "used": "815029497856"
34
+ }
35
+ },
36
+ "memory": {
37
+ "total": "34359738368"
38
+ },
39
+ "cpu": {
40
+ "count": 8,
41
+ "countLogical": 8
42
+ },
43
+ "apple": {
44
+ "name": "Apple M1 Pro",
45
+ "ecpuCores": 2,
46
+ "pcpuCores": 6,
47
+ "gpuCores": 14,
48
+ "memoryGb": 32,
49
+ "swapTotalBytes": "2147483648",
50
+ "ramTotalBytes": "34359738368"
51
+ }
52
+ }
wandb/run-20250510_151532-3wdw2qxs/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"train/update_s":0.15760455810995155,"_runtime":1455.793152,"train/l1_loss":0.05300339683890343,"train/loss":0.4929048600047827,"_step":10000,"train/samples":10000,"train/epochs":1.717327837884252,"train/episodes":87.58371973209687,"train/steps":10000,"_timestamp":1.746884385078835e+09,"train/lr":1.0000000000000021e-05,"train/grad_norm":63.21778553009033,"train/dataloading_s":0.0011482097600128327,"train/kld_loss":0.029574424028396606,"_wandb":{"runtime":1455}}
wandb/run-20250510_151532-3wdw2qxs/logs/debug-core.log ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-10T15:15:31.83996+02:00","level":"INFO","msg":"main: starting server","port-filename":"/var/folders/s_/ys8r5zpj24zbgnx_791xkjcm0000gn/T/tmp_hkx0osz/port-37142.txt","pid":37142,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
2
+ {"time":"2025-05-10T15:15:31.85176+02:00","level":"INFO","msg":"Will exit if parent process dies.","ppid":37142}
3
+ {"time":"2025-05-10T15:15:31.851749+02:00","level":"INFO","msg":"server is running","addr":{"IP":"127.0.0.1","Port":57209,"Zone":""}}
4
+ {"time":"2025-05-10T15:15:32.002602+02:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"127.0.0.1:57210"}
5
+ {"time":"2025-05-10T15:15:32.041258+02:00","level":"INFO","msg":"handleInformInit: received","streamId":"3wdw2qxs","id":"127.0.0.1:57210"}
6
+ {"time":"2025-05-10T15:15:32.564231+02:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"3wdw2qxs","id":"127.0.0.1:57210"}
7
+ {"time":"2025-05-10T15:39:47.831646+02:00","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"127.0.0.1:57210"}
8
+ {"time":"2025-05-10T15:39:47.833785+02:00","level":"INFO","msg":"connection: closing","id":"127.0.0.1:57210"}
9
+ {"time":"2025-05-10T15:39:47.833799+02:00","level":"INFO","msg":"server is shutting down"}
10
+ {"time":"2025-05-10T15:39:47.833856+02:00","level":"INFO","msg":"connection: closed successfully","id":"127.0.0.1:57210"}
11
+ {"time":"2025-05-10T15:40:00.776705+02:00","level":"ERROR","msg":"processOutgoingData: flush error","error":"write tcp 127.0.0.1:57209->127.0.0.1:57210: use of closed network connection","id":"127.0.0.1:57210"}
12
+ {"time":"2025-05-10T15:40:01.128059+02:00","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"127.0.0.1:57210"}
13
+ {"time":"2025-05-10T15:40:01.128091+02:00","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"127.0.0.1:57210"}
14
+ {"time":"2025-05-10T15:40:01.128111+02:00","level":"INFO","msg":"server is closed"}
wandb/run-20250510_151532-3wdw2qxs/logs/debug-internal.log ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-10T15:15:32.041478+02:00","level":"INFO","msg":"stream: starting","core version":"0.19.11","symlink path":"outputs/train/grabbing_v2/wandb/run-20250510_151532-3wdw2qxs/logs/debug-core.log"}
2
+ {"time":"2025-05-10T15:15:32.564167+02:00","level":"INFO","msg":"created new stream","id":"3wdw2qxs"}
3
+ {"time":"2025-05-10T15:15:32.564222+02:00","level":"INFO","msg":"stream: started","id":"3wdw2qxs"}
4
+ {"time":"2025-05-10T15:15:32.564247+02:00","level":"INFO","msg":"handler: started","stream_id":"3wdw2qxs"}
5
+ {"time":"2025-05-10T15:15:32.564256+02:00","level":"INFO","msg":"sender: started","stream_id":"3wdw2qxs"}
6
+ {"time":"2025-05-10T15:15:32.564246+02:00","level":"INFO","msg":"writer: Do: started","stream_id":"3wdw2qxs"}
7
+ {"time":"2025-05-10T15:15:32.853633+02:00","level":"INFO","msg":"Starting system monitor"}
8
+ {"time":"2025-05-10T15:39:47.833817+02:00","level":"INFO","msg":"stream: closing","id":"3wdw2qxs"}
9
+ {"time":"2025-05-10T15:39:47.833852+02:00","level":"INFO","msg":"Stopping system monitor"}
10
+ {"time":"2025-05-10T15:39:47.838552+02:00","level":"INFO","msg":"Stopped system monitor"}
11
+ {"time":"2025-05-10T15:40:00.827183+02:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
12
+ {"time":"2025-05-10T15:40:01.127654+02:00","level":"INFO","msg":"handler: closed","stream_id":"3wdw2qxs"}
13
+ {"time":"2025-05-10T15:40:01.127738+02:00","level":"INFO","msg":"writer: Close: closed","stream_id":"3wdw2qxs"}
14
+ {"time":"2025-05-10T15:40:01.127862+02:00","level":"INFO","msg":"sender: closed","stream_id":"3wdw2qxs"}
15
+ {"time":"2025-05-10T15:40:01.128015+02:00","level":"INFO","msg":"stream: closed","id":"3wdw2qxs"}
wandb/run-20250510_151532-3wdw2qxs/logs/debug.log ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_setup.py:_flush():70] Current SDK version is 0.19.11
2
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_setup.py:_flush():70] Configure stats pid to 37142
3
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_setup.py:_flush():70] Loading settings from /Users/0x8ri4ny33/.config/wandb/settings
4
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_setup.py:_flush():70] Loading settings from /Users/0x8ri4ny33/Desktop/Projects/robotics_hackathon/tdmpc_model/wandb/settings
5
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_setup.py:_flush():70] Loading settings from environment variables
6
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_init.py:setup_run_log_directory():724] Logging user logs to outputs/train/grabbing_v2/wandb/run-20250510_151532-3wdw2qxs/logs/debug.log
7
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_init.py:setup_run_log_directory():725] Logging internal logs to outputs/train/grabbing_v2/wandb/run-20250510_151532-3wdw2qxs/logs/debug-internal.log
8
+ 2025-05-10 15:15:32,006 INFO MainThread:37142 [wandb_init.py:init():852] calling init triggers
9
+ 2025-05-10 15:15:32,007 INFO MainThread:37142 [wandb_init.py:init():857] wandb.init called with sweep_config: {}
10
+ config: {'dataset': {'repo_id': 'briannnyee/grabbing_v2', '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': 'mps', '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/grabbing_v2', 'job_name': 'grabbing_v2', 'resume': False, 'seed': 1000, 'num_workers': 4, 'batch_size': 1, 'steps': 10000, 'eval_freq': 2000, 'log_freq': 200, 'save_checkpoint': True, 'save_freq': 2000, '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-10 15:15:32,007 INFO MainThread:37142 [wandb_init.py:init():893] starting backend
12
+ 2025-05-10 15:15:32,007 INFO MainThread:37142 [wandb_init.py:init():897] sending inform_init request
13
+ 2025-05-10 15:15:32,040 INFO MainThread:37142 [backend.py:_multiprocessing_setup():101] multiprocessing start_methods=spawn,fork,forkserver, using: spawn
14
+ 2025-05-10 15:15:32,040 INFO MainThread:37142 [wandb_init.py:init():907] backend started and connected
15
+ 2025-05-10 15:15:32,043 INFO MainThread:37142 [wandb_init.py:init():1005] updated telemetry
16
+ 2025-05-10 15:15:32,044 INFO MainThread:37142 [wandb_init.py:init():1029] communicating run to backend with 90.0 second timeout
17
+ 2025-05-10 15:15:32,851 INFO MainThread:37142 [wandb_init.py:init():1104] starting run threads in backend
18
+ 2025-05-10 15:15:32,933 INFO MainThread:37142 [wandb_run.py:_console_start():2573] atexit reg
19
+ 2025-05-10 15:15:32,933 INFO MainThread:37142 [wandb_run.py:_redirect():2421] redirect: wrap_raw
20
+ 2025-05-10 15:15:32,933 INFO MainThread:37142 [wandb_run.py:_redirect():2490] Wrapping output streams.
21
+ 2025-05-10 15:15:32,933 INFO MainThread:37142 [wandb_run.py:_redirect():2513] Redirects installed.
22
+ 2025-05-10 15:15:32,936 INFO MainThread:37142 [wandb_init.py:init():1150] run started, returning control to user process
23
+ 2025-05-10 15:39:47,830 INFO MsgRouterThr:37142 [mailbox.py:close():129] [no run ID] Closing mailbox, abandoning 2 handles.
wandb/run-20250510_151532-3wdw2qxs/run-3wdw2qxs.wandb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cc50730cb43fa2cdfc2ddefd6774b786ce54aee2c63ea877049eeff23afa827
3
+ size 2639316