File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ DreamControl is a ***scalable system*** for learning human-inspired whole-body h
3333
3434Create a conda environment:-
3535``` bash
36- conda create -n dreamcontrol python=3.10
36+ conda create -n dreamcontrol python=3.10 -y
3737conda activate dreamcontrol
3838```
3939
@@ -53,7 +53,7 @@ Check that the simulator runs as expected:-
5353isaacsim
5454```
5555
56- ### Install IsaacLab
56+ ### Install DreamControl
5757
5858Install dependencies:-
5959``` bash
@@ -79,24 +79,16 @@ Verify installation :-
7979./isaaclab.sh -p scripts/tutorials/00_sim/create_empty.py
8080```
8181
82- ### Install isaac_utils
82+ Install other dependencies :-
8383
8484``` bash
8585cd isaac_utils
8686pip install -e .
87- ```
88-
89- ### Install pyroki
90-
91- ``` bash
87+ cd ..
9288git clone https://github.com/chungmin99/pyroki.git
9389cd pyroki
9490pip install -e .
95- ```
96-
97- ### Install other dependencies :-
98-
99- ``` bash
91+ cd ..
10092pip install -r requirements.txt
10193```
10294
You can’t perform that action at this time.
0 commit comments