Robotics
LeRobot
Safetensors
act
aiden-li commited on
Commit
055a863
·
verified ·
1 Parent(s): a646f34

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 +2 -2
  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
  - robotics
9
+ - lerobot
10
+ - act
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -45,8 +45,8 @@
45
  "private": null,
46
  "tags": null,
47
  "license": null,
48
- "chunk_size": 100,
49
- "n_action_steps": 50,
50
  "vision_backbone": "resnet18",
51
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
52
  "replace_final_stride_with_dilation": false,
 
45
  "private": null,
46
  "tags": null,
47
  "license": null,
48
+ "chunk_size": 60,
49
+ "n_action_steps": 30,
50
  "vision_backbone": "resnet18",
51
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
52
  "replace_final_stride_with_dilation": false,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03c060b7528f087337025a29f2ba73b612d8e2c15484d5b02df2ed535920b89c
3
- size 206701064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48cdec892cd44b09fad0819071770c52aea6c45c7e1dad54489e97f6c7653e88
3
+ size 206537224
train_config.json CHANGED
@@ -113,8 +113,8 @@
113
  "private": null,
114
  "tags": null,
115
  "license": null,
116
- "chunk_size": 100,
117
- "n_action_steps": 50,
118
  "vision_backbone": "resnet18",
119
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
120
  "replace_final_stride_with_dilation": false,
@@ -140,8 +140,8 @@
140
  "resume": false,
141
  "seed": 1000,
142
  "num_workers": 4,
143
- "batch_size": 8,
144
- "steps": 150000,
145
  "eval_freq": 20000,
146
  "log_freq": 200,
147
  "save_checkpoint": true,
@@ -170,7 +170,7 @@
170
  "project": "lerobot",
171
  "entity": null,
172
  "notes": null,
173
- "run_id": "q47s9jze",
174
  "mode": null
175
  }
176
  }
 
113
  "private": null,
114
  "tags": null,
115
  "license": null,
116
+ "chunk_size": 60,
117
+ "n_action_steps": 30,
118
  "vision_backbone": "resnet18",
119
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
120
  "replace_final_stride_with_dilation": false,
 
140
  "resume": false,
141
  "seed": 1000,
142
  "num_workers": 4,
143
+ "batch_size": 64,
144
+ "steps": 120000,
145
  "eval_freq": 20000,
146
  "log_freq": 200,
147
  "save_checkpoint": true,
 
170
  "project": "lerobot",
171
  "entity": null,
172
  "notes": null,
173
+ "run_id": "511gfj16",
174
  "mode": null
175
  }
176
  }