Skip to content

Commit 02efa4d

Browse files
author
Isaac Peterson
committed
updated readme
1 parent 1245b4e commit 02efa4d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Use [these instructions](https://docs.omniverse.nvidia.com/isaacsim/latest/installation/install_python.html#install-isaac-sim-using-pip) to install isaac sim.
44

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

77

88
```bash
@@ -20,7 +20,7 @@ pip install -e .
2020
This will uninstall the default HARL and reference this one instead, recognizing any changes to the code that you make.
2121

2222

23-
At this point you should be able to run the trained multi-agent homogeneous environment.
23+
At this point you should be able to run the trained cooperative bar balancing task.
2424

2525
```bash
2626
cd IsaacLab
@@ -58,13 +58,7 @@ Isaac Lab allows you to register custom environments in the Gym framework, enabl
5858

5959
## Environment Registration Example
6060

61-
The environment `DirectEnvRL` is used as the base for the multi agent anymal c bar carrying environment, and it is registered in the Gym environments through the `__init__.py` file. To better understand the process, you can explore the following example folder:
62-
63-
```
64-
IsaacLab/source/extensions/omni.isaac.lab_tasks/omni/isaac/lab_tasks/direct/anymal_c_multi_agent
65-
```
66-
67-
This folder contains the environment code and the necessary registration logic. To register your custom environment, follow these steps:
61+
The best way to understand how to set up your own custom environment is by looking at the environment set up at `IsaacLab/source/extensions/omni.isaac.lab_tasks/omni/isaac/lab_tasks/direct/anymal_c_multi_agent`, which is the bar balancing environment. A simple way to get started is to make a copy of this folder and begin modifying the environment to your specified needs. This folder contains the environment code and the necessary registration logic. To register your custom environment, follow these steps:
6862

6963
---
7064

0 commit comments

Comments
 (0)