{
  "name": "aks",
  "seed": 42,
  "per_move_timeout": 30,
  "max_steps": 400,
  "results_dir": "results",
  "games": [
    {
      "env_id": "DispatchDesk-v0",
      "games_per_pairing": 2,
      "seeds": 5,
      "weight": 2.0,
      "per_move_timeout": null,
      "max_steps": null
    }
  ],
  "workers": 8,
  "startup_timeout": 120,
  "teams_dir": null,
  "teams": {},
  "anchors": {
    "anchor-random": {
      "url": "http://anchor-random:8000"
    },
    "anchor-heuristic": {
      "url": "http://anchor-heuristic:8000"
    },
    "anchor-dd-careful": {
      "url": "http://anchor-dd-careful:8000"
    },
    "anchor-dd-asker": {
      "url": "http://anchor-dd-asker:8000"
    },
    "anchor-dd-eager": {
      "url": "http://anchor-dd-eager:8000"
    },
    "anchor-llm": {
      "url": "http://anchor-llm:8000"
    }
  },
  "participants": {
    "anchor-random": {
      "url": "http://anchor-random:8000"
    },
    "anchor-heuristic": {
      "url": "http://anchor-heuristic:8000"
    },
    "anchor-dd-careful": {
      "url": "http://anchor-dd-careful:8000"
    },
    "anchor-dd-asker": {
      "url": "http://anchor-dd-asker:8000"
    },
    "anchor-dd-eager": {
      "url": "http://anchor-dd-eager:8000"
    },
    "anchor-llm": {
      "url": "http://anchor-llm:8000"
    }
  }
}