MuJoCo/en
MuJoCo stands for Multi-Joint dynamics with Contact. It is a physics engine aiming to facilitate research and development in robotics, biomechanics, graphics and animation, and other areas where fast and accurate simulation is needed.
It is frequently used with the associated Python bindings mujoco as an environment for reinforcement learning (RL) research.
The module contains the MuJoCo C/C++ library and its Python bindings.
Library¶
In order to access headers and binaries, load the module:
Python bindings¶
To discover which are the compatible Python versions, run:
-
Load the required modules.
-
Import MuJoCo.
If the command displays nothing, the import was successful.