mujoco icon indicating copy to clipboard operation
mujoco copied to clipboard

Multi-Joint dynamics with Contact. A general purpose physics simulator.

Results 281 mujoco issues
Sort by recently updated
recently updated
newest added

Hi, @yuvaltassa I see the earlier issue #1310. I have a modeling issue similar to his, and I discussed it with you in that previous question. My model is a...

question

The current branch uses OpenVR (very close to the original mjvive project) to render the scenes in VR. It is turned on via MUJOCO_BUILD_SIMULATE_VR cmake option. If the VR could...

Running the `mujoco.viewer` python binding results in a borderless window. The program will continue to work normally, but cannot be closed except by a keyboard interrupt. I have attached an...

bug

Hi, I am trying to simulate hybrid force/position control of a manipulator using mujoco py. In between the simulation, the manipulator penetrates through a fixed object in the environment instead...

question

### Summary This change can result in: - **1.4x speed up** in the humanoid's training in the MJX notebook - 14% better average reward per episode at the end of...

Hi, I'm a maintainer of [Gymnasium](https://gymnasium.farama.org/) & the project manager of [Gymnasium-Robotics](https://robotics.farama.org/), and I'm trying to use `MuJoCo-MJX` for "prototyping `MJX`-based RL environments in `Gymnasium`, `Gymnasium-Robotics`, `Metaworld`, `MO-Gymnasium`". the python...

question
MJX

First of all, thanks for the great work! MJX could make a great impact in the robotics community. I'm doing massive parallel simulation using MJX. During the development phase, I'd...

question
MJX

Hello, I am working on migrating some code for a library I'm writing to MJX from Brax, and am running into issues while taking gradients. I see that this has...

bug
MJX

Would it be possible to expose the ```efc_pos``` in ```mjx.Data``` as it is normally exposed in ```mjData```? This is a convenient way to check the position error in the constraints,...

enhancement
MJX

Hi, I'm a PhD student and I'm trying to use MuJoCo for a multi agent environment with a camera. I can easily get a camera image using the traditional pipeline...

question
MJX