Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 388 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 388 Bytes

Gluttonous snake AI

Requirements

Usage

To start the game or AI

$ python gluttonous_snake.py

To train a model for deep q learning:

$ python DQN.py

Example

AI 1: use BFS and DFS to find a path

ai1

AI 2: use deep q learning

ai1