Skip to content

Commit

Permalink
adding toy tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
brandontrabucco committed Jun 5, 2021
1 parent ecd6083 commit 1623b95
Show file tree
Hide file tree
Showing 14 changed files with 1,087 additions and 58 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.7
pip install design-bench[all]>=2.0.8
pip install morphing-agents==1.4
```

Alternatively, if you do not have MuJoCo, you may opt for a minimal install.

```bash
pip install design-bench>=2.0.7
pip install design-bench>=2.0.8
```

## Available Tasks
Expand Down
Loading

0 comments on commit 1623b95

Please sign in to comment.