AI-683 at UMass Amherst (Spring 2020)
Authors: Abhinav Bhatia (abhinavbhati@umass.edu) & Tanya Chowdhury (tanyachowdhu@umass.edu)
To setup python virtual environment: From the repository directory, run:
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
From the repository directory, run:
source env/bin/activate
python -m pytest tests/
To run code for question 5, from the repository directory, run::
source env/bin/activate
python -m AI_683.HW1.q5
Similarly for question 6:
source env/bin/activate
python -m AI_683.HW1.q6