I want to install isaacgym, but I couldn’t understand, how do it.
Instruction sad:
Install in an existing Python environment
In the python subdirectory, run:
pip install -e .
But what does it mean “Install in an existing Python environment” ? From what I need run this command ?
For “existing Python environment”, we recommend creating a conda environment to keep track of libraries relevant to Isaac Gym. You can run the create_conda_env_rlgpu.sh script in the Isaac Gym package to help you create a conda environment.