From 3549d2661cb0a38f46bb14b29fa5fa22bd639088 Mon Sep 17 00:00:00 2001 From: Vinay Varma Date: Fri, 30 Mar 2018 19:21:52 +0530 Subject: [PATCH 1/2] Fixed image link --- search.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.ipynb b/search.ipynb index 8effcd7f2..14b6442b9 100644 --- a/search.ipynb +++ b/search.ipynb @@ -1011,7 +1011,7 @@ "source": [ "Let us now define a Simple Problem Solving Agent Program. We will create a simple `vacuumAgent` class which will inherit from the abstract class `SimpleProblemSolvingAgentProgram` and overrides its methods. We will create a simple intelligent vacuum agent which can be in any one of the following states. It will move to any other state depending upon the current state as shown in the picture by arrows:\n", "\n", - "![simple problem solving agent](images/simple_problem_solving_agent.jpg)" + "![simple problem solving agent](images/simple_problem_solving_agent.JPG)" ] }, { From a8931610e0fe9519ca2290624f072f6d06ac082b Mon Sep 17 00:00:00 2001 From: Vinay Varma Date: Fri, 30 Mar 2018 19:24:53 +0530 Subject: [PATCH 2/2] added DLS and IDS to readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3aa1f9e4..d9f56e164 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and | 3.7 | Graph-Search | `graph_search` | [`search.py`][search] | Done | | | 3.11 | Breadth-First-Search | `breadth_first_graph_search` | [`search.py`][search] | Done | Included | | 3.14 | Uniform-Cost-Search | `uniform_cost_search` | [`search.py`][search] | Done | Included | -| 3.17 | Depth-Limited-Search | `depth_limited_search` | [`search.py`][search] | Done | | -| 3.18 | Iterative-Deepening-Search | `iterative_deepening_search` | [`search.py`][search] | Done | | +| 3.17 | Depth-Limited-Search | `depth_limited_search` | [`search.py`][search] | Done | Included | +| 3.18 | Iterative-Deepening-Search | `iterative_deepening_search` | [`search.py`][search] | Done | Included | | 3.22 | Best-First-Search | `best_first_graph_search` | [`search.py`][search] | Done | Included | | 3.24 | A\*-Search | `astar_search` | [`search.py`][search] | Done | Included | | 3.26 | Recursive-Best-First-Search | `recursive_best_first_search` | [`search.py`][search] | Done | | @@ -186,4 +186,4 @@ Many thanks for contributions over the years. I got bug reports, corrected code, [rl]:../master/rl.py [search]:../master/search.py [utils]:../master/utils.py -[text]:../master/text.py \ No newline at end of file +[text]:../master/text.py pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy