tayalmanan28 / MuJoCo-Tutorial

Tutorial on how to get started with MuJoCo Simulation Platform. MuJoCo stands for Multi-Joint dynamics with Contact. It was acquired and made freely available by DeepMind in October 2021, and open sourced in May 2022. Feel free to contribute. Show your support by ✨this repository.
MIT License
135 stars 26 forks source link

Video writing #32

Open emrecemal opened 2 months ago

emrecemal commented 2 months ago

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.