An off-policy Deep RL method that rewards good actions and useful randomness.
SAC is like coaching a kid on a bike. You cheer smooth turns. You also cheer safe little experiments, not stiff mall-cop laps.
It is used in robots and simulations. It keeps control steady, while the AI still explores.
Actor-Critic
SAC adds an entropy reward to the Actor-Critic framework.
Off-policy-learning
SAC reuses past experience, so training can need fewer samples.
Exploration-Exploitation Tradeoff
The entropy reward leaves room to explore while still chasing rewards.
Deep RL
SAC is a common Deep RL method for continuous control.