hyperspace
hyperspace copied to clipboard
ImportError: cannot import name 'robodrive'
When I run python ~~~/benchmarks/rastigrin/benchmark.py
I met bellow error
ImportError: cannot import name 'robodrive'
Hey @yimjinkyu1 , I apologize for the delay. Looks like some of the benchmarks broke with recent changes. I am opening up a new branch to take care of this.
I remember now having commented out the references to robobayes
in the library's __init__
due to the RoBo dependency install being tricky to handle.
If the functionality from RoBo is not necessary, I propose deprecating this and removing that dependency.
#30 removes this dependency. I am open to going for another solution, but, if this dependency is not used, it would be simpler to remove it.