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

Class SimulationMeta

codeclash/arenas/battlecode24/battlecode24.py:20–26  ·  view source on GitHub ↗

Metadata for a single simulation, storing team assignments explicitly.

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls