Robotics
LeRobot
Safetensors
act
Fengyjmax commited on
Commit
e66af7e
·
verified ·
1 Parent(s): 2ccb3e6

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +11 -3
  3. model.safetensors +1 -1
  4. train_config.json +14 -6
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - act
10
- - lerobot
11
  ---
12
 
13
  # Model Card for act
 
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
@@ -8,7 +8,15 @@
8
  6
9
  ]
10
  },
11
- "observation.images.front": {
 
 
 
 
 
 
 
 
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
@@ -32,7 +40,7 @@
32
  "private": null,
33
  "tags": null,
34
  "license": null,
35
- "pretrained_path": "outputs/act_so101-grab-box/checkpoints/last/pretrained_model",
36
  "chunk_size": 100,
37
  "n_action_steps": 100,
38
  "normalization_mapping": {
@@ -42,7 +50,7 @@
42
  },
43
  "vision_backbone": "resnet18",
44
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
45
- "replace_final_stride_with_dilation": 0,
46
  "pre_norm": false,
47
  "dim_model": 512,
48
  "n_heads": 8,
 
8
  6
9
  ]
10
  },
11
+ "observation.images.righ": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.top": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
 
40
  "private": null,
41
  "tags": null,
42
  "license": null,
43
+ "pretrained_path": null,
44
  "chunk_size": 100,
45
  "n_action_steps": 100,
46
  "normalization_mapping": {
 
50
  },
51
  "vision_backbone": "resnet18",
52
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
53
+ "replace_final_stride_with_dilation": false,
54
  "pre_norm": false,
55
  "dim_model": 512,
56
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1863b8293524124f26656b1a745219cfa7ea0d5eff597e2f68f0d3d0ec092726
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a7878993ea11d0db6720097fd7f4769a1d7761f31b39a3d062a8c25b5aff30
3
  size 206699736
train_config.json CHANGED
@@ -90,7 +90,15 @@
90
  6
91
  ]
92
  },
93
- "observation.images.front": {
 
 
 
 
 
 
 
 
94
  "type": "VISUAL",
95
  "shape": [
96
  3,
@@ -114,7 +122,7 @@
114
  "private": null,
115
  "tags": null,
116
  "license": null,
117
- "pretrained_path": "outputs/act_so101-grab-box/checkpoints/last/pretrained_model",
118
  "chunk_size": 100,
119
  "n_action_steps": 100,
120
  "normalization_mapping": {
@@ -124,7 +132,7 @@
124
  },
125
  "vision_backbone": "resnet18",
126
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
127
- "replace_final_stride_with_dilation": 0,
128
  "pre_norm": false,
129
  "dim_model": 512,
130
  "n_heads": 8,
@@ -144,7 +152,7 @@
144
  },
145
  "output_dir": "outputs/act_so101-grab-box",
146
  "job_name": "act_so101-grab-box",
147
- "resume": true,
148
  "seed": 1000,
149
  "num_workers": 4,
150
  "batch_size": 8,
@@ -152,7 +160,7 @@
152
  "eval_freq": 20000,
153
  "log_freq": 200,
154
  "save_checkpoint": true,
155
- "save_freq": 1000,
156
  "use_policy_training_preset": true,
157
  "optimizer": {
158
  "type": "adamw",
@@ -180,6 +188,6 @@
180
  "run_id": null,
181
  "mode": null
182
  },
183
- "checkpoint_path": "outputs/act_so101-grab-box/checkpoints/last",
184
  "rename_map": {}
185
  }
 
90
  6
91
  ]
92
  },
93
+ "observation.images.righ": {
94
+ "type": "VISUAL",
95
+ "shape": [
96
+ 3,
97
+ 480,
98
+ 640
99
+ ]
100
+ },
101
+ "observation.images.top": {
102
  "type": "VISUAL",
103
  "shape": [
104
  3,
 
122
  "private": null,
123
  "tags": null,
124
  "license": null,
125
+ "pretrained_path": null,
126
  "chunk_size": 100,
127
  "n_action_steps": 100,
128
  "normalization_mapping": {
 
132
  },
133
  "vision_backbone": "resnet18",
134
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
135
+ "replace_final_stride_with_dilation": false,
136
  "pre_norm": false,
137
  "dim_model": 512,
138
  "n_heads": 8,
 
152
  },
153
  "output_dir": "outputs/act_so101-grab-box",
154
  "job_name": "act_so101-grab-box",
155
+ "resume": false,
156
  "seed": 1000,
157
  "num_workers": 4,
158
  "batch_size": 8,
 
160
  "eval_freq": 20000,
161
  "log_freq": 200,
162
  "save_checkpoint": true,
163
+ "save_freq": 5000,
164
  "use_policy_training_preset": true,
165
  "optimizer": {
166
  "type": "adamw",
 
188
  "run_id": null,
189
  "mode": null
190
  },
191
+ "checkpoint_path": null,
192
  "rename_map": {}
193
  }