https://github.com/apockill/CreepyCrawlAI
2023 - A deep neural network evolutionary sim, for interactive passive art displays.
https://github.com/apockill/CreepyCrawlAI
genetic-algorithm godot godot-python reinforcement-learning tensorflow
Last synced: about 1 year ago
JSON representation
2023 - A deep neural network evolutionary sim, for interactive passive art displays.
- Host: GitHub
- URL: https://github.com/apockill/CreepyCrawlAI
- Owner: apockill
- License: mit
- Created: 2020-05-02T07:23:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T15:54:49.000Z (about 2 years ago)
- Last Synced: 2025-04-21T22:43:41.073Z (about 1 year ago)
- Topics: genetic-algorithm, godot, godot-python, reinforcement-learning, tensorflow
- Language: Python
- Homepage:
- Size: 488 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CreepyCrawlAI
A deep neural network evolutionary sim, for interactive passive art displays.
_________________
[](http://badge.fury.io/py/creepycrawlai)
[](https://github.com/apockill/creepycrawlai/actions?query=workflow%3ATest)
[](https://github.com/apockill/creepycrawlai/actions?query=workflow%3ALint)
[](https://codecov.io/gh/apockill/creepycrawlai)
[](https://github.com/psf/black)
[](https://timothycrosley.github.io/isort/)
_________________
[Read Latest Documentation](https://apockill.github.io/creepycrawlai/) - [Browse GitHub Code Repository](https://github.com/apockill/creepycrawlai/)
_________________
## Running the Simulation
You can run this project in headless and... headfull? Rendered? mode. To do both:
```shell
# Install dependencies
poetry install
poetry shell
# Run the desired script
run_headless
run_rendered
```
## Development
### Installing python dependencies
```shell
poetry install
```
### Running Tests
```shell
pytest .
```
### Formatting Code
```shell
bash .github/format.sh
```
### Linting
```shell
bash .github/check_lint.sh
```