Instructions to use nepyope/folding_fastwam with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use nepyope/folding_fastwam 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": "device_processor", | |
| "config": { | |
| "device": "cuda", | |
| "float_dtype": null | |
| } | |
| }, | |
| { | |
| "registry_name": "relative_actions_processor", | |
| "config": { | |
| "enabled": true, | |
| "exclude_joints": [ | |
| "gripper" | |
| ], | |
| "action_names": [ | |
| "right_joint_1.pos", | |
| "right_joint_2.pos", | |
| "right_joint_3.pos", | |
| "right_joint_4.pos", | |
| "right_joint_5.pos", | |
| "right_joint_6.pos", | |
| "right_joint_7.pos", | |
| "right_gripper.pos", | |
| "left_joint_1.pos", | |
| "left_joint_2.pos", | |
| "left_joint_3.pos", | |
| "left_joint_4.pos", | |
| "left_joint_5.pos", | |
| "left_joint_6.pos", | |
| "left_joint_7.pos", | |
| "left_gripper.pos" | |
| ] | |
| } | |
| }, | |
| { | |
| "registry_name": "normalizer_processor", | |
| "config": { | |
| "eps": 1e-08, | |
| "features": { | |
| "observation.images.base": { | |
| "type": "VISUAL", | |
| "shape": [ | |
| 3, | |
| 224, | |
| 224 | |
| ] | |
| }, | |
| "observation.images.left_wrist": { | |
| "type": "VISUAL", | |
| "shape": [ | |
| 3, | |
| 224, | |
| 224 | |
| ] | |
| }, | |
| "observation.images.right_wrist": { | |
| "type": "VISUAL", | |
| "shape": [ | |
| 3, | |
| 224, | |
| 224 | |
| ] | |
| }, | |
| "observation.state": { | |
| "type": "STATE", | |
| "shape": [ | |
| 16 | |
| ] | |
| }, | |
| "action": { | |
| "type": "ACTION", | |
| "shape": [ | |
| 16 | |
| ] | |
| } | |
| }, | |
| "norm_map": { | |
| "VISUAL": "IDENTITY", | |
| "STATE": "MEAN_STD", | |
| "ACTION": "MEAN_STD" | |
| } | |
| }, | |
| "state_file": "policy_preprocessor_step_4_normalizer_processor.safetensors" | |
| } | |
| ] | |
| } |