Skip to content

Commit

Permalink
simulator notebook title
Browse files Browse the repository at this point in the history
  • Loading branch information
glatteis committed Nov 7, 2024
1 parent 3172b51 commit 805f4ef
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions docs/getting_started/simulator.ipynb
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "a7245ed2",
"metadata": {},
"source": [
"# The simulator"
]
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 38,
"id": "a8ddc37c-66d2-43e4-8162-6be19a1d70a1",
"metadata": {},
"outputs": [],
Expand All @@ -13,7 +21,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 39,
"id": "cab40f99-3460-4497-8b9f-3d669eee1e11",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -86,7 +94,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 40,
"id": "eb0fadc0-7bb6-4c1d-ae3e-9e16527726ab",
"metadata": {},
"outputs": [
Expand All @@ -101,13 +109,13 @@
"State 1 with labels ['carchosen'] and features {}\n",
"State 2 with labels ['open'] and features {}\n",
"State 3 with labels ['goatrevealed'] and features {}\n",
"State 4 with labels ['target', 'done'] and features {}\n",
"State 4 with labels ['done'] and features {}\n",
"\n",
"Transitions:\n",
"0.3333333333333333 -> State 1 with labels ['carchosen'] and features {}\n",
"1.0 -> State 2 with labels ['open'] and features {}\n",
"0.5 -> State 3 with labels ['goatrevealed'] and features {}\n",
"1.0 -> State 4 with labels ['target', 'done'] and features {}\n"
"1.0 -> State 4 with labels ['done'] and features {}\n"
]
}
],
Expand All @@ -130,7 +138,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 41,
"id": "59ac1e34-866c-42c4-b19b-c2a15c830e2e",
"metadata": {
"scrolled": true
Expand Down Expand Up @@ -170,14 +178,14 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 42,
"id": "22871288-755c-463f-9150-f207c2f5c211",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "dedb21bb36f34f78926a65af349155a0",
"model_id": "6666f8264c30478e8891416bda2e16c8",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -191,7 +199,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "a99224b532bf40dab9b7e7018bed689f",
"model_id": "65bb666a46e043579edf5ce27889c731",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -205,7 +213,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "28879179b6684e7789aefe922d77d759",
"model_id": "e5bbb310daaa4d2485dbf51c8de7cfbd",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -219,10 +227,10 @@
{
"data": {
"text/plain": [
"<stormvogel.visualization.Visualization at 0x118715370>"
"<stormvogel.visualization.Visualization at 0x119c3d1c0>"
]
},
"execution_count": 17,
"execution_count": 42,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -234,7 +242,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 43,
"id": "34d0c293-d090-4e3d-9e80-4351f5fcba62",
"metadata": {},
"outputs": [
Expand Down

0 comments on commit 805f4ef

Please sign in to comment.