Skip to content

Commit 7969826

Browse files
author
Isaac Peterson
committed
added HARL repository to the readme
1 parent cad9419 commit 7969826

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@ Use these instructions to install isaac sim -> [here](https://docs.omniverse.nvi
44

55
Make sure to run all the following commands with your isaaclab conda environment activated, as highlighted in the instruction provided above.
66

7+
78
```bash
89
cd IsaacLab
910
./isaaclab.sh -i
1011
pip install gymnasium==0.29.0
1112
```
13+
Note that we modified the `isaaclab.sh` install script to point to our fork of the [HARL repository](https://github.com/some45bucks/HARL.git), which the script will automatically install into your conda environment. If you want to make changes to the HARL code yourself, with your conda environment activated run the following
14+
15+
```bash
16+
git clone https://github.com/some45bucks/HARL.git
17+
cd HARL
18+
pip install -e .
19+
```
20+
This will uninstall the default HARL and reference this one instead, recognizing any changes to the code that you make.
21+
1222

1323
At this point you should be able to run the trained multi-agent homogeneous environment.
1424

0 commit comments

Comments
 (0)