@@ -30,19 +30,19 @@ 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 | |
34- | 2 | Model-Based-Vacuum-Agent | ` ModelBasedVacuumAgent ` | [ ` agents.py ` ] [ agents ] | Done | |
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 ] | | |
38- | 2.7 | Table-Driven-Agent | ` TableDrivenAgent ` | [ ` agents.py ` ] [ agents ] | | |
39- | 2.8 | Reflex-Vacuum-Agent | ` ReflexVacuumAgent ` | [ ` agents.py ` ] [ agents ] | Done | |
40- | 2.10 | Simple-Reflex-Agent | ` SimpleReflexAgent ` | [ ` agents.py ` ] [ agents ] | | |
41- | 2.12 | Model-Based-Reflex-Agent | ` ReflexAgentWithState ` | [ ` agents.py ` ] [ agents ] | | |
37+ | 2.3 | Table-Driven-Vacuum-Agent | ` TableDrivenVacuumAgent ` | [ ` agents.py ` ] [ agents ] | | 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 |
4242| 3 | Problem | ` Problem ` | [ ` search.py ` ] [ search ] | Done | |
4343| 3 | Node | ` Node ` | [ ` search.py ` ] [ search ] | Done | |
4444| 3 | Queue | ` Queue ` | [ ` utils.py ` ] [ utils ] | Done | |
45- | 3.1 | Simple-Problem-Solving-Agent | ` SimpleProblemSolvingAgent ` | [ ` search.py ` ] [ search ] | | |
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 | |
0 commit comments