Back to Mujoco

MuJoCo Studio

src/experimental/studio/README.md

3.8.01.8 KB
Original Source

MuJoCo Studio

MuJoCo Studio is the next iteration of the simulate application. The UI has been reimplemented using Dear ImGui and the default renderer has been switched to Filament. The application is still WIP, see the Future Work section for details.

Usage

Configure and build MuJoCo Studio by running this command from the top-level directory. Then follow the printed instructions to run the executable.

bash build.sh

[!NOTE] For now build.sh script works on windows in a git bash shell.

Development

The build.sh script is intended to get you up and running quickly. If you intend to develop the application you may prefer to work from an IDE:

Known Bugs

  • MuJoCo Studio does not yet work using Wayland on Linux, use X11 instead.

Future Work

  1. Stability and Robustness. We need user feedback to find and fix bugs.

  2. UI/UX improvements. We have ported the simulate UI to make it easier to users to switch. We will be making further changes to make use of the flexibility offered by Dear ImGui (examples).

  3. Python integration. As with simulate, we would like to make Studio usable via Python.