Instructions to use imstevenpmwork/super_chatton_groot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use imstevenpmwork/super_chatton_groot with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload DataProcessorPipeline
Browse files
policy_preprocessor.json
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "policy_preprocessor",
|
| 3 |
+
"steps": [
|
| 4 |
+
{
|
| 5 |
+
"registry_name": "rename_observations_processor",
|
| 6 |
+
"config": {
|
| 7 |
+
"rename_map": {}
|
| 8 |
+
}
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"registry_name": "to_batch_processor",
|
| 12 |
+
"config": {}
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"registry_name": "groot_n1_7_pack_inputs_v1",
|
| 16 |
+
"config": {
|
| 17 |
+
"state_horizon": 1,
|
| 18 |
+
"action_horizon": 16,
|
| 19 |
+
"valid_action_horizon": 16,
|
| 20 |
+
"video_horizon": null,
|
| 21 |
+
"max_state_dim": 132,
|
| 22 |
+
"max_action_dim": 132,
|
| 23 |
+
"language_key": "task",
|
| 24 |
+
"formalize_language": true,
|
| 25 |
+
"embodiment_tag": "new_embodiment",
|
| 26 |
+
"embodiment_mapping": {
|
| 27 |
+
"oxe_droid_relative_eef_relative_joint": 24,
|
| 28 |
+
"xdof_relative_eef_relative_joint": 27,
|
| 29 |
+
"xdof_relative_eef_relative_joint_subtask": 27,
|
| 30 |
+
"real_g1_relative_eef_relative_joints": 25,
|
| 31 |
+
"real_r1_pro_sharpa_relative_eef": 26,
|
| 32 |
+
"real_r1_pro_sharpa_relative_eef_human": 26,
|
| 33 |
+
"real_r1_pro_sharpa_relative_eef_maxinsights": 26,
|
| 34 |
+
"real_r1_pro_sharpa_relative_eef_mecka": 26,
|
| 35 |
+
"unitree_g1_full_body_with_waist_height_nav_cmd": 25,
|
| 36 |
+
"simpler_env_google": 0,
|
| 37 |
+
"simpler_env_widowx": 1,
|
| 38 |
+
"libero_sim": 2,
|
| 39 |
+
"new_embodiment": 10
|
| 40 |
+
},
|
| 41 |
+
"normalize_min_max": true,
|
| 42 |
+
"clip_outliers": true,
|
| 43 |
+
"video_modality_keys": null,
|
| 44 |
+
"raw_stats": null,
|
| 45 |
+
"modality_config": null
|
| 46 |
+
},
|
| 47 |
+
"state_file": "policy_preprocessor_step_2_groot_n1_7_pack_inputs_v1.safetensors"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"registry_name": "groot_n1_7_vlm_encode_v1",
|
| 51 |
+
"config": {
|
| 52 |
+
"model_name": "nvidia/Cosmos-Reason2-2B",
|
| 53 |
+
"image_crop_size": [
|
| 54 |
+
230,
|
| 55 |
+
230
|
| 56 |
+
],
|
| 57 |
+
"image_target_size": [
|
| 58 |
+
256,
|
| 59 |
+
256
|
| 60 |
+
],
|
| 61 |
+
"shortest_image_edge": null,
|
| 62 |
+
"crop_fraction": null,
|
| 63 |
+
"use_albumentations": false,
|
| 64 |
+
"device": "cuda"
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"registry_name": "device_processor",
|
| 69 |
+
"config": {
|
| 70 |
+
"device": "cuda",
|
| 71 |
+
"float_dtype": null
|
| 72 |
+
}
|
| 73 |
+
}
|
| 74 |
+
]
|
| 75 |
+
}
|
policy_preprocessor_step_2_groot_n1_7_pack_inputs_v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5ceb9ededd9a5a930d722c89654939be0094973e442e70ae859c7b4d1b2379e
|
| 3 |
+
size 8424
|