[Deprecated] Setting up NVIDIA Isaac Gym on Ubuntu 22.04 / 20.04
Last updated
Last updated
2024-07-20 Update:
Isaac Gym is deprecated. Please refer to NVIDIA Isaac Lab note: Getting Started with NVIDIA Isaac Lab on Ubuntu 22.04 / 24.04
Go to the Isaac Gym website.
Login using the NVIDIA account. Click "Join now".
Click "Member area".
Check the "I Agree To ..." checkbox, and in the expanded section, click the button to download.
Extract the downloaded "IsaacGym_Preview_4_Package.tar.gz" file. Then, move the folder to a known location.
Isaac Gym requires Python version <3.9, >=3.6. Here, we will be using Python 3.8.
Note: Set the environment name to be descriptive. "gym" here is just an example, and ideally it should be your project name.
Create a new file (here we put it under the isaac gym installation directory: ~/Documents/isaacgym/env.sh
) with the following content in the file.
On every new terminal, do
To start off, we can run the included examples.