Skip to content

Commit 8d29163

Browse files
committed
Updated README
1 parent 8544b15 commit 8d29163

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,19 @@ Clone this repository:-
5959
```bash
6060
git clone https://github.com/genrobo/DreamControl.git
6161
cd DreamControl
62+
git lfs install
63+
git lfs pull
6264
```
6365

6466
Install modified isaaclab with new environments for DreamControl:-
6567
```bash
66-
./isaaclab.sh -p scripts/tutorials/00_sim/create_empty.py
68+
./isaaclab.sh --install
6769
```
6870

6971
Verify installation :-
7072

7173
```bash
72-
./isaaclab.sh --help
74+
./isaaclab.sh -p scripts/tutorials/00_sim/create_empty.py
7375
```
7476

7577
### Install isaac_utils
@@ -102,7 +104,7 @@ All generated trajectories are in `OmniControl/sample/` folder. These trajectori
102104
All training envrionment definitions are in `source/isaaclab_tasks/isaaclab_tasks/manager_based/interactive_motion_tracking/g1` folder. For training RL policy for a task, run the following command:-
103105

104106
```bash
105-
./isaaclab.sh -p scripts/reinforcement_learning/rsl_rl/train.py --task=Isaac-Motion-Tracking-\<TASK NAME\>-v0 --headless --device cuda:1
107+
./isaaclab.sh -p scripts/reinforcement_learning/rsl_rl/train.py --task=Isaac-Motion-Tracking-<TASK NAME>-v0 --headless --device cuda:1
106108
```
107109

108110
TASK NAME can be one of the following:-
@@ -129,7 +131,7 @@ For instance, to run RL training for Pick task, run the following command:-
129131
To run inference on the trained policy, run the following command:-
130132

131133
```bash
132-
./isaaclab.sh -p scripts/reinforcement_learning/rsl_rl/play.py --task=Isaac-Motion-Tracking-\<TASK NAME\>-v0 --headless --device cuda:1 --baseline b --id 1
134+
./isaaclab.sh -p scripts/reinforcement_learning/rsl_rl/play.py --task=Isaac-Motion-Tracking-<TASK NAME>-v0 --headless --device cuda:1 --baseline b --id 1
133135
```
134136

135137
For instance, to run inference on the trained policy for Pick task, run the following command:-

0 commit comments

Comments
 (0)