Robotics
LeRobot
Safetensors
act
maximellerbach commited on
Commit
67850c1
·
verified ·
1 Parent(s): 5446f49

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +5 -5
README.md CHANGED
@@ -5,9 +5,9 @@ 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
 
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
@@ -41,7 +41,7 @@
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
- "pretrained_path": null,
45
  "chunk_size": 30,
46
  "n_action_steps": 30,
47
  "normalization_mapping": {
@@ -51,7 +51,7 @@
51
  },
52
  "vision_backbone": "resnet18",
53
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
54
- "replace_final_stride_with_dilation": false,
55
  "pre_norm": false,
56
  "dim_model": 512,
57
  "n_heads": 8,
 
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
+ "pretrained_path": "outputs/train/omx_setup/checkpoints/last/pretrained_model",
45
  "chunk_size": 30,
46
  "n_action_steps": 30,
47
  "normalization_mapping": {
 
51
  },
52
  "vision_backbone": "resnet18",
53
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
54
+ "replace_final_stride_with_dilation": 0,
55
  "pre_norm": false,
56
  "dim_model": 512,
57
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:821b8294abc19bc9dd46ecf8030268f7567e5acf77f2ef3e2237194e4a486efe
3
  size 206413008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b4e4c5711789dbeedbb2661c092570028884c5e1151058c4f34ac49426e8e92
3
  size 206413008
train_config.json CHANGED
@@ -124,7 +124,7 @@
124
  "private": null,
125
  "tags": null,
126
  "license": null,
127
- "pretrained_path": null,
128
  "chunk_size": 30,
129
  "n_action_steps": 30,
130
  "normalization_mapping": {
@@ -134,7 +134,7 @@
134
  },
135
  "vision_backbone": "resnet18",
136
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
137
- "replace_final_stride_with_dilation": false,
138
  "pre_norm": false,
139
  "dim_model": 512,
140
  "n_heads": 8,
@@ -154,14 +154,14 @@
154
  },
155
  "output_dir": "outputs/train/omx_setup",
156
  "job_name": "act",
157
- "resume": false,
158
  "seed": 1000,
159
  "cudnn_deterministic": false,
160
  "num_workers": 4,
161
  "batch_size": 8,
162
  "prefetch_factor": 4,
163
  "persistent_workers": true,
164
- "steps": 20000,
165
  "eval_freq": 20000,
166
  "log_freq": 200,
167
  "tolerance_s": 0.0001,
@@ -202,5 +202,5 @@
202
  "rabc_epsilon": 1e-06,
203
  "rabc_head_mode": "sparse",
204
  "rename_map": {},
205
- "checkpoint_path": null
206
  }
 
124
  "private": null,
125
  "tags": null,
126
  "license": null,
127
+ "pretrained_path": "outputs/train/omx_setup/checkpoints/last/pretrained_model",
128
  "chunk_size": 30,
129
  "n_action_steps": 30,
130
  "normalization_mapping": {
 
134
  },
135
  "vision_backbone": "resnet18",
136
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
137
+ "replace_final_stride_with_dilation": 0,
138
  "pre_norm": false,
139
  "dim_model": 512,
140
  "n_heads": 8,
 
154
  },
155
  "output_dir": "outputs/train/omx_setup",
156
  "job_name": "act",
157
+ "resume": true,
158
  "seed": 1000,
159
  "cudnn_deterministic": false,
160
  "num_workers": 4,
161
  "batch_size": 8,
162
  "prefetch_factor": 4,
163
  "persistent_workers": true,
164
+ "steps": 32000,
165
  "eval_freq": 20000,
166
  "log_freq": 200,
167
  "tolerance_s": 0.0001,
 
202
  "rabc_epsilon": 1e-06,
203
  "rabc_head_mode": "sparse",
204
  "rename_map": {},
205
+ "checkpoint_path": "outputs/train/omx_setup/checkpoints/last"
206
  }