ray-project / tutorial

778 stars 212 forks source link

Tune Tutorial: HyperOpt example crashes #100

Closed vadimq closed 5 years ago

vadimq commented 5 years ago

I use the latest stable version of Ray and the HyperOpt example raises the following exception: AttributeError: 'float' object has no attribute 'items'

Found out that it doesn't occur if there is no momentum in the config of experiment2, but it would probably be better to fix the underlying issue (deep_update can't replace a dict with a non-dict).

richardliaw commented 5 years ago

Should be fixed.