Skip to content

zouyih/DQN-tensorflow-gluttonous_snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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