CSCE 476/876

Introduction to Artificial Intelligence

Recitations

Material discussed during the recitation is listed below:

  • Installing Allegro Common Lisp
    1. Get your free (time-limited) version of ACL.
    2. Xemacs + ACL Keystroke accelerators
    3. How To Use The GNU Emacs-Allegro Common Lisp Interface.
    4. Go, step-by-step, through the Emacs Tutorial. You can access it from emacs itself, by typing ESC-x, help, t.
    5. Instructions on using emacs and ACL via the VM client.
    6. Using Emacs. The best way to learn Emacs is to go through the online tutorial (accessible from emacs by typing Escape-x (for entering a command), h (h for help), t (t for tutorial).
  • Learning Lisp
    1. Six interactive classes: Adaptive Remote Agent
    2. Very first steps in Lisp .
    3. Next steps in Lisp.
    4. Notes about Lisp from your UTA.
    5. Iteration with Do and Structures
    6. The lisp code of the Farmer's dilemma.
  • Empty Game Tree (postscript, PDF)
  • Alternate Empty Game Tree (PDF)
  • CSP Problems
  • Discussion of NP Completeness
  • Logical Equivalences