https://github.com/duguce/quadlqr
https://github.com/duguce/quadlqr
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/duguce/quadlqr
- Owner: Duguce
- Created: 2025-12-13T15:46:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-14T03:49:13.000Z (6 months ago)
- Last Synced: 2025-12-16T04:04:21.561Z (6 months ago)
- Language: Python
- Size: 97.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```