Instructions to use lukasheuer/sim_act with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use lukasheuer/sim_act with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- config.json +4 -12
- model.safetensors +2 -2
- train_config.json +10 -31
config.json
CHANGED
|
@@ -5,15 +5,7 @@
|
|
| 5 |
"observation.state": {
|
| 6 |
"type": "STATE",
|
| 7 |
"shape": [
|
| 8 |
-
|
| 9 |
-
]
|
| 10 |
-
},
|
| 11 |
-
"observation.images.right_arm.cam_1.image_color": {
|
| 12 |
-
"type": "VISUAL",
|
| 13 |
-
"shape": [
|
| 14 |
-
3,
|
| 15 |
-
480,
|
| 16 |
-
480
|
| 17 |
]
|
| 18 |
},
|
| 19 |
"observation.images.left_arm.cam_1.image_color": {
|
|
@@ -37,7 +29,7 @@
|
|
| 37 |
"action": {
|
| 38 |
"type": "ACTION",
|
| 39 |
"shape": [
|
| 40 |
-
|
| 41 |
]
|
| 42 |
}
|
| 43 |
},
|
|
@@ -50,8 +42,8 @@
|
|
| 50 |
"tags": null,
|
| 51 |
"license": null,
|
| 52 |
"pretrained_path": null,
|
| 53 |
-
"chunk_size":
|
| 54 |
-
"n_action_steps":
|
| 55 |
"normalization_mapping": {
|
| 56 |
"ACTION": "MEAN_STD",
|
| 57 |
"STATE": "MEAN_STD",
|
|
|
|
| 5 |
"observation.state": {
|
| 6 |
"type": "STATE",
|
| 7 |
"shape": [
|
| 8 |
+
10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
]
|
| 10 |
},
|
| 11 |
"observation.images.left_arm.cam_1.image_color": {
|
|
|
|
| 29 |
"action": {
|
| 30 |
"type": "ACTION",
|
| 31 |
"shape": [
|
| 32 |
+
10
|
| 33 |
]
|
| 34 |
}
|
| 35 |
},
|
|
|
|
| 42 |
"tags": null,
|
| 43 |
"license": null,
|
| 44 |
"pretrained_path": null,
|
| 45 |
+
"chunk_size": 19,
|
| 46 |
+
"n_action_steps": 19,
|
| 47 |
"normalization_mapping": {
|
| 48 |
"ACTION": "MEAN_STD",
|
| 49 |
"STATE": "MEAN_STD",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65d871607b29bdd5c666d7bce68099168c1d51c0818577bf558ac3a468d49ec3
|
| 3 |
+
size 206400744
|
train_config.json
CHANGED
|
@@ -87,15 +87,7 @@
|
|
| 87 |
"observation.state": {
|
| 88 |
"type": "STATE",
|
| 89 |
"shape": [
|
| 90 |
-
|
| 91 |
-
]
|
| 92 |
-
},
|
| 93 |
-
"observation.images.right_arm.cam_1.image_color": {
|
| 94 |
-
"type": "VISUAL",
|
| 95 |
-
"shape": [
|
| 96 |
-
3,
|
| 97 |
-
480,
|
| 98 |
-
480
|
| 99 |
]
|
| 100 |
},
|
| 101 |
"observation.images.left_arm.cam_1.image_color": {
|
|
@@ -119,7 +111,7 @@
|
|
| 119 |
"action": {
|
| 120 |
"type": "ACTION",
|
| 121 |
"shape": [
|
| 122 |
-
|
| 123 |
]
|
| 124 |
}
|
| 125 |
},
|
|
@@ -132,8 +124,8 @@
|
|
| 132 |
"tags": null,
|
| 133 |
"license": null,
|
| 134 |
"pretrained_path": null,
|
| 135 |
-
"chunk_size":
|
| 136 |
-
"n_action_steps":
|
| 137 |
"normalization_mapping": {
|
| 138 |
"ACTION": "MEAN_STD",
|
| 139 |
"STATE": "MEAN_STD",
|
|
@@ -159,8 +151,8 @@
|
|
| 159 |
"optimizer_weight_decay": 0.0001,
|
| 160 |
"optimizer_lr_backbone": 1e-05
|
| 161 |
},
|
| 162 |
-
"output_dir": "/ros2_ws/src/robco_autonomy_ros2/2026-07-08_sim_coroplast_tape-
|
| 163 |
-
"job_name": "sim_coroplast_tape-
|
| 164 |
"resume": false,
|
| 165 |
"seed": 1000,
|
| 166 |
"cudnn_deterministic": false,
|
|
@@ -196,7 +188,7 @@
|
|
| 196 |
"project": "lerobot",
|
| 197 |
"entity": null,
|
| 198 |
"notes": null,
|
| 199 |
-
"run_id": "
|
| 200 |
"mode": null,
|
| 201 |
"add_tags": true,
|
| 202 |
"tags": null
|
|
@@ -213,18 +205,13 @@
|
|
| 213 |
"observation": {
|
| 214 |
"images": {
|
| 215 |
"head": null,
|
| 216 |
-
"left_arm": null
|
| 217 |
-
"right_arm": null
|
| 218 |
},
|
| 219 |
"state": {
|
| 220 |
"left_arm.pose": {
|
| 221 |
"rotation": "6d"
|
| 222 |
},
|
| 223 |
-
"
|
| 224 |
-
"rotation": "6d"
|
| 225 |
-
},
|
| 226 |
-
"left_arm.gripper": null,
|
| 227 |
-
"right_arm.gripper": null
|
| 228 |
}
|
| 229 |
},
|
| 230 |
"action": {
|
|
@@ -232,16 +219,8 @@
|
|
| 232 |
"mode": "gripper_bin",
|
| 233 |
"rotation": null
|
| 234 |
},
|
| 235 |
-
"right_arm.gripper": {
|
| 236 |
-
"mode": "gripper_bin",
|
| 237 |
-
"rotation": null
|
| 238 |
-
},
|
| 239 |
"left_arm.pose": {
|
| 240 |
-
"mode": "
|
| 241 |
-
"rotation": "6d"
|
| 242 |
-
},
|
| 243 |
-
"right_arm.pose": {
|
| 244 |
-
"mode": "pose_relative",
|
| 245 |
"rotation": "6d"
|
| 246 |
}
|
| 247 |
}
|
|
|
|
| 87 |
"observation.state": {
|
| 88 |
"type": "STATE",
|
| 89 |
"shape": [
|
| 90 |
+
10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
]
|
| 92 |
},
|
| 93 |
"observation.images.left_arm.cam_1.image_color": {
|
|
|
|
| 111 |
"action": {
|
| 112 |
"type": "ACTION",
|
| 113 |
"shape": [
|
| 114 |
+
10
|
| 115 |
]
|
| 116 |
}
|
| 117 |
},
|
|
|
|
| 124 |
"tags": null,
|
| 125 |
"license": null,
|
| 126 |
"pretrained_path": null,
|
| 127 |
+
"chunk_size": 19,
|
| 128 |
+
"n_action_steps": 19,
|
| 129 |
"normalization_mapping": {
|
| 130 |
"ACTION": "MEAN_STD",
|
| 131 |
"STATE": "MEAN_STD",
|
|
|
|
| 151 |
"optimizer_weight_decay": 0.0001,
|
| 152 |
"optimizer_lr_backbone": 1e-05
|
| 153 |
},
|
| 154 |
+
"output_dir": "/ros2_ws/src/robco_autonomy_ros2/2026-07-08_sim_coroplast_tape-stacking_left-arm-absolute_v0",
|
| 155 |
+
"job_name": "sim_coroplast_tape-stacking_left-arm_absolute",
|
| 156 |
"resume": false,
|
| 157 |
"seed": 1000,
|
| 158 |
"cudnn_deterministic": false,
|
|
|
|
| 188 |
"project": "lerobot",
|
| 189 |
"entity": null,
|
| 190 |
"notes": null,
|
| 191 |
+
"run_id": "bt7m666c",
|
| 192 |
"mode": null,
|
| 193 |
"add_tags": true,
|
| 194 |
"tags": null
|
|
|
|
| 205 |
"observation": {
|
| 206 |
"images": {
|
| 207 |
"head": null,
|
| 208 |
+
"left_arm": null
|
|
|
|
| 209 |
},
|
| 210 |
"state": {
|
| 211 |
"left_arm.pose": {
|
| 212 |
"rotation": "6d"
|
| 213 |
},
|
| 214 |
+
"left_arm.gripper": null
|
|
|
|
|
|
|
|
|
|
|
|
|
| 215 |
}
|
| 216 |
},
|
| 217 |
"action": {
|
|
|
|
| 219 |
"mode": "gripper_bin",
|
| 220 |
"rotation": null
|
| 221 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 222 |
"left_arm.pose": {
|
| 223 |
+
"mode": "pose_absolute",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 224 |
"rotation": "6d"
|
| 225 |
}
|
| 226 |
}
|