Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Jun 17, 2024
1 parent c7db2ac commit 7ac2341
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/02_notebooks/L5_linear_sweep.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@
"outputs": [],
"source": [
"projected_env_rollout = walk_through_env(\n",
" projected_env, 100, render_title=\"Projected labelmap slice\",\n",
" projected_env,\n",
" 100,\n",
" render_title=\"Projected labelmap slice\",\n",
")\n",
"plot_rollout_rewards(projected_env_rollout)"
]
Expand Down

0 comments on commit 7ac2341

Please sign in to comment.