使用强化学习实现小游戏(多给几个实例,附源码URL,有相关博客的话也附上它的URL)
时间: 2023-11-18 12:04:12 浏览: 128
40个H5小游戏实例完整源码
5星 · 资源好评率100%
以下是几个使用强化学习实现小游戏的例子,附带源码URL和相关博客:
1. Flappy Bird游戏AI
源码URL:https://github.com/yenchenlin/DeepLearningFlappyBird
博客URL:https://yanpanlau.github.io/2016/07/10/FlappyBird-Keras.html
2. 手写数字识别游戏AI
源码URL:https://github.com/llSourcell/ai_guess_number_game
博客URL:https://www.imooc.com/article/300385
3. 2048游戏AI
源码URL:https://github.com/ovolve/2048-AI
博客URL:https://towardsdatascience.com/how-to-win-at-2048-the-ai-way-3a3cd9405e9b
4. 贪吃蛇游戏AI
源码URL:https://github.com/maurock/snake-ga
博客URL:https://towardsdatascience.com/training-an-ai-to-play-snake-f9b17d snakes 是一种叫做遗传算法的强化学习方法,它可以通过模拟进化过程来优化AI的行为。
阅读全文