Skip to content

Use Python to program Flappy Bird game and use two frameworks (NEAT and q-learning) to train AI to play the game

Notifications You must be signed in to change notification settings

r-chitturi/flappy_NEAT_qlearning

Repository files navigation

FlapPy - Codeology Fall 2021 - Ramya Chitturi

NEAT-Python

NEAT-Python is a package that implements the NEAT (Neuro-Evolution of Augmenting Topologies) algorithm. NEAT creates an artificial neural network that learns the suitable topology and weight values for the neural network.

Q-learning

Q-learning is a model-free reinforcement learning algorithm. It learns the values of the optimal policy independently of the agent's current policy to maximize the reward by finding the best action to take given the current state.

About

Use Python to program Flappy Bird game and use two frameworks (NEAT and q-learning) to train AI to play the game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages