Robotics
LeRobot
Safetensors
act
lamborghini3030 commited on
Commit
8fa7453
·
verified ·
1 Parent(s): f17ba75

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. config.json +18 -8
  3. model.safetensors +2 -2
  4. train_config.json +55 -20
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: lamborghini3030/so100_test
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - act
9
- - robotics
10
  - lerobot
 
 
11
  ---
12
 
13
  # Model Card for act
 
1
  ---
2
+ datasets: lamborghini3030/so101_testE
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - lerobot
9
+ - robotics
10
+ - act
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -1,11 +1,6 @@
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",
@@ -20,6 +15,14 @@
20
  1080,
21
  1920
22
  ]
 
 
 
 
 
 
 
 
23
  }
24
  },
25
  "output_features": {
@@ -30,15 +33,22 @@
30
  ]
31
  }
32
  },
33
- "device": "mps",
34
  "use_amp": false,
 
35
  "push_to_hub": true,
36
  "repo_id": "lamborghini3030/my_policy",
37
  "private": null,
38
  "tags": null,
39
  "license": null,
40
- "chunk_size": 20,
41
- "n_action_steps": 20,
 
 
 
 
 
 
42
  "vision_backbone": "resnet18",
43
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
44
  "replace_final_stride_with_dilation": false,
 
1
  {
2
  "type": "act",
3
  "n_obs_steps": 1,
 
 
 
 
 
4
  "input_features": {
5
  "observation.state": {
6
  "type": "STATE",
 
15
  1080,
16
  1920
17
  ]
18
+ },
19
+ "observation.images.gripper": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
  }
27
  },
28
  "output_features": {
 
33
  ]
34
  }
35
  },
36
+ "device": "cuda",
37
  "use_amp": false,
38
+ "use_peft": false,
39
  "push_to_hub": true,
40
  "repo_id": "lamborghini3030/my_policy",
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
+ "pretrained_path": null,
45
+ "chunk_size": 100,
46
+ "n_action_steps": 100,
47
+ "normalization_mapping": {
48
+ "VISUAL": "MEAN_STD",
49
+ "STATE": "MEAN_STD",
50
+ "ACTION": "MEAN_STD"
51
+ },
52
  "vision_backbone": "resnet18",
53
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
54
  "replace_final_stride_with_dilation": false,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ff2e04dc940b1611eaee56c42ec73981908527ed41cfc3aa2b662d0a98c9e87
3
- size 206373112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a686eb93ecd8722ceff40cf1f9e80229b34886100e318b8a694bb3c814f5cb7
3
+ size 206699736
train_config.json CHANGED
@@ -1,13 +1,12 @@
1
  {
2
  "dataset": {
3
- "repo_id": "lamborghini3030/so100_test",
4
  "root": null,
5
  "episodes": [
6
  0,
7
  1,
8
  2,
9
- 3,
10
- 4
11
  ],
12
  "image_transforms": {
13
  "enable": false,
@@ -63,22 +62,32 @@
63
  1.5
64
  ]
65
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  }
67
  }
68
  },
69
  "revision": null,
70
  "use_imagenet_stats": true,
71
- "video_backend": "pyav"
 
72
  },
73
  "env": null,
74
  "policy": {
75
  "type": "act",
76
  "n_obs_steps": 1,
77
- "normalization_mapping": {
78
- "VISUAL": "MEAN_STD",
79
- "STATE": "MEAN_STD",
80
- "ACTION": "MEAN_STD"
81
- },
82
  "input_features": {
83
  "observation.state": {
84
  "type": "STATE",
@@ -93,6 +102,14 @@
93
  1080,
94
  1920
95
  ]
 
 
 
 
 
 
 
 
96
  }
97
  },
98
  "output_features": {
@@ -103,15 +120,22 @@
103
  ]
104
  }
105
  },
106
- "device": "mps",
107
  "use_amp": false,
 
108
  "push_to_hub": true,
109
  "repo_id": "lamborghini3030/my_policy",
110
  "private": null,
111
  "tags": null,
112
  "license": null,
113
- "chunk_size": 20,
114
- "n_action_steps": 20,
 
 
 
 
 
 
115
  "vision_backbone": "resnet18",
116
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
117
  "replace_final_stride_with_dilation": false,
