wshuail / reinforcement_learning_with_TensorflowLinks
Minimal implementations of reinforcement learning algorithms by Tensorflow
☆30Updated 8 years ago
Alternatives and similar repositories for reinforcement_learning_with_Tensorflow
Users that are interested in reinforcement_learning_with_Tensorflow are comparing it to the libraries listed below
Sorting:
- Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.☆152Updated 2 years ago
- Reinforcement Learning in Python☆108Updated 6 years ago
- reimplementation of the ddpg algorithm using tensorflow☆38Updated 9 years ago
- Tensorflow + OpenAI Gym implementation of Deep Q-Network (DQN), Double DQN (DDQN), Dueling Network and Deep Deterministic Policy Gradient…