Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7140ac1

Browse files
authored
Updated the status of angelic_search and hierarchical_search.
1 parent 55cc39d commit 7140ac1

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
@@ -114,8 +114,8 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
114114
| 10.9 | Graphplan | `GraphPlan` | [`planning.py`][planning] | Done | Included |
115115
| 10.13 | Partial-Order-Planner | `PartialOrderPlanner` | [`planning.py`][planning] | Done | Included |
116116
| 11.1 | Job-Shop-Problem-With-Resources | `job_shop_problem` | [`planning.py`][planning] | Done | Included |
117-
| 11.5 | Hierarchical-Search | `hierarchical_search` | [`planning.py`][planning] | | |
118-
| 11.8 | Angelic-Search | | | | |
117+
| 11.5 | Hierarchical-Search | `hierarchical_search` | [`planning.py`][planning] | Done | Included |
118+
| 11.8 | Angelic-Search | `angelic_search` | [`planning.py`][planning] | Done | Included |
119119
| 11.10 | Doubles-tennis | `double_tennis_problem` | [`planning.py`][planning] | Done | Included |
120120
| 13 | Discrete Probability Distribution | `ProbDist` | [`probability.py`][probability] | Done | Included |
121121
| 13.1 | DT-Agent | `DTAgent` | [`probability.py`][probability] | | |

0 commit comments

Comments
 (0)