ray/rllib/agents/sac
2020-02-19 12:18:45 -08:00
..
__init__.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
README.md [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
sac.py [RLlib] Exploration API: merge deterministic flag with exploration classes (SoftQ and StochasticSampling). (#7155) 2020-02-19 12:18:45 -08:00
sac_model.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
sac_policy.py [RLlib] Exploration API: merge deterministic flag with exploration classes (SoftQ and StochasticSampling). (#7155) 2020-02-19 12:18:45 -08:00

Implementation of Soft Actor-Critic (https://arxiv.org/abs/1812.05905.pdf).