Videos of behaviours observed during expermientation can be found here and here
Download Isaac gym preview 3 from their website: https://developer.nvidia.com/isaac-gym
In the root directory, run:
./create_conda_env_rlgpu.sh
This will create a new conda env called rlgpu
, which you can activate by running:
conda activate rlgpu
To uninstall, run:
conda remove --name rlgpu --all
For troubleshooting the Isaac gym install refer to the docs
folder in Isaac Gym
Clone/Download the IsaacGymEnv repo(https://github.com/NVIDIA-Omniverse/IsaacGymEnvs):
git clone https://github.com/NVIDIA-Omniverse/IsaacGymEnvs
cd IsaacGymEnvs
To install:
pip install -e .
Clone/Download the github repo(https://github.com/Toni-SM/skrl):
git clone https://github.com/Toni-SM/skrl.git
cd skrl
To install:
pip install -e .
To validate the install try to run(make sure the conda env rlgpu
is active):
python isaacgym_cartpole_test.py