2021-10-27 16:18:22 +08:00
|
|
|
# RSL RL
|
|
|
|
Fast and simple implementation of RL algorithms, designed to run fully on GPU.
|
|
|
|
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.
|
|
|
|
Contributions are welcome.
|
|
|
|
|
2021-11-10 12:17:59 +08:00
|
|
|
## Setup
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone https://github.com/leggedrobotics/rsl_rl
|
|
|
|
cd rsl_rl
|
2021-11-13 15:31:37 +08:00
|
|
|
pip install -e .
|
2021-11-10 12:17:59 +08:00
|
|
|
```
|
|
|
|
|
2021-10-27 16:18:22 +08:00
|
|
|
**Maintainer**: Nikita Rudin
|
|
|
|
**Affiliation**: Robotic Systems Lab, ETH Zurich & NVIDIA
|
|
|
|
**Contact**: rudinn@ethz.ch
|
|
|
|
|
|
|
|
|
|
|
|
|