Skip to content

Commit

Permalink
Readme update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorM committed Jul 28, 2022
1 parent 6b8d695 commit d35559e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ In this paper, we present a GPU-based differentiable simulation and propose a po
pip install -e .
````

- Install an older version of protobuf required for TensorboardX:
````
pip install protobuf==3.20.0
````

#### Test Examples

A test example can be found in the `examples` folder.
Expand All @@ -64,7 +69,7 @@ We also provide a one-line script in the `examples/train_script.sh` folder to re

#### SHAC (Our Method)

For example, running the following commands in `examples` folder allows to train Ant and SNU Humanoid environments with SHAC respectively for 5 individual seeds.
For example, running the following commands in `examples` folder allows to train Ant and SNU Humanoid (Humanoid MTU in the paper) environments with SHAC respectively for 5 individual seeds.

```
python train_script.py --env Ant --algo shac --num-seeds 5
Expand Down
2 changes: 1 addition & 1 deletion diffrl_conda.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: shac38
name: shac
channels:
- pytorch
- defaults
Expand Down

0 comments on commit d35559e

Please sign in to comment.