[rllib] Use SGD optimizer for ARS (#2916)

This commit is contained in:
eugenevinitsky
2018-09-26 22:32:26 -07:00
committed by Eric Liang
parent 1d9652abf1
commit 1943ae44da
6 changed files with 48 additions and 36 deletions
@@ -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