python_simple_mppi
python_simple_mppi copied to clipboard
Python implementation of MPPI (Model Predictive Path-Integral) controller to understand the basic idea. Mandatory dependencies are numpy and matplotlib only.
Add quadcopter example. visualize the result in 3D space.
Add two-wheeled inverted pendulum example. visualize the result in 3D space.
Add manipulator avoiding obstacles
Add Swerve Drive Robot
Tune MPPI parameters automatically.
Add Inverted Double Pendulum https://www.gymlibrary.dev/environments/mujoco/inverted_double_pendulum/