From e5dded917c6f182e7a7d95ee4c9cfebcd46ec2ed Mon Sep 17 00:00:00 2001 From: Michael Luo Date: Thu, 9 Jan 2020 18:13:42 -0800 Subject: [PATCH] SAC site changes (#6759) --- doc/source/rllib-algorithms.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/rllib-algorithms.rst b/doc/source/rllib-algorithms.rst index 575900776..afc37b120 100644 --- a/doc/source/rllib-algorithms.rst +++ b/doc/source/rllib-algorithms.rst @@ -278,12 +278,12 @@ RLlib's soft-actor critic implementation is ported from the `official SAC repo < Tuned examples: `Pendulum-v0 `__, `HalfCheetah-v3 `__ -**MuJoCo results @500k steps:** `more details `__ +**MuJoCo results @3M steps:** `more details `__ ============= ========== =================== MuJoCo env RLlib SAC Haarnoja et al SAC ============= ========== =================== -HalfCheetah 8752 ~9000 +HalfCheetah 13000 ~15000 ============= ========== =================== **SAC-specific configs** (see also `common configs `__):