An open API service indexing awesome lists of open source software.

https://github.com/neka-nat/ddp-gym

Differential Dynamic Programming controller operating in OpenAI Gym environment.
https://github.com/neka-nat/ddp-gym

control-theory differential-dynamic-programming lqr model-predictive-control openai-gym

Last synced: about 1 year ago
JSON representation

Differential Dynamic Programming controller operating in OpenAI Gym environment.

Awesome Lists containing this project

README

          

# Differential Dynamic Programming OpenAI Gym

Differential Dynamic Programming controller operating in OpenAI Gym environment.

## Result

![result](animation.gif)

## Requirements

* [gym](https://github.com/openai/gym)
* [autograd](https://github.com/HIPS/autograd)