actor-critic topic

List actor-critic repositories

Hierarchical-Actor-Critic-HAC-PyTorch

276
Stars
48
Forks
Watchers

PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments

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

Machine-Learning-is-ALL-You-Need

374
Stars
87
Forks
Watchers

🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!

Deep_reinforcement_learning_Course

3.7k
Stars
1.2k
Forks
Watchers

Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch

reinforcement-learning

3.3k
Stars
725
Forks
Watchers

Minimal and Clean Reinforcement Learning Examples

pytorch-a2c-ppo-acktr-gail

3.5k
Stars
831
Forks
Watchers

PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR)...

pytorch-DRL

505
Stars
106
Forks
Watchers

PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.

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