In this assignment we will familiarize you with basic concepts of search problems.

Updates:

  • 1397/0711: No changes to problems, Just a minor update in Q4’s maps.

Due dates:

We have two deadlines for this assignment.

  • Group #1: 1397/07/18 23:59
  • Group #2: 1397/07/25 23:59

Setup

Note: This assignment is using Python 2.7, 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

Follow the pdf document for the rest of the assignment.

Submission

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, Compose an email to iust.ai1397+asg01 [at] gmail.com, Put the zip file in attachments and Use assignment_01 as title.

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