/sheepherding

A simulation and AI for sheepherding

Primary LanguagePythonMIT LicenseMIT

Sheep herding (CS 221 project)

Python implementation of an AI that controls a dog or dogs that try to herd sheep to a target location.

Note: this is work in progress.

Requirements

Install

Simply use pip: browse to the git repository and run

pip install ./

or

pip install -e ./

for development mode.