DataRohit / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%