Skip to content

Commit d35559e

Browse files
committed
Readme update.
1 parent 6b8d695 commit d35559e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ In this paper, we present a GPU-based differentiable simulation and propose a po
4242
pip install -e .
4343
````
4444

45+
- Install an older version of protobuf required for TensorboardX:
46+
````
47+
pip install protobuf==3.20.0
48+
````
49+
4550
#### Test Examples
4651

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

6570
#### SHAC (Our Method)
6671

67-
For example, running the following commands in `examples` folder allows to train Ant and SNU Humanoid environments with SHAC respectively for 5 individual seeds.
72+
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.
6873

6974
```
7075
python train_script.py --env Ant --algo shac --num-seeds 5

diffrl_conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: shac38
1+
name: shac
22
channels:
33
- pytorch
44
- defaults

0 commit comments

Comments
 (0)