mirror of
https://github.com/wassname/ray.git
synced 2026-08-05 13:21:03 +08:00
[rllib] Use SGD optimizer for ARS (#2916)
This commit is contained in:
committed by
Eric Liang
parent
1d9652abf1
commit
1943ae44da
@@ -122,8 +122,8 @@ class ModelSupportedSpaces(unittest.TestCase):
|
||||
"ARS", {
|
||||
"num_workers": 1,
|
||||
"noise_size": 10000000,
|
||||
"num_deltas": 1,
|
||||
"deltas_used": 1
|
||||
"num_rollouts": 1,
|
||||
"rollouts_used": 1
|
||||
}, stats)
|
||||
check_support("PG", {"num_workers": 1, "optimizer": {}}, stats)
|
||||
num_unexpected_errors = 0
|
||||
|
||||
Reference in New Issue
Block a user