Skip to content

Commit

Permalink
Fix offscreen rendering with Mujoco in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti authored Jan 9, 2024
1 parent c974f99 commit 427b1e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/PD_controller.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@
" }\n",
" \"\"\")\n",
"\n",
"%env MUJOCO_GL=egl\n",
"\n",
"try:\n",
" import mujoco\n",
"except Exception as e:\n",
Expand Down

0 comments on commit 427b1e6

Please sign in to comment.