Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/datarohit/ai-flappy-bird-game

neat-python pygame python reinfocement-learning

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# **AI-Flappy-Bird-Game**

#### **1. Create Virtual Environment**
```bash
$ python -m venv venv
```

#### **2. Activate Virtual Environment**
```bash
$ venv\Scripts\activate
```

#### **3. Install Required Packages**
```bash
$ pip install -r requirements.txt
```

### **4. Run the game.py file**

**Credits [Tech With Tim](https://www.youtube.com/@TechWithTim)**