Aima -list of modules | extrovert.dev -->

Aima -list of modules

Aima -list of modules
Saturday, December 9, 2017



The following table lists the code files (modules), the chapters in the book to which they refer, the number of lines of code in each file, and a brief description of each file. Each module name links to a pretty, colorized version of the Python source code, and the Files column lists the original .py file and (in some cases) a .txt file of doctests.
ChapterModuleFilesLinesDescription
1-2agents.py532Implement Agents and Environments (Chapters 1-2).
3-4search.py .txt735Search (Chapters 3-4)
5csp.py .txt449CSP (Constraint Satisfaction Problems) problems and solvers. (Chapter 5).
6games.py285Games, or Adversarial Search. (Chapters 6)
7-10logic.py .txt887Representations and Inference for Logic (Chapters 7-10)
11-12planning.py6Planning (Chapters 11-12)
13-15probability.py .txt170Probability models. (Chapter 13-15)
17mdp.py .txt141Markov Decision Processes (Chapter 17)
18-20learning.py585Learn to estimate functions from examples. (Chapters 18-20)
21rl.py14Reinforcement Learning (Chapter 21)
22nlp.py .txt169A chart parser and some grammars. (Chapter 22)
23text.py .txt364Statistical Language Processing tools. (Chapter 23)
 doctests.py .txt42Run all doctests from modules on the command line. For each
 py2html.py109Pretty-print Python code to colorized, hyperlinked html.
 utils.py .txt713Provide some widely useful utilities. Safe for "from utils import *".

1 Response to Aima -list of modules