rl_experience.db and rl_experience_test.db are SQLite databases that serve as
persistent caches for the RL training pipeline (rl_experience_store.py). Each
row stores the result of one RL transition — a unique
(scenario_id, previous_lines, action_line_index) triple — including its
dynamic-impact severity (R_D, computed via Dynawo), relaxed-OPF severity (R_O,
computed via IPOPT), and the resulting state feature vector.… See the full description on the dataset page: https://huggingface.co/datasets/mkaracelebi/SequentialContingencyFinder_DB.