Add SCML OneShot CC:Ladder#113
Open
john-b-yang wants to merge 8 commits into
Open
Conversation
…ing) - Wire SCML for the ladder: SCML.Dockerfile now git-clones CodeClash-ai/SCML (seeded with the runtime) so branch_init works, matching the other arenas. - 51 human bots imported to CodeClash-ai/SCML human/* branches (source of truth, not committed here): 3 built-in baselines + 48 ANAC agents (2021-2024) ported from yasserfarouk/scml-agents into the arena's decide(observation) contract. RL/learned agents ported heuristic-core best-effort; scml2023/team_139 deferred. - configs/ablations/ladder/make_scml.yaml: round-robin (400 sims) for Elo ranking; README note. - scripts/ladder/: operational build tooling (porting guide, validators, smoke/push scripts, AWS runbook, example agents); ports/ regenerated, not committed. - docs/scml_game_visualization.html: explainer of the SCML game.
# Conflicts: # codeclash/cli/ladder.py
# Conflicts: # codeclash/cli/ladder.py # configs/ablations/ladder/corewar__gemini_3_5_flash.yaml # configs/ablations/ladder/corewar__gpt_5_5.yaml # configs/ablations/ladder/corewar__opus_4_7.yaml # configs/ablations/ladder/corewar__opus_4_8.yaml # configs/ablations/ladder/corewar__sonnet_5.yaml # configs/ablations/ladder/robotrumble__gemini_3_5_flash.yaml # configs/ablations/ladder/robotrumble__gpt_5_5.yaml # configs/ablations/ladder/robotrumble__opus_4_7.yaml # configs/ablations/ladder/robotrumble__opus_4_8.yaml # configs/ablations/ladder/robotrumble__sonnet_5.yaml # configs/ladder/README.md # configs/ladder/battlesnake.yaml # configs/ladder/battlesnake__gemini_3_5_flash.yaml # configs/ladder/battlesnake__gpt_5_5.yaml # configs/ladder/battlesnake__opus_4_7.yaml # configs/ladder/battlesnake__opus_4_8.yaml # configs/ladder/battlesnake__sonnet_5.yaml # configs/ladder/battlesnake_llama_smoke.yaml # configs/ladder/corewar.yaml # configs/ladder/make_scml.yaml # configs/ladder/robotrumble.yaml
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.
tl;dr: Arena wiring, 51 human written solutions, build tooling
configs/ablations/ladder/make_scml.yaml: round-robin (400 sims) for Elo ranking; README note.scripts/ladder/: operational build tooling (porting guide, validators, smoke/push scripts, AWS runbook, example agents); ports/ regenerated, not committed.docs/scml_game_visualization.html: explainer of the SCML game.