Instructions to use lukasheuer/sim_act with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use lukasheuer/sim_act with LeRobot:
- Notebooks
- Google Colab
- Kaggle
File size: 3,332 Bytes
d96908f 4b1fcc1 d96908f 4b1fcc1 d96908f 4b1fcc1 d96908f 4b1fcc1 d96908f 4b1fcc1 d96908f c32668f d96908f 4b1fcc1 d96908f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | {
"name": "policy_postprocessor",
"steps": [
{
"registry_name": "unnormalizer_processor",
"config": {
"eps": 1e-08,
"features": {
"action": {
"type": "ACTION",
"shape": [
20
]
}
},
"norm_map": {
"ACTION": "MEAN_STD",
"STATE": "MEAN_STD",
"VISUAL": "IDENTITY"
}
},
"state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
},
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": null
}
},
{
"registry_name": "absolute_actions_processor",
"config": {
"enabled": true
}
},
{
"registry_name": "robco_postprocessor",
"config": {
"config": {
"observation": {
"images": {
"head": null,
"left_arm": null,
"right_arm": null
},
"state": {
"left_arm.pose": {
"rotation": "6d"
},
"right_arm.pose": {
"rotation": "6d"
},
"left_arm.gripper": null,
"right_arm.gripper": null
}
},
"action": {
"left_arm.gripper": {
"mode": "gripper_bin",
"rotation": null
},
"right_arm.gripper": {
"mode": "gripper_bin",
"rotation": null
},
"left_arm.pose": {
"mode": "pose_absolute",
"rotation": "6d"
},
"right_arm.pose": {
"mode": "pose_relative",
"rotation": "6d"
}
}
},
"obs_input_axes": [
"right_arm.pose.x",
"right_arm.pose.y",
"right_arm.pose.z",
"right_arm.pose.qx",
"right_arm.pose.qy",
"right_arm.pose.qz",
"right_arm.pose.qw",
"left_arm.pose.x",
"left_arm.pose.y",
"left_arm.pose.z",
"left_arm.pose.qx",
"left_arm.pose.qy",
"left_arm.pose.qz",
"left_arm.pose.qw",
"right_arm.gripper",
"left_arm.gripper",
"right_arm.joints.0",
"right_arm.joints.1",
"right_arm.joints.2",
"right_arm.joints.3",
"right_arm.joints.4",
"right_arm.joints.5",
"right_arm.joints.6",
"left_arm.joints.0",
"left_arm.joints.1",
"left_arm.joints.2",
"left_arm.joints.3",
"left_arm.joints.4",
"left_arm.joints.5",
"left_arm.joints.6"
],
"action_input_axes": [
"right_arm.pose.x",
"right_arm.pose.y",
"right_arm.pose.z",
"right_arm.pose.qx",
"right_arm.pose.qy",
"right_arm.pose.qz",
"right_arm.pose.qw",
"right_arm.gripper",
"left_arm.pose.x",
"left_arm.pose.y",
"left_arm.pose.z",
"left_arm.pose.qx",
"left_arm.pose.qy",
"left_arm.pose.qz",
"left_arm.pose.qw",
"left_arm.gripper"
]
}
}
]
} |