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

Skip to content

Commit 3394e44

Browse files
committed
modified index of code by removing unimplemented pseudo codes
1 parent 81f50a6 commit 3394e44

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Here is a table of algorithms, the figure and page where they appear in the book
5050
| 4.8 | Genetic-Algorithm | `genetic_algorithm` | [`search.py`](../master/search.py) |
5151
| 4.11 | And-Or-Graph-Search | `and_or_graph_search` | [`search.py`](../master/search.py) |
5252
| 4.21 | Online-DFS-Agent | `online_dfs_agent` | [`search.py`](../master/search.py) |
53-
| 4.24 | LRTA\*-Agent | `lrta_star_agent` | [`search.py`](../master/search.py) |
53+
| 4.24 | LRTA\*-Agent | | |
5454
| 5.3 | Minimax-Decision | `minimax_decision` | [`games.py`](../master/games.py) |
5555
| 5.7 | Alpha-Beta-Search | `alphabeta_search` | [`games.py`](../master/games.py) |
5656
| 6 | CSP | `CSP` | [`csp.py`](../master/csp.py) |
@@ -67,7 +67,7 @@ Here is a table of algorithms, the figure and page where they appear in the book
6767
| 7.15 | PL-FC-Entails? | `pl_fc_resolution` | [`logic.py`](../master/logic.py) |
6868
| 7.17 | DPLL-Satisfiable? | `dpll_satisfiable` | [`logic.py`](../master/logic.py) |
6969
| 7.18 | WalkSAT | `WalkSAT` | [`logic.py`](../master/logic.py) |
70-
| 7.20 | Hybrid-Wumpus-Agent | `HybridWumpusAgent` | [`logic.py`](../master/logic.py) |
70+
| 7.20 | Hybrid-Wumpus-Agent | | |
7171
| 7.22 | SATPlan | |
7272
| 9 | Subst | `subst` | [`logic.py`](../master/logic.py) |
7373
| 9.1 | Unify | `unify` | [`logic.py`](../master/logic.py) |
@@ -83,12 +83,12 @@ Here is a table of algorithms, the figure and page where they appear in the book
8383
| 11.1 | Job-Shop-Problem-With-Resources | |
8484
| 11.5 | Hierarchical-Search | |
8585
| 11.8 | Angelic-Search | |
86-
| \*12.6 | House-Building-Problem | |
87-
| \*12.22 | Continuous-POP-Agent | |
86+
| \* 12.6 | House-Building-Problem | |
87+
| \* 12.22 | Continuous-POP-Agent | |
8888
| 11.10 | Doubles-tennis | |
89-
| 13 | Discrete Probability Distribution | `DiscreteProbDist` | [`probability.py`](../master/probability.py) |
89+
| 13 | Discrete Probability Distribution | `ProbDist` | [`probability.py`](../master/probability.py) |
9090
| 13.1 | DT-Agent | `DTAgent` | [`probability.py`](../master/probability.py) |
91-
| \*13.4 | Enumerate-Joint-Ask | `enumerate_joint_ask` | [`probability.py`](../master/probability.py) |
91+
| \* 13.4 | Enumerate-Joint-Ask | `enumerate_joint_ask` | [`probability.py`](../master/probability.py) |
9292
| 14.9 | Enumeration-Ask | `enumeration_ask` | [`probability.py`](../master/probability.py) |
9393
| 14.11 | Elimination-Ask | `elimination_ask` | [`probability.py`](../master/probability.py) |
9494
| 14.13 | Prior-Sample | `prior_sample` | [`probability.py`](../master/probability.py) |
@@ -114,12 +114,12 @@ Here is a table of algorithms, the figure and page where they appear in the book
114114
| 21.2 | Passive-ADP-Agent | `PassiveADPAgent` | [`rl.py`](../master/rl.py) |
115115
| 21.4 | Passive-TD-Agent | `PassiveTDAgent` | [`rl.py`](../master/rl.py) |
116116
| 21.8 | Q-Learning-Agent | |
117-
| \*21.2 | Naive-Communicating-Agent | |
117+
| \* 21.2 | Naive-Communicating-Agent | |
118118
| 22.1 | HITS | | |
119119
| 23 | Chart-Parse | `Chart` | [`nlp.py`](../master/nlp.py) |
120120
| 23.5 | CYK-Parse | | |
121-
| \*23.1 | Viterbi-Segmentation | `viterbi_segment` | [`text.py`](../master/text.py) |
122-
| \*24.21 | Align | |
121+
| \* 23.1 | Viterbi-Segmentation | `viterbi_segment` | [`text.py`](../master/text.py) |
122+
| \* 24.21 | Align | |
123123
| 25.9 | Monte-Carlo-Localization| |
124124

125125

0 commit comments

Comments
 (0)