Instructions to use lerobot/folding_latest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use lerobot/folding_latest with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Rename relative action processor registry
Browse filesUpdate policy_preprocessor.json to use the new relative_actions_processor registry name instead of the legacy delta_actions_processor key.
- policy_preprocessor.json +2 -2
policy_preprocessor.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
"config": {}
|
| 13 |
},
|
| 14 |
{
|
| 15 |
-
"registry_name": "
|
| 16 |
"config": {
|
| 17 |
"enabled": true,
|
| 18 |
"exclude_joints": [
|
|
@@ -111,4 +111,4 @@
|
|
| 111 |
}
|
| 112 |
}
|
| 113 |
]
|
| 114 |
-
}
|
|
|
|
| 12 |
"config": {}
|
| 13 |
},
|
| 14 |
{
|
| 15 |
+
"registry_name": "relative_actions_processor",
|
| 16 |
"config": {
|
| 17 |
"enabled": true,
|
| 18 |
"exclude_joints": [
|
|
|
|
| 111 |
}
|
| 112 |
}
|
| 113 |
]
|
| 114 |
+
}
|