Skip to content

Commit

Permalink
Fix linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
glatteis committed Jul 9, 2024
1 parent c47b0fe commit e0e29b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/getting_started/study.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"source": [
"import stormvogel.model\n",
"import stormvogel.visualization\n",
"from stormvogel.visualization import show, Layout\n"
"from stormvogel.visualization import show, Layout"
]
},
{
Expand All @@ -49,7 +49,6 @@
},
"outputs": [],
"source": [
"\n",
"mdp = stormvogel.model.new_mdp(\"Monty Hall\")\n",
"\n",
"init = mdp.get_initial_state()\n",
Expand Down Expand Up @@ -77,7 +76,6 @@
},
"outputs": [],
"source": [
"\n",
"init.set_transitions([\n",
" (study, studied),\n",
" (not_study, not_studied)\n",
Expand Down

0 comments on commit e0e29b6

Please sign in to comment.