PaddlePaddle/MetaGym

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

linggga opened this issue · 1 comments

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.