Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.55 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.55 KB

CreepyCrawlAI

A deep neural network evolutionary sim, for interactive passive art displays.


PyPI version Test Status Lint Status codecov Code style: black Imports: isort


Read Latest Documentation - Browse GitHub Code Repository


Running the Simulation

You can run this project in headless and... headfull? Rendered? mode. To do both:

# Install dependencies
poetry install
poetry shell

# Run the desired script
run_headless
run_rendered

Development

Installing python dependencies

poetry install

Running Tests

pytest .

Formatting Code

bash .github/format.sh

Linting

bash .github/check_lint.sh