PaddlePaddle / MetaGym

Collection of Reinforcement Learning / Meta Reinforcement Learning Environments.
Apache License 2.0
275 stars 59 forks source link

env.render()报错 'Mat4' object is not callable #75

Open linggga opened 1 year ago

linggga commented 1 year ago

1694506745890

hinagigu commented 9 months ago

I met the same problem . First ,change the view function name to on_draw.Second,in the update function,delete :pyglet.gl.get_current_context().set_current(), Then it will work.