Instructions to use leledeyuan/mating_cable with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use leledeyuan/mating_cable with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +2 -2
- model.safetensors +2 -2
- train_config.json +4 -4
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: fact
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- fact
|
| 9 |
- lerobot
|
| 10 |
-
- robotics
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for fact
|
|
|
|
| 5 |
model_name: fact
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
+
- robotics
|
| 9 |
- fact
|
| 10 |
- lerobot
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for fact
|
config.json
CHANGED
|
@@ -85,7 +85,7 @@
|
|
| 85 |
"use_vae": true,
|
| 86 |
"latent_dim": 32,
|
| 87 |
"n_vae_encoder_layers": 4,
|
| 88 |
-
"use_film":
|
| 89 |
"selected_state_shape": [
|
| 90 |
18
|
| 91 |
],
|
|
@@ -93,7 +93,7 @@
|
|
| 93 |
20
|
| 94 |
],
|
| 95 |
"wrench_dim": 12,
|
| 96 |
-
"phase_num":
|
| 97 |
"use_main_task": null,
|
| 98 |
"temporal_ensemble_coeff": 0.1,
|
| 99 |
"dropout": 0.1,
|
|
|
|
| 85 |
"use_vae": true,
|
| 86 |
"latent_dim": 32,
|
| 87 |
"n_vae_encoder_layers": 4,
|
| 88 |
+
"use_film": false,
|
| 89 |
"selected_state_shape": [
|
| 90 |
18
|
| 91 |
],
|
|
|
|
| 93 |
20
|
| 94 |
],
|
| 95 |
"wrench_dim": 12,
|
| 96 |
+
"phase_num": null,
|
| 97 |
"use_main_task": null,
|
| 98 |
"temporal_ensemble_coeff": 0.1,
|
| 99 |
"dropout": 0.1,
|
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:0b84eb6c690c2467de5c6b4748a86948d0b60d7828b325c666ad6c56d9c99d69
|
| 3 |
+
size 253419408
|
train_config.json
CHANGED
|
@@ -167,7 +167,7 @@
|
|
| 167 |
"use_vae": true,
|
| 168 |
"latent_dim": 32,
|
| 169 |
"n_vae_encoder_layers": 4,
|
| 170 |
-
"use_film":
|
| 171 |
"selected_state_shape": [
|
| 172 |
18
|
| 173 |
],
|
|
@@ -175,7 +175,7 @@
|
|
| 175 |
20
|
| 176 |
],
|
| 177 |
"wrench_dim": 12,
|
| 178 |
-
"phase_num":
|
| 179 |
"use_main_task": null,
|
| 180 |
"temporal_ensemble_coeff": 0.1,
|
| 181 |
"dropout": 0.1,
|
|
@@ -184,7 +184,7 @@
|
|
| 184 |
"optimizer_weight_decay": 0.0001,
|
| 185 |
"optimizer_lr_backbone": 1e-05
|
| 186 |
},
|
| 187 |
-
"output_dir": "/home/dayuan/nas/models/
|
| 188 |
"job_name": "mating_cable",
|
| 189 |
"resume": false,
|
| 190 |
"seed": 1000,
|
|
@@ -219,7 +219,7 @@
|
|
| 219 |
"project": "lerobot",
|
| 220 |
"entity": null,
|
| 221 |
"notes": null,
|
| 222 |
-
"run_id": "
|
| 223 |
"mode": null
|
| 224 |
},
|
| 225 |
"checkpoint_path": null,
|
|
|
|
| 167 |
"use_vae": true,
|
| 168 |
"latent_dim": 32,
|
| 169 |
"n_vae_encoder_layers": 4,
|
| 170 |
+
"use_film": false,
|
| 171 |
"selected_state_shape": [
|
| 172 |
18
|
| 173 |
],
|
|
|
|
| 175 |
20
|
| 176 |
],
|
| 177 |
"wrench_dim": 12,
|
| 178 |
+
"phase_num": null,
|
| 179 |
"use_main_task": null,
|
| 180 |
"temporal_ensemble_coeff": 0.1,
|
| 181 |
"dropout": 0.1,
|
|
|
|
| 184 |
"optimizer_weight_decay": 0.0001,
|
| 185 |
"optimizer_lr_backbone": 1e-05
|
| 186 |
},
|
| 187 |
+
"output_dir": "/home/dayuan/nas/models/mating_cable_sphase_depth",
|
| 188 |
"job_name": "mating_cable",
|
| 189 |
"resume": false,
|
| 190 |
"seed": 1000,
|
|
|
|
| 219 |
"project": "lerobot",
|
| 220 |
"entity": null,
|
| 221 |
"notes": null,
|
| 222 |
+
"run_id": "09ana7jf",
|
| 223 |
"mode": null
|
| 224 |
},
|
| 225 |
"checkpoint_path": null,
|