Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 275 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 275 Bytes

Original-Scenarios

This repository contains the data of the original scenarios used in our paper [Link].
It's recommended to use pickle in Python to load the data.
Write python code like this:
import pickle as pkl
data = pkl.load(open("Data_for_PDSR.pkl", "rb"))