To run the results script, start by creating a virtual environment using: python -m venv venv.
Then, activate the virtual environment using: venv\Scripts\activate.
Inside the virtual environment install the required dependencies: pip install -r requirements.txt.
Then to generate the plots, run: python script.py.