Chapter | Module | Lines | Description |
---|---|---|---|
1-2 | agents | 457 | Implement Agents and Environments (Chapters 1-2). |
3-6 | search | 824 | Search (Chapters 3-6) |
5 | csp | 432 | CSP (Constraint Satisfaction Problems) problems and solvers. (Chapter 5). |
7,9 | logic | 319 | Representations and Inference for Logic (Chapters 7,9) |
18-21 | learning | 585 | Learn to estimate functions from examples. (Chapters 18-21) |
22 | chartparse | 104 | Will be a chartparser and related NLP tools. Not at all working yet. |
docex | 233 | A framework for running unit test examples, written in docstrings. | |
py2html | 124 | Pretty-print Python code to colorized, hyperlinked html. | |
utils | 680 | Provide some widely useful utilities. Safe for "from utils import *". | |
3758 |