policy-gradient topic

List policy-gradient repositories

MLDS2018SPRING

140
Stars
47
Forks
Watchers

Machine Learning and having it Deep and Structured (MLDS) in 2018 spring

PPO-PyTorch

1.5k
Stars
325
Forks
Watchers

Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch

pytorch-rl

256
Stars
74
Forks
Watchers

Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]

show-adapt-and-tell

148
Stars
40
Forks
Watchers

Code for "Show, Adapt and Tell: Adversarial Training of Cross-domain Image Captioner" in ICCV 2017

tensorflow-reinforce

486
Stars
138
Forks
Watchers

Implementations of Reinforcement Learning Models in Tensorflow

DeepRL_Algorithms

308
Stars
78
Forks
Watchers

DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)

PyTorch-RL

1.1k
Stars
184
Forks
Watchers

PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.

Paddle-RLBooks

117
Stars
13
Forks
Watchers

Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.

Deep-RL-Keras

525
Stars
150
Forks
Watchers

Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)

lagom

373
Stars
31
Forks
Watchers

lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.