AdrianLlopart commited on
Commit
ad9def9
·
verified ·
1 Parent(s): e9528c5

docs: HF model card for OpenRAL/rskill-openvla_oft-widowx-simpler_env-nf4 v0.1.0

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -20,7 +20,7 @@ tags:
20
  inference: false
21
  ---
22
 
23
- # rskill-openvla-oft-simpler-widowx-nf4
24
 
25
  > OpenVLA-OFT bridge policy (RLinf, PPO-tuned on ManiSkill3 PutOnPlateInScene25),
26
  > packaged for OpenRAL and locally verified on SimplerEnv WidowX carrot-on-plate.
@@ -37,9 +37,9 @@ declared in `evaluated_tasks` until locally reproduced.
37
 
38
  **Why WidowX and not Panda/PickCube:** this checkpoint is a *bridge* policy. The
39
  ManiSkill3 Panda `PickCube-v1` scenes are a different embodiment and task; the
40
- ADR-0060 task-data gate correctly refuses that pairing (it would produce a
41
- plausible-but-unsolvable rollout). See [ADR-0063](../../docs/adr/0063-openvla-oft-policy-family.md)
42
- for the full rationale.
43
 
44
  ## How it works
45
 
@@ -130,10 +130,10 @@ MIT (upstream `RLinf/RLinf-OpenVLAOFT-PPO-ManiSkill3-25ood`). The OpenRAL
130
  packaging is Apache-2.0. The checkpoint is a `trust_remote_code` custom-code
131
  model; loading executes repo-shipped Python and requires
132
  `OPENRAL_ALLOW_REMOTE_CODE=1` (provenance: rSkill signature verification is not
133
- yet implemented — ADR-0006).
134
 
135
  ## See also
136
 
137
- - [ADR-0063 — OpenVLA / OpenVLA-OFT policy family](../../docs/adr/0063-openvla-oft-policy-family.md)
138
- - [ADR-0060 — benchmark task-data compatibility gate](../../docs/adr/0060-benchmark-task-data-compatibility-gate.md)
139
  - [`rldx1-ft-simpler-widowx-nf4`](../rldx1-ft-simpler-widowx-nf4) — the sibling WidowX bridge rSkill.
 
20
  inference: false
21
  ---
22
 
23
+ # rskill-openvla_oft-widowx-simpler_env-nf4
24
 
25
  > OpenVLA-OFT bridge policy (RLinf, PPO-tuned on ManiSkill3 PutOnPlateInScene25),
26
  > packaged for OpenRAL and locally verified on SimplerEnv WidowX carrot-on-plate.
 
37
 
38
  **Why WidowX and not Panda/PickCube:** this checkpoint is a *bridge* policy. The
39
  ManiSkill3 Panda `PickCube-v1` scenes are a different embodiment and task; the
40
+ task-data gate correctly refuses that pairing (it would produce a
41
+ plausible-but-unsolvable rollout). See the OpenVLA / OpenVLA-OFT policy family
42
+ notes below for the full rationale.
43
 
44
  ## How it works
45
 
 
130
  packaging is Apache-2.0. The checkpoint is a `trust_remote_code` custom-code
131
  model; loading executes repo-shipped Python and requires
132
  `OPENRAL_ALLOW_REMOTE_CODE=1` (provenance: rSkill signature verification is not
133
+ yet implemented).
134
 
135
  ## See also
136
 
137
+ - OpenVLA / OpenVLA-OFT policy family
138
+ - benchmark task-data compatibility gate
139
  - [`rldx1-ft-simpler-widowx-nf4`](../rldx1-ft-simpler-widowx-nf4) — the sibling WidowX bridge rSkill.