RL extension library for robots, based on IsaacLab
Top 47.1% on sourcepulse
This library provides a collection of reinforcement learning environments for robotic manipulation and locomotion tasks, built upon NVIDIA's Isaac Lab. It targets researchers and developers in robotics and AI, offering a modular framework for rapid prototyping and experimentation with various robot morphologies and locomotion skills.
How It Works
The library leverages the Isaac Lab framework, utilizing its physics simulation capabilities and RL integration. Environments are designed to adhere to the OpenAI Gym API (v0.21.0), facilitating compatibility with standard RL training pipelines. Configurations for environments and agents are managed through Python classes or YAML files, allowing for flexible customization of tasks, robot embodiments, and observation/action spaces.
Quick Start & Requirements
pip install -e source/robot_lab
using a Python interpreter with Isaac Lab installed.python scripts/tools/list_envs.py
to list available environments.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 days ago
1 day