{
  "model": "tabletop",
  "config": {
    "themeId": "pirates",
    "seed": 90210,
    "scenarioId": "blockade",
    "topology": "bridge6",
    "exploration": false
  },
  "agents": [
    "random",
    "greedy",
    "convoy",
    "cooperative"
  ],
  "repetitions": 200,
  "recording": "sample",
  "variants": [
    {
      "id": "Rozdělená posádka",
      "config": {}
    },
    {
      "id": "Celý tým na lodi",
      "config": {
        "passengerCapacity": 5
      }
    },
    {
      "id": "Bez transportu",
      "config": {
        "vehiclesEnabled": false
      }
    },
    {
      "id": "Volný rozpočet",
      "config": {
        "effort": 10,
        "rounds": 8
      }
    },
    {
      "id": "Cyklické umístění",
      "config": {
        "placement": "cycle"
      }
    }
  ]
}
