https://github.com/murf-y/snake-ai
Evolving an AI agent for the Snake Game using a Genetic algorithm (WIP)
https://github.com/murf-y/snake-ai
agent ai genetic-algorithm heuristic-search-algorithms snake-game
Last synced: 15 days ago
JSON representation
Evolving an AI agent for the Snake Game using a Genetic algorithm (WIP)
- Host: GitHub
- URL: https://github.com/murf-y/snake-ai
- Owner: Murf-y
- Created: 2023-12-16T16:42:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T13:07:40.000Z (over 1 year ago)
- Last Synced: 2024-12-28T07:26:39.078Z (7 months ago)
- Topics: agent, ai, genetic-algorithm, heuristic-search-algorithms, snake-game
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Evolving a Snake to beat the game of Snake using a Genetic Algorithm