Skip to content

Commit

Permalink
Format example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Aug 8, 2023
1 parent c3612a8 commit 35bafda
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/e9_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# SMARTS",
"This example demonstrates the use of SMARTS within a Jupyter notebook."
"# SMARTS",
"This example demonstrates the use of SMARTS within a Jupyter notebook."
]
},
{
Expand Down Expand Up @@ -167,8 +167,7 @@
" reward, terminated, truncated, info = None, False, False, None\n",
" while episode.continues(observation, reward, terminated, truncated, info):\n",
" action = agent.act(observation)\n",
" observation, reward, terminated, info = env.step(action)\n",
"\n"
" observation, reward, terminated, info = env.step(action)"
]
},
{
Expand Down

0 comments on commit 35bafda

Please sign in to comment.