Instructions to use iFaz/diffusion-aloha_transfer_cube-seed42 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use iFaz/diffusion-aloha_transfer_cube-seed42 with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +1 -1
- model.safetensors +1 -1
- train_config.json +3 -3
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- diffusion
|
| 9 |
- lerobot
|
| 10 |
-
- robotics
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
|
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
+
- robotics
|
| 9 |
- diffusion
|
| 10 |
- lerobot
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1053834112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be02226b8cb0dc97d61d6dd8f2ca4159aecb1deab26f404c576f5ab3aedd2a81
|
| 3 |
size 1053834112
|
train_config.json
CHANGED
|
@@ -199,8 +199,8 @@
|
|
| 199 |
"name": "cosine"
|
| 200 |
},
|
| 201 |
"eval": {
|
| 202 |
-
"n_episodes":
|
| 203 |
-
"batch_size":
|
| 204 |
"use_async_envs": true
|
| 205 |
},
|
| 206 |
"wandb": {
|
|
@@ -209,7 +209,7 @@
|
|
| 209 |
"project": "lerobot",
|
| 210 |
"entity": null,
|
| 211 |
"notes": null,
|
| 212 |
-
"run_id": "
|
| 213 |
"mode": null,
|
| 214 |
"add_tags": true
|
| 215 |
},
|
|
|
|
| 199 |
"name": "cosine"
|
| 200 |
},
|
| 201 |
"eval": {
|
| 202 |
+
"n_episodes": 2,
|
| 203 |
+
"batch_size": 2,
|
| 204 |
"use_async_envs": true
|
| 205 |
},
|
| 206 |
"wandb": {
|
|
|
|
| 209 |
"project": "lerobot",
|
| 210 |
"entity": null,
|
| 211 |
"notes": null,
|
| 212 |
+
"run_id": "o1iss0f2",
|
| 213 |
"mode": null,
|
| 214 |
"add_tags": true
|
| 215 |
},
|