@@ -30,27 +30,27 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
3030
3131| ** Figure** | ** Name (in 3<sup >rd</sup > edition)** | ** Name (in repository)** | ** File** | ** Tests** | ** Notebook**
3232| :-------| :----------------------------------| :------------------------------| :--------------------------------| :-----| :---------|
33- | 2 | Random-Vacuum-Agent | ` RandomVacuumAgent ` | [ ` agents.py ` ] [ agents ] | Done | Included |
34- | 2 | Model-Based-Vacuum-Agent | ` ModelBasedVacuumAgent ` | [ ` agents.py ` ] [ agents ] | Done | Included |
33+ | 2 | Random-Vacuum-Agent | ` RandomVacuumAgent ` | [ ` agents.py ` ] [ agents ] | Done | Included |
34+ | 2 | Model-Based-Vacuum-Agent | ` ModelBasedVacuumAgent ` | [ ` agents.py ` ] [ agents ] | Done | Included |
3535| 2.1 | Environment | ` Environment ` | [ ` agents.py ` ] [ agents ] | Done | Included |
3636| 2.1 | Agent | ` Agent ` | [ ` agents.py ` ] [ agents ] | Done | Included |
37- | 2.3 | Table-Driven-Vacuum-Agent | ` TableDrivenVacuumAgent ` | [ ` agents.py ` ] [ agents ] | Done | Included |
38- | 2.7 | Table-Driven-Agent | ` TableDrivenAgent ` | [ ` agents.py ` ] [ agents ] | | Included |
39- | 2.8 | Reflex-Vacuum-Agent | ` ReflexVacuumAgent ` | [ ` agents.py ` ] [ agents ] | Done | Included |
40- | 2.10 | Simple-Reflex-Agent | ` SimpleReflexAgent ` | [ ` agents.py ` ] [ agents ] | | Included |
41- | 2.12 | Model-Based-Reflex-Agent | ` ReflexAgentWithState ` | [ ` agents.py ` ] [ agents ] | | Included |
42- | 3 | Problem | ` Problem ` | [ ` search.py ` ] [ search ] | Done | |
37+ | 2.3 | Table-Driven-Vacuum-Agent | ` TableDrivenVacuumAgent ` | [ ` agents.py ` ] [ agents ] | Done | Included |
38+ | 2.7 | Table-Driven-Agent | ` TableDrivenAgent ` | [ ` agents.py ` ] [ agents ] | | Included |
39+ | 2.8 | Reflex-Vacuum-Agent | ` ReflexVacuumAgent ` | [ ` agents.py ` ] [ agents ] | Done | Included |
40+ | 2.10 | Simple-Reflex-Agent | ` SimpleReflexAgent ` | [ ` agents.py ` ] [ agents ] | | Included |
41+ | 2.12 | Model-Based-Reflex-Agent | ` ReflexAgentWithState ` | [ ` agents.py ` ] [ agents ] | | Included |
42+ | 3 | Problem | ` Problem ` | [ ` search.py ` ] [ search ] | Done | Included |
4343| 3 | Node | ` Node ` | [ ` search.py ` ] [ search ] | Done | Included |
44- | 3 | Queue | ` Queue ` | [ ` utils.py ` ] [ utils ] | Done | No Need |
45- | 3.1 | Simple-Problem-Solving-Agent | ` SimpleProblemSolvingAgent ` | [ ` search.py ` ] [ search ] | | Included |
44+ | 3 | Queue | ` Queue ` | [ ` utils.py ` ] [ utils ] | Done | No Need |
45+ | 3.1 | Simple-Problem-Solving-Agent | ` SimpleProblemSolvingAgent ` | [ ` search.py ` ] [ search ] | | Included |
4646| 3.2 | Romania | ` romania ` | [ ` search.py ` ] [ search ] | Done | Included |
4747| 3.7 | Tree-Search | ` tree_search ` | [ ` search.py ` ] [ search ] | Done | |
4848| 3.7 | Graph-Search | ` graph_search ` | [ ` search.py ` ] [ search ] | Done | |
4949| 3.11 | Breadth-First-Search | ` breadth_first_search ` | [ ` search.py ` ] [ search ] | Done | Included |
5050| 3.14 | Uniform-Cost-Search | ` uniform_cost_search ` | [ ` search.py ` ] [ search ] | Done | Included |
5151| 3.17 | Depth-Limited-Search | ` depth_limited_search ` | [ ` search.py ` ] [ search ] | Done | |
5252| 3.18 | Iterative-Deepening-Search | ` iterative_deepening_search ` | [ ` search.py ` ] [ search ] | Done | |
53- | 3.22 | Best-First-Search | ` best_first_graph_search ` | [ ` search.py ` ] [ search ] | Done | Included |
53+ | 3.22 | Best-First-Search | ` best_first_graph_search ` | [ ` search.py ` ] [ search ] | Done | Included |
5454| 3.24 | A\* -Search | ` astar_search ` | [ ` search.py ` ] [ search ] | Done | Included |
5555| 3.26 | Recursive-Best-First-Search | ` recursive_best_first_search ` | [ ` search.py ` ] [ search ] | Done | |
5656| 4.2 | Hill-Climbing | ` hill_climbing ` | [ ` search.py ` ] [ search ] | Done | |
0 commit comments