Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandontrabucco committed Jul 8, 2021
1 parent a6fc695 commit d38c00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d38c00a

Please sign in to comment.