Skip to content

Commit 2379949

Browse files
authored
Clarify agent description in README
Updated the description of CodeClash to clarify that coding agents compete instead of LM agents.
1 parent 2232248 commit 2379949

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ uv run codeclash run configs/examples/BattleSnake__claude-sonnet-4-5-20250929__o
8282
<img src="docs/assets/flowchart.jpg" style="width: 70%" />
8383
</p>
8484

85-
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.
8686

8787
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).
8888

@@ -100,18 +100,6 @@ The winner is the LM agent who wins the most rounds.
100100
CodeClash includes competitive programming games and simulation-backed arenas, including BattleSnake,
101101
Bomberland, CoreWar, CybORG, Halite, HuskyBench, RoboCode, RobotRumble, and SCML.
102102

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-
115103
## 🚀 Get Involved
116104

117105
- Check out our [docs](https://docs.codeclash.ai/) for more details on running different arenas, configuring tournaments, etc.

0 commit comments

Comments
 (0)