Skip to content

A simple self-learning game example using the python neat library

License

Notifications You must be signed in to change notification settings

Greyhash-dev/Drive-Car

Repository files navigation

Drive Car!

A simple self-learning game example using the python neat library

Installation:

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

The Project:

plot
This is my first Project with AI, I hope you like it!

Map Edit shortcuts:

ESC - Exit WITHOUT saving
E - Exit with saving
F - Fill only
D - Clear only
R - Range select
C - Clear everything

Debugging:

For the Error 'AttributeError: module 'neat' has no attribute 'config'':

pip3 uninstall neat
sudo pip3 install neat-python 

About

A simple self-learning game example using the python neat library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published