CS 470 - Problem Set 0

Assigned:Monday January 13
Deadline:Thursday January 30, 11:59pm

Reading

Russell and Norvig, "Artificial Intelligence: A Modern Approach", Third Edition, 2010. Chapter 1. pdf

As needed:

  • Learning Python
  • Python Cookbook
  • Effective Python
  • Google Python Course Note: this class uses python 2. All of our assignments will use python 3.

    Deliverable

    Modify the file hw0.py and submit it using the zoo submit system.

    The file /c/cs470/hws/hw0a.pyc is a compiled solution to the assignment. The file /c/cs470/hws/hw0.ipynb is a jupyter notebook which illustrates this solution.