Instructions to use chalkp/vla-jepa-folding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use chalkp/vla-jepa-folding with LeRobot:
- Notebooks
- Google Colab
- Kaggle
| { | |
| "name": "policy_postprocessor", | |
| "steps": [ | |
| { | |
| "registry_name": "vla_jepa_clip_actions", | |
| "config": {} | |
| }, | |
| { | |
| "registry_name": "vla_jepa_pre_snap_gripper", | |
| "config": {} | |
| }, | |
| { | |
| "registry_name": "unnormalizer_processor", | |
| "config": { | |
| "eps": 1e-08, | |
| "features": { | |
| "action": { | |
| "type": "ACTION", | |
| "shape": [ | |
| 16 | |
| ] | |
| } | |
| }, | |
| "norm_map": { | |
| "VISUAL": "IDENTITY", | |
| "STATE": "QUANTILES", | |
| "ACTION": "QUANTILES" | |
| } | |
| }, | |
| "state_file": "policy_postprocessor_step_2_unnormalizer_processor.safetensors" | |
| }, | |
| { | |
| "registry_name": "vla_jepa_binarize_gripper", | |
| "config": {} | |
| }, | |
| { | |
| "registry_name": "device_processor", | |
| "config": { | |
| "device": "cpu", | |
| "float_dtype": null | |
| } | |
| } | |
| ] | |
| } |