From 99fea8bf78d2ee5f74d6b01fbe4020613a7c44da Mon Sep 17 00:00:00 2001 From: Yangge Li <li213@illinois.edu> Date: Mon, 24 Oct 2022 22:39:17 -0500 Subject: [PATCH] small tweak --- tutorial/Verse_Tutorial.ipynb | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/tutorial/Verse_Tutorial.ipynb b/tutorial/Verse_Tutorial.ipynb index 03330aee..ed1de21e 100644 --- a/tutorial/Verse_Tutorial.ipynb +++ b/tutorial/Verse_Tutorial.ipynb @@ -191,7 +191,16 @@ "id": "52b2b0cb", "metadata": {}, "source": [ - "Since we only have one agent in the scenario, we don't need to specify a sensor. With the agent and map defined, we can now define the scenario" + "Since we only have one agent in the scenario, we don't need to specify a sensor. " + ] + }, + { + "cell_type": "markdown", + "id": "9eb4979a", + "metadata": {}, + "source": [ + "## 1.3 Creating scenario\n", + "With the agent and map defined, we can now define the scenario." ] }, { @@ -209990,7 +209999,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python 3.8.10 ('venv': venv)", "language": "python", "name": "python3" }, @@ -210006,6 +210015,11 @@ "pygments_lexer": "ipython3", "version": "3.8.10" }, + "vscode": { + "interpreter": { + "hash": "f525a91698caa887845889e619085521c4ece5025fa1a5d5d490d4fd60493b54" + } + }, "widgets": { "application/vnd.jupyter.widget-state+json": { "state": {}, -- GitLab