haarnoja/sac
Soft Actor-Critic observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3192
- days_rel: n/a
- days_push: 1008
- n_releases_24m: 0
Adoption not part of the score
1301 stars · 252 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The original reference implementation of Soft Actor-Critic (SAC), a deep reinforcement learning algorithm for training maximum entropy policies in continuous action domains, built on TensorFlow. The repository is no longer maintained and points users to the successor softlearning package.
Use cases
- train maximum entropy policies for continuous control tasks
- reproduce results from the SAC ICML 2018 paper
- run reinforcement learning experiments in Mujoco environments
- learn diverse skills with DIAYN
- study an off-policy actor-critic algorithm implementation
- benchmark continuous-domain RL agents
When to choose
- you need the exact original TensorFlow SAC implementation for research reproduction
- you want to extend or study the reference code behind the SAC paper
- you need DIAYN-based diverse skill learning on top of SAC
When to avoid
- you want an actively maintained SAC implementation - use softlearning or a PyTorch alternative like rlkit
- you prefer PyTorch over TensorFlow
- you need modern dependency versions or recent bug fixes
- you want to avoid the legacy rllab and Mujoco setup burden
Facets
library · maturity abandoned
reinforcement-learning machine-learning deep-learning reinforcement-learning machine-learning robotics python soft-actor-critic maximum-entropy-policy tensorflow mujoco continuous-control off-policy-learning diayn superseded-by-softlearning docker linux macos
1 source
- readme: https://github.com/haarnoja/sac · fetched 2026-08-28 · 2c0b76578a94
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| haarnoja/sac | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem