-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Closed
Labels
Description
Hi, I am using the mujoco humanoid environment on windows. The env.render() with 'Creating window glfw' works fine and I have a good visualization of my humanoid, but I can't record it. I tried "gym.wrappers.monitor" but it doesn't work, just freeze and make a .json and empty .mp4 file for me. This creates a "MUJOCO_LOG.TXT" that contains 'ERROR: GLEW initalization error: Missing GL version'. I am using:
gym==0.17.3
mujoco==2.0.2.13
glfw==2.0.0
Is there a way to record env? Could you help me?
Thanks