Skip to content

Differential Dynamic Programming (DDP) implementations in jax

Notifications You must be signed in to change notification settings

Emile-Aquila/ddp_jax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddp_jax

Differential Dynamic Programming (DDP) implementations in jax

Contents:


Installation

check the pyproject.toml file for the required packages. You can install them using the following command:

poetry install

Usage

You can run the examples using the following commands:

  poetry run python ./examples/example_ddp.py
  poetry run python ./examples/example_alddp.py


1.vanilla DDP example

png


2.AL-DDP example

gif

About

Differential Dynamic Programming (DDP) implementations in jax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages