@@ -50,7 +50,7 @@ Here is a table of algorithms, the figure and page where they appear in the book
50
50
| 4.8 | Genetic-Algorithm | ` genetic_algorithm ` | [ ` search.py ` ] ( ../master/search.py ) |
51
51
| 4.11 | And-Or-Graph-Search | ` and_or_graph_search ` | [ ` search.py ` ] ( ../master/search.py ) |
52
52
| 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 | | |
54
54
| 5.3 | Minimax-Decision | ` minimax_decision ` | [ ` games.py ` ] ( ../master/games.py ) |
55
55
| 5.7 | Alpha-Beta-Search | ` alphabeta_search ` | [ ` games.py ` ] ( ../master/games.py ) |
56
56
| 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
67
67
| 7.15 | PL-FC-Entails? | ` pl_fc_resolution ` | [ ` logic.py ` ] ( ../master/logic.py ) |
68
68
| 7.17 | DPLL-Satisfiable? | ` dpll_satisfiable ` | [ ` logic.py ` ] ( ../master/logic.py ) |
69
69
| 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 | | |
71
71
| 7.22 | SATPlan | |
72
72
| 9 | Subst | ` subst ` | [ ` logic.py ` ] ( ../master/logic.py ) |
73
73
| 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
83
83
| 11.1 | Job-Shop-Problem-With-Resources | |
84
84
| 11.5 | Hierarchical-Search | |
85
85
| 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 | |
88
88
| 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 ) |
90
90
| 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 ) |
92
92
| 14.9 | Enumeration-Ask | ` enumeration_ask ` | [ ` probability.py ` ] ( ../master/probability.py ) |
93
93
| 14.11 | Elimination-Ask | ` elimination_ask ` | [ ` probability.py ` ] ( ../master/probability.py ) |
94
94
| 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
114
114
| 21.2 | Passive-ADP-Agent | ` PassiveADPAgent ` | [ ` rl.py ` ] ( ../master/rl.py ) |
115
115
| 21.4 | Passive-TD-Agent | ` PassiveTDAgent ` | [ ` rl.py ` ] ( ../master/rl.py ) |
116
116
| 21.8 | Q-Learning-Agent | |
117
- | \* 21.2 | Naive-Communicating-Agent | |
117
+ | \* 21.2 | Naive-Communicating-Agent | |
118
118
| 22.1 | HITS | | |
119
119
| 23 | Chart-Parse | ` Chart ` | [ ` nlp.py ` ] ( ../master/nlp.py ) |
120
120
| 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 | |
123
123
| 25.9 | Monte-Carlo-Localization| |
124
124
125
125
0 commit comments