Add SCML arena#100
Merged
Merged
Conversation
Merged
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
scmlpackagescmlpackage that runs multiple SCML2024 OneShot simulations and maps SCML agent scores back to CodeClash playersValidation
uv run pytest-> 178 passeduv run pytest tests/test_integration.py-> 2 passeduv run pytest tests/arenas/test_scml.py-> 5 passeduv run ruff check codeclash/arenas/scml tests/arenas/test_scml.py codeclash/arenas/__init__.py-> passedscml==0.8.2produced valid average-score JSONmain.py configs/examples/SCML__dummy__r1__s2.yamlcompleted successfullymarkdown-link-checkandtestare passing on the latest PR headNotes
SCML itself remains an upstream dependency maintained outside this repository. This PR only adds the CodeClash adapter, runtime bridge, scoring integration, docs, and tests.
The arena uses the latest released
scml==0.8.2package and its exposedSCML2024OneShotWorldAPI. A future migration should track newer SCML world classes if upstream exposes them.