Instructions to use maximellerbach/dm05_omx_multicubes_rel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use maximellerbach/dm05_omx_multicubes_rel with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload DataProcessorPipeline
Browse files
dm05_processor/tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:daab2354f8a74e70d70b4d1f804939b68a8c9624dd06cb7858e52dd8970e9726
|
| 3 |
+
size 33384567
|
policy_preprocessor.json
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "dm05_task_processor",
|
| 16 |
+
"config": {
|
| 17 |
+
"default_task": "Execute the robot action."
|
| 18 |
+
}
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"registry_name": "dm05_action_reference_probe_processor",
|
| 22 |
+
"config": {
|
| 23 |
+
"action_dim": 6
|
| 24 |
+
}
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"registry_name": "relative_actions_processor",
|
| 28 |
+
"config": {
|
| 29 |
+
"enabled": true,
|
| 30 |
+
"exclude_joints": [
|
| 31 |
+
"gripper"
|
| 32 |
+
],
|
| 33 |
+
"action_names": [
|
| 34 |
+
"shoulder_pan.pos",
|
| 35 |
+
"shoulder_lift.pos",
|
| 36 |
+
"elbow_flex.pos",
|
| 37 |
+
"wrist_flex.pos",
|
| 38 |
+
"wrist_roll.pos",
|
| 39 |
+
"gripper.pos"
|
| 40 |
+
]
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"registry_name": "normalizer_processor",
|
| 45 |
+
"config": {
|
| 46 |
+
"eps": 1e-06,
|
| 47 |
+
"features": {
|
| 48 |
+
"observation.state": {
|
| 49 |
+
"type": "STATE",
|
| 50 |
+
"shape": [
|
| 51 |
+
6
|
| 52 |
+
]
|
| 53 |
+
},
|
| 54 |
+
"observation.images.wrist": {
|
| 55 |
+
"type": "VISUAL",
|
| 56 |
+
"shape": [
|
| 57 |
+
3,
|
| 58 |
+
480,
|
| 59 |
+
640
|
| 60 |
+
]
|
| 61 |
+
},
|
| 62 |
+
"observation.images.top": {
|
| 63 |
+
"type": "VISUAL",
|
| 64 |
+
"shape": [
|
| 65 |
+
3,
|
| 66 |
+
480,
|
| 67 |
+
640
|
| 68 |
+
]
|
| 69 |
+
},
|
| 70 |
+
"action": {
|
| 71 |
+
"type": "ACTION",
|
| 72 |
+
"shape": [
|
| 73 |
+
6
|
| 74 |
+
]
|
| 75 |
+
}
|
| 76 |
+
},
|
| 77 |
+
"norm_map": {
|
| 78 |
+
"VISUAL": "IDENTITY",
|
| 79 |
+
"STATE": "QUANTILES",
|
| 80 |
+
"ACTION": "QUANTILES"
|
| 81 |
+
},
|
| 82 |
+
"normalize_observation_keys": [
|
| 83 |
+
"observation.state"
|
| 84 |
+
]
|
| 85 |
+
},
|
| 86 |
+
"state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"registry_name": "dm05_action_reference_extract_processor",
|
| 90 |
+
"config": {}
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"registry_name": "dm05_state_bins_processor",
|
| 94 |
+
"config": {}
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"registry_name": "device_processor",
|
| 98 |
+
"config": {
|
| 99 |
+
"device": "cuda",
|
| 100 |
+
"float_dtype": null
|
| 101 |
+
}
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"registry_name": "dm05_processor_artifacts",
|
| 105 |
+
"config": {
|
| 106 |
+
"processor_name_or_path": "dm05_processor"
|
| 107 |
+
},
|
| 108 |
+
"artifacts": {
|
| 109 |
+
"processor_name_or_path": "dm05_processor"
|
| 110 |
+
}
|
| 111 |
+
}
|
| 112 |
+
]
|
| 113 |
+
}
|
policy_preprocessor_step_5_normalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42398a85ca1323ba2870bf08491d4aa95406c55a4b2142ff71175592d7908763
|
| 3 |
+
size 7352
|