Robotics
LeRobot
Safetensors
act
rouxcaille commited on
Commit
ff52151
·
verified ·
1 Parent(s): 1c75ae0

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +5 -5
README.md CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - robotics
 
10
  - act
11
  ---
12
 
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
+ - lerobot
10
  - act
11
  ---
12
 
config.json CHANGED
@@ -41,7 +41,7 @@
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": {
@@ -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/cube_in_box/checkpoints/last/pretrained_model",
45
  "chunk_size": 100,
46
  "n_action_steps": 100,
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:35b96d326305f688ff957a4f93c265d0be398b3183ceaaa82be63ab6d11475a5
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c50b4169d3d32067409717e1a540e0f062efc3f43518f7584ab6d709d0566e63
3
  size 206699736
train_config.json CHANGED
@@ -123,7 +123,7 @@
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
- "pretrained_path": null,
127
  "chunk_size": 100,
128
  "n_action_steps": 100,
129
  "normalization_mapping": {
@@ -133,7 +133,7 @@
133
  },
134
  "vision_backbone": "resnet18",
135
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
136
- "replace_final_stride_with_dilation": false,
137
  "pre_norm": false,
138
  "dim_model": 512,
139
  "n_heads": 8,
@@ -153,12 +153,12 @@
153
  },
154
  "output_dir": "outputs/train/cube_in_box",
155
  "job_name": "act_so101_test",
156
- "resume": false,
157
  "seed": 1000,
158
  "cudnn_deterministic": false,
159
  "num_workers": 8,
160
  "batch_size": 1,
161
- "steps": 20000,
162
  "eval_freq": 20000,
163
  "log_freq": 200,
164
  "tolerance_s": 0.0001,
@@ -199,5 +199,5 @@
199
  "rabc_epsilon": 1e-06,
200
  "rabc_head_mode": "sparse",
201
  "rename_map": {},
202
- "checkpoint_path": null
203
  }
 
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
+ "pretrained_path": "outputs/train/cube_in_box/checkpoints/last/pretrained_model",
127
  "chunk_size": 100,
128
  "n_action_steps": 100,
129
  "normalization_mapping": {
 
133
  },
134
  "vision_backbone": "resnet18",
135
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
136
+ "replace_final_stride_with_dilation": 0,
137
  "pre_norm": false,
138
  "dim_model": 512,
139
  "n_heads": 8,
 
153
  },
154
  "output_dir": "outputs/train/cube_in_box",
155
  "job_name": "act_so101_test",
156
+ "resume": true,
157
  "seed": 1000,
158
  "cudnn_deterministic": false,
159
  "num_workers": 8,
160
  "batch_size": 1,
161
+ "steps": 40000,
162
  "eval_freq": 20000,
163
  "log_freq": 200,
164
  "tolerance_s": 0.0001,
 
199
  "rabc_epsilon": 1e-06,
200
  "rabc_head_mode": "sparse",
201
  "rename_map": {},
202
+ "checkpoint_path": "outputs/train/cube_in_box/checkpoints/last"
203
  }