Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 585 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 585 Bytes
layout
page

MPPI-Generic

MPPI-Generic is a C++/CUDA header-only library for conducting stochastic optimal control in real-time on a NVIDA GPU. It provides implementations of several Dynamics and Cost Functions as well as different iterations of MPPI. In addition, it provides extendable APIs for Dynamics, Cost Functions, Controllers, and more so that researchers can design their own custom classes to push their research forward.

Table of Contents

Todos

Things that still need to be done:

  • Create a page for tips for using the Library