Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 470 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 470 Bytes

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