soft-actor-critic topic

List soft-actor-critic repositories

Deep_RL_with_pytorch

200
Stars
44
Forks
Watchers

A pytorch tutorial for DRL(Deep Reinforcement Learning)

Deep-Reinforcement-Learning-Algorithms

613
Stars
171
Forks
Watchers

32 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.

lagom

373
Stars
31
Forks
Watchers

lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.

jaxrl

590
Stars
62
Forks
Watchers

JAX (Flax) implementation of algorithms for Deep Reinforcement Learning with continuous action spaces.

softlearning

1.2k
Stars
236
Forks
Watchers

Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official implementation of the Soft Actor-Critic algorithm.

tmrl

439
Stars
63
Forks
Watchers

Reinforcement Learning for real-time applications - host of the TrackMania Roborace League

jax-rl

77
Stars
10
Forks
Watchers

JAX implementations of core Deep RL algorithms

yarll

83
Stars
28
Forks
Watchers

Combining deep learning and reinforcement learning.

Policy-Gradient-Methods

88
Stars
28
Forks
Watchers

Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC