Install legged_gym and dependencies
masterFollow these steps to set up the environment. It is recommended to use Python 3.8.
- Create a Python virtual environment (Python 3.6, 3.7, or 3.8).
- Install PyTorch 1.10 with CUDA 11.3:
pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio==0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html - Install Isaac Gym Preview 3 (Note: Preview 2 is not supported):
- Download from NVIDIA Developer.
- Install the python package:
cd isaacgym/python && pip install -e .
- Install rsl_rl (PPO implementation):
git clone https://github.com/leggedrobotics/rsl_rl cd rsl_rl && git checkout v1.0.2 && pip install -e . - Install legged_gym:
git clone <repository_url> cd legged_gym && pip install -e .