diff --git a/resources/Graph_Advance.png b/resources/Graph_Advance.png new file mode 100644 index 0000000..23403f7 Binary files /dev/null and b/resources/Graph_Advance.png differ diff --git a/resources/Graph_Beginning.png b/resources/Graph_Beginning.png new file mode 100644 index 0000000..a2d7076 Binary files /dev/null and b/resources/Graph_Beginning.png differ diff --git a/resources/Tree_Advance.png b/resources/Tree_Advance.png new file mode 100644 index 0000000..6539d3b Binary files /dev/null and b/resources/Tree_Advance.png differ diff --git a/tutorials/Graph World/advance.ipynb b/tutorials/Graph World/advance.ipynb index 10fcafe..81511d9 100644 --- a/tutorials/Graph World/advance.ipynb +++ b/tutorials/Graph World/advance.ipynb @@ -67,6 +67,8 @@ "# Graph World\n", "Let's start with creating a Graph world using the image below. But this time we will not use the default settings and will customize our world.\n", "\n", + "Tree Abstract View\n", + "\n", "## World Information\n", "Before creating the Graph World we have to first create the world blueprint/template. We call this blueprint/template as *world information*. This is like a abstract view of your world.\n", "\n", diff --git a/tutorials/Graph World/beginner.ipynb b/tutorials/Graph World/beginner.ipynb index c041877..5f624cf 100644 --- a/tutorials/Graph World/beginner.ipynb +++ b/tutorials/Graph World/beginner.ipynb @@ -69,6 +69,8 @@ "\n", "We will create a simple Graph as shown below with the default settings on.\n", "\n", + "Graph Abstract View\n", + "\n", "## World Information\n", "Before creating the Graph World we have to first create the world blueprint/template. We call this blueprint/template as *world information*. This is like a abstract view of your world.\n", "\n", diff --git a/tutorials/Tree World/advance.ipynb b/tutorials/Tree World/advance.ipynb index 2c2225c..faeaf35 100644 --- a/tutorials/Tree World/advance.ipynb +++ b/tutorials/Tree World/advance.ipynb @@ -132,6 +132,9 @@ "\n", "# Create a Tree World\n", "Let's start with creating a Tree world using the image below. But this time we will not use the default settings and will customize our world.\n", + "\n", + "Tree Abstract View\n", + "\n", "We will make the following changes:\n", "- `radius`: Controls the size of each node of the tree.\n", "- `nodeColor`: Set's the color of all the nodes where the agent can move.\n",