Instructions to use K-vr/right_arm_diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use K-vr/right_arm_diffusion with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +6 -0
- model.safetensors +2 -2
- train_config.json +6 -0
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
|
config.json
CHANGED
|
@@ -23,6 +23,12 @@
|
|
| 23 |
480,
|
| 24 |
640
|
| 25 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
}
|
| 27 |
},
|
| 28 |
"output_features": {
|
|
|
|
| 23 |
480,
|
| 24 |
640
|
| 25 |
]
|
| 26 |
+
},
|
| 27 |
+
"observation.environment_state": {
|
| 28 |
+
"type": "ENV",
|
| 29 |
+
"shape": [
|
| 30 |
+
6
|
| 31 |
+
]
|
| 32 |
}
|
| 33 |
},
|
| 34 |
"output_features": {
|
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:4b03e7977bfa0bd3edb182907557edb8112ceecfa602a88b93624357831a7ea2
|
| 3 |
+
size 1067894968
|
train_config.json
CHANGED
|
@@ -105,6 +105,12 @@
|
|
| 105 |
480,
|
| 106 |
640
|
| 107 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
}
|
| 109 |
},
|
| 110 |
"output_features": {
|
|
|
|
| 105 |
480,
|
| 106 |
640
|
| 107 |
]
|
| 108 |
+
},
|
| 109 |
+
"observation.environment_state": {
|
| 110 |
+
"type": "ENV",
|
| 111 |
+
"shape": [
|
| 112 |
+
6
|
| 113 |
+
]
|
| 114 |
}
|
| 115 |
},
|
| 116 |
"output_features": {
|