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

https://github.com/duguce/quadlqr


https://github.com/duguce/quadlqr

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

          


QuadLQR

### Quickstart

```bash
make venv && source .venv/bin/activate # create and activate virtual environment
uv sync # install runtime + dev dependencies
uv pip install -e . # install QuadLQR package in editable mode
make run # execute the scripted experiment suite
```