You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a case where my mujoco model had only geometry (boxes, spheres, etc) and no meshes. When I tried to use the HTML visualizer with this model (HTML(html.render(brax_sys, rollout))), I got an error in the json dumper because mj_mode.nmeshes returned 0 and this value was not correctly handled.
I had a case where my mujoco model had only geometry (boxes, spheres, etc) and no meshes. When I tried to use the HTML visualizer with this model (
HTML(html.render(brax_sys, rollout))
), I got an error in the json dumper becausemj_mode.nmeshes
returned 0 and this value was not correctly handled.brax/brax/io/json.py
Line 174 in 3c109cf
The text was updated successfully, but these errors were encountered: