Instructions to use HuskyMango/diffusion-filter-basket-7-24 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use HuskyMango/diffusion-filter-basket-7-24 with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +4 -4
README.md
CHANGED
|
@@ -6,8 +6,8 @@ model_name: diffusion
|
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- diffusion
|
| 9 |
-
- robotics
|
| 10 |
- lerobot
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
|
|
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- diffusion
|
|
|
|
| 9 |
- lerobot
|
| 10 |
+
- robotics
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
config.json
CHANGED
|
@@ -49,7 +49,7 @@
|
|
| 49 |
"private": null,
|
| 50 |
"tags": null,
|
| 51 |
"license": null,
|
| 52 |
-
"pretrained_path":
|
| 53 |
"horizon": 16,
|
| 54 |
"n_action_steps": 10,
|
| 55 |
"normalization_mapping": {
|
|
|
|
| 49 |
"private": null,
|
| 50 |
"tags": null,
|
| 51 |
"license": null,
|
| 52 |
+
"pretrained_path": "../franka_data/policy/train/diffusion_HuskyMango/filter-basket-7-24_HuskyMango/diffusion-filter-basket-7-24/checkpoints/last/pretrained_model",
|
| 53 |
"horizon": 16,
|
| 54 |
"n_action_steps": 10,
|
| 55 |
"normalization_mapping": {
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1081712888
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0f23215ec72ffd403fa6bfd54a9f529c45b581eca9d7ec2d5a8312c74515c57
|
| 3 |
size 1081712888
|
train_config.json
CHANGED
|
@@ -131,7 +131,7 @@
|
|
| 131 |
"private": null,
|
| 132 |
"tags": null,
|
| 133 |
"license": null,
|
| 134 |
-
"pretrained_path":
|
| 135 |
"horizon": 16,
|
| 136 |
"n_action_steps": 10,
|
| 137 |
"normalization_mapping": {
|
|
@@ -182,12 +182,12 @@
|
|
| 182 |
},
|
| 183 |
"output_dir": "../franka_data/policy/train/diffusion_HuskyMango/filter-basket-7-24_HuskyMango/diffusion-filter-basket-7-24",
|
| 184 |
"job_name": "diffusion_HuskyMango/filter-basket-7-24",
|
| 185 |
-
"resume":
|
| 186 |
"seed": 1000,
|
| 187 |
"cudnn_deterministic": false,
|
| 188 |
"num_workers": 18,
|
| 189 |
"batch_size": 32,
|
| 190 |
-
"steps":
|
| 191 |
"eval_freq": 5000,
|
| 192 |
"log_freq": 200,
|
| 193 |
"tolerance_s": 0.0001,
|
|
@@ -232,5 +232,5 @@
|
|
| 232 |
"rabc_epsilon": 1e-06,
|
| 233 |
"rabc_head_mode": "sparse",
|
| 234 |
"rename_map": {},
|
| 235 |
-
"checkpoint_path":
|
| 236 |
}
|
|
|
|
| 131 |
"private": null,
|
| 132 |
"tags": null,
|
| 133 |
"license": null,
|
| 134 |
+
"pretrained_path": "../franka_data/policy/train/diffusion_HuskyMango/filter-basket-7-24_HuskyMango/diffusion-filter-basket-7-24/checkpoints/last/pretrained_model",
|
| 135 |
"horizon": 16,
|
| 136 |
"n_action_steps": 10,
|
| 137 |
"normalization_mapping": {
|
|
|
|
| 182 |
},
|
| 183 |
"output_dir": "../franka_data/policy/train/diffusion_HuskyMango/filter-basket-7-24_HuskyMango/diffusion-filter-basket-7-24",
|
| 184 |
"job_name": "diffusion_HuskyMango/filter-basket-7-24",
|
| 185 |
+
"resume": true,
|
| 186 |
"seed": 1000,
|
| 187 |
"cudnn_deterministic": false,
|
| 188 |
"num_workers": 18,
|
| 189 |
"batch_size": 32,
|
| 190 |
+
"steps": 200000,
|
| 191 |
"eval_freq": 5000,
|
| 192 |
"log_freq": 200,
|
| 193 |
"tolerance_s": 0.0001,
|
|
|
|
| 232 |
"rabc_epsilon": 1e-06,
|
| 233 |
"rabc_head_mode": "sparse",
|
| 234 |
"rename_map": {},
|
| 235 |
+
"checkpoint_path": "../franka_data/policy/train/diffusion_HuskyMango/filter-basket-7-24_HuskyMango/diffusion-filter-basket-7-24/checkpoints/last"
|
| 236 |
}
|