evilsocket / evilsocket/pwnagotchi
research GA
Open
idea
todo
- Dominant language
- Python
- Stars
- 9.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Using A2C and generally neural networks (mostly because of the TF dependency) is extremely heavy to bootstrap on less powerful hardware such as the rpi0w, it takes approximately 30 minutes for all the imports to load.
Since this is just a parameters research problem, we can optionally have a genetic algorithm based search running as a replacement for neural networks when the hardware is not powerful enough, ideally configurable from the ai section of config.yml
Contributor guide
Assessment
This issue has not been assessed yet.