@@ -30,15 +30,15 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
30
30
31
31
| ** Figure** | ** Name (in 3<sup >rd</sup > edition)** | ** Name (in repository)** | ** File** | ** Tests** | ** Notebook**
32
32
| :-------| :----------------------------------| :------------------------------| :--------------------------------| :-----| :---------|
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 |
35
35
| 2.1 | Environment | ` Environment ` | [ ` agents.py ` ] [ agents ] | Done | Included |
36
36
| 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 |
42
42
| 3 | Problem | ` Problem ` | [ ` search.py ` ] [ search ] | Done | |
43
43
| 3 | Node | ` Node ` | [ ` search.py ` ] [ search ] | Done | |
44
44
| 3 | Queue | ` Queue ` | [ ` utils.py ` ] [ utils ] | Done | |
0 commit comments