Skip to content

Reinforcement learning based agent for intelligent game-playing

Notifications You must be signed in to change notification settings

cs60050/houdini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Houdini

Reinforcement Learning Agents for Playing Flappy Bird

Requirements:

Agents implemented:

  1. Tabular Q Learning: Standard textbook algorithm. Best performance at the moment
  2. NEAT: Genetic Algorithm that learns a neural network mapping agent inputs to actions
  3. Deep Q Learning: In development

About

Reinforcement learning based agent for intelligent game-playing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages