fix ddpg
This commit is contained in:
committed by
Dana Van Aken
parent
6c3b8643b4
commit
a9f1556184
13
client/driver/fabfile.py
vendored
13
client/driver/fabfile.py
vendored
@@ -781,6 +781,13 @@ def integration_tests():
|
||||
response = get_result(upload_code='ottertuneTestTuningGPR')
|
||||
assert response['status'] == 'good'
|
||||
|
||||
# Test DDPG
|
||||
LOG.info('Test DDPG (deep deterministic policy gradient)')
|
||||
upload_result(result_dir='./integrationTests/data/', prefix='0__',
|
||||
upload_code='ottertuneTestTuningDDPG')
|
||||
response = get_result(upload_code='ottertuneTestTuningDDPG')
|
||||
assert response['status'] == 'good'
|
||||
|
||||
# Test DNN: 2rd iteration
|
||||
upload_result(result_dir='./integrationTests/data/', prefix='1__',
|
||||
upload_code='ottertuneTestTuningDNN')
|
||||
@@ -793,4 +800,10 @@ def integration_tests():
|
||||
response = get_result(upload_code='ottertuneTestTuningGPR')
|
||||
assert response['status'] == 'good'
|
||||
|
||||
# Test DDPG: 2rd iteration
|
||||
upload_result(result_dir='./integrationTests/data/', prefix='1__',
|
||||
upload_code='ottertuneTestTuningDDPG')
|
||||
response = get_result(upload_code='ottertuneTestTuningDDPG')
|
||||
assert response['status'] == 'good'
|
||||
|
||||
LOG.info("\n\nIntegration Tests: PASSED!!\n")
|
||||
|
||||
Reference in New Issue
Block a user