View source on GitHub |
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)
Functions
Other Members | |
---|---|
absolute_import |
Instance of __future__._Feature
|
division |
Instance of __future__._Feature
|
print_function |
Instance of __future__._Feature
|