Instructions to use lerobot/xvla-folding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use lerobot/xvla-folding with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -53,8 +53,8 @@
|
|
| 53 |
"n_action_steps": 30,
|
| 54 |
"normalization_mapping": {
|
| 55 |
"STATE": "IDENTITY",
|
| 56 |
-
"ACTION": "
|
| 57 |
-
"VISUAL": "
|
| 58 |
},
|
| 59 |
"florence_config": {
|
| 60 |
"model_type": "florence2",
|
|
|
|
| 53 |
"n_action_steps": 30,
|
| 54 |
"normalization_mapping": {
|
| 55 |
"STATE": "IDENTITY",
|
| 56 |
+
"ACTION": "MEAN_STD",
|
| 57 |
+
"VISUAL": "IDENTITY"
|
| 58 |
},
|
| 59 |
"florence_config": {
|
| 60 |
"model_type": "florence2",
|