![]() |
A Soft Actor-Critic Agent.
Implements the Soft Actor-Critic (SAC) algorithm from "Soft Actor-Critic Algorithms and Applications" by Haarnoja et al (2019).
Classes
class SacAgent
: A SAC Agent.
class SacLossInfo
: SacLossInfo(critic_loss, actor_loss, alpha_loss)