46

GitHub - aliakbar09a/AI_plays_snake: AI trained using Genetic Algorithm and Deep...

 5 years ago
source link: https://github.com/aliakbar09a/AI_plays_snake
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

AI plays snake game

Neural Network Trained using Genetic Algorithm which acts as the brain for the snake.

The snake looks in the 8 direction for food, body part and the boundary which acts as the 24 input for the Neural Network.

generation5.gif generation23.gif

Getting Started

Prerequisites

To install the dependencies, run on terminal :

python3 -m pip -r requirements.txt

Project Structure

├── Arena.py            # class that helps in setting the boundary and parameters of the arena
├── brain.py            # class that deals with the neural network
├── colors.py           # consists of colors used in the whole project
├── game.py             # lets the saved snakes to run in 
├── samples
│   ├── generation23.gif    
│   └── generation6.gif
├── input.py            # parametes to apply genetic algorithm on your own
├── README.md
├── requirements.txt    # python dependencies required
├── saved
│   └── top_snakes.pickle   # saved list of objects of snake class for each generation
└── snake.py            # class snake that handles all properties of snake

Testing

To test the Genetic Algorithm, alter the parameters inside the input.py, then run the following command specifying the path to save the optimised result as a pickle file (a list is stored, containing the best snake from each generation):

python3 Genetic_algo.py --output saved/test.pickle 

Playing

To run the snakes saved previously, run the following commands specifying the path to the saved file :

python3 game.py --input saved/test.pickle

Acknowledgement


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK