Skip to content

Commit 7d3c37b

Browse files
ad71antmarakis
authored andcommitted
Updated README.md (aimacode#771)
* Update README.md
1 parent 4f6c716 commit 7d3c37b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
4040
| 2.10 | Simple-Reflex-Agent | `SimpleReflexAgent` | [`agents.py`][agents] | | Included |
4141
| 2.12 | Model-Based-Reflex-Agent | `ReflexAgentWithState` | [`agents.py`][agents] | | Included |
4242
| 3 | Problem | `Problem` | [`search.py`][search] | Done | |
43-
| 3 | Node | `Node` | [`search.py`][search] | Done | |
43+
| 3 | Node | `Node` | [`search.py`][search] | Done | Included |
4444
| 3 | Queue | `Queue` | [`utils.py`][utils] | Done | No Need |
4545
| 3.1 | Simple-Problem-Solving-Agent | `SimpleProblemSolvingAgent` | [`search.py`][search] | | Included |
4646
| 3.2 | Romania | `romania` | [`search.py`][search] | Done | Included |
@@ -105,7 +105,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
105105
| 15.17 | Particle-Filtering | `particle_filtering` | [`probability.py`][probability] | Done | |
106106
| 16.9 | Information-Gathering-Agent | | | | |
107107
| 17.4 | Value-Iteration | `value_iteration` | [`mdp.py`][mdp] | Done | Included |
108-
| 17.7 | Policy-Iteration | `policy_iteration` | [`mdp.py`][mdp] | Done | |
108+
| 17.7 | Policy-Iteration | `policy_iteration` | [`mdp.py`][mdp] | Done | Included |
109109
| 17.9 | POMDP-Value-Iteration | | | | |
110110
| 18.5 | Decision-Tree-Learning | `DecisionTreeLearner` | [`learning.py`][learning] | Done | Included |
111111
| 18.8 | Cross-Validation | `cross_validation` | [`learning.py`][learning] | | |

0 commit comments

Comments
 (0)