Flappybird Es

An AI agent Learning to play Flappy Bird using Evolution Strategies and deep learning models.
Alternatives To Flappybird Es
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Flappy Es140
a year agoPython
Flappy Bird AI using Evolution Strategies
Flappy Bird Genetic Algorithms75
6 years ago2mitPython
Use genetic algorithms to train flappy bird
Flappybird Es31
6 years ago1Python
An AI agent Learning to play Flappy Bird using Evolution Strategies and deep learning models.
Example.flappy Bird4
3 years ago3JavaScript
🥕 Mastering flappy bird with machine learning (neural networks, neuro-evolution)
Alternatives To Flappybird Es
Select To Compare


Alternative Project Comparisons
Readme

AI Learning to play Flappy Bird using Evolution Strategies

This AI agent uses Evolutional Strategies and deep learning models to master the Flappy Bird game.

Read Evolution Strategies as a Scalable Alternative to Reinforcement Learning from OpenAI if you are interested.

After a few hundred iterations, it masters the game.

demo

Dependencies

Usage

To see the agent playing the game:

from flappy import *

agent = Agent()

# the pre-trained weights are saved into 'weights.pkl' which you can use.
agent.load('weights.pkl')

# play one episode
agent.play(1)

To start training the agent:

# train for 100 iterations
agent.train(100)
Popular Evolution Projects
Popular Flappy Bird Projects
Popular Science Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Video Game
Machine Learning
Deep Learning
Artificial Intelligence
Reinforcement Learning
Evolution
Evolutionary Algorithm
Flappy Bird