soft-actor-critic topic
Deep_RL_with_pytorch
A pytorch tutorial for DRL(Deep Reinforcement Learning)
Deep-Reinforcement-Learning-Algorithms
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
lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.
jaxrl
JAX (Flax) implementation of algorithms for Deep Reinforcement Learning with continuous action spaces.
pytorch-soft-actor-critic
PyTorch implementation of soft actor critic
softlearning
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
Reinforcement Learning for real-time applications - host of the TrackMania Roborace League
jax-rl
JAX implementations of core Deep RL algorithms
yarll
Combining deep learning and reinforcement learning.
Policy-Gradient-Methods
Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC