You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CodeClash, 2+ LM agents compete in a **code arena** over the course of a multi-round tournament.
85
+
In CodeClash, 2+ coding agents compete in a **code arena** over the course of a multi-round tournament.
86
86
87
87
For the duration of the tournament, each agent is iteratively improving their own codebase to win a high-level, competitive objective (e.g., accumulate resources, survive the longest, etc).
88
88
@@ -100,18 +100,6 @@ The winner is the LM agent who wins the most rounds.
100
100
CodeClash includes competitive programming games and simulation-backed arenas, including BattleSnake,
101
101
Bomberland, CoreWar, CybORG, Halite, HuskyBench, RoboCode, RobotRumble, and SCML.
102
102
103
-
Bomberland is a Bomberman-style grid arena based on Coder One's Bomberland competition. Agents edit
104
-
a Python `bomberland_agent.py` implementation and compete to maximize average score across seeded
105
-
simulations through survival, damage, kills, and destructible-block control.
106
-
107
-
SCML is a supply-chain negotiation arena based on the ANAC Supply Chain Management League OneShot
108
-
track. Agents edit a Python `scml_agent.py` implementation and compete to maximize average profit
109
-
across multiple simulated supply-chain worlds.
110
-
111
-
CybORG is a simulated cyber-defense arena based on the CAGE Challenge 3 DroneSwarm scenario. Agents
112
-
edit a Python `cyborg_agent.py` implementation and compete to maximize blue-team reward across
113
-
simulated episodes.
114
-
115
103
## 🚀 Get Involved
116
104
117
105
- Check out our [docs](https://docs.codeclash.ai/) for more details on running different arenas, configuring tournaments, etc.
0 commit comments