Instructions to use binhpham/sim_so101_cubes_act_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use binhpham/sim_so101_cubes_act_small with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +4 -4
- model.safetensors +1 -1
- train_config.json +4 -4
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: act
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- robotics
|
| 9 |
- lerobot
|
| 10 |
- act
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
|
|
|
| 5 |
model_name: act
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- lerobot
|
| 9 |
- act
|
| 10 |
+
- robotics
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
config.json
CHANGED
|
@@ -12,16 +12,16 @@
|
|
| 12 |
"type": "VISUAL",
|
| 13 |
"shape": [
|
| 14 |
3,
|
| 15 |
-
|
| 16 |
-
|
| 17 |
]
|
| 18 |
},
|
| 19 |
"observation.images.side": {
|
| 20 |
"type": "VISUAL",
|
| 21 |
"shape": [
|
| 22 |
3,
|
| 23 |
-
|
| 24 |
-
|
| 25 |
]
|
| 26 |
}
|
| 27 |
},
|
|
|
|
| 12 |
"type": "VISUAL",
|
| 13 |
"shape": [
|
| 14 |
3,
|
| 15 |
+
240,
|
| 16 |
+
320
|
| 17 |
]
|
| 18 |
},
|
| 19 |
"observation.images.side": {
|
| 20 |
"type": "VISUAL",
|
| 21 |
"shape": [
|
| 22 |
3,
|
| 23 |
+
240,
|
| 24 |
+
320
|
| 25 |
]
|
| 26 |
}
|
| 27 |
},
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 62292104
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcdc0d1a5877eb8cb2f4e8dd2d43f4a76df2a3ac3c270eb1f956f57a521ffc0e
|
| 3 |
size 62292104
|
train_config.json
CHANGED
|
@@ -94,16 +94,16 @@
|
|
| 94 |
"type": "VISUAL",
|
| 95 |
"shape": [
|
| 96 |
3,
|
| 97 |
-
|
| 98 |
-
|
| 99 |
]
|
| 100 |
},
|
| 101 |
"observation.images.side": {
|
| 102 |
"type": "VISUAL",
|
| 103 |
"shape": [
|
| 104 |
3,
|
| 105 |
-
|
| 106 |
-
|
| 107 |
]
|
| 108 |
}
|
| 109 |
},
|
|
|
|
| 94 |
"type": "VISUAL",
|
| 95 |
"shape": [
|
| 96 |
3,
|
| 97 |
+
240,
|
| 98 |
+
320
|
| 99 |
]
|
| 100 |
},
|
| 101 |
"observation.images.side": {
|
| 102 |
"type": "VISUAL",
|
| 103 |
"shape": [
|
| 104 |
3,
|
| 105 |
+
240,
|
| 106 |
+
320
|
| 107 |
]
|
| 108 |
}
|
| 109 |
},
|