cotaoctavian / Flappy-Birds

Flappy Birds using neural network & reinforcement learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flappy-Birds

NN + RL for Flappy Birds

An agent trained to play Flappy Birds using Q learning and Neural Networks. Our project for the Neural Networks course in 2019. The learning environment used is from PyGame-Learning-Environment.

demo

Results of our best agent ( vertical -> score, horizontal -> number of games played):
demo
Two hidden layers, with leaky relu and tanh as activation functions and Adadelta as optimizer.

About

Flappy Birds using neural network & reinforcement learning.


Languages

Language:Python 100.0%