SAClearn
SAClearn is a software library designed to support reinforcement learning research and development centered on the Soft Actor-Critic (SAC) family of algorithms. It provides reference implementations of SAC and common variants, along with tooling to configure experiments, train agents, and evaluate performance on continuous control tasks. The project aims to improve reproducibility and comparability of results by offering standardized training loops, evaluation protocols, and experiment logging.
The architecture is organized around modular components, including an actor network that represents the stochastic policy,
SAClearn emphasizes interoperability with common Python-based machine learning stacks and environments. It typically supports running experiments