aima-python documentation ========================== Python implementations of the algorithms from *Artificial Intelligence: A Modern Approach* (AIMA). This site is the API reference, generated from the in-source docstrings; it complements the per-module Jupyter notebooks in the repository. Modules whose names carry a ``4e`` suffix track the 4th-edition pseudocode and chapter numbering; the unsuffixed modules track the 3rd edition. .. toctree:: :maxdepth: 2 :caption: API reference agents searching games csp logic planning probability learning language utils Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`