sac topic

List sac repositories

pomdp-baselines

278
Stars
37
Forks
Watchers

Simple (but often Strong) Baselines for POMDPs in PyTorch, ICML 2022

torchrl

201
Stars
20
Forks
Watchers

Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)

Paddle-RLBooks

117
Stars
13
Forks
Watchers

Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.

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.

TF2-RL

291
Stars
68
Forks
Watchers

Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]

SLM-Lab

1.2k
Stars
262
Forks
Watchers

Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".

RLs

444
Stars
96
Forks
Watchers

Reinforcement Learning Algorithms Based on PyTorch

jaxrl

590
Stars
62
Forks
Watchers

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

jax-rl

77
Stars
10
Forks
Watchers

JAX implementations of core Deep RL algorithms