Search Criteria
Package Details: mujoco-bin 3.3.5-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: | 6 |
| Popularity: | 0.31 |
| First Submitted: | 2020-04-07 23:12 (UTC) |
| Last Updated: | 2025-08-11 05:47 (UTC) |
Dependencies (2)
- glfw (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, 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/binif you prefer to use those, but doing so may requireLD_LIBRARY_PATHhacks.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/mujocoMUJOCO_PY_MJKEY_PATH=/usr/share/licenses/mujoco/mjkey.txtLD_PRELOAD=/usr/lib/libGLEW.so(only if getting an error about missing GL version)MuJoCo No Longer Requires a License