Fix publication benchmark for Python 3.13 and remove legacy PPO runtime - #67
Merged
Conversation
vtavakkoli
marked this pull request as ready for review
August 17, 2026 10:04
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
Follow-up to merged PR #66. This PR fixes the publication workflow after the historical TensorFlow PPO container failed to build and makes the benchmark run entirely on the normal Python 3.13 image.
Fixes
python:3.12-slimtopython:3.13-slimDockerfile.ppo-legacyscripts/export_original_ppo.pyoriginal-ppoCompose service and dependencyprepare-full-commag -> publication-testagentic_ran.publicationas the clean publication entrypointoriginal_ppo_actions.csv.gzfiles from being picked up by the older helperOriginal COMMAG PPO handling
The original PPO is no longer executed. Instead, the repository stores a literature-reference record from Bonati et al., IEEE Communications Magazine 59(10), 21-27, 2021, DOI 10.1109/MCOM.101.2001120, arXiv:2012.01263.
The paper reports:
These values are written to
results/publication/literature_reference.jsonand explicitly excluded frompublication_baselines.csvand paired statistical tests because they are paper-reported results under different metrics/test conditions, not reproduced results.Run
The workflow now requires only the standard Agentic-RAN image and no TensorFlow/TF-Agents legacy environment.
Expected outputs
publication_baselines.csvpublication_decisions.csv.gzood_generalization.jsonpolicy_shortcut_test.csvpaired_statistics.jsonliterature_reference.jsonpublication_summary.jsonValidation
CI now includes Python 3.13. The Docker smoke job builds from
python:3.13-slim, so the same runtime family used by the publication workflow is exercised in CI.