Update README.md

Added the setup instructions.
This commit is contained in:
Zeeshan Ali 2021-11-09 20:17:59 -08:00 committed by GitHub
parent b548422076
commit 95e185207f
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
python setup.py install
```
**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