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- model.safetensors +1 -1
- train_config.json +5 -5
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:9cd3a7fde43c4d531002be4576ff148279acdaab6b2daba839551b58a4ef3a86
|
| 3 |
size 1053834112
|
train_config.json
CHANGED
|
@@ -218,7 +218,7 @@
|
|
| 218 |
"prefetch_factor": 4,
|
| 219 |
"persistent_workers": true,
|
| 220 |
"steps": 5,
|
| 221 |
-
"eval_freq":
|
| 222 |
"log_freq": 200,
|
| 223 |
"tolerance_s": 0.0001,
|
| 224 |
"save_checkpoint": true,
|
|
@@ -241,17 +241,17 @@
|
|
| 241 |
"name": "cosine"
|
| 242 |
},
|
| 243 |
"eval": {
|
| 244 |
-
"n_episodes":
|
| 245 |
-
"batch_size":
|
| 246 |
"use_async_envs": true
|
| 247 |
},
|
| 248 |
"wandb": {
|
| 249 |
-
"enable":
|
| 250 |
"disable_artifact": false,
|
| 251 |
"project": "lerobot",
|
| 252 |
"entity": null,
|
| 253 |
"notes": null,
|
| 254 |
-
"run_id":
|
| 255 |
"mode": null,
|
| 256 |
"add_tags": true
|
| 257 |
},
|
|
|
|
| 218 |
"prefetch_factor": 4,
|
| 219 |
"persistent_workers": true,
|
| 220 |
"steps": 5,
|
| 221 |
+
"eval_freq": 2,
|
| 222 |
"log_freq": 200,
|
| 223 |
"tolerance_s": 0.0001,
|
| 224 |
"save_checkpoint": true,
|
|
|
|
| 241 |
"name": "cosine"
|
| 242 |
},
|
| 243 |
"eval": {
|
| 244 |
+
"n_episodes": 1,
|
| 245 |
+
"batch_size": 1,
|
| 246 |
"use_async_envs": true
|
| 247 |
},
|
| 248 |
"wandb": {
|
| 249 |
+
"enable": true,
|
| 250 |
"disable_artifact": false,
|
| 251 |
"project": "lerobot",
|
| 252 |
"entity": null,
|
| 253 |
"notes": null,
|
| 254 |
+
"run_id": "35m6twdc",
|
| 255 |
"mode": null,
|
| 256 |
"add_tags": true
|
| 257 |
},
|