Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
R

rsl_rl

> 编程语言
Open source

A fast and simple implementation of learning algorithms for robotics.

2.9K stars0 likes0 views
WebsiteGitHub

About

A fast and simple implementation of learning algorithms for robotics.

RSL-RL

RSL-RL is a GPU-accelerated, lightweight learning library for robotics research. Its compact design allows researchers to prototype and test new ideas without the overhead of modifying large, complex libraries. RSL-RL can also be used out-of-the-box by installing it via PyPI, supports multi-GPU training, and features common algorithms for robot learning.

Key Features

  • Minimal, readable codebase with clear extension points for rapid prototyping.
  • Robotics-first methods including PPO and Student-Teacher Distillation.
  • High-throughput training with native Multi-GPU support.
  • Proven performance in numerous research publications.

Learning Environments

RSL-RL is currently used by the following robot learning libraries:

  • Isaac Lab (built on top of NVIDIA Isaac Sim)
  • Legged Gym (built on top of NVIDIA Isaac Gym)
  • mjlab (built on top of MuJoCo Warp)
  • MuJoCo Playground (built on top of MuJoCo MJX and Warp)

Installation

Before installing RSL-RL, ensure that Python 3.9+ is available. It is recommended to install the library in a virtual environment (e.g. using venv or conda), which is often already created by the used environment library (e.g. Isaac Lab). If so, make sure to activate it before installing RSL-RL.

Installing RSL-RL as a dependency

pip install rsl-rl-lib

Installing RSL-RL for development

git clone https://github.com/leggedrobotics/rsl_rl
cd rsl_rl
pip install -e .

Citation

If you use RSL-RL in your research, please cite the paper:

@article{schwarke2025rslrl,
  title={RSL-RL: A Learning Library for Robotics Research},
  author={Schwarke, Clemens and Mittal, Mayank and Rudin, Nikita and Hoeller, David and Hutter, Marco},
  journal={arXiv preprint arXiv:2509.10771},
  year={2025}
}

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •Minimal, readable codebase with clear extension points for rapid prototyping.
  • •Robotics-first methods including PPO and Student-Teacher Distillation.
  • •High-throughput training with native Multi-GPU support.
  • •Proven performance in numerous research publications.
  • •Isaac Lab (built on top of NVIDIA Isaac Sim)
  • •Legged Gym (built on top of NVIDIA Isaac Gym)
  • •mjlab (built on top of MuJoCo Warp)
  • •MuJoCo Playground (built on top of MuJoCo MJX and Warp)

> Tags

Python

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言