MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / SimulationMeta

Class SimulationMeta

codeclash/arenas/battlecode23/battlecode23.py:19–25  ·  view source on GitHub ↗

Metadata for a single simulation, storing team assignments explicitly.

Source from the content-addressed store, hash-verified

17
18@dataclass
19class SimulationMeta:
20 """Metadata for a single simulation, storing team assignments explicitly."""
21
22 idx: int
23 team_a: str
24 team_b: str
25 log_file: str
26
27
28@dataclass

Calls

no outgoing calls