MuJoCo-Tutorial
MuJoCo-Tutorial copied to clipboard
Video writing
Hello,
Can you guys explain how you write videos with mujoco_base? I think the classical approach is to collect the frames from the renderer, and using an external writer to make a video, but mujoco_base uses mjr_render, and doesn't have specific renderer (mujoco.Renderer)
I would be glad if you could share some codes.