@@ -81,12 +81,9 @@ Here is a table of algorithms, the figure, name of the code in the book and in t
8181| 11.1 | Job-Shop-Problem-With-Resources | |
8282| 11.5 | Hierarchical-Search | |
8383| 11.8 | Angelic-Search | |
84- | \* 12.6 | House-Building-Problem | |
85- | \* 12.22 | Continuous-POP-Agent | |
8684| 11.10 | Doubles-tennis | |
8785| 13 | Discrete Probability Distribution | ` ProbDist ` | [ ` probability.py ` ] ( ../master/probability.py ) |
8886| 13.1 | DT-Agent | ` DTAgent ` | [ ` probability.py ` ] ( ../master/probability.py ) |
89- | \* 13.4 | Enumerate-Joint-Ask | ` enumerate_joint_ask ` | [ ` probability.py ` ] ( ../master/probability.py ) |
9087| 14.9 | Enumeration-Ask | ` enumeration_ask ` | [ ` probability.py ` ] ( ../master/probability.py ) |
9188| 14.11 | Elimination-Ask | ` elimination_ask ` | [ ` probability.py ` ] ( ../master/probability.py ) |
9289| 14.13 | Prior-Sample | ` prior_sample ` | [ ` probability.py ` ] ( ../master/probability.py ) |
@@ -112,12 +109,9 @@ Here is a table of algorithms, the figure, name of the code in the book and in t
112109| 21.2 | Passive-ADP-Agent | ` PassiveADPAgent ` | [ ` rl.py ` ] ( ../master/rl.py ) |
113110| 21.4 | Passive-TD-Agent | ` PassiveTDAgent ` | [ ` rl.py ` ] ( ../master/rl.py ) |
114111| 21.8 | Q-Learning-Agent | ` QLearningAgent ` | [ ` rl.py ` ] ( ../master/rl.py ) |
115- | \* 21.2 | Naive-Communicating-Agent | |
116112| 22.1 | HITS | | |
117113| 23 | Chart-Parse | ` Chart ` | [ ` nlp.py ` ] ( ../master/nlp.py ) |
118114| 23.5 | CYK-Parse | | |
119- | \* 23.1 | Viterbi-Segmentation | ` viterbi_segment ` | [ ` text.py ` ] ( ../master/text.py ) |
120- | \* 24.21 | Align | |
121115| 25.9 | Monte-Carlo-Localization| |
122116
123117
0 commit comments