-
Notifications
You must be signed in to change notification settings - Fork 22
Graph Interface
Hou Shengren edited this page Mar 26, 2026
·
1 revision
Phase A adds graph/topology exports to support future GNN-based work without changing the default flat RL state.
Returns:
feeder_idscenario_idnode_countedge_countactive_edges
Returns plain Python/NumPy structures:
adjacencyedge_indexnode_idsactive_line_data
These graph exports are additive. The default RL state vector remains unchanged in Phase A.