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
| { | |
| "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" | |
| } | |
| } | |
| ] | |
| } |