brandontrabucco / design-bench

Benchmarks for Model-Based Optimization
MIT License
80 stars 19 forks source link

Merging In Two Pull Requests #18

Closed brandontrabucco closed 7 months ago

brandontrabucco commented 7 months ago

This merge includes changes from:

https://github.com/brandontrabucco/design-bench/pull/12

and

https://github.com/brandontrabucco/design-bench/pull/13.

The included changes allow design-bench to import correctly when certain components are not installed, such as MuJoCo when robotics MBO tasks are not needed in your installation. Second, support for modern numpy versions is added by accommodating a change in how numpy refers to the boolean dtype.