Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Installation

.. code:: batch

isaaclab.bat --install :: or "isaaclab.bat -i"
isaaclab.bat --install
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 -i shorthand no longer documented for Windows

The removed inline comments also served as documentation for the -i shorthand alias. Windows users reading only the Windows tab will no longer see that -i is equivalent to --install. Consider adding a small prose note after the code blocks (similar to how the Linux tab keeps # or "./isaaclab.sh -i") so this information isn't silently lost.

For example, the surrounding paragraph could be updated to read:

Run the install command … using pip (with ``--editable`` flag).
You can also use the shorthand ``-i`` flag, e.g. ``isaaclab.bat -i``.

This is not blocking — the primary fix is correct — but it's worth preserving the originally conveyed information.



By default, the above will install **all** the learning frameworks. These include
Expand All @@ -50,7 +50,7 @@ Installation

.. code:: batch

isaaclab.bat --install rl_games :: or "isaaclab.bat -i rl_games"
isaaclab.bat --install rl_games

The valid options are ``all``, ``rl_games``, ``rsl_rl``, ``sb3``, ``skrl``, ``robomimic``,
and ``none``. If ``none`` is passed, then no learning frameworks will be installed.