Repository files navigation
Reference project
OS : Ubuntu 18.04 or 20.04
Create python virtual environment with python 3.8
Install pytorch
Install Isaac Gym
cd issacgym/python
pip install -e .
Install Issac Gym Envs
git clone https://github.com/NVIDIA-Omniverse/IsaacGymEnvs.git
cd IsaacGymEnvs
pip install -e .
Install rsl_rl
git clone https://github.com/leggedrobotics/rsl_rl.git
cd rsl_rl && git checkout v1.0.2
pip install -e .
Clone this repository
git clone https://github.com/wrlab/MotionPrediction.git
Create python virtual environment with python 3.7
Install Isaac Gym
cd issacgym/python
pip install -e .
Install Issac Gym Envs
git clone https://github.com/NVIDIA-Omniverse/IsaacGymEnvs.git
cd IsaacGymEnvs
pip install -e .
Install bpy
wget https://files.pythonhosted.org/packages/f4/fd/749f83e5006a3ecd2b134b20b42b7d5140e90d0ff3b45111abcb75027e80/bpy-2.91a0-cp37-cp37m-manylinux2014_x86_64.whl
pip install bpy-2.91a0-cp37-cp37m-manylinux2014_x86_64.whl && bpy_post_install
Install FBX SDK
tar -zxvf fbx202021_fbxpythonsdk_linux.tar.gz
chmod ugo+x fbx202021_fbxpythonsdk_linux ./fbx202021_fbxpythonsdk_linux ~ /fbxsdk
cp fbxsdk/lib/Python37_x64/* /anaconda3/envs/__name__/lib/python3.7/site-packages
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.