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

https://github.com/idiotwu/flappy-evolution

Neuroevolution に基づく Flappy Bird AI.
https://github.com/idiotwu/flappy-evolution

Last synced: 7 months ago
JSON representation

Neuroevolution に基づく Flappy Bird AI.

Awesome Lists containing this project

README

          

# Flappy Evolution
Neuroevolution に基づく Flappy Bird AI.

https://user-images.githubusercontent.com/6022672/144750913-48c68832-7f22-44e9-a292-bfa287853426.mp4

## 必要なライブラリのインストール
```bash
pip install -r requirements.txt
```

## 起動方法
```bash
python main.py
```

## 早送り倍数の調節
| キー | 効果 |
|:---:|:---:|
| | 早送りの倍数を +1 |
| | 早送りの倍数を -1 |
| | 早送りの倍数を +10 |
| | 早送りの倍数を -10 |
| ESC | 早送りの倍数を 1 にリセット |