A simple self-learning game example using the python neat library
Automated:
git clone git@github.com:Greyhash-dev/Drive-Car.git
cd Drive-Car/
chmod +x install.sh
./install.sh
python3 main.py
Manual (if you have installed "python3"):
git clone git@github.com:Greyhash-dev/Drive-Car.git
cd Drive-Car/
sudo pip3 install -r requirements.txt
sudo apt-get install graphviz
python3 main.py
Manual (if you have installed "python-is-python3"):
git clone git@github.com:Greyhash-dev/Drive-Car.git
cd Drive-Car/
sudo pip install -r requirements.txt
sudo apt-get install graphviz
python main.py
This is my first Project with AI, I hope you like it!
ESC - Exit WITHOUT saving
E - Exit with saving
F - Fill only
D - Clear only
R - Range select
C - Clear everything
For the Error 'AttributeError: module 'neat' has no attribute 'config'':
pip3 uninstall neat
sudo pip3 install neat-python