yao62995 / Deep_Reinforcement_LearningLinks
Series Algorithms of Deep Reinforcement Learning, such as DQN, DDQN, one-step-DQN, DDPG, etc
☆43Updated 9 years ago
Alternatives and similar repositories for Deep_Reinforcement_Learning
Users that are interested in Deep_Reinforcement_Learning are comparing it to the libraries listed below
Sorting:
- Using a paper from Google DeepMind I've developed a new version of the DQN using threads exploration instead of memory replay as explain …☆84Updated 9 years ago
- Collection of reinforcement learners implemented in python. Mainly including DQN and its variants☆54Updated 8 years ago
- DDPG on OpenAI Gym Pendulum☆18Updated 9 years ago
- Distributed Tensorflow Implementation of Asynchronous Methods for Deep Reinforcement Learning