Ecosystem#
LEAPP sits between training stacks and deployment stacks. Upstream projects export a LEAPP bundle from the code they already run. Downstream runtimes load that bundle instead of rebuilding observation, action, and state handling by hand.
Isaac Lab
Export a trained reinforcement learning policy from Isaac Lab as a LEAPP bundle. The export keeps the observation preprocessing, action postprocessing, and recurrent state used during training.
Isaac ROS Deploy
Run a LEAPP bundle on ROS 2. The runtime loads the bundle, runs
inference, maps policy terms onto topics or ros2_control, and can
gate outputs through a safety controller.