Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added the remaining images. #75

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading