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

I'm using MuJoCO 2.2.0, Unity 2022.2 and Ubunto 20.04.4 LT And, when I try to import the humanoid model that comes with mujoco, the unity don't load the model really...

question
Unity

add targets `clean` and `help` 1. clean: following tradition of `Makefile` , clean can be executed by anyone to create a clean build 2. help: can be useful when the...

- See https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html and https://stackoverflow.com/questions/2145590/what-is-the-purpose-of-phony-in-a-makefile for details - Also, since [`.PHONY` targets are cumulative](https://lists.gnu.org/archive/html/help-make/2010-02/msg00118.html), it's often cleaner to declare the phony next to the command, instead of a giant blob

**Is your feature request related to a problem? Please describe.** When using MuJoCo API, it is a bit harder to parse either automatically or from documentation when a parameter can...

enhancement
good first issue

**How to ask for help** I am trying to implement a discretised form of a continuous robot which has n_bodies=100. For this purpose, I used a composite element (rope) which...

question
maybe bug

As far as I understand, `TINYOBJLOADER_IMPLEMENTATION` macro is used to be defined in libraries or executables that consume `tinyobjloader` only including its header, without linking the corresponding library. However mujoco...

Hi, it's amazing that mujoco is open-source now. I wanna to ask that if there will be GPU support in the future? It would be pretty nice and exciting. Thanks...

This is a redo of #213, still a WIP getting CMake to play nice.

[Gazebo](http://gazebosim.org/) is a popular open source tool for physics simulation and is widely used for robot simulation as well. An integration of mujoco physics with gazebo will enable the mujoco...

enhancement

I want to construct a neural network in pytorch which outputs appropriate values of mujoco model parameters. But this requires that mujoco model parameters are converted into pytorch tensors and...