Instructions to use RooibosT/Sim_groot_absolute with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use RooibosT/Sim_groot_absolute with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload DataProcessorPipeline
Browse files
policy_preprocessor.json
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "relative_actions_processor",
|
| 16 |
+
"config": {
|
| 17 |
+
"enabled": false,
|
| 18 |
+
"exclude_joints": [
|
| 19 |
+
"gripper"
|
| 20 |
+
],
|
| 21 |
+
"action_names": [
|
| 22 |
+
"kLeftShoulderPitch",
|
| 23 |
+
"kLeftShoulderRoll",
|
| 24 |
+
"kLeftShoulderYaw",
|
| 25 |
+
"kLeftElbow",
|
| 26 |
+
"kLeftWristRoll",
|
| 27 |
+
"kLeftWristPitch",
|
| 28 |
+
"kLeftWristYaw",
|
| 29 |
+
"kRightShoulderPitch",
|
| 30 |
+
"kRightShoulderRoll",
|
| 31 |
+
"kRightShoulderYaw",
|
| 32 |
+
"kRightElbow",
|
| 33 |
+
"kRightWristRoll",
|
| 34 |
+
"kRightWristPitch",
|
| 35 |
+
"kRightWristYaw",
|
| 36 |
+
"kLeftGripper",
|
| 37 |
+
"kRightGripper"
|
| 38 |
+
]
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"registry_name": "groot_pack_inputs_v3",
|
| 43 |
+
"config": {
|
| 44 |
+
"state_horizon": 1,
|
| 45 |
+
"action_horizon": 16,
|
| 46 |
+
"max_state_dim": 64,
|
| 47 |
+
"max_action_dim": 32,
|
| 48 |
+
"language_key": "task",
|
| 49 |
+
"formalize_language": false,
|
| 50 |
+
"embodiment_tag": "new_embodiment",
|
| 51 |
+
"embodiment_mapping": {
|
| 52 |
+
"new_embodiment": 31,
|
| 53 |
+
"oxe_droid": 17,
|
| 54 |
+
"agibot_genie1": 26,
|
| 55 |
+
"gr1": 24,
|
| 56 |
+
"so100": 2,
|
| 57 |
+
"unitree_g1": 3
|
| 58 |
+
},
|
| 59 |
+
"normalize_min_max": true
|
| 60 |
+
},
|
| 61 |
+
"state_file": "policy_preprocessor_step_3_groot_pack_inputs_v3.safetensors"
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"registry_name": "groot_eagle_encode_v3",
|
| 65 |
+
"config": {}
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"registry_name": "groot_eagle_collate_v3",
|
| 69 |
+
"config": {}
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"registry_name": "device_processor",
|
| 73 |
+
"config": {
|
| 74 |
+
"device": "cuda",
|
| 75 |
+
"float_dtype": null
|
| 76 |
+
}
|
| 77 |
+
}
|
| 78 |
+
]
|
| 79 |
+
}
|
policy_preprocessor_step_3_groot_pack_inputs_v3.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f087912b61789578df6f950cb0b43ee9acb116a192d41e53c526d77b39cbbea9
|
| 3 |
+
size 11312
|