lipo

March 19, 2026 · View on GitHub

LiPo: A Lightweight Post-optimization Framework for Smoothing Action Chunks Generated by Learned Policies

Installation

Option 1: pip

pip install action-lipo

Option 2: from source

  1. Clone the repository:

    git clone https://github.com/lab-dream/lipo.git
    
  2. Navigate to the cloned directory:

    cd lipo
    
  3. Install the package:

    pip install -e .
    

Run & Visualization

lipo benchmark

ImplementationAvg [ms]Std [ms]Mean |Δ| vs LiPoMax |Δ| vs LiPo
LiPo7.2071.1120.0000000.000000
OSQP QP ⚡0.5530.1190.0007400.005626

ROS 2 Integration

LiPo can also be used within ROS 2 pipelines. See: https://github.com/lab-dream/lipo_ros2