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.
- Python 2.7
- Nodebox for OpenGL (see: http://www.cityinabottle.org/nodebox/#installation)
- Matplotlib and Seaborn (for plotting)
Simply use pip: browse to the git repository and run
pip install ./
or
pip install -e ./
for development mode.