{
  "servers": {
    "llm": "http://127.0.0.1:11434/v1",
    "llm_api_key": "NULL",
    "api": "http://127.0.0.1:5050/"
  },
  "simulation": {
    "name": "olympics",
    "client": "YClientBase",
    "days": 400,
    "slots": 24,
    "starting_agents": 1000,
    "new_agents_iteration": 10,
    "hourly_activity": {
       "10": 0.021,
       "16": 0.032,
       "8": 0.020,
       "12": 0.024,
       "15": 0.032,
       "17": 0.032,
       "23": 0.025,
       "6": 0.017,
       "18": 0.032,
       "11": 0.022,
       "13": 0.027,
       "14": 0.030,
       "20": 0.030,
       "21": 0.029,
       "7": 0.018,
       "22": 0.027,
       "9": 0.020,
       "3": 0.020,
       "5": 0.017,
       "4": 0.018,
       "1": 0.021,
       "2": 0.020,
       "0": 0.023,
       "19": 0.031
    }
  },
  "agents": {
    "languages": ["english"],
    "education_levels": ["no","middle school","high school", "bachelor", "master", "phd"],
    "max_length_thread_reading": 5,
    "reading_from_follower_ratio": 0.6,
    "political_leanings": [
        "United States supporter",
        "United Kingdom supporter",
        "Germany supporter",
        "France supporter",
        "Italy supporter",
        "China supporter",
        "Russia supporter",
        "Sweden supporter",
        "Australia supporter",
        "Hungary supporter",
        "Japan supporter",
        "South Korea supporter",
        "Netherlands supporter",
        "Norway supporter",
        "Canada supporter",
        "Poland supporter",
        "New Zealand supporter",
        "Cuba supporter",
        "Brazil supporter",
        "Kenya supporter"
      ],
    "age": {
        "min": 18,
        "max": 80
    },
     "round_actions": {
      "min": 1,
      "max": 3
    },
    "nationalities": ["American"],
    "llm_agents": ["llama3"],
    "n_interests": {
        "min": 1,
        "max": 4
    },
    "probability_of_daily_follow": 0.1,
    "interests": [
        "Archery",
        "Artistic Gymnastics",
        "Artistic Swimming",
        "Athletics",
        "Badminton",
        "Basketball",
        "Basketball 3x3",
        "Beach Volleyball",
        "Boxing",
        "Breaking",
        "Canoe Slalom",
        "Canoe Sprint",
        "Cycling BMX Freestyle",
        "Cycling BMX Racing",
        "Cycling Mountain Bike",
        "Cycling Road",
        "Cycling Track",
        "Diving",
        "Equestrian",
        "Fencing",
        "Football",
        "Golf",
        "Handball",
        "Hockey",
        "Judo",
        "Marathon Swimming",
        "Modern Pentathlon",
        "Rhythmic Gymnastics",
        "Rowing",
        "Rugby Sevens",
        "Sailing",
        "Shooting",
        "Skateboarding",
        "Sport Climbing",
        "Surfing",
        "Swimming",
        "Table Tennis",
        "Taekwondo",
        "Tennis",
        "Trampoline",
        "Triathlon",
        "Volleyball",
        "Water Polo",
        "Weightlifting",
        "Wrestling"
    ],
    "big_five": {
      "oe": ["inventive/curious", "consistent/cautious"],
      "co": ["efficient/organized", "extravagant/careless"],
      "ex": ["outgoing/energetic", "solitary/reserved"],
      "ag": ["friendly/compassionate", "critical/judgmental"],
      "ne": ["sensitive/nervous", "resilient/confident"]
    }
  },
  "posts": {
    "visibility_rounds": 24,
    "emotions": {
      "admiration": null, "amusement": null, "anger": null, "annoyance": null,
      "approval": null, "caring": null, "confusion": null, "curiosity": null,
      "desire": null, "disappointment": null, "disapproval": null, "disgust": null,
      "embarrassment": null, "excitement": null, "fear": null, "gratitude": null,
      "grief": null, "joy": null, "love": null, "nervousness": null, "optimism": null,
      "pride": null, "realization": null, "relief": null, "remorse": null, "sadness": null,
      "surprise": null, "trust": null
    }
  }


}
