{
  "name": "aks",
  "seed": 42,
  "per_move_timeout": 30,
  "max_steps": 400,
  "results_dir": "results",
  "games": [
    {
      "env_id": "ConnectFour-v0",
      "games_per_pairing": 2,
      "seeds": 5,
      "weight": 1.0,
      "per_move_timeout": null,
      "max_steps": null
    },
    {
      "env_id": "Nim-v0-medium",
      "games_per_pairing": 2,
      "seeds": 5,
      "weight": 1.0,
      "per_move_timeout": null,
      "max_steps": null
    },
    {
      "env_id": "Mastermind-v0",
      "games_per_pairing": 2,
      "seeds": 5,
      "weight": 1.0,
      "per_move_timeout": null,
      "max_steps": null
    }
  ],
  "workers": 4,
  "startup_timeout": 120,
  "teams_dir": null,
  "teams": {},
  "anchors": {
    "anchor-random": {
      "url": "http://anchor-random:8000"
    },
    "anchor-heuristic": {
      "url": "http://anchor-heuristic:8000"
    }
  },
  "participants": {
    "anchor-random": {
      "url": "http://anchor-random:8000"
    },
    "anchor-heuristic": {
      "url": "http://anchor-heuristic:8000"
    }
  }
}