Skip to content

Commit

Permalink
internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718782821
Change-Id: I2d2ead2577767587800f3ea69dba61247105e16f
  • Loading branch information
agesmundo authored and copybara-github committed Jan 23, 2025
1 parent f9fd2e4 commit 3d174a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mjx/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@
"cell_type": "code",
"execution_count": 0,
"metadata": {
"cellView": "form",
"id": "mtGMYNLE3QJN"
},
"outputs": [],
Expand All @@ -438,6 +437,7 @@
" exclude_current_positions_from_observation=True,\n",
" **kwargs,\n",
" ):\n",
"#\n",
" mj_model = mujoco.MjModel.from_xml_path(\n",
" (HUMANOID_ROOT_PATH / 'humanoid.xml').as_posix())\n",
" mj_model.opt.solver = mujoco.mjtSolver.mjSOL_CG\n",
Expand Down Expand Up @@ -1631,8 +1631,7 @@
"gpuClass": "premium",
"gpuType": "V100",
"machine_shape": "hm",
"private_outputs": true,
"toc_visible": true
"private_outputs": true
},
"kernelspec": {
"display_name": "Python 3",
Expand Down

0 comments on commit 3d174a4

Please sign in to comment.