Skip to content

Commit e4aa7f1

Browse files
committed
update rsl_rl to v2.2.0
1 parent b12807d commit e4aa7f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sim/genesis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# 安装rsl_rl。
55
```
66
git clone https://github.com/leggedrobotics/rsl_rl
7-
cd rsl_rl && git checkout v2.0.1 && pip install -e .
7+
cd rsl_rl && git checkout v2.2.0 && pip install -e .
88
```
99

1010
# 安装tensorboard。

sim/genesis/README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd sim/genesis
1010
### Install rsl_rl
1111
```bash
1212
git clone https://github.com/leggedrobotics/rsl_rl
13-
cd rsl_rl && git checkout v2.0.1 && pip install -e .
13+
cd rsl_rl && git checkout v2.2.0 && pip install -e .
1414
```
1515

1616
### Install TensorBoard

0 commit comments

Comments
 (0)