File size: 980 Bytes
6fbb45f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | {
"replicates": 10,
"topologies": [
"barabasi_albert",
"watts_strogatz",
"erdos_renyi",
"waxman",
"fat_tree"
],
"sizes": [
32,
64,
128,
256
],
"traffic_profiles": [
"poisson",
"microburst",
"sustained"
],
"load_levels": [
"light",
"moderate",
"heavy"
],
"dynamics_levels": [
"static",
"moderate",
"severe"
],
"routers": [
"potential",
"potential_split",
"potential_static",
"shortest_path",
"ecmp",
"adaptive_shortest_path"
],
"seed": 2026,
"shard_episodes": 40,
"field_budget_bytes": 1000000,
"steps": 1000,
"buffer_size": 256,
"mean_degree": 6,
"capacity_range": [
8,
80
],
"latency_range": [
1,
10
],
"fat_tree_capacity": 40,
"flows_per_endpoint": 2,
"tracked_flows": 8,
"source_injection": 1.0,
"background_injection": 0.5,
"congestion_gain": 2.0
} |