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

https://github.com/tachukao/idoc

Implicit Differentiable Optimal Control (IDOC) with JAX
https://github.com/tachukao/idoc

automatic-differentiation implicit-differentiation lqr machine-learning optimal-control quadratic-programming

Last synced: 3 months ago
JSON representation

Implicit Differentiable Optimal Control (IDOC) with JAX

Awesome Lists containing this project

README

        

# Implicit Differentiable Optimal Control (IDOC) with JaxOpt

[![CI](https://github.com/tachukao/idoc/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/tachukao/idoc/actions/workflows/ci.yaml/badge.svg?branch=main)

## Install dependencies

```sh
conda create -n idoc --file requirements.txt
# or alternatively
pip install -r requirements.txt
```