soft-actor-critic topic

List soft-actor-critic repositories

soft-actor-critic

91
Stars
10
Forks
Watchers

Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.

Deep-Reinforcement-Learning-Notebooks

39
Stars
12
Forks
Watchers

This Repository contains a series of google colab notebooks which I created to help people dive into deep reinforcement learning.This notebooks contain both theory and implementation of different algo...

Advanced-Soft-Actor-Critic

44
Stars
5
Forks
Watchers

Soft Actor-Critic with advanced features

Isaac-ManipulaRL

62
Stars
4
Forks
Watchers

Deep Reinforcement Learning Framework for Manipulator based on NVIDIA's Isaac-gym, Additional add SAC2019 and Reinforcement Learning from Demonstration Algorithm.

omd

43
Stars
5
Forks
Watchers

JAX code for the paper "Control-Oriented Model-Based Reinforcement Learning with Implicit Differentiation"

rl_with_resets

96
Stars
5
Forks
Watchers

JAX implementation of deep RL agents with resets from the paper "The Primacy Bias in Deep Reinforcement Learning"

learning-to-drive-in-5-minutes

276
Stars
86
Forks
Watchers

Implementation of reinforcement learning approach to make a car learn to drive smoothly in minutes

Meta-SAC

28
Stars
3
Forks
Watchers

Auto-tune the Entropy Temperature of Soft Actor-Critic via Metagradient - 7th ICML AutoML workshop 2020

Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.