[rllib] Revert [rllib] Port DDPG to the build_tf_policy pattern (#5626)

This commit is contained in:
Eric Liang
2019-09-04 22:50:50 -07:00
committed by Philipp Moritz
parent 1823ea74e3
commit dcff263ce9
6 changed files with 658 additions and 499 deletions
-24
View File
@@ -56,30 +56,6 @@ class TestEagerSupport(unittest.TestCase):
"timesteps_per_iteration": 100
})
def testDDPG(self):
check_support("DDPG", {
"num_workers": 0,
"learning_starts": 0,
"timesteps_per_iteration": 10
})
def testTD3(self):
check_support("TD3", {
"num_workers": 0,
"learning_starts": 0,
"timesteps_per_iteration": 10
})
def testAPEX_DDPG(self):
check_support(
"APEX_DDPG", {
"num_workers": 2,
"learning_starts": 0,
"num_gpus": 0,
"min_iter_time_s": 1,
"timesteps_per_iteration": 100
})
def testSAC(self):
check_support("SAC", {
"num_workers": 0,