Skip to content

Commit 989155c

Browse files
author
Chen Bao
authored
Update README.md
1 parent 9d30e41 commit 989155c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ git clone git@github.com:Kami-code/dexart-release.git
2424
cd dexart-release
2525
conda create --name dexart python=3.8
2626
conda activate dexart
27-
pip install -e .
28-
conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 -c pytorch
27+
pip install -e . # for simulation environment
28+
conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 -c pytorch # for visualizing trained policy and training
2929
```
3030

3131
2. Download the assets from
@@ -41,7 +41,7 @@ The file structure is listed as follows:
4141

4242
`examples/`: example code to try DexArt
4343

44-
`stable_baselines3/`: a rl training code copied from [stable_baselines3](https://github.com/DLR-RM/stable-baselines3) with some modification.
44+
`stable_baselines3/`: rl training code modified from [stable_baselines3](https://github.com/DLR-RM/stable-baselines3)
4545

4646

4747

0 commit comments

Comments
 (0)