raisimTech / raisimLib

Visit www.raisim.com
http://www.raisim.com
Other
338 stars 91 forks source link

Could not find the activation key #525

Open williamok1025 opened 9 months ago

williamok1025 commented 9 months ago

Hello,

The raisimPy examples seem to run properly as the code is able to locate the activation key. However, when I try to run: python raisimGymTorch/env/envs/rsg_anymal/runner.py

I get the following error;=: Could not find the activation key. Following directories have been checked

.raisim /home/../.raisim/activation.raisim /home/../raisim/activation.raisim.raisim /home/../raisim/activation.raisim /home/../raisim/activation.raisim.raisim

I have made sure to put the activation.raisim file in ../raisim/. Do you know why I get this error?

jhwangbo commented 9 months ago

are you running the file using sudo? It should be copied to ${HOME}/.raisim/. This seems like you ran your code as an admin

williamok1025 commented 9 months ago

I did not run the file using sudo. I can the file using the line given on the website: python raisimGymTorch/env/envs/rsg_anymal/runner.py.

zc272532683 commented 1 month ago

I did not run the file using sudo. I can the file using the line given on the website: python raisimGymTorch/env/envs/rsg_anymal/runner.py.

Did you solve this problem? I have met it,too.