mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
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:
committed by
Eric Liang
co-authored by
Eric Liang
parent
eca4cc7c00
commit
548df014ec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user