Skip to content

jsburklund/PacMan-NeuralNets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PacMan-NeuralNets

PacMan being played with a neural net.

A basic naive approach for an intro class using the screen as the input vector, and selecting the best movement action. Uses backpropagation for updates, OpenAI Gym, and Python 2.7.6.

Actions

  • 0: Continue?
  • 1: Up
  • 2: Right
  • 3: Left
  • 4: Down
  • 5: Up and right avoiding obstacles
  • 6: Up and left avoiding obstacles
  • 7: Down and right avoiding obstacles
  • 8: Down and left avoiding obstacles

About

PacMan being played with a neural net.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages