xmfbit / DQN-FlappyBird
Play flappy bird with DQN, a demo for reinforcement learning, implemented using PyTorch
☆67Updated 7 years ago
Alternatives and similar repositories for DQN-FlappyBird:
Users that are interested in DQN-FlappyBird are comparing it to the libraries listed below
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆257Updated 4 years ago
- Implement PPO-clip and PPO-penalty on Atari, which is the only open source of PPO-penalty☆56Updated 6 years ago
- Collection of Deep Reinforcement Learning algorithms☆124Updated 8 years ago
- advantage actor-critic reinforcement learning for openai gym cartpole☆65Updated 7 years ago
- Implementation of benchmark RL algorithms☆467Updated 2 years ago
- homework for CS294 Fall 2017☆167Updated 7 years ago
- ☆389Updated 4 years ago
- ☆163Updated last year
- DQN to play Atari Pong☆114Updated 6 years ago
- RL library based on algorithms from the book <A-introduction-to-reinforcement-learning>☆89Updated 7 years ago
- some Multiagent enviroment in 《Multi-agent Reinforcement Learning in Sequential Social Dilemmas》 and 《Value-Decomposition Networks For Co…☆129Updated 2 years ago
- My DRL library with tensorflow1.14 based on openai spinning-up☆61Updated 4 years ago
- ☆33Updated 7 years ago
- A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)☆650Updated 6 years ago
- Reinforcement Learning in Python☆107Updated 5 years ago
- PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....☆52Updated 5 years ago
- 这是一个学习强化学习基础原理的仓库,主要包括了《深入浅出强化学习原理入门》书中一些例子和课后作业的代码☆258Updated 6 years ago
- Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment☆105Updated 5 years ago
- Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]☆308Updated 2 years ago
- Practice of Deep Reinforcement Learning with Keras and gym.☆158Updated 5 years ago
- Policy Gradient algorithms (REINFORCE, NPG, TRPO, PPO)☆370Updated 5 years ago
- Learning Resources And Links Of Reinforcement Learning (updating)☆258Updated 3 years ago
- The code for maddpg using pytorch☆168Updated 4 years ago
- Reimplementation of DDPG(Continuous Control with Deep Reinforcement Learning) based on OpenAI Gym + Tensorflow☆560Updated 3 years ago
- Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch☆504Updated 6 years ago
- reinforcement learning ddpg code. follow deepmind papers.☆60Updated 7 years ago
- Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout☆92Updated 6 years ago
- 多智能体强化学习(MARL)算法复现,包括QMIX,VDN,QTRAN、MAVEN等等☆196Updated 2 years ago
- Deep Q-Learning Network in pytorch (not actively maintained)☆399Updated 7 years ago
- Solve BipedalWalkerHardcore-v2 with TD3☆88Updated last year