In the context of reinforcement learning, Mujoco + gym is more popular than Gazebo in research that involve robotics. However, mujoco-py released by OpenAI doesn’t provide full flexibility compared to original Mujoco C++ API. In a recent work of mine, I upgraded mujoco-py==1.5.0 that supports:
Interactive manipulation as provided by simulate in Mujoco, written in Cython
Force visualization similar to deepmind-control but allows for headless rendering
The code is available at
https://github.