File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ git clone git@github.com:Kami-code/dexart-release.git
2424cd dexart-release
2525conda create --name dexart python=3.8
2626conda 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
31312 . 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
You can’t perform that action at this time.
0 commit comments