openai / mujoco-py

MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3.
Other
2.81k stars 810 forks source link

ValueError: No "camera" with name top exists. Available "camera" names = ('fixed', 'vil_camera'). #728

Open gemcollector opened 2 years ago

gemcollector commented 2 years ago

Hello! How can I change the camera position to the "top"?

meghbhalerao commented 1 year ago

Facing the same error with mujoco-py version 2.1.2.14 @gemcollector did you find a fix? Thanks!