JSONL transcripts of fights between human players and the Nemotron AI.
Each row is one exchange event from the duel lifecycle:
{"t": 3.2, "kind": "exchange", "playerMove": "jab", "npcMove": "block", "outcome": "blocked", "damage": 0, "playerHp": 100, "npcHp": 100, "round": 1}
Strategy reads from Nemotron appear as:
{"t": 10.5, "kind": "nemotron_strategy", "weights": {"aggression": 0.7, "defense": 0.3, ...}, "reasoning": "..."}
Generated by Duel of Nemotron.