EnginMemis / FlappyBirdAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlappyBirdAI

This project has been created to learn deep reinforcement learning.

Train your own model

python agent.py

If you have a checkpoint model

python agent.py --checkpoint "model/model.pt"

Test the model

python test.py --model "model/model.pt"

Video Link

Video

About


Languages

Language:Python 100.0%