This is a project that allows to train an AI able to solve the Flappy Bird game:
This is the code for an accompanying Medium article, for details on the content, please check the article.
This project needs the ML-Agents environment version 0.15.0 to be set up. At best I'd suggest to follow the official installation guide. However the following steps should suffice:
- Get Python 3.6 64-bit (the 64 bit seems necessary, at least on Windows)
- Get Unity 2020.1+
- Download the ML-Agents 1.0.0+ package (see https://github.com/Unity-Technologies/ml-agents/blob/release_12_docs/docs/Installation.md)
- Install dependencies:
pip3 install "mlagents"
- Clone this repository
- Open project in Unity