Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brudgers/general-problem-solver
Norvig's implementation of the General Problem Solver
https://github.com/brudgers/general-problem-solver
academic ai common-lisp literate-programming norvig org-mode
Last synced: 23 days ago
JSON representation
Norvig's implementation of the General Problem Solver
- Host: GitHub
- URL: https://github.com/brudgers/general-problem-solver
- Owner: brudgers
- Created: 2017-01-25T23:05:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T03:04:57.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T20:46:10.108Z (3 months ago)
- Topics: academic, ai, common-lisp, literate-programming, norvig, org-mode
- Language: HTML
- Size: 1.76 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
Awesome Lists containing this project
README
** Literate Programming
This project uses literate programming and the annotated source code is availabe as a Github Page: https://brudgers.github.io/general-problem-solver/.** I did not author the Common Lisp Code here
*The computer code here is not original to me.* and this document reflects several of my ongoing projects:
1. Learning 'classic' AI by working through Peter Norvig's *Paradigms of Artificial Intelligence: Case Studies in Common Lisp*. http://norvig.com/paip.html Norvig's book is the source for the Lisp code in this project.
2. Learning more Emacs in general and org-mode in particular.
3. Developing a work process around Literate Programming.