Add CybORG arena#101
Merged
Merged
Conversation
2a24a53 to
6ca8a83
Compare
6ca8a83 to
837e314
Compare
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
Verification
Post-SCML rebase verification run locally:
uv run ruff check codeclash/arenas/cyborg tests/arenas/test_cyborg.py codeclash/arenas/__init__.pyuv run pytest tests/arenas/test_cyborg.pyuv run --with 'numpy<1.24' --with-editable /tmp/CybORG-codeclash python codeclash/arenas/cyborg/runtime/run_cyborg.py --agent alpha=codeclash/arenas/cyborg/runtime/cyborg_agent.py --agent beta=codeclash/arenas/cyborg/runtime/cyborg_agent.py --episodes 2 --steps 5 --drones 8 --output /tmp/cyborg-direct-post-scml.json\n-uv run python main.py configs/examples/CybORG__dummy__r1__s2.yaml -o /tmp/codeclash-cyborg-post-scml-smoke\n-uv run pytest -v --cov --cov-branch --cov-report=xml -n auto(185 passed)\n-uv run mkdocs build\n-npx --yes markdown-link-check -c .github/mlc_config.json $(git ls-files '*.md')\n-git diff --check\n\nEarlier pre-rebase validation also included a cold Docker image rebuild forcodeclash/cyborgafterdocker rmi codeclash/cyborg.\n\n## Notes\n- CybORG upstream v3.0 is installed editable from a checked-out repository because the packaged install path is missingCybORG/version.txt.\n-numpy<1.24is required because CybORG v3.0 still uses deprecated NumPy aliases such asnp.int.\n- Repo-wideruff check .still has unrelated pre-existing BattleCode/Chess lint drift; that should be handled in a separate cleanup PR.