Robotics
LeRobot
Safetensors
act
diaawoo commited on
Commit
932ab02
·
verified ·
1 Parent(s): ca77e34

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +6 -6
  3. model.safetensors +2 -2
  4. train_config.json +8 -8
README.md CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - act
 
10
  - robotics
11
  ---
12
 
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - act
9
+ - lerobot
10
  - robotics
11
  ---
12
 
config.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "type": "act",
3
  "n_obs_steps": 1,
4
- "normalization_mapping": {
5
- "VISUAL": "MEAN_STD",
6
- "STATE": "MEAN_STD",
7
- "ACTION": "MEAN_STD"
8
- },
9
  "input_features": {
10
  "observation.state": {
11
  "type": "STATE",
@@ -47,9 +42,14 @@
47
  "license": null,
48
  "chunk_size": 100,
49
  "n_action_steps": 100,
 
 
 
 
 
50
  "vision_backbone": "resnet18",
51
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
52
- "replace_final_stride_with_dilation": 0,
53
  "pre_norm": false,
54
  "dim_model": 512,
55
  "n_heads": 8,
 
1
  {
2
  "type": "act",
3
  "n_obs_steps": 1,
 
 
 
 
 
4
  "input_features": {
5
  "observation.state": {
6
  "type": "STATE",
 
42
  "license": null,
43
  "chunk_size": 100,
44
  "n_action_steps": 100,
45
+ "normalization_mapping": {
46
+ "VISUAL": "MEAN_STD",
47
+ "STATE": "MEAN_STD",
48
+ "ACTION": "MEAN_STD"
49
+ },
50
  "vision_backbone": "resnet18",
51
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
52
+ "replace_final_stride_with_dilation": false,
53
  "pre_norm": false,
54
  "dim_model": 512,
55
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d5e71957fe9f54fdc1de291adac44267b8a64f71450de08433953550d2a4857
3
- size 206701064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15026ba33961876fdca8a4fd8c0f446b11bb4a03fed01851aab9bafebac2927f
3
+ size 206699736
train_config.json CHANGED
@@ -69,11 +69,6 @@
69
  "policy": {
70
  "type": "act",
71
  "n_obs_steps": 1,
72
- "normalization_mapping": {
73
- "VISUAL": "MEAN_STD",
74
- "STATE": "MEAN_STD",
75
- "ACTION": "MEAN_STD"
76
- },
77
  "input_features": {
78
  "observation.state": {
79
  "type": "STATE",
@@ -115,9 +110,14 @@
115
  "license": null,
116
  "chunk_size": 100,
117
  "n_action_steps": 100,
 
 
 
 
 
118
  "vision_backbone": "resnet18",
119
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
120
- "replace_final_stride_with_dilation": 0,
121
  "pre_norm": false,
122
  "dim_model": 512,
123
  "n_heads": 8,
@@ -137,7 +137,7 @@
137
  },
138
  "output_dir": "outputs/train/act_physicsai_arm_test",
139
  "job_name": "act_physicsai_arm_test",
140
- "resume": true,
141
  "seed": 1000,
142
  "num_workers": 4,
143
  "batch_size": 8,
@@ -170,7 +170,7 @@
170
  "project": "lerobot",
171
  "entity": null,
172
  "notes": null,
173
- "run_id": "etgq1hz9",
174
  "mode": null
175
  }
176
  }
 
69
  "policy": {
70
  "type": "act",
71
  "n_obs_steps": 1,
 
 
 
 
 
72
  "input_features": {
73
  "observation.state": {
74
  "type": "STATE",
 
110
  "license": null,
111
  "chunk_size": 100,
112
  "n_action_steps": 100,
113
+ "normalization_mapping": {
114
+ "VISUAL": "MEAN_STD",
115
+ "STATE": "MEAN_STD",
116
+ "ACTION": "MEAN_STD"
117
+ },
118
  "vision_backbone": "resnet18",
119
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
120
+ "replace_final_stride_with_dilation": false,
121
  "pre_norm": false,
122
  "dim_model": 512,
123
  "n_heads": 8,
 
137
  },
138
  "output_dir": "outputs/train/act_physicsai_arm_test",
139
  "job_name": "act_physicsai_arm_test",
140
+ "resume": false,
141
  "seed": 1000,
142
  "num_workers": 4,
143
  "batch_size": 8,
 
170
  "project": "lerobot",
171
  "entity": null,
172
  "notes": null,
173
+ "run_id": "q47ycyx8",
174
  "mode": null
175
  }
176
  }