We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd2e54 commit f8304e2Copy full SHA for f8304e2
README.md
@@ -30,6 +30,8 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
30
31
| **Figure** | **Name (in 3<sup>rd</sup> edition)** | **Name (in repository)** | **File** | **Tests** | **Notebook**
32
|:-------|:----------------------------------|:------------------------------|:--------------------------------|:-----|:---------|
33
+| 2 | Random-Vacuum-Agent | `RandomVacuumAgent` | [`agents.py`][agents] | Done | |
34
+| 2 | Model-Based-Vacuum-Agent | `ModelBasedVacuumAgent` | [`agents.py`][agents] | Done | |
35
| 2.1 | Environment | `Environment` | [`agents.py`][agents] | Done | Included |
36
| 2.1 | Agent | `Agent` | [`agents.py`][agents] | Done | Included |
37
| 2.3 | Table-Driven-Vacuum-Agent | `TableDrivenVacuumAgent` | [`agents.py`][agents] | | |
0 commit comments