日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
arXiv:2409.07563

MPPI-Generic: A CUDA Library for Stochastic Trajectory Optimization

MPPI-Generic: A CUDA Library for Stochastic Trajectory Optimization

シェア:XThreadsFacebookLINEはてブBluesky

著者: Bogdan Vlahov, Jason Gibson, Manan Gandhi, Evangelos A. Theodorou

分類: cs.MS, cs.DC, cs.RO, cs.SY, eess.SY

原文アブストラクト

This paper introduces a new C++/CUDA library for GPU-accelerated stochastic optimization called MPPI-Generic. It provides implementations of Model Predictive Path Integral control, Tube-Model Predictive Path Integral Control, and Robust Model Predictive Path Integral Control, and allows for these algorithms to be used across many pre-existing dynamics models and cost functions. Furthermore, researchers can create their own dynamics models or cost functions following our API definitions without needing to change the actual Model Predictive Path Integral Control code. Finally, we compare computational performance to other popular implementations of Model Predictive Path Integral Control over a variety of GPUs to show the real-time capabilities our library can allow for. Library code can be found at: https://acdslab.github.io/mppi-generic-website/ .