You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working on a project and suddenly after I restarted my PC I am unable to activate mujoco through julia, however I can run mujoco-py perfectly fine and ./simulate works fine, so I'm wondering if you can help me with the issue I'm having with this package? (I have tried multiple restarts after this popped up)
The warning I get:
┌ Warning:
│ No key found. Please set the env variable MUJOCO_KEY_PATH to point to a valid `mjkey` file.
│ Alternatively, use `mj_activate(path_to_mjkey.txt)` to manually activate.
└ @ MuJoCo.MJCore ~/.julia/packages/MuJoCo/gihZP/src/MJCore/MJCore.jl:63
$ cat $MUJOCO_KEY_PATH
MuJoCo Pro Individual license activation key, number 7705, type 6.
Issued to Everyone.
Expires October 31, 2021.
...
Also running mj_activate("~/.mujoco/mjpro150/mjkey.txt") instantly kills the repl and shows this MuJoCoException(Could not open activation key file ~/.mujoco/mjpro150/mjkey.txt). I have checked and all permissions are available on the file.
Running Ubuntu 21.04
The text was updated successfully, but these errors were encountered:
Been ages since I used this package. I would honestly just access mujoco through pycall, seems the most stable and it's how reinforcementlearning.jl does it
I was working on a project and suddenly after I restarted my PC I am unable to activate mujoco through julia, however I can run
mujoco-py
perfectly fine and./simulate
works fine, so I'm wondering if you can help me with the issue I'm having with this package? (I have tried multiple restarts after this popped up)The warning I get:
However:
Also running
mj_activate("~/.mujoco/mjpro150/mjkey.txt")
instantly kills the repl and shows thisMuJoCoException(Could not open activation key file ~/.mujoco/mjpro150/mjkey.txt)
. I have checked and all permissions are available on the file.Running Ubuntu 21.04
The text was updated successfully, but these errors were encountered: