actor-critic topic

List actor-critic repositories

reaver

554
Stars
89
Forks
Watchers

Reaver: Modular Deep Reinforcement Learning Framework. Focused on StarCraft II. Supports Gym, Atari, and MuJoCo.

reinforcement-learning-algorithms

649
Stars
104
Forks
Watchers

This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are st...

Deep-reinforcement-learning-with-pytorch

3.7k
Stars
827
Forks
Watchers

PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....

dissecting-reinforcement-learning

606
Stars
176
Forks
Watchers

Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog

DeepRL-Tutorials

1.0k
Stars
326
Forks
Watchers

Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch

cleanrl

4.6k
Stars
544
Forks
Watchers

High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)

pytorch_sac

466
Stars
99
Forks
Watchers

PyTorch implementation of Soft Actor-Critic (SAC)

pytorch_sac_ae

211
Stars
32
Forks
Watchers

PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)

recurrent-ppo-truncated-bptt

107
Stars
14
Forks
Watchers

Baseline implementation of recurrent PPO using truncated BPTT