Skip to content

ishan190425/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

AI to play Snake

This snake game uses tensorflow to implement Reinforcment Learning (Q Learning)

Built using Pygame

Simply Run the Train.py to see it in action!

Q Learning Alg To Learn more!

Q New(action, State) = reward + (discount * max (action + 1, state))

About

AI to play classic Snake game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages