Robotics
LeRobot
Safetensors
act
leopardpanda commited on
Commit
2c43d87
·
verified ·
1 Parent(s): 9c09858

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 +3 -3
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - act
9
  - robotics
10
  - lerobot
 
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
@@ -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": "leopardpanda/act_leopardpanda_01",
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:80345313842ee4fa1a6d35990f0881a4b65f1b0a5f0e37672ffd01025e6396ad
3
  size 206748912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44119f189d2858416823d6bfa6dbc7d054a97b8d90cb46e412bd97d708771a72
3
  size 206748912
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,
@@ -159,7 +159,7 @@
159
  "optimizer_weight_decay": 0.0001,
160
  "optimizer_lr_backbone": 1e-05
161
  },
162
- "output_dir": "outputs/train/2026-02-06/11-38-54_act_leopardpanda_01",
163
  "job_name": "act_leopardpanda_01",
164
  "resume": false,
165
  "seed": 1000,
 
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
+ "pretrained_path": "leopardpanda/act_leopardpanda_01",
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,
 
159
  "optimizer_weight_decay": 0.0001,
160
  "optimizer_lr_backbone": 1e-05
161
  },
162
+ "output_dir": "outputs/train/2026-02-06/12-50-13_act_leopardpanda_01",
163
  "job_name": "act_leopardpanda_01",
164
  "resume": false,
165
  "seed": 1000,