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>
This commit is contained in:
Michael Luo
2019-12-20 10:51:25 -08:00
committed by Eric Liang
co-authored by Eric Liang
parent eca4cc7c00
commit 548df014ec
9 changed files with 230 additions and 54 deletions
-7
View File
@@ -64,13 +64,6 @@ class TestEagerSupport(unittest.TestCase):
"timesteps_per_iteration": 100
})
def testSAC(self):
check_support("SAC", {
"num_workers": 0,
"learning_starts": 0,
"timesteps_per_iteration": 100
})
if __name__ == "__main__":
import pytest