@@ -132,17 +156,19 @@
132
  "optimizer_weight_decay": 0.0001,
133
  "optimizer_lr_backbone": 1e-05
134
  },
135
- "output_dir": "outputs/train/act_so100_test_v3_small",
136
- "job_name": "act_so100_test_v3_small",
137
  "resume": false,
138
  "seed": 1000,
139
- "num_workers": 0,
140
- "batch_size": 1,
141
- "steps": 100000,
 
142
  "eval_freq": 20000,
143
  "log_freq": 200,
 
144
  "save_checkpoint": true,
145
- "save_freq": 20000,
146
  "use_policy_training_preset": true,
147
  "optimizer": {
148
  "type": "adamw",
@@ -168,6 +194,15 @@
168
  "entity": null,
169
  "notes": null,
170
  "run_id": null,
171
- "mode": null
172
- }
 
 
 
 
 
 
 
 
 
173
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "lamborghini3030/so101_testE",
4
  "root": null,
5
  "episodes": [
6
  0,
7
  1,
8
  2,
9
+ 3
 
10
  ],
11
  "image_transforms": {
12
  "enable": false,
 
62
  1.5
63
  ]
64
  }
65
+ },
66
+ "affine": {
67
+ "weight": 1.0,
68
+ "type": "RandomAffine",
69
+ "kwargs": {
70
+ "degrees": [
71
+ -5.0,
72
+ 5.0
73
+ ],
74
+ "translate": [
75
+ 0.05,
76
+ 0.05
77
+ ]
78
+ }
79
  }
80
  }
81
  },
82
  "revision": null,
83
  "use_imagenet_stats": true,
84
+ "video_backend": "torchcodec",
85
+ "streaming": false
86
  },
87
  "env": null,
88
  "policy": {
89
  "type": "act",
90
  "n_obs_steps": 1,
 
 
 
 
 
91
  "input_features": {
92
  "observation.state": {
93
  "type": "STATE",
 
102
  1080,
103
  1920
104
  ]
105
+ },
106
+ "observation.images.gripper": {
107
+ "type": "VISUAL",
108
+ "shape": [
109
+ 3,
110
+ 480,
111
+ 640
112
+ ]
113
  }
114
  },
115
  "output_features": {
 
120
  ]
121
  }
122
  },
123
+ "device": "cuda",
124
  "use_amp": false,
125
+ "use_peft": false,
126
  "push_to_hub": true,
127
  "repo_id": "lamborghini3030/my_policy",
128
  "private": null,
129
  "tags": null,
130
  "license": null,
131
+ "pretrained_path": null,
132
+ "chunk_size": 100,
133
+ "n_action_steps": 100,
134
+ "normalization_mapping": {
135
+ "VISUAL": "MEAN_STD",
136
+ "STATE": "MEAN_STD",
137
+ "ACTION": "MEAN_STD"
138
+ },
139
  "vision_backbone": "resnet18",
140
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
141
  "replace_final_stride_with_dilation": false,
 
156
  "optimizer_weight_decay": 0.0001,
157
  "optimizer_lr_backbone": 1e-05
158
  },
159
+ "output_dir": "outputs/train/act_so101_test_v6",
160
+ "job_name": "act_so101_test_v1",
161
  "resume": false,
162
  "seed": 1000,
163
+ "cudnn_deterministic": false,
164
+ "num_workers": 4,
165
+ "batch_size": 8,
166
+ "steps": 100,
167
  "eval_freq": 20000,
168
  "log_freq": 200,
169
+ "tolerance_s": 0.0001,
170
  "save_checkpoint": true,
171
+ "save_freq": 50,
172
  "use_policy_training_preset": true,
173
  "optimizer": {
174
  "type": "adamw",
 
194
  "entity": null,
195
  "notes": null,
196
  "run_id": null,
197
+ "mode": null,
198
+ "add_tags": true
199
+ },
200
+ "peft": null,
201
+ "use_rabc": false,
202
+ "rabc_progress_path": null,
203
+ "rabc_kappa": 0.01,
204
+ "rabc_epsilon": 1e-06,
205
+ "rabc_head_mode": "sparse",
206
+ "rename_map": {},
207
+ "checkpoint_path": null
208
  }