AdrianLlopart commited on
Commit
68b2f79
·
verified ·
1 Parent(s): adb1ec6

chore: canonical naming migration

Browse files
Files changed (1) hide show
  1. SKILL.md +6 -6
SKILL.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
  name: robometer-4b
3
  description: >-
4
- S2 task-progress / reward monitor. Capabilities: monitor on task progress, task success. Robometer-4B (Qwen3-VL-4B robotic reward foundation model, arXiv 2603.02115) as an NF4 reward rSkill. Runs parallel to a VLA: given rollout frames + the task instruction it emits per-frame normalized progress (0-1) and success probability, queried on demand by the Reasoner. Advisory-only — never gates motors. Embodiment-agnostic. Apache-2.0. ADR-0057. Discovery view of an OpenRAL rSkill — NOT directly runnable by an agent harness; it runs via rSkill.from_pretrained + the robot HAL.
5
  metadata:
6
  openral_rskill: true # generated discovery view of an rSkill
7
  schema_version: 0.1
8
- rskill_id: OpenRAL/rskill-robometer-4b-nf4
9
  manifest: ./rskill.yaml
10
  role: s2
11
  kind: reward
@@ -16,12 +16,12 @@ metadata:
16
  sensors_required: [rgb]
17
  runtime: pytorch
18
  quantization: int4/pytorch
19
- min_vram_gb: {fp32: 18.0, bf16: 9.0, int4: 3.6}
20
  chunk_size: 1
21
  latency_budget: {per_chunk_ms: 3000.0}
22
  license_code: Apache-2.0
23
  license_weights: apache-2.0
24
- weights_uri: hf://OpenRAL/rskill-robometer-4b-nf4
25
  source_repo: hf://robometer/Robometer-4B@beef63bc914c5c189329d49c6d712d96d632aa34
26
  ---
27
 
@@ -35,7 +35,7 @@ metadata:
35
 
36
  ## What it is
37
 
38
- An OpenRAL **task-progress / reward monitor** (`role: s2`, `kind: reward`). Robometer-4B (Qwen3-VL-4B robotic reward foundation model, arXiv 2603.02115) as an NF4 reward rSkill. Runs parallel to a VLA: given rollout frames + the task instruction it emits per-frame normalized progress (0-1) and success probability, queried on demand by the Reasoner. Advisory-only — never gates motors. Embodiment-agnostic. Apache-2.0. ADR-0057.
39
 
40
  ## Capabilities
41
 
@@ -62,7 +62,7 @@ this file. Execution always goes through the OpenRAL loader and the robot HAL.
62
  ```python
63
  from openral_rskill import rSkill
64
 
65
- skill = rSkill.from_pretrained("OpenRAL/rskill-robometer-4b-nf4")
66
  # the loader validates embodiment / sensors / runtime / quantization against the target
67
  # RobotDescription and enforces the weight-license gate before any weights load.
68
  ```
 
1
  ---
2
  name: robometer-4b
3
  description: >-
4
+ S2 task-progress / reward monitor. Capabilities: monitor on task progress, task success. Robometer-4B (Qwen3-VL-4B robotic reward foundation model, arXiv 2603.02115) as an NF4 reward rSkill. Runs parallel to a VLA: given rollout frames + the task instruction it emits per-frame normalized progress (0-1) and success probability, queried on demand by the Reasoner. Advisory-only — never gates motors. Embodiment-agnostic. Apache-2.0. Discovery view of an OpenRAL rSkill — NOT directly runnable by an agent harness; it runs via rSkill.from_pretrained + the robot HAL.
5
  metadata:
6
  openral_rskill: true # generated discovery view of an rSkill
7
  schema_version: 0.1
8
+ rskill_id: OpenRAL/rskill-robometer_4b-any-general-nf4
9
  manifest: ./rskill.yaml
10
  role: s2
11
  kind: reward
 
16
  sensors_required: [rgb]
17
  runtime: pytorch
18
  quantization: int4/pytorch
19
+ min_vram_gb: {fp32: 18.0, bf16: 9.0, int4: 5.5}
20
  chunk_size: 1
21
  latency_budget: {per_chunk_ms: 3000.0}
22
  license_code: Apache-2.0
23
  license_weights: apache-2.0
24
+ weights_uri: hf://OpenRAL/rskill-robometer_4b-any-general-nf4
25
  source_repo: hf://robometer/Robometer-4B@beef63bc914c5c189329d49c6d712d96d632aa34
26
  ---
27
 
 
35
 
36
  ## What it is
37
 
38
+ An OpenRAL **task-progress / reward monitor** (`role: s2`, `kind: reward`). Robometer-4B (Qwen3-VL-4B robotic reward foundation model, arXiv 2603.02115) as an NF4 reward rSkill. Runs parallel to a VLA: given rollout frames + the task instruction it emits per-frame normalized progress (0-1) and success probability, queried on demand by the Reasoner. Advisory-only — never gates motors. Embodiment-agnostic. Apache-2.0.
39
 
40
  ## Capabilities
41
 
 
62
  ```python
63
  from openral_rskill import rSkill
64
 
65
+ skill = rSkill.from_pretrained("OpenRAL/rskill-robometer_4b-any-general-nf4")
66
  # the loader validates embodiment / sensors / runtime / quantization against the target
67
  # RobotDescription and enforces the weight-license gate before any weights load.
68
  ```