Case Studies#

HERON includes complete case studies demonstrating the framework applied to real-world domains.

Available Case Studies#

Case Study

Description

PowerGrid Case Study

Multi-agent microgrid control with PandaPower integration

Adding New Case Studies#

To contribute a new case study:

  1. Create directory: case_studies/your_domain/

  2. Follow the PowerGrid structure as a template

  3. Update pyproject.toml to include your package

  4. Add documentation in docs/source/case_studies/

See the Contributing guide for details.