Search Criteria
Package Details: mujoco-bin 3.2.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mujoco-bin.git (read-only, click to copy) |
---|---|
Package Base: | mujoco-bin |
Description: | Multi-Joint dynamics with Contact. A general purpose physics simulator. |
Upstream URL: | https://www.mujoco.org |
Licenses: | Apache |
Conflicts: | mujoco |
Provides: | mujoco |
Submitter: | elanglois |
Maintainer: | elanglois |
Last Packager: | elanglois |
Votes: | 4 |
Popularity: | 0.148656 |
First Submitted: | 2020-04-07 23:12 (UTC) |
Last Updated: | 2024-08-18 00:26 (UTC) |
Dependencies (2)
- glfw (glfw-wayland-minecraft-cursorfixAUR, glfw-gitAUR)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
Required by (1)
- python-mujoco (requires mujoco)
Latest Comments
elanglois commented on 2021-10-19 22:30 (UTC)
At the moment updating this to 2.1.0 breaks mujoco-py so I'm going to wait up to a week or so for mujoco-py to publish a new release (there's already a PR for the update). If they don't then I'll update this anyway and try patching mujoco-py.
elanglois commented on 2020-04-07 23:42 (UTC) (edited on 2021-10-31 22:01 (UTC) by elanglois)
Libraries
/opt/mujoco/bin
if you prefer to use those, but doing so may requireLD_LIBRARY_PATH
hacks.Mujoco-py
To use with mujoco-py you can either:
or
$HOME/.mujoco
:LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/mujoco/bin
(set this before installing mujoco-py)MUJOCO_PY_PYTHON_PATH=/opt/mujoco
MUJOCO_PY_MJKEY_PATH=/usr/share/licenses/mujoco/mjkey.txt
LD_PRELOAD=/usr/lib/libGLEW.so
(only if getting an error about missing GL version)MuJoCo No Longer Requires a License