act-fp16-ov / config.json
openvino-ci's picture
Upload folder using huggingface_hub
996edae verified
Raw
History Blame Contribute Delete
337 Bytes
{
"policy": {
"name": "act",
"source": {
"class_path": "physicalai.policies.act.policy.ACT"
}
},
"model": {
"runner": {
"class_path": "physicalai.inference.runners.single_pass.SinglePass"
},
"artifacts": {
"openvino": "act.xml"
}
},
"format": "policy_package",
"version": "1.0"
}