isAlbertYu / AI-FlappyBirdLinks
基于深度强化学习DQN的FlappyBird游戏AI开发
☆15Updated 6 years ago
Alternatives and similar repositories for AI-FlappyBird
Users that are interested in AI-FlappyBird are comparing it to the libraries listed below
Sorting:
- 用强化学习DQN算法,训练AI模型来玩合成大西瓜游戏,提供Keras版本和PARL(paddle)版本☆94Updated 4 years ago
- 引用整理https://blog.csdn.net/yellow_red_people/article/details/80465510 一文中PyTorch平台,利用DQN模型玩Flappy Bird游戏,是一个再励学习(强化学习)实验例子。☆49Updated 6 years ago
- 一款基于DQN算法的牌类游戏AI框架 / An AI framework for card games based on DQN algorithm☆12Updated last year
- 车杆倒立摆DQN简单实现☆19Updated 2 months ago
- 使用pytorch构建深度强化学习模型DQN☆26Updated 7 years ago
- 通过深度强化学习训练的AI玩起游戏来也是有板有眼,将人类玩家远远甩在身后。本 文就将为您介绍如何训练AI玩微信飞机大战,biubiubiu~☆24Updated 6 years ago
- ☆11Updated 3 years ago
- DQN related algorithms☆10Updated 2 years ago
- Deep Q-Network (DQN) and DDPG to address the problem of stall around the wing sail of an autonomous sailing robot☆11Updated 7 years ago
- 学习DRL CNN -> DQN -> LSTM☆13Updated 6 years ago
- 用parl框架的DQN强化学习算法玩“合成大西瓜”☆14Updated 4 years ago
- 人工智能导论课程设计-用强化学习玩FlappyBird☆18Updated 5 years ago
- 通过python3.6编程,利用DQN算法实现机器学习避开障碍走到迷宫终点。(Through python3.6 programming, I use DQN algorithm to achieve machine learning and avoid obstacles…☆10Updated 7 years ago
- 利用Torch和强化学习训练flappy bird小游戏☆12Updated 2 years ago
- Real time image capture+DQN path planning☆10Updated 2 years ago
- 主要利用QLearning,DQN,ImprovedDQN(Ddouble DQN) 解决gym框架下的三个问题CartPole-v0,MountainCar-v0,Acrobot-v1☆13Updated 7 years ago
- LSTM长短期记忆模型预测股票涨跌☆14Updated 5 years ago
- 本项目以一个可视化配置的、以AgentRL为核心的强化学习框架,实现30分钟上手AgentRL 编程。后续增加AgentRL和本地Agent、MCP、A2A相关特性。☆76Updated 2 months ago
- 基于gym的pytorch深度强化学习(DRL)(PPO,PPG,DQN,SAC,DDPG,TD3等算法)☆126Updated last month
- based on the website 《动手学强化学习》, which the codes was several years ago and the called gym lib has already been out of date. Thus, somewher…☆20Updated 8 months ago
- shouyuantianxia / Algorithmic-Game-Theory-Application-on-Multi-agent-Combat-and-Verification-Platform-Design本科毕业设计:《多智能体博弈兵棋推演理论与验证平台设计》的源代码附录内容。强化学习算法的实现上参考了周沫凡先生的开源代码https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow☆57Updated 5 years ago
- Fully Decentralized Multi-Agent Reinforcement Learning with Networked Agents☆10Updated 3 years ago
- 论文《 公共汽车行驶参数建模及优秀驾驶 行为挖掘方法研究》相关程序及数据集,摘要:通过采集公共汽车行驶参数,建立优秀驾驶行为分析模型,可以为驾驶司机提供一种优秀驾车的指导方法;优秀驾驶行为分析模型建立是关键,本文通过建立基于先验规则优秀驾驶行为分析模型和基于聚类分析的优秀驾…☆45Updated 2 months ago
- DQN深度强化学习解决三维在线装箱问题☆30Updated 2 years ago
- AI项目(强化学习、深度学习、计算机视觉、推荐系统、自然语言处理、机器导航、医学影像处理)☆89Updated 2 years ago
- 一门由AlphaGo项目负责人David Sliver,在UCL(伦敦大学)主讲的强化学习经典课程☆20Updated 6 years ago
- use DQN(pytorch) to play pong☆12Updated 4 years ago
- 基于手势识别的人机交互系统。通过MFF运动融合帧深度学习方法与传统视觉手势识别算法相结合,实现较为准确的手势识别效 果,进而实现非接触式的体感交互。☆23Updated 4 years ago
- 强化学习-中文笔记&资源-以python实例为主-由浅入深☆105Updated 4 years ago
- Reinforcement Learning algorithms and use-cases, including DQN, PG, A3C, PPO etc. and RLHF, AlphaZero implementations. Designed for clari…☆34Updated last year