π€ AI Summary
This work proposes a lightweight, open-source framework to address the challenges in robot learning associated with complex simulation deployment, heavy dependencies, and inefficient GPU acceleration. The framework uniquely integrates Isaac Labβs manager-style API with the GPU-accelerated MuJoCo Warp physics engine, enabling modular composition of observation, reward, and event logic. It features one-command installation, minimal dependencies, and direct access to native MuJoCo data structures, significantly lowering the barrier to experimental setup. Reference implementations for velocity tracking, motion imitation, and manipulation tasks are provided, demonstrating improved simulation efficiency and ease of use.
π Abstract
We present mjlab, a lightweight, open-source framework for robot learning that combines GPU-accelerated simulation with composable environments and minimal setup friction. mjlab adopts the manager-based API introduced by Isaac Lab, where users compose modular building blocks for observations, rewards, and events, and pairs it with MuJoCo Warp for GPU-accelerated physics. The result is a framework installable with a single command, requiring minimal dependencies, and providing direct access to native MuJoCo data structures. mjlab ships with reference implementations of velocity tracking, motion imitation, and manipulation tasks.