mirror of
https://github.com/vale981/ray
synced 2025-03-10 05:16:49 -04:00
10 lines
319 B
Markdown
10 lines
319 B
Markdown
Soft Actor Critic (SAC)
|
|
=======================
|
|
|
|
Implementations of:
|
|
|
|
Soft Actor-Critic Algorithm (SAC) and a discrete action extension.
|
|
|
|
**[Detailed Documentation](https://docs.ray.io/en/latest/rllib-algorithms.html#sac)**
|
|
|
|
**[Implementation](https://github.com/ray-project/ray/blob/master/rllib/agents/sac/sac.py)**
|