CreepyCrawlAI
CreepyCrawlAI copied to clipboard
2023 - A deep neural network evolutionary sim, for interactive passive art displays.
CreepyCrawlAI
A deep neural network evolutionary sim, for interactive passive art displays.
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