$ python -m venv venv
$ venv\Scripts\activate
$ pip install -r requirements.txt
Credits Tech With Tim
This is a reinforcement learning based project where multiple agents are created and trained to learn the play the flappy bird game.
PythonGPL-3.0
$ python -m venv venv
$ venv\Scripts\activate
$ pip install -r requirements.txt
Credits Tech With Tim