File size: 3,101 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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 | {
"dataset_version": "2.0",
"created_utc": "2026-08-30T03:43:51+00:00",
"provenance": {
"python": "3.14.7",
"platform": "Windows-11-10.0.26200-SP0",
"numpy": "2.5.2",
"scipy": "1.18.1",
"pyarrow": "25.0.1",
"pandas": "3.0.5",
"networkx": "3.6.1"
},
"config": {
"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
},
"design": {
"cells": 540,
"episodes_planned": 5400,
"episodes_present": 5400,
"episodes_per_cell_min": 10,
"episodes_per_cell_max": 10
},
"coverage": {
"topology": {
"barabasi_albert": 1080,
"erdos_renyi": 1080,
"fat_tree": 1080,
"watts_strogatz": 1080,
"waxman": 1080
},
"size": {
"32": 1350,
"64": 1350,
"128": 1350,
"256": 1350
},
"traffic_profile": {
"microburst": 1800,
"poisson": 1800,
"sustained": 1800
},
"load_level": {
"heavy": 1800,
"light": 1800,
"moderate": 1800
},
"dynamics_level": {
"moderate": 1800,
"severe": 1800,
"static": 1800
},
"split": {
"test": 1080,
"train": 3240,
"validation": 1080
}
},
"tables": {
"episodes": {
"files": 135,
"rows": 5400,
"bytes": 30041631
},
"events": {
"files": 135,
"rows": 43246,
"bytes": 873246
},
"router_summary": {
"files": 135,
"rows": 32400,
"bytes": 1821131
},
"flow_summary": {
"files": 135,
"rows": 7672320,
"bytes": 188357615
},
"flow_telemetry": {
"files": 135,
"rows": 259200000,
"bytes": 959075231
},
"network_telemetry": {
"files": 135,
"rows": 32400000,
"bytes": 3687668325
},
"link_telemetry": {
"files": 135,
"rows": 32400000,
"bytes": 9272669204
},
"potential_field": {
"files": 135,
"rows": 1501470,
"bytes": 3481173416
}
}
} |