From a9daae1fac607703db618acfe66f9e7d7c58dd35 Mon Sep 17 00:00:00 2001 From: AngryCracker Date: Mon, 26 Feb 2018 06:42:10 +0530 Subject: [PATCH 1/2] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91ce5b37e..810844b33 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and | 15.17 | Particle-Filtering | `particle_filtering` | [`probability.py`][probability] | Done | | | 16.9 | Information-Gathering-Agent | | | | | | 17.4 | Value-Iteration | `value_iteration` | [`mdp.py`][mdp] | Done | Included | -| 17.7 | Policy-Iteration | `policy_iteration` | [`mdp.py`][mdp] | Done | | +| 17.7 | Policy-Iteration | `policy_iteration` | [`mdp.py`][mdp] | Done | Included | | 17.9 | POMDP-Value-Iteration | | | | | | 18.5 | Decision-Tree-Learning | `DecisionTreeLearner` | [`learning.py`][learning] | Done | Included | | 18.8 | Cross-Validation | `cross_validation` | [`learning.py`][learning] | | | From fd4553795a975d86647cc7d01523cef245f6e2c0 Mon Sep 17 00:00:00 2001 From: AngryCracker Date: Mon, 26 Feb 2018 06:50:02 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 810844b33..f01ce9ae2 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and | 2.10 | Simple-Reflex-Agent | `SimpleReflexAgent` | [`agents.py`][agents] | | Included | | 2.12 | Model-Based-Reflex-Agent | `ReflexAgentWithState` | [`agents.py`][agents] | | Included | | 3 | Problem | `Problem` | [`search.py`][search] | Done | | -| 3 | Node | `Node` | [`search.py`][search] | Done | | +| 3 | Node | `Node` | [`search.py`][search] | Done | Included | | 3 | Queue | `Queue` | [`utils.py`][utils] | Done | | | 3.1 | Simple-Problem-Solving-Agent | `SimpleProblemSolvingAgent` | [`search.py`][search] | | Included | | 3.2 | Romania | `romania` | [`search.py`][search] | Done | Included |