Instructions to use justintiensmith/molmoact2_Ordering_Constrained_1epoch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use justintiensmith/molmoact2_Ordering_Constrained_1epoch with LeRobot:
- Notebooks
- Google Colab
- Kaggle
| { | |
| "name": "policy_postprocessor", | |
| "steps": [ | |
| { | |
| "registry_name": "molmoact2_clamp_action", | |
| "config": {} | |
| }, | |
| { | |
| "registry_name": "molmoact2_masked_unnormalizer", | |
| "config": { | |
| "eps": 1e-08, | |
| "features": { | |
| "action": { | |
| "type": "ACTION", | |
| "shape": [ | |
| 6 | |
| ] | |
| } | |
| }, | |
| "norm_map": { | |
| "VISUAL": "IDENTITY", | |
| "STATE": "QUANTILES", | |
| "ACTION": "QUANTILES" | |
| } | |
| }, | |
| "state_file": "policy_postprocessor_step_1_molmoact2_masked_unnormalizer.safetensors" | |
| }, | |
| { | |
| "registry_name": "molmoact2_action_frame_transform", | |
| "config": { | |
| "joint_signs": [ | |
| 1.0, | |
| -1.0, | |
| 1.0, | |
| 1.0, | |
| 1.0, | |
| 1.0 | |
| ], | |
| "joint_offsets": [ | |
| 0.0, | |
| 90.0, | |
| 90.0, | |
| 0.0, | |
| 0.0, | |
| 0.0 | |
| ] | |
| } | |
| }, | |
| { | |
| "registry_name": "device_processor", | |
| "config": { | |
| "device": "cpu", | |
| "float_dtype": null | |
| } | |
| } | |
| ] | |
| } |