Skip to content

Commit 504c34e

Browse files
apb7norvig
authored andcommitted
Add vacuum_world.ipynb (#721)
* Added vacuum_world.ipynb * Add psource for environment
1 parent beaea67 commit 504c34e

File tree

6 files changed

+570
-7
lines changed

6 files changed

+570
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ 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 | |

images/model_based_reflex_agent.jpg

56 KB
Loading

images/model_goal_based_agent.jpg

60.5 KB
Loading

images/model_utility_based_agent.jpg

67.8 KB
Loading

images/simple_reflex_agent.jpg

39.7 KB
Loading

0 commit comments

Comments
 (0)