@@ -112,26 +112,26 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
112
112
| 10.3 | Three-Block-Tower | ` three_block_tower ` | [ ` planning.py ` ] [ planning ] | Done | Included |
113
113
| 10.7 | Cake-Problem | ` have_cake_and_eat_cake_too ` | [ ` planning.py ` ] [ planning ] | Done | Included |
114
114
| 10.9 | Graphplan | ` GraphPlan ` | [ ` planning.py ` ] [ planning ] | Done | Included |
115
- | 10.13 | Partial-Order-Planner | | | | |
116
- | 11.1 | Job-Shop-Problem-With-Resources | ` job_shop_problem ` | [ ` planning.py ` ] [ planning ] | Done | |
115
+ | 10.13 | Partial-Order-Planner | ` PartialOrderPlanner ` | [ ` planning.py ` ] [ planning ] | Done | Included |
116
+ | 11.1 | Job-Shop-Problem-With-Resources | ` job_shop_problem ` | [ ` planning.py ` ] [ planning ] | Done | Included |
117
117
| 11.5 | Hierarchical-Search | ` hierarchical_search ` | [ ` planning.py ` ] [ planning ] | | |
118
118
| 11.8 | Angelic-Search | | | | |
119
- | 11.10 | Doubles-tennis | ` double_tennis_problem ` | [ ` planning.py ` ] [ planning ] | | |
119
+ | 11.10 | Doubles-tennis | ` double_tennis_problem ` | [ ` planning.py ` ] [ planning ] | Done | Included |
120
120
| 13 | Discrete Probability Distribution | ` ProbDist ` | [ ` probability.py ` ] [ probability ] | Done | Included |
121
121
| 13.1 | DT-Agent | ` DTAgent ` | [ ` probability.py ` ] [ probability ] | | |
122
122
| 14.9 | Enumeration-Ask | ` enumeration_ask ` | [ ` probability.py ` ] [ probability ] | Done | Included |
123
123
| 14.11 | Elimination-Ask | ` elimination_ask ` | [ ` probability.py ` ] [ probability ] | Done | Included |
124
- | 14.13 | Prior-Sample | ` prior_sample ` | [ ` probability.py ` ] [ probability ] | | Included |
124
+ | 14.13 | Prior-Sample | ` prior_sample ` | [ ` probability.py ` ] [ probability ] | Done | Included |
125
125
| 14.14 | Rejection-Sampling | ` rejection_sampling ` | [ ` probability.py ` ] [ probability ] | Done | Included |
126
126
| 14.15 | Likelihood-Weighting | ` likelihood_weighting ` | [ ` probability.py ` ] [ probability ] | Done | Included |
127
127
| 14.16 | Gibbs-Ask | ` gibbs_ask ` | [ ` probability.py ` ] [ probability ] | Done | Included |
128
- | 15.4 | Forward-Backward | ` forward_backward ` | [ ` probability.py ` ] [ probability ] | Done | |
129
- | 15.6 | Fixed-Lag-Smoothing | ` fixed_lag_smoothing ` | [ ` probability.py ` ] [ probability ] | Done | |
130
- | 15.17 | Particle-Filtering | ` particle_filtering ` | [ ` probability.py ` ] [ probability ] | Done | |
131
- | 16.9 | Information-Gathering-Agent | | | | |
128
+ | 15.4 | Forward-Backward | ` forward_backward ` | [ ` probability.py ` ] [ probability ] | Done | Included |
129
+ | 15.6 | Fixed-Lag-Smoothing | ` fixed_lag_smoothing ` | [ ` probability.py ` ] [ probability ] | Done | Included |
130
+ | 15.17 | Particle-Filtering | ` particle_filtering ` | [ ` probability.py ` ] [ probability ] | Done | Included |
131
+ | 16.9 | Information-Gathering-Agent | ` InformationGatheringAgent ` | [ ` probability.py ` ] [ probability ] | Done | Included |
132
132
| 17.4 | Value-Iteration | ` value_iteration ` | [ ` mdp.py ` ] [ mdp ] | Done | Included |
133
133
| 17.7 | Policy-Iteration | ` policy_iteration ` | [ ` mdp.py ` ] [ mdp ] | Done | Included |
134
- | 17.9 | POMDP-Value-Iteration | | | | |
134
+ | 17.9 | POMDP-Value-Iteration | ` pomdp_value_iteration ` | [ ` mdp.py ` ] [ mdp ] | Done | Included |
135
135
| 18.5 | Decision-Tree-Learning | ` DecisionTreeLearner ` | [ ` learning.py ` ] [ learning ] | Done | Included |
136
136
| 18.8 | Cross-Validation | ` cross_validation ` | [ ` learning.py ` ] [ learning ] | | |
137
137
| 18.11 | Decision-List-Learning | ` DecisionListLearner ` | [ ` learning.py ` ] [ learning ] \* | | |
@@ -147,7 +147,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
147
147
| 22.1 | HITS | ` HITS ` | [ ` nlp.py ` ] [ nlp ] | Done | Included |
148
148
| 23 | Chart-Parse | ` Chart ` | [ ` nlp.py ` ] [ nlp ] | Done | Included |
149
149
| 23.5 | CYK-Parse | ` CYK_parse ` | [ ` nlp.py ` ] [ nlp ] | Done | Included |
150
- | 25.9 | Monte-Carlo-Localization | ` monte_carlo_localization ` | [ ` probability.py ` ] [ probability ] | Done | |
150
+ | 25.9 | Monte-Carlo-Localization | ` monte_carlo_localization ` | [ ` probability.py ` ] [ probability ] | Done | Included |
151
151
152
152
153
153
# Index of data structures
0 commit comments