discrete-sac topic

List discrete-sac repositories

pomdp-baselines

278
Stars
37
Forks
Watchers

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

CQL

104
Stars
23
Forks
Watchers

PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and continuous action spaces.

Discrete-SAC-PyTorch

25
Stars
6
Forks
Watchers

PyTorch implementation of discrete version of Soft Actor-Critic.