If you have any questions feel free to contact Tianyu Li: [email protected]

Introduction - raisim 1.1.0 documentation

Install Raisim on Mac

Following the instruction on the website, there shouldn’t be any bugs.

Untitled

Untitled

A simple test can be run python

Untitled

The second check it to run the example code location in $raisim_workspace/raisimLib/raisimpy/examples

For visualization, start the Unity under /raisimLib/raisimUnity/m1

Here I run the robots.py example:

Untitled

Install raisimGymTorch

RaisimGymTorch - raisim 1.1.0 documentation

Install pytorch on m1

pytorch does not have an easy installation on m1 yet. However, there are some instructions on installing pytorch on m1 using MiniForge. Here I use a simple way, but not sure if that installs pytorch perfectly. FYI, this only install the CPU version

pip3 install torch torchvision torchaudio