RuiNian7319's Stars
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
liampetti/DDPG
Implementation of DDPG (Modified from the work of Patrick Emami) - Tensorflow (no TFLearn dependency), Ornstein Uhlenbeck noise function, reward discounting, works on discrete & continuous action spaces
tensorforce/tensorforce
Tensorforce: a TensorFlow library for applied reinforcement learning
Kyushik/DRL
Repository for codes of 'Deep Reinforcement Learning'
rll/rllab
rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.
breeko/Simple-Reinforcement-Learning-with-Tensorflow
Re-write of code from Simple Reinforcement Learning with Tensorflow tutorial
pemami4911/deep-rl
Collection of Deep Reinforcement Learning algorithms
gabrielgarza/openai-gym-policy-gradient
Reinforcement Learning using Policy Gradient to solve OpenAI Gym games
floodsung/DDPG
Reimplementation of DDPG(Continuous Control with Deep Reinforcement Learning) based on OpenAI Gym + Tensorflow
ikostrikov/pytorch-ddpg-naf
Implementation of algorithms for continuous control (DDPG and NAF).
luispedro/BuildingMachineLearningSystemsWithPython
Source Code for the book Building Machine Learning Systems with Python
merwan/ml-class
Machine learning programming exercises
awjuliani/DeepRL-Agents
A set of Deep Reinforcement Learning Agents implemented in Tensorflow.