differential-dynamic-programming
There are 20 repositories under differential-dynamic-programming topic.
loco-3d/crocoddyl
Crocoddyl is an optimal control library for robot control under contact sequence. Its solver is based on various efficient Differential Dynamic Programming (DDP)-like algorithms
anassinator/ilqr
Iterative Linear Quadratic Regulator with auto-differentiatiable dynamics models
Bharath2/iLQR
iterative Linear Quadratic Regulator with constraints.
neka-nat/ddp-gym
Differential Dynamic Programming controller operating in OpenAI Gym environment.
hanyas/trajopt
A toolbox for trajectory optimization of dynamical systems
astomodynamics/cddp-cpp
Constrained Differential Dynamic Programming Solver for Trajectory Optimization and Model Predictive Control
thowell/IterativeLQR.jl
A Julia package for constrained iterative LQR (iLQR)
imgeorgiev/ddp
Differential Dynamic Programming (DDP) with automatic symbolic differentiation
plancherb1/parallel-DDP
Code supporting the WAFR paper "A Performance Analysis of Differential Dynamic Programming on a GPU," and the ICRA workshop follow on work deploying the algorithm onto robot hardware.
robotsorcerer/gps
Guided policy search in Python and ROS Indigo.
aleegeco/Bicycle-model-Optimal-Control
Implementation of DDP algorithm for Optimal Control on a Bicycle Model for optimal lane change maneuvering and Skidpad track following.
anassinator/pddp
WIP implementation of Probabilistic Differential Dynamic Programming in PyTorch
julesser/ma-thesis
Project management and files related to my master's thesis on 'Highly-Dynamic Movements of a Humanoid Robot Using Whole-Body Trajectory Optimization'
MC00614/mppi_ipddp_cpp
C++ Implementation of MPPI-IPDDP (Model Predictive Path Integral - Interior Point Differential Dynamic Programming) and Testing with MPPI variants and Multiple Environments
gabrielnan/ddp
Differential Dynamic Programming python implementation for a cartpole system
arcuma/ocpy
Optimal control solver implemented in Python. SymPy for symbolic differentiation and Numba for fast computation.
NicholasBaraghini/Ball-and-Beam-system-Optimal-Control
Design of a Differential dynamic programming (DDP) algorithm for the optimal control of a Ball and Beam system
vtfanta/DDP-example
A very short script implementing the plain differential dynamic programming (DDP) I have created to teach myself about the technique.