a3c topic

List a3c repositories

Reinforcement_learning_tutorial_with_demo

696
Stars
168
Forks
Watchers

Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers,...

RLcycle

295
Stars
63
Forks
Watchers

A library for ready-made reinforcement learning agents and reusable components for neat prototyping

easy-rl

8.4k
Stars
1.7k
Forks
Watchers

强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/

reinforcement-learning

3.3k
Stars
725
Forks
Watchers

Minimal and Clean Reinforcement Learning Examples

minimalRL

2.8k
Stars
451
Forks
Watchers

Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)

Reinforcement-learning-with-tensorflow

8.7k
Stars
5.0k
Forks
Watchers

Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学

Deep-Reinforcement-Learning-With-Python

310
Stars
121
Forks
Watchers

Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math

ReinforcementLearning-AtariGame

167
Stars
39
Forks
Watchers

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...

pytorch-rl

794
Stars
144
Forks
Watchers

Deep Reinforcement Learning with pytorch & visdom

tensorflow-rl

177
Stars
47
Forks
Watchers

Implementations of deep RL papers and random experimentation