Instructions to use lerobot/pi05_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use lerobot/pi05_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
|
@@ -11,6 +11,16 @@
|
|
| 11 |
"registry_name": "to_batch_processor",
|
| 12 |
"config": {}
|
| 13 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
{
|
| 15 |
"registry_name": "normalizer_processor",
|
| 16 |
"config": {
|
|
|
|
| 11 |
"registry_name": "to_batch_processor",
|
| 12 |
"config": {}
|
| 13 |
},
|
| 14 |
+
{
|
| 15 |
+
"registry_name": "relative_actions_processor",
|
| 16 |
+
"config": {
|
| 17 |
+
"enabled": false,
|
| 18 |
+
"exclude_joints": [
|
| 19 |
+
"gripper"
|
| 20 |
+
],
|
| 21 |
+
"action_names": null
|
| 22 |
+
}
|
| 23 |
+
},
|
| 24 |
{
|
| 25 |
"registry_name": "normalizer_processor",
|
| 26 |
"config": {
|