Skip to content

Commit

Permalink
added the remaining images.
Browse files Browse the repository at this point in the history
  • Loading branch information
srajan-kiyotaka committed Jun 27, 2024
1 parent 78ff673 commit cd3e381
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
Binary file added resources/Graph_Advance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/Graph_Beginning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/Tree_Advance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions tutorials/Graph World/advance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"<img src='../../resources/Graph_Advance.png' alt='Tree Abstract View' height=500>\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",
Expand Down
2 changes: 2 additions & 0 deletions tutorials/Graph World/beginner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
"\n",
"We will create a simple Graph as shown below with the default settings on.\n",
"\n",
"<img src='../../resources/Graph_Beginning.png' alt='Graph Abstract View' height=500>\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",
Expand Down
3 changes: 3 additions & 0 deletions tutorials/Tree World/advance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"<img src='../../resources/Tree_Advance.png' alt='Tree Abstract View' height=500>\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",
Expand Down

0 comments on commit cd3e381

Please sign in to comment.