Skip to content

Commit

Permalink
upgrade to new package version for NAS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brandontrabucco committed Aug 26, 2021
1 parent 449f918 commit e53c02c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.13
pip install design-bench[all]==2.0.14
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.13
pip install design-bench==2.0.14
```

## Available Tasks
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
LONG_DESCRIPTION = readme.read()


setup(name='design-bench', version='2.0.13', license='MIT',
setup(name='design-bench', version='2.0.14', license='MIT',
packages=find_packages(include=['design_bench', 'design_bench.*']),
description='Design-Bench: Benchmarks for '
'Data-Driven Offline Model-Based Optimization',
Expand All @@ -17,7 +17,7 @@
author_email='brandon@btrabucco.com',
url='https://github.com/brandontrabucco/design-bench',
download_url='https://github.com/'
'brandontrabucco/design-bench/archive/v2_0_13.tar.gz',
'brandontrabucco/design-bench/archive/v2_0_14.tar.gz',
keywords=['Deep Learning', 'Neural Networks',
'Benchmark', 'Model-Based Optimization'],
extras_require={'all': ['gym[mujoco]'], 'cma': ['cma']},
Expand Down

0 comments on commit e53c02c

Please sign in to comment.