/AI-Flappy-Bird-Game

This is a reinforcement learning based project where multiple agents are created and trained to learn the play the flappy bird game.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

AI-Flappy-Bird-Game

1. Create Virtual Environment

$ python -m venv venv

2. Activate Virtual Environment

$ venv\Scripts\activate

3. Install Required Packages

$ pip install -r requirements.txt

4. Run the game.py file

Credits Tech With Tim