Skip to content

Commit 778c1db

Browse files
authored
Merge pull request #10 from NVlabs/pulkitg/read-me-patch-3
Update readme: Clarify support Isaac Lab versions
2 parents 4499c96 + 638116e commit 778c1db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ demonstrations and to link to the original implementation in Isaac Gym, please v
4949
# Installation
5050

5151
1. Install Isaac Lab, see the [installation guide](https://isaac-sim.github.io/IsaacLab/v2.0.0/source/setup/installation/index.html).
52-
**Note**: Currently Isaac Lab 2.0.0 is supported. After you clone the Isaac Lab
53-
repository, check out the `v2.0.0` tag before installation. Also note that the `rsl_rl`
52+
**Note**: Currently HOVER has been tested with Isaac Lab versions 2.0.0 and 2.1.0. After you clone the Isaac Lab
53+
repository, check out the specific tag before installation. Also note that the `rsl_rl`
5454
package is renamed to `rsl_rl_lib` with the current `v2.0.0` tag of Isaac Lab, causing installation issues.
5555
This will be fixed once a new tag is created on the Isaac Lab repo.
5656
This error would not affect this repo, as we have our own customized `rsl_rl` package.
@@ -280,6 +280,8 @@ The evaluation script, `scripts/rsl_rl/eval.py`, uses the same arguments as the
280280
```bash
281281
${ISAACLAB_PATH}/isaaclab.sh -p scripts/rsl_rl/eval.py \
282282
--num_envs 10 \
283+
--teacher_policy.resume_path neural_wbc/data/data/policy/h1:teacher \
284+
--teacher_policy.checkpoint model_<iteration_number>.pt
283285
```
284286

285287

0 commit comments

Comments
 (0)