https://github.com/dioptx/genetic_algorithm_2d_maze_traversal
2-D Maze Traversal Using Modular Genetic Algorithm Approach
https://github.com/dioptx/genetic_algorithm_2d_maze_traversal
Last synced: about 1 year ago
JSON representation
2-D Maze Traversal Using Modular Genetic Algorithm Approach
- Host: GitHub
- URL: https://github.com/dioptx/genetic_algorithm_2d_maze_traversal
- Owner: dioptx
- Created: 2016-10-23T15:26:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T14:27:43.000Z (over 8 years ago)
- Last Synced: 2025-05-14T12:09:35.496Z (about 1 year ago)
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Genetic maze traversal
> University project
## Description
>The goal of the script is to find a solution to a 2D maze with the genetic algorithm method
>
>Inside enviroment.py you can see that there are some enviroment settings that can be manipulated in order
to change the behaviour of the algorithm.
>
> An expansion idea would be to bind those settings into a user interface.