Robotics
LeRobot
Safetensors
act
Odog16 commited on
Commit
8a92ed4
·
verified ·
1 Parent(s): 1487e9a

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
- - robotics
9
- - lerobot
10
  - act
 
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - act
9
+ - lerobot
10
+ - robotics
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -49,7 +49,7 @@
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
- "pretrained_path": null,
53
  "chunk_size": 100,
54
  "n_action_steps": 100,
55
  "normalization_mapping": {
@@ -59,7 +59,7 @@
59
  },
60
  "vision_backbone": "resnet18",
61
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
62
- "replace_final_stride_with_dilation": false,
63
  "pre_norm": false,
64
  "dim_model": 512,
65
  "n_heads": 8,
 
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
+ "pretrained_path": "outputs/train/act_making_coffee/checkpoints/last/pretrained_model",
53
  "chunk_size": 100,
54
  "n_action_steps": 100,
55
  "normalization_mapping": {
 
59
  },
60
  "vision_backbone": "resnet18",
61
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
62
+ "replace_final_stride_with_dilation": 0,
63
  "pre_norm": false,
64
  "dim_model": 512,
65
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a01f32389d75a79749c4d5a05cf416d6dbea12b3701686a37fe2ca2fb24e1ba6
3
  size 206806284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74c3e9e41a0b3c5c105bcb29ce7f23d9e1a7f388b3c078973f057636c32aae42
3
  size 206806284
train_config.json CHANGED
@@ -131,7 +131,7 @@
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
- "pretrained_path": null,
135
  "chunk_size": 100,
136
  "n_action_steps": 100,
137
  "normalization_mapping": {
@@ -141,7 +141,7 @@
141
  },
142
  "vision_backbone": "resnet18",
143
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
144
- "replace_final_stride_with_dilation": false,
145
  "pre_norm": false,
146
  "dim_model": 512,
147
  "n_heads": 8,
@@ -161,11 +161,11 @@
161
  },
162
  "output_dir": "outputs/train/act_making_coffee",
163
  "job_name": "act_making_coffee",
164
- "resume": false,
165
  "seed": 1000,
166
  "num_workers": 4,
167
  "batch_size": 16,
168
- "steps": 50000,
169
  "eval_freq": 5000,
170
  "log_freq": 200,
171
  "tolerance_s": 0.0001,
@@ -205,5 +205,5 @@
205
  "rabc_epsilon": 1e-06,
206
  "rabc_head_mode": "sparse",
207
  "rename_map": {},
208
- "checkpoint_path": null
209
  }
 
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
+ "pretrained_path": "outputs/train/act_making_coffee/checkpoints/last/pretrained_model",
135
  "chunk_size": 100,
136
  "n_action_steps": 100,
137
  "normalization_mapping": {
 
141
  },
142
  "vision_backbone": "resnet18",
143
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
144
+ "replace_final_stride_with_dilation": 0,
145
  "pre_norm": false,
146
  "dim_model": 512,
147
  "n_heads": 8,
 
161
  },
162
  "output_dir": "outputs/train/act_making_coffee",
163
  "job_name": "act_making_coffee",
164
+ "resume": true,
165
  "seed": 1000,
166
  "num_workers": 4,
167
  "batch_size": 16,
168
+ "steps": 150000,
169
  "eval_freq": 5000,
170
  "log_freq": 200,
171
  "tolerance_s": 0.0001,
 
205
  "rabc_epsilon": 1e-06,
206
  "rabc_head_mode": "sparse",
207
  "rename_map": {},
208
+ "checkpoint_path": "outputs/train/act_making_coffee/checkpoints/last"
209
  }