ray/rllib/agents/sac/README.md
Eric Liang 9b8218aabd
[docs] Move all /latest links to /master (#11897)
* use master link

* remae

* revert non-ray

* more

* mre
2020-11-10 10:53:28 -08:00

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/master/rllib-algorithms.html#sac)**
**[Implementation](https://github.com/ray-project/ray/blob/master/rllib/agents/sac/sac.py)**