feat(WastewaterTreatment): add BSM1 aeration control benchmark - #104
Open
Mingqwqqaq wants to merge 2 commits into
Open
feat(WastewaterTreatment): add BSM1 aeration control benchmark#104Mingqwqqaq wants to merge 2 commits into
Mingqwqqaq wants to merge 2 commits into
Conversation
🤖 AI Code Review (gemini-3-flash-preview)🇬🇧 English Analysis1. Executive Summary
2. AI Content Analysis
3. Engineering & Economic Assessment
4. Quality Assurance
5. Security & Privacy Check
🇨🇳 中文分析1. 摘要
2. AI 成分分析
3. 工程与经济评估
4. 质量保证
5. 安全与隐私检查
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
中文说明
本 PR 新增
WastewaterTreatment/BSM1AerationControl,作为 Frontier-Engineering 中污水处理方向的反馈控制任务。该任务基于 IWA Benchmark Simulation Model No. 1(BSM1):候选控制器需要根据带噪过程观测,每 15 分钟调整三个好氧反应池的氧传质系数和内回流量,并在出水质量、能耗、排放达标和控制平滑性之间取得平衡。
评测覆盖旱天、降雨和暴雨三种确定性工况,每个工况仿真 14 天,并使用最后 7 天计算工程指标。
核心设计
来源与许可
工艺布局、ASM1 动力学、二沉池模型、排放限值和能耗公式参考:
fau-evt/bsm2-python适配自
bsm2-python的部分保留了 BSD-3-Clause 许可证。仓库没有重新分发官方动态进水文件,而是根据公开的 BSM1 平均进水参数和天气事件说明生成确定性、质量守恒的 BSM1-derived 轨迹。
English Summary
This PR adds
WastewaterTreatment/BSM1AerationControl, a feedback-control benchmark for the WastewaterTreatment domain in Frontier-Engineering.The task evaluates whether an agent can design a controller that adjusts oxygen-transfer coefficients in aerobic reactors 3–5 and the internal recycle flow using noisy process observations.
Controllers are evaluated across deterministic dry, rain, and storm scenarios while balancing effluent quality, aeration/pumping/mixing energy, actuator smoothness, and discharge-limit compliance.
Key Features
frontier_evalintegration.bsm2-pythoncommit73caa8b.Quality Assurance
Direct evaluation