ray/rllib/agents/sac
Michael Luo 548df014ec SAC Performance Fixes (#6295)
* SAC Performance Fixes

* Small Changes

* Update sac_model.py

* fix normalize wrapper

* Update test_eager_support.py

Co-authored-by: Eric Liang <ekhliang@gmail.com>
2019-12-20 10:51:25 -08:00
..
common [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
README.md [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
sac.py SAC Performance Fixes (#6295) 2019-12-20 10:51:25 -08:00
sac_model.py SAC Performance Fixes (#6295) 2019-12-20 10:51:25 -08:00
sac_policy.py SAC Performance Fixes (#6295) 2019-12-20 10:51:25 -08:00

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