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.
- Host: GitHub
- URL: https://github.com/idiotwu/flappy-evolution
- Owner: idiotWu
- License: mit
- Created: 2020-06-30T18:51:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T14:33:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T14:49:17.317Z (9 months ago)
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 にリセット |