Add kind: reward rSkill (robometer-4b-nf4); 30 -> 31 rSkills (ADR-0057)
Browse files- index.html +17 -1
index.html
CHANGED
|
@@ -219,7 +219,7 @@
|
|
| 219 |
<span class="badge">Apache-2.0</span>
|
| 220 |
<span class="badge">ROS 2 Jazzy</span>
|
| 221 |
<span class="badge">Python 3.12</span>
|
| 222 |
-
<span class="badge">16 robots ·
|
| 223 |
</div>
|
| 224 |
|
| 225 |
<!-- What is it -->
|
|
@@ -313,6 +313,7 @@ openral deploy run --config deployments/so100_pickplace.yaml</code></pre>
|
|
| 313 |
<tr><td><code>rskill-*</code> models</td><td>ROS-action rSkills (<code>kind: ros_action</code>) — classical motion planners (MoveIt MoveGroup, Nav2) the reasoner dispatches like any other skill</td><td>4</td></tr>
|
| 314 |
<tr><td><code>rskill-*</code> models</td><td>Perception detector rSkills (<code>kind: detector</code>) — RT-DETR + OmDet-Turbo + LocateAnything → <code>ObjectsMetadata</code></td><td>5</td></tr>
|
| 315 |
<tr><td><code>rskill-*</code> models</td><td>Scene-understanding VLM rSkill (<code>kind: vlm</code>) — drives the reasoner's read-only <code>query_scene</code> tool</td><td>1</td></tr>
|
|
|
|
| 316 |
<tr><td><code>dataset-*</code></td><td>LeRobotDataset v3 demonstration datasets</td><td>growing</td></tr>
|
| 317 |
</tbody>
|
| 318 |
</table>
|
|
@@ -505,6 +506,21 @@ openral deploy run --config deployments/so100_pickplace.yaml</code></pre>
|
|
| 505 |
</table>
|
| 506 |
</div>
|
| 507 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 508 |
<!-- License legend -->
|
| 509 |
<p style="font-size:12.5px; color: var(--mid);">
|
| 510 |
<span class="lic lic-green"></span> Free for any use
|
|
|
|
| 219 |
<span class="badge">Apache-2.0</span>
|
| 220 |
<span class="badge">ROS 2 Jazzy</span>
|
| 221 |
<span class="badge">Python 3.12</span>
|
| 222 |
+
<span class="badge">16 robots · 31 rSkills · 22 benchmarks</span>
|
| 223 |
</div>
|
| 224 |
|
| 225 |
<!-- What is it -->
|
|
|
|
| 313 |
<tr><td><code>rskill-*</code> models</td><td>ROS-action rSkills (<code>kind: ros_action</code>) — classical motion planners (MoveIt MoveGroup, Nav2) the reasoner dispatches like any other skill</td><td>4</td></tr>
|
| 314 |
<tr><td><code>rskill-*</code> models</td><td>Perception detector rSkills (<code>kind: detector</code>) — RT-DETR + OmDet-Turbo + LocateAnything → <code>ObjectsMetadata</code></td><td>5</td></tr>
|
| 315 |
<tr><td><code>rskill-*</code> models</td><td>Scene-understanding VLM rSkill (<code>kind: vlm</code>) — drives the reasoner's read-only <code>query_scene</code> tool</td><td>1</td></tr>
|
| 316 |
+
<tr><td><code>rskill-*</code> models</td><td>Reward / progress-monitor rSkill (<code>kind: reward</code>) — robotic reward model run parallel to a VLA; drives the reasoner's read-only <code>query_task_progress</code> tool</td><td>1</td></tr>
|
| 317 |
<tr><td><code>dataset-*</code></td><td>LeRobotDataset v3 demonstration datasets</td><td>growing</td></tr>
|
| 318 |
</tbody>
|
| 319 |
</table>
|
|
|
|
| 506 |
</table>
|
| 507 |
</div>
|
| 508 |
|
| 509 |
+
<h2>Reward-monitor rSkill</h2>
|
| 510 |
+
<p><code>kind: reward</code> — a robotic <strong>reward / progress-monitor</strong> model that runs <strong>in parallel with a VLA</strong> and scores the live rollout, emitting per-frame normalised progress (0–1) and success probability. It powers the S2 reasoner's <strong>read-only</strong> <code>query_task_progress</code> tool ("is the task succeeding right now?"); advisory, never on the control path (ADR-0057). Runs out-of-process in an NF4 sidecar served by <code>reward_monitor_node</code>; the pre-quantized checkpoint is meta-loaded directly as 4-bit.</p>
|
| 511 |
+
<div class="table-wrap">
|
| 512 |
+
<table>
|
| 513 |
+
<thead><tr><th>rSkill</th><th>Backbone</th><th>Notes</th><th>License</th></tr></thead>
|
| 514 |
+
<tbody>
|
| 515 |
+
<tr>
|
| 516 |
+
<td><code>rskill-robometer-4b-nf4</code></td>
|
| 517 |
+
<td>Robometer-4B / Qwen3-VL-4B NF4 (~3.3 GB)</td><td>Reasoner <code>query_task_progress</code> tool · role <code>s2</code> · fits 8 GB alongside a small VLA</td>
|
| 518 |
+
<td><span class="lic lic-green"></span>Apache-2.0</td>
|
| 519 |
+
</tr>
|
| 520 |
+
</tbody>
|
| 521 |
+
</table>
|
| 522 |
+
</div>
|
| 523 |
+
|
| 524 |
<!-- License legend -->
|
| 525 |
<p style="font-size:12.5px; color: var(--mid);">
|
| 526 |
<span class="lic lic-green"></span> Free for any use
|