# Official compatibility Checker
bash scripts/compatibility_check.shNote
GUI checker -> Isaac Sim Compatibility Checker
sudo apt install cmake build-essentialgit clone --recurse-submodules [email protected]:AtticusZeller/IsaacLab-uv.gituv sync --dev# install all Rl frameworks
uv sync --dev --all-extras# isaacsim
uv add "isaacsim[all,extscache]==5.0.0"# clone
git submodule add https://github.com/isaac-sim/IsaacLab.git isaaclab
# install packages
find -L ./isaaclab/source -mindepth 1 -maxdepth 1 -type d -exec bash -c 'if [ -f "$1/setup.py" ]; then echo "Installing: $1"; uv add --editable "$1"; fi' _ {} \;
# install the learning frameworks specified
uv add --editable "./isaaclab/source/isaaclab_rl[all]" --optional rl
uv add --editable "./isaaclab/source/isaaclab_mimic[all]" --optional rlisaacsimheadless for GPU server
isaacsim --no-window- Editing your GRUB configuration file:
sudo nano /etc/default/grub-
Adding iommu=off or intel_iommu=off (for Intel systems) or amd_iommu=off (for AMD systems) to the GRUB_CMDLINE_LINUX_DEFAULT line.
-
Updating GRUB and rebooting:
sudo update-grub
sudo rebootNote
Disabling IOMMU may improve performance for applications like Isaac Sim but could reduce system security and break certain virtualization features. Consider your specific requirements before making this change.
Note
it takes a while to load the first time you run it.
python isaaclab/scripts/demos/quadrupeds.pypython isaaclab/scripts/demos/h1_locomotion.py
