Robotics
LeRobot
Safetensors
act
maximellerbach commited on
Commit
2d4eb5d
·
verified ·
1 Parent(s): a272eeb

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 +7 -7
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: maximellerbach/omx_multicubes
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
 
1
  ---
2
+ datasets: maximellerbach/omx_multicubes_merged
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - lerobot
 
9
  - act
10
+ - robotics
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_multicubes/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:50cd25ba3bc06a993a4de6d0ef7fb983e5165f2ea09b5693324a2721564b7416
3
  size 206413008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef30f27d708f1eab7d344954db6b6c66939b12f1270f504a60970a8ec42e95e1
3
  size 206413008
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "maximellerbach/omx_multicubes",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -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_multicubes",
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": 40000,
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
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "maximellerbach/omx_multicubes_merged",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
124
  "private": null,
125
  "tags": null,
126
  "license": null,
127
+ "pretrained_path": "outputs/train/omx_multicubes/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_multicubes",
156
  "job_name": "act",
157
+ "resume": true,
158
  "seed": 1000,
159
  "cudnn_deterministic": false,
160
  "num_workers": 4,
161
+ "batch_size": 32,
162
  "prefetch_factor": 4,
163
  "persistent_workers": true,
164
+ "steps": 56000,
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_multicubes/checkpoints/last"
206
  }