Merge pull request #4 from zeeshanalipanhwar/patch-2

Update README.md
This commit is contained in:
Nikita Rudin 2021-11-16 09:33:18 +01:00 committed by GitHub
commit 8aef3f3e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,14 @@ This code is an evolution of `rl-pytorch` provided with NVIDIA's Isaac GYM.
Only PPO is implemented for now. More algorithms will be added later. Only PPO is implemented for now. More algorithms will be added later.
Contributions are welcome. Contributions are welcome.
## Setup
```
git clone https://github.com/leggedrobotics/rsl_rl
cd rsl_rl
pip install -e .
```
**Maintainer**: Nikita Rudin **Maintainer**: Nikita Rudin
**Affiliation**: Robotic Systems Lab, ETH Zurich & NVIDIA **Affiliation**: Robotic Systems Lab, ETH Zurich & NVIDIA
**Contact**: rudinn@ethz.ch **Contact**: rudinn@ethz.ch