parent
b548422076
commit
95e185207f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue