paper-with-me

홈 › Papers

RSL-RL: A Learning Library for Robotics Research

2025-09-13 · Clemens Schwarke, Mayank Mittal, Nikita Rudin, David Hoeller, Marco Hutter arxiv

RSL-RL is an open-source Reinforcement Learning library tailored to the specific needs of the robotics community. Unlike broad general-purpose frameworks, its design philosophy prioritizes a compact and easily modifiable codebase, allowing researchers to adapt and extend algorithms with minimal overhead. The library focuses on algorithms most widely adopted in robotics, together with auxiliary techniques that address robotics-specific challenges. Optimized for GPU-only training, RSL-RL achieves high-throughput performance in large-scale simulation environments. Its effectiveness has been validated in both simulation benchmarks and in real-world robotic experiments, demonstrating its utility as a lightweight, extensible, and practical framework to develop learning-based robotic controllers. The library is open-sourced at: https://github.com/leggedrobotics/rsl_rl.

📄 PDF Abstract BibTeX arXiv:2509.10771

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

APOLLO Blender: A Robotics Library for Visualization and Animation in Blender

2025-12-28 · Peter Messina, Daniel Rakita arxiv

High-quality visualizations are an essential part of robotics research, enabling clear communication of results through figures, animations, and demonstration videos. While Blender is a powerful and freely available 3D g…

LeRobot: An Open-Source Library for End-to-End Robot Learning

2026-02-26 · Remi Cadene, Simon Aliberts, Francesco Capuano, Michel Aractingi 외 arxiv

Robotics is undergoing a significant transformation powered by advances in high-level control techniques based on machine learning, giving rise to the field of robot learning. Recent progress in robot learning has been a…

Roborobo! a Fast Robot Simulator for Swarm and Collective Robotics

2013-04-10 · Nicolas Bredeche, Jean-Marc Montanier, Berend Weel, Evert Haasdijk

Roborobo! is a multi-platform, highly portable, robot simulator for large-scale collective robotics experiments. Roborobo! is coded in C++, and follows the KISS guideline ("Keep it simple"). Therefore, its external depen…

ChatGPT for Robotics: Design Principles and Model Abilities

2023-02-20 · Sai Vemprala, Rogerio Bonatti, Arthur Bucker, Ashish Kapoor

This paper presents an experimental study regarding the use of OpenAI's ChatGPT for robotics applications. We outline a strategy that combines design principles for prompt engineering and the creation of a high-level fun…

Mathematical ReasoningPrompt Engineering

CLEVR Parser: A Graph Parser Library for Geometric Learning on Language Grounded Image Scenes

2020-09-19 · EMNLP (NLPOSS) 2020 11 · Raeid Saqur, Ameet Deshpande

The CLEVR dataset has been used extensively in language grounded visual reasoning in Machine Learning (ML) and Natural Language Processing (NLP) domains. We present a graph parser library for CLEVR, that provides functio…

Graph Neural NetworkVisual Reasoning