Instructions to use lerobot/pi0_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use lerobot/pi0_base with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Add relative action processor steps
#6
by HaomingSong - opened
- policy_postprocessor.json +6 -0
- policy_preprocessor.json +10 -0
policy_postprocessor.json
CHANGED
|
@@ -13,6 +13,12 @@
|
|
| 13 |
}
|
| 14 |
}
|
| 15 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
{
|
| 17 |
"registry_name": "device_processor",
|
| 18 |
"config": {
|
|
|
|
| 13 |
}
|
| 14 |
}
|
| 15 |
},
|
| 16 |
+
{
|
| 17 |
+
"registry_name": "absolute_actions_processor",
|
| 18 |
+
"config": {
|
| 19 |
+
"enabled": false
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
{
|
| 23 |
"registry_name": "device_processor",
|
| 24 |
"config": {
|
policy_preprocessor.json
CHANGED
|
@@ -33,6 +33,16 @@
|
|
| 33 |
"float_dtype": null
|
| 34 |
}
|
| 35 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
{
|
| 37 |
"registry_name": "normalizer_processor",
|
| 38 |
"config": {
|
|
|
|
| 33 |
"float_dtype": null
|
| 34 |
}
|
| 35 |
},
|
| 36 |
+
{
|
| 37 |
+
"registry_name": "relative_actions_processor",
|
| 38 |
+
"config": {
|
| 39 |
+
"enabled": false,
|
| 40 |
+
"exclude_joints": [
|
| 41 |
+
"gripper"
|
| 42 |
+
],
|
| 43 |
+
"action_names": null
|
| 44 |
+
}
|
| 45 |
+
},
|
| 46 |
{
|
| 47 |
"registry_name": "normalizer_processor",
|
| 48 |
"config": {
|