Instructions to use Dexmal/DM05-Lerobot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use Dexmal/DM05-Lerobot with LeRobot:
- Notebooks
- Google Colab
- Kaggle
File size: 2,247 Bytes
cf08a72 716afe3 cf08a72 716afe3 cf08a72 716afe3 | 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 | {
"name": "policy_preprocessor",
"steps": [
{
"registry_name": "rename_observations_processor",
"config": {
"rename_map": {}
}
},
{
"registry_name": "to_batch_processor",
"config": {}
},
{
"registry_name": "dm05_task_processor",
"config": {
"default_task": "Execute the robot action."
}
},
{
"registry_name": "dm05_action_reference_probe_processor",
"config": {
"action_dim": 14
}
},
{
"registry_name": "relative_actions_processor",
"config": {
"enabled": false,
"exclude_joints": [
"gripper"
],
"action_names": [
"joint_0",
"joint_1",
"joint_2",
"joint_3",
"joint_4",
"joint_5",
"gripper_6",
"joint_7",
"joint_8",
"joint_9",
"joint_10",
"joint_11",
"joint_12",
"gripper_13"
]
}
},
{
"registry_name": "normalizer_processor",
"config": {
"eps": 1e-06,
"features": {
"observation.state": {
"type": "STATE",
"shape": [
14
]
},
"action": {
"type": "ACTION",
"shape": [
14
]
}
},
"norm_map": {
"VISUAL": "IDENTITY",
"STATE": "QUANTILES",
"ACTION": "QUANTILES"
},
"normalize_observation_keys": [
"observation.state"
]
},
"state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
},
{
"registry_name": "dm05_action_reference_extract_processor",
"config": {}
},
{
"registry_name": "dm05_state_bins_processor",
"config": {}
},
{
"registry_name": "device_processor",
"config": {
"device": "cpu",
"float_dtype": null
}
},
{
"registry_name": "dm05_processor_artifacts",
"config": {
"processor_name_or_path": "dm05_processor"
},
"artifacts": {
"processor_name_or_path": "dm05_processor"
}
}
]
} |