actor-critic topic
MLDS2018SPRING
Machine Learning and having it Deep and Structured (MLDS) in 2018 spring
pytorch-rl
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
ReinforcementLearning-AtariGame
Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advantage Actor-Critic (A3C) Algorithm. This is much superior and effi...
tensorflow-reinforce
Implementations of Reinforcement Learning Models in Tensorflow
pytorch-rl
Deep Reinforcement Learning with pytorch & visdom
Paddle-RLBooks
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
openai_lab
An experimentation framework for Reinforcement Learning using OpenAI Gym, Tensorflow, and Keras.
pytorch-a3c
PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".
rl_a3c_pytorch
A3C LSTM Atari with Pytorch plus A3G design
pytorch-A3C
Simple A3C implementation with pytorch + multiprocessing