Robotics
LeRobot
Safetensors
act
LDD11 commited on
Commit
3e8fab2
·
verified ·
1 Parent(s): 3d39b7d

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,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - act
9
  - lerobot
10
  - robotics
 
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
@@ -33,7 +33,7 @@
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
- "pretrained_path": null,
37
  "chunk_size": 50,
38
  "n_action_steps": 50,
39
  "normalization_mapping": {
@@ -43,7 +43,7 @@
43
  },
44
  "vision_backbone": "resnet18",
45
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
46
- "replace_final_stride_with_dilation": false,
47
  "pre_norm": false,
48
  "dim_model": 512,
49
  "n_heads": 8,
 
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": "/content/lerobot/chunk50_runs/pusht_act_chunk50_quick_40000/checkpoints/last/pretrained_model",
37
  "chunk_size": 50,
38
  "n_action_steps": 50,
39
  "normalization_mapping": {
 
43
  },
44
  "vision_backbone": "resnet18",
45
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
46
+ "replace_final_stride_with_dilation": 0,
47
  "pre_norm": false,
48
  "dim_model": 512,
49
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c63a941f8c9e8858fa4f417722501a8a195320530ba8f991fd558d3f97fd207e
3
  size 206462136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64dc949d5b864007dae176c76bdbe573977e2cd96d12e67db8a051d866fcea50
3
  size 206462136
train_config.json CHANGED
@@ -115,7 +115,7 @@
115
  "private": null,
116
  "tags": null,
117
  "license": null,
118
- "pretrained_path": null,
119
  "chunk_size": 50,
120
  "n_action_steps": 50,
121
  "normalization_mapping": {
@@ -125,7 +125,7 @@
125
  },
126
  "vision_backbone": "resnet18",
127
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
128
- "replace_final_stride_with_dilation": false,
129
  "pre_norm": false,
130
  "dim_model": 512,
131
  "n_heads": 8,
@@ -145,11 +145,11 @@
145
  },
146
  "output_dir": "chunk50_runs/pusht_act_chunk50_quick_40000",
147
  "job_name": "pusht_act_chunk50_quick_40000",
148
- "resume": false,
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 8,
152
- "steps": 40000,
153
  "eval_freq": 20000,
154
  "log_freq": 200,
155
  "tolerance_s": 0.0001,
@@ -189,5 +189,5 @@
189
  "rabc_epsilon": 1e-06,
190
  "rabc_head_mode": "sparse",
191
  "rename_map": {},
192
- "checkpoint_path": null
193
  }
 
115
  "private": null,
116
  "tags": null,
117
  "license": null,
118
+ "pretrained_path": "/content/lerobot/chunk50_runs/pusht_act_chunk50_quick_40000/checkpoints/last/pretrained_model",
119
  "chunk_size": 50,
120
  "n_action_steps": 50,
121
  "normalization_mapping": {
 
125
  },
126
  "vision_backbone": "resnet18",
127
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
128
+ "replace_final_stride_with_dilation": 0,
129
  "pre_norm": false,
130
  "dim_model": 512,
131
  "n_heads": 8,
 
145
  },
146
  "output_dir": "chunk50_runs/pusht_act_chunk50_quick_40000",
147
  "job_name": "pusht_act_chunk50_quick_40000",
148
+ "resume": true,
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 8,
152
+ "steps": 100000,
153
  "eval_freq": 20000,
154
  "log_freq": 200,
155
  "tolerance_s": 0.0001,
 
189
  "rabc_epsilon": 1e-06,
190
  "rabc_head_mode": "sparse",
191
  "rename_map": {},
192
+ "checkpoint_path": "/content/lerobot/chunk50_runs/pusht_act_chunk50_quick_40000/checkpoints/last"
193
  }