Add multi-objective COMMAG offline policy study - #64
Merged
Conversation
vtavakkoli
marked this pull request as ready for review
August 16, 2026 20:07
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.
Summary
Extends the existing pinned COMMAG/Fitted-Q benchmark with a paper-oriented, experiment-separated offline RAN policy study while leaving the current COMMAG workflow intact.
Added
without_real_data_adaptationablationresults/prepare-data,results/trainandresults/testdocker-compose.offline-study.ymlwithprepare-data,trainandtestservicesScientific guardrails
The reports keep observed logged outcomes separate from counterfactual direct-method estimates. Selected-policy SLA/energy/stability/utility and uplift are explicitly labeled as model estimates from fixed traces, not causal online intervention effects. Energy is explicitly labeled as a normalized proxy rather than joules.
exp1remains the training side andexp2remains held out; episode overlap and unsupported held-out actions fail validation.Validation performed
python -m compileall -q agentic_ran testsconfigs/offline_policy.yamlanddocker-compose.offline-study.ymlPYTHONPATH=. pytest -q tests/test_offline_policy.py→ 3 passedBENCHMARK-READY; all structural gates passedThe current execution environment does not provide Docker or direct network access to download the public COMMAG files, so I did not claim new real-COMMAG performance numbers in this PR. The Docker workflow is wired to the repository's existing pinned COMMAG downloader for reproducible real-data execution.
Run
See
docs/OFFLINE_POLICY_STUDY.mdfor output files and paper-use guidance.