In this assignment we will familiarize you with informed search problems.

Setup

Note: This assignment is using Python 2.7 and python 3.5, please make sure you have it installed on your system. This assignment also need python Tkinter package, it is included in every python installation by default. however if you get error on Tkinter installation try this:

sudo apt install python-tk
sudo apt install python3-tk python3-psutil

If you have windows, it’s not necessary to install psutil Follow the pdf document for the rest of the assignment.

Submission for pacman

After you’re ready to submit your work, Please follow these steps:

  1. Make sure your current directory is assignment folder. run the following command (put your Student ID in <student_id>. e.x: 95529876)
    python make_submission.py <student_id>
    
  2. Grab asg01_<student_id>.zip, and upload it in Quera class for practical questions and scan other questions and upload it in Quera class.

Submission for Puzzle

Just upload a_star_search.py to Quera class. If you don’t follow the protocol, Unfortunately we are not able to get your submission thus you will NOT earn any scores.