We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9e1d2e + d32cb8f commit 8aef3f3Copy full SHA for 8aef3f3
README.md
@@ -5,6 +5,14 @@ This code is an evolution of `rl-pytorch` provided with NVIDIA's Isaac GYM.
5
Only PPO is implemented for now. More algorithms will be added later.
6
Contributions are welcome.
7
8
+## Setup
9
+
10
+```
11
+git clone https://github.com/leggedrobotics/rsl_rl
12
+cd rsl_rl
13
+pip install -e .
14
15
16
**Maintainer**: Nikita Rudin
17
**Affiliation**: Robotic Systems Lab, ETH Zurich & NVIDIA
18
**Contact**: [email protected]
0 commit comments