google-deepmind / google-deepmind/mujoco_mpc

Running MJPC without GUI

Open
#360 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
1.7k
Forks
282
PR merge metrics
No merged PRs in 30d

Description

Hi! I am a student at the TU Delft, I use MuJoCo for my research on balanced standing for an exoskeleton.

I use MJPC in C++ with MuJoCo version 3.1.4 on ubuntu 22.04.

To tune the weights in my cost function, I would like to be able to run MJPC without the GUI of MuJoCo. Now I have read that headless rendering is possible, but I have not been able to accomplish it.

The first option I saw was to install OSMesa or EGL and to set MUJOCO_GL to 'osmesa' or 'egl', respectively. Unfortunately nothing changed in doing this and the MuJoCo GUI launched as it would normally.

When trying to disable the launch of the GUI manually in say simulate.cc, I run into segmentation faults.

I have also seen that it might be possible using python, but I would prefer to keep to C++.

Is there anything that I have looked over? Is there a simple way to get headless rendering? Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.