wptoux / deep-tiaotiaoLinks
用强化学习来玩微信跳一跳
☆19Updated 7 years ago
Alternatives and similar repositories for deep-tiaotiao
Users that are interested in deep-tiaotiao are comparing it to the libraries listed below
Sorting:
- Deep reinforcement learning agents implement by tensorflow https://ghli.org☆53Updated 5 years ago
- A translation of Reinforcement Learning: An Introduction☆114Updated 6 years ago
- Implement PPO-clip and PPO-penalty on Atari, which is the only open source of PPO-penalty☆56Updated 6 years ago
- Reinforcement Learning in Python☆107Updated 5 years ago
- Play flappy bird with DQN, a demo for reinforcement learning, implemented using PyTorch☆67Updated 8 years ago
- Chinese Translation for Book 《Reinforcement Learning- An Introduction》-Second Edition☆124Updated 6 years ago
- 引用整理https://blog.csdn.net/yellow_red_people/article/details/80465510 一文中PyTorch平台,利用DQN模型玩Flappy Bird游戏,是一个再励学习(强化学习)实验例子。☆47Updated 6 years ago
- 这是一个学习强化学习基础原理的仓库,主要包括了《深入浅出强化学习原理入门》书中一些例子和课后作业的代码