diff --git a/README.md b/README.md index 9acbf9d..9384fab 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ The goal of model-based optimization is to find an input **x** that maximizes an Design-Bench can be installed with the complete set of benchmarks via our pip package. ```bash -pip install design-bench[all]>=2.0.11 +pip install design-bench[all]==2.0.12 pip install morphing-agents==1.5.1 ``` Alternatively, if you do not have MuJoCo, you may opt for a minimal install. ```bash -pip install design-bench>=2.0.11 +pip install design-bench==2.0.12 ``` ## Available Tasks