Unverified Commit 55f48d27 authored by QuanluZhang's avatar QuanluZhang Committed by GitHub
Browse files

Merge dev-nas-tuner back to master (#1531)

* PPO tuner for NAS, supports NNI's NAS interface (#1380)
parent 7246593f
...@@ -80,7 +80,8 @@ TRIAL_MONITOR_TAIL = '---------------------------------------------------------- ...@@ -80,7 +80,8 @@ TRIAL_MONITOR_TAIL = '----------------------------------------------------------
PACKAGE_REQUIREMENTS = { PACKAGE_REQUIREMENTS = {
'SMAC': 'smac_tuner', 'SMAC': 'smac_tuner',
'BOHB': 'bohb_advisor' 'BOHB': 'bohb_advisor',
'PPOTuner': 'ppo_tuner'
} }
TUNERS_SUPPORTING_IMPORT_DATA = { TUNERS_SUPPORTING_IMPORT_DATA = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment