Skip to content

Commit ffd40fe

Browse files
authored
[Backport 3.0.0] Clarify Linux-only support for RLinf (#7315)
## Summary - Backport the RLinf platform-support clarification from #7314. - State that RLinf post-training supports Linux distributions only. - Remove Windows-specific instructions and `.bat` references. ## Test plan - [x] Run `git diff --check`. - [x] Verify the rendered reStructuredText structure and command tabs.
1 parent 1daed39 commit ffd40fe

1 file changed

Lines changed: 8 additions & 18 deletions

File tree

docs/source/experimental-features/rlinf_vla_posttraining.rst

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ Architecture
5151
Prerequisites
5252
-------------
5353

54+
.. important::
55+
56+
RLinf post-training currently supports Linux only. Compatible distributions
57+
include Ubuntu and Debian, Red Hat-family distributions, and Arch Linux.
58+
5459
- **Isaac Lab** installed and configured
5560
- **Isaac-GR00T** repo (for VLA inference and data transforms)
5661
- A **pretrained VLA checkpoint** in HuggingFace format. A pretrained GR00T checkpoint for
@@ -104,16 +109,6 @@ If Step 4 fails, skip installation of flash-attn and apply this patch instead:
104109
cd Isaac-GR00T
105110
git apply /path/to/IsaacLab/scripts/imitation_learning/locomanipulation_sdg/gr00t/no_flash_attn.patch
106111
107-
.. note::
108-
109-
**Windows 11**: If ``git apply`` fails with ``error: corrupt patch at line 41``,
110-
use ``patch.exe`` (bundled with Git for Windows) instead:
111-
112-
.. code-block:: bash
113-
114-
cd Isaac-GR00T
115-
"C:\Program Files\Git\usr\bin\patch.exe" -p1 < \path\to\IsaacLab\scripts\imitation_learning\locomanipulation_sdg\gr00t\no_flash_attn.patch
116-
117112
The patch switches GR00T to PyTorch SDPA, so flash-attn is no longer required.
118113
The training and evaluation commands below work unchanged.
119114

@@ -143,7 +138,7 @@ Quick Start
143138
--config_name isaaclab_ppo_gr00t_assemble_trocar \
144139
--model_path /path/to/base_model
145140
146-
.. tab-item:: isaaclab.sh / isaaclab.bat
141+
.. tab-item:: isaaclab.sh
147142

148143
.. code-block:: bash
149144
@@ -164,7 +159,7 @@ Quick Start
164159
--model_path /path/to/base_model \
165160
--video
166161
167-
.. tab-item:: isaaclab.sh / isaaclab.bat
162+
.. tab-item:: isaaclab.sh
168163

169164
.. code-block:: bash
170165
@@ -187,7 +182,7 @@ Quick Start
187182
--checkpoint /path/to/checkpoints/global_step_N \
188183
--video
189184
190-
.. tab-item:: isaaclab.sh / isaaclab.bat
185+
.. tab-item:: isaaclab.sh
191186

192187
.. code-block:: bash
193188
@@ -208,11 +203,6 @@ architecture from the base model and overlays the RL-finetuned weights
208203
The ``--config_path`` flag is optional. When omitted, the scripts automatically
209204
search the ``isaaclab_tasks`` package for the matching YAML configuration file.
210205

211-
.. note::
212-
213-
**Windows support is still being optimized.** For now, Linux is recommended for
214-
RLinf training and evaluation.
215-
216206
Checkpoints
217207
-----------
218208

0 commit comments

Comments
 (0)