mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
|
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
README.md | ||
sac.py | ||
sac_tf_model.py | ||
sac_tf_policy.py | ||
sac_torch_model.py | ||
sac_torch_policy.py |
Soft Actor Critic (SAC)
Implementations of:
Soft Actor-Critic Algorithm (SAC) and a discrete action extension.