soft-actor-critic topic

List soft-actor-critic repositories

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

proto

80
Stars
15
Forks
Watchers

Proto-RL: Reinforcement Learning with Prototypical Representations

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)

Popular-RL-Algorithms

1.0k
Stars
118
Forks
Watchers

PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT-Opt, PointNet..

linorobot

399
Stars
71
Forks
Watchers

Autonomous ground robots (2WD, 4WD, Ackermann Steering, Mecanum Drive)

rad

399
Stars
71
Forks
Watchers

RAD: Reinforcement Learning with Augmented Data

sunrise

117
Stars
28
Forks
Watchers

SUNRISE: A Simple Unified Framework for Ensemble Learning in Deep Reinforcement Learning

autonomous-learning-library

639
Stars
72
Forks
Watchers

A PyTorch library for building deep reinforcement learning agents.

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)

Soft-Actor-Critic-and-Extensions

250
Stars
29
Forks
Watchers

PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL + D2RL and parallel Environments.