Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
janner committed Apr 7, 2020
1 parent c87eaaf commit 28b1e3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pip install -e .
```

## Usage
Configuration files can be found in `examples/config/`.
Configuration files can be found in [`examples/config/`](examples/config).

```
mbpo run_local examples.development --config=examples.config.halfcheetah.0 --gpus=1 --trial-gpus=1
Expand Down Expand Up @@ -52,8 +52,6 @@ corresponds to a model rollout length linearly increasing from 1 to 5 over epoch

If you want to speed up training in terms of wall clock time (but possibly make the runs less sample-efficient), you can set a timeout for model training ([`max_model_t`](examples/config/halfcheetah/0.py#L30), in seconds) or train the model less frequently (every [`model_train_freq`](examples/config/halfcheetah/0.py#L22) steps).

**Note:** This repo contains ongoing research. Minor differences between this code and the paper will be updated in v2.

## Comparing to MBPO
If you would like to compare to MBPO but do not have the resources to re-run all experiments, the learning curves found in Figure 2 of the paper (plus on the Humanoid environment) are available in this [shared folder](https://drive.google.com/drive/folders/1matvC7hPi5al9-5S2uL4GuXfT5rzO9qU?usp=sharing). See `plot.py` for an example of how to read the pickle files with the results.

Expand Down

0 comments on commit 28b1e3b

Please sign in to comment.