ray/rllib/agents/sac
2020-11-12 16:27:34 +01:00
..
tests [RLlib] Trajectory view API: Enable by default for PPO, IMPALA, PG, A3C (tf and torch). (#11747) 2020-11-12 16:27:34 +01:00
__init__.py [RLlib] SAC algo cleanup. (#10825) 2020-09-20 11:27:02 +02:00
README.md [docs] Move all /latest links to /master (#11897) 2020-11-10 10:53:28 -08:00
sac.py [docs] Move all /latest links to /master (#11897) 2020-11-10 10:53:28 -08:00
sac_tf_model.py [RLlib] Support Simplex action spaces for SAC (torch and tf). (#11909) 2020-11-11 18:45:28 +01:00
sac_tf_policy.py [RLlib] Support Simplex action spaces for SAC (torch and tf). (#11909) 2020-11-11 18:45:28 +01:00
sac_torch_model.py [RLlib] Support Simplex action spaces for SAC (torch and tf). (#11909) 2020-11-11 18:45:28 +01:00
sac_torch_policy.py [RLlib] Support Simplex action spaces for SAC (torch and tf). (#11909) 2020-11-11 18:45:28 +01:00

Soft Actor Critic (SAC)

Implementations of:

Soft Actor-Critic Algorithm (SAC) and a discrete action extension.

Detailed Documentation

Implementation