Skip to content

COMS4701/sp23-hw6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMS W4701 AI HW6 Programming

Setup

  1. Create and activate your virtual environment (make sure your python is at version 3.8 or higher).
# using venv
python -m venv .venv
source .venv/bin/activate

# on windows
python -m venv .venv
.venv\scripts\activate

# alternatively, using conda
conda create -n hw6env python=3.8 pip
conda activate hw6env
  1. Install poetry
pip install poetry
  1. Install the hw6 package
poetry install

Running your implementation

You may run the main program with

python main.py

About

AI HW6 programming, spring 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